[
https://issues.jboss.org/browse/ISPN-385?page=com.atlassian.jira.plugin.s...
]
hs z commented on ISPN-385:
---------------------------
i reported a bug at
https://issues.jboss.org/browse/ISPN-1611 (Hotrod server memory leak
after enable idle timeout)
Add idle timeout to memcached and hot rod servers.
--------------------------------------------------
Key: ISPN-385
URL:
https://issues.jboss.org/browse/ISPN-385
Project: Infinispan
Issue Type: Feature Request
Components: Cache Server
Reporter: Galder ZamarreƱo
Assignee: Galder ZamarreƱo
Fix For: 4.1.0.ALPHA3
Add an IdleStateHandler to memcached and hot rod servers so that idle connections can be
closed automatically. This is necessary to handle error conditions such as cases where
clients erroneously indicate the server that it needs to read 20 bytes but they only send
10 bytes. Without such handler, the server will carry on waiting for bytes forever. The
handler will provide a defence mechanism for such cases.
The timeout will be configurable via the command line. Besides, clients wanting to do
some connection pooling will require to configure this accordingly in the server. In other
words, there's hardly any point in having servers configured with idle timeout of 30
seconds and clients closing connections after 60 seconds of idle time. These two should be
aligned accordingly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira