anshumg commented on a change in pull request #689: SOLR-13489: Stop the leader 
from trying to rejoin the election on ses…
URL: https://github.com/apache/lucene-solr/pull/689#discussion_r289332941
 
 

 ##########
 File path: 
solr/solrj/src/java/org/apache/solr/common/cloud/ConnectionManager.java
 ##########
 @@ -155,27 +155,28 @@ public void process(WatchedEvent event) {
                 public void update(SolrZooKeeper keeper) {
                   try {
                     waitForConnected(Long.MAX_VALUE);
+                    
+                    log.info("Connection with ZooKeeper reestablished.");
 
 Review comment:
   we already log this as debug in `waitForConnected`. Let's just switch that 
out to an info ?

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to