You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2020/06/03 14:19:08 UTC

[GitHub] [storm] agresch commented on a change in pull request #3279: STORM-3644 update pacemaker connection error log

agresch commented on a change in pull request #3279:
URL: https://github.com/apache/storm/pull/3279#discussion_r434603387



##########
File path: storm-client/src/jvm/org/apache/storm/pacemaker/PacemakerClient.java
##########
@@ -182,7 +182,7 @@ public HBMessage send(HBMessage m) throws PacemakerConnectionException, Interrup
                     if (retry <= 0) {
                         throw e;
                     }
-                    LOG.error("error attempting to write to a channel {}.", e.getMessage());
+                    LOG.error("Error attempting to write to a channel to host " + host + " - " + e.getMessage());

Review comment:
       will update




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