Randgalt commented on a change in pull request #345: [CURATOR-551] Fix Handle
Holder new connection string
URL: https://github.com/apache/curator/pull/345#discussion_r374374654
##########
File path: curator-client/src/main/java/org/apache/curator/ConnectionState.java
##########
@@ -356,6 +356,7 @@ private void handleNewConnectionString(String
newConnectionString)
if ( ensembleProvider.updateServerListEnabled() )
{
zooKeeper.updateServerList(newConnectionString);
+ handleHolder.resetConnectionString(newConnectionString);
Review comment:
Also here - this is the meat of the change
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services