You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not 100% where to submit this yet, so feel free to tell me to kick dirt..
with that said, when i use this module (installed by downloading the aws site not compile)
I am getting a seemingly random error and searching the net hasn't revealed much yet, hoping you can help me and or point me towards a solution.
our app is configured to use the AWS ElastiCache config endpoint and we have installed this library to use it. however, every three or so requests i send through I get a warning from php-fpm about libmemcached assertion failing. the request is dropped after that due to a sigabrt being sent.
here are the error details:
- Debian GNU/Linux 8 (jessie)"
- PHP 5.6.29-0+deb8u1 (cli) (built: Dec 13 2016 16:02:08)
WARNING: pid 315, fpm_stdio_child_said(), line 191: [pool www] child 453 said into stderr: "ool www: libmemcached/connect.cc:280: void set_socket_options(memcached_server_st*): Assertion `error == 0' failed."
DEBUG: pid 315, fpm_event_loop(), line 424: event module triggered 1 events
DEBUG: pid 315, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 1 active children, 4 spare children, 5 running children. Spawning rate 1
DEBUG: pid 315, fpm_event_loop(), line 424: event module triggered 2 events
DEBUG: pid 315, fpm_got_signal(), line 76: received SIGCHLD
WARNING: pid 315, fpm_children_bury(), line 252: [pool www] child 453 exited on signal 6 (SIGABRT - core dumped) after 121.180574 seconds from start
NOTICE: pid 315, fpm_children_make(), line 421: [pool www] child 567 started
DEBUG: pid 315, fpm_event_loop(), line 424: event module triggered 1 events
I look forward to hearing your input.
thank you,
Todd
The text was updated successfully, but these errors were encountered:
I ended up compiling this and the custom libmemcached projects in order to get it to work. so feel free to close it, perhaps denote debian8 likely not supported at this time by the available download from aws.
Hi there,
I'm not 100% where to submit this yet, so feel free to tell me to kick dirt..
with that said, when i use this module (installed by downloading the aws site not compile)
I am getting a seemingly random error and searching the net hasn't revealed much yet, hoping you can help me and or point me towards a solution.
our app is configured to use the AWS ElastiCache config endpoint and we have installed this library to use it. however, every three or so requests i send through I get a warning from php-fpm about libmemcached assertion failing. the request is dropped after that due to a sigabrt being sent.
here are the error details:
I look forward to hearing your input.
thank you,
The text was updated successfully, but these errors were encountered: