Apache9 commented on a change in pull request #2614:
URL: https://github.com/apache/hbase/pull/2614#discussion_r517077805



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/zksyncer/ClientZKSyncer.java
##########
@@ -145,8 +177,7 @@ private final void setDataForClientZkUntilSuccess(String 
node, byte[] data)
           LOG.warn(
             "Failed to create znode " + node + " due to: " + e.getMessage() + 
", will retry later");
         }
-      } catch (KeeperException.ConnectionLossException
-          | KeeperException.SessionExpiredException ee) {
+      } catch (KeeperException.SessionExpiredException see) {

Review comment:
       ConnectionLoss just means the connection is broken, the zk library will 
reconnect automatically to resume the session if possible.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to