vaseems / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
0 stars 0 forks source link

java.net.SocketException: Too many open files #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

If there is some issue connecting to a memcached server instance, for example:

ERROR - (MemcachedConnector$SessionMonitor) Reconnect to memcached-ip:11211 fail
ERROR - (MemcachedConnector$SessionMonitor) SessionMonitor connect error

Xmemcached will attempt to reconnect. In this case, the client does not appear 
to properly close the socket channel from the previous attempt.

What is the expected output? What do you see instead?

I expect the connection attempts to continue without exceeding the number of 
sockets allowed.

What version of the product are you using? On what operating system?

Xmemcached 1.3.3
Ubuntu 10.04.3 LTS

Original issue reported on code.google.com by MrRub...@gmail.com on 30 Sep 2011 at 6:30

GoogleCodeExporter commented 9 years ago
Thanks,it's an isssue in network framework,
Fixed by 

https://github.com/killme2008/xmemcached/commit/388d45e3cc42c070aecfec7c7ede822e
78466994

Original comment by killme2...@gmail.com on 1 Oct 2011 at 12:48

GoogleCodeExporter commented 9 years ago
xmemcached 1.3.5 has been released.

Original comment by killme2...@gmail.com on 1 Oct 2011 at 7:12