[
https://issues.jboss.org/browse/ISPN-1426?page=com.atlassian.jira.plugin....
]
Michael Nielson edited comment on ISPN-1426 at 8/8/12 8:10 PM:
---------------------------------------------------------------
This fix does not work for all cases, especially cache startup, the PingOperation does not
extend RetryOnFailureOperation so a ping will fail if the first node it tries is down.
RemoteCacheManager will not startup in this case.
These two forum posts also explain the same problem:
https://community.jboss.org/message/748582#748582
https://community.jboss.org/message/628041#628041
was (Author: safetytrick):
This fix does not work for all cases, especially cache startup, the PingOperation does
not extend RetryOnFailureOperation so a ping will fail if the first node it tries is down.
RemoteCacheManager will not startup in this case.
Socket creation not within retry logicc
---------------------------------------
Key: ISPN-1426
URL:
https://issues.jboss.org/browse/ISPN-1426
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Affects Versions: 5.0.1.FINAL
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 5.1.0.BETA1, 5.1.0.FINAL
Hot Rod client should create transport instances within the retry logic, otherwise
exceptions like:
{code}Caused by: java.net.ConnectException: Connection refused{code}
Won't be recovered
--
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