[infinispan-issues] [JBoss JIRA] (ISPN-1828) Incorrect reporting of added servers on topology change in hot rod client
Michal Linhard (JIRA)
jira-events at lists.jboss.org
Wed Feb 1 06:18:48 EST 2012
Michal Linhard created ISPN-1828:
------------------------------------
Summary: Incorrect reporting of added servers on topology change in hot rod client
Key: ISPN-1828
URL: https://issues.jboss.org/browse/ISPN-1828
Project: Infinispan
Issue Type: Bug
Affects Versions: 5.1.0.FINAL
Reporter: Michal Linhard
Assignee: Manik Surtani
On this line
https://github.com/infinispan/infinispan/blob/master/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransportFactory.java#L208
Shouldn't newServers be replaced with addedServers ?
At least when logging the message ISPN004014: New server added(xxxx), adding to the pool.
this causes even the non-changed servers to be reported as newly added.
--
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
More information about the infinispan-issues
mailing list