You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2021/10/22 17:07:09 UTC

[GitHub] [helix] xyuanlu commented on a change in pull request #1894: Fix log format in instanceValidationUtil

xyuanlu commented on a change in pull request #1894:
URL: https://github.com/apache/helix/pull/1894#discussion_r734711384



##########
File path: helix-core/src/main/java/org/apache/helix/util/InstanceValidationUtil.java
##########
@@ -169,9 +169,9 @@ public static boolean hasValidConfig(HelixDataAccessor dataAccessor, String clus
       return false;
     }
     if (!clusterConfig.isPersistIntermediateAssignment()) {
-      _logger.error(
+      _logger.error(String.format(

Review comment:
       TFTR. Updated.




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

To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org