Hi, we are running a pretty high traffic server. Every few days our memcache client crashes with the following errors. I was wondering if anyone had an idea, what would cause this issue. MemcacheD seems to work fine after this problem, in that I can reconnect with other clients, without any problems.
I am primarily interested in what might cause this issue in the client library. And whether this seems like something specific to Cmemcache (i.e. I could switch to python-memcache, if that seems like it would be a fix) [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Resource temporarily unavailable: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Resource temporarily unavailable: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Resource temporarily unavailable: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Resource temporarily unavailable: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Resource temporarily unavailable: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Resource temporarily unavailable: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Operation now in progress: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Operation now in progress: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Operation now in progress: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Operation now in progress: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_fetch_cmd():1181: memcache(4) protocol error: Operation now in progress: server sent data for key not in request [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Operation now in progress: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_server_readable():2587: timeout: Operation now in progress: select(2) call timed out for read(2)able fds [EMAIL PROTECTED] mcm_get_line():1597 [EMAIL PROTECTED] mcm_fetch_cmd():1181: memcache(4) protocol error: Operation now in progress: server sent data for key not in request [EMAIL PROTECTED] mcm_fetch_cmd():1181: memcache(4) protocol error: Operation now in progress: server sent data for key not in request -- Just out of curiosity - would this problem occur under high loads? I.e. if the load was so high, that it took a little bit of time for memcache to return, causing the client to time-out? -- seems like a reasonable theory. Thanks for your help, Ben
