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 13:58:38 UTC

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

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



##########
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:
       why not use `{}`?




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