ndimiduk commented on a change in pull request #1173: HBASE-23851 Log networks 
and bind addresses when multicast publisher/…
URL: https://github.com/apache/hbase/pull/1173#discussion_r383449553
 
 

 ##########
 File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncConnectionImpl.java
 ##########
 @@ -165,8 +165,7 @@ public void newDead(ServerName sn) {
               }
             }, conf, listenerClass);
         } catch (IOException e) {
-          LOG.warn("Failed to create ClusterStatusListener, not a critical 
problem, ignoring...",
-            e);
+          LOG.warn("Failed create of ClusterStatusListener, not a critical, 
ignoring...", e);
 
 Review comment:
   nit `s/not a critical,/not critical,/`

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

Reply via email to