HoustonPutman commented on code in PR #760:
URL: https://github.com/apache/solr/pull/760#discussion_r1813486856


##########
solr/core/src/java/org/apache/solr/cloud/ZkShardTerms.java:
##########
@@ -398,16 +397,6 @@ private void retryRegisterWatcher() {
         return;
       } catch (KeeperException e) {
         log.warn("Failed watching shard term for collection: {}, retrying!", 
collection, e);
-        try {

Review Comment:
   Actually I'm removing this again. As per curator docs, curator will wait 
till the connection is active before trying operations: 
https://curator.apache.org/docs/errors#connection-guarantees



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to