sodonnel commented on code in PR #4997:
URL: https://github.com/apache/ozone/pull/4997#discussion_r1245396889


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/states/endpoint/RegisterEndpointTask.java:
##########
@@ -163,7 +163,8 @@ public EndpointStateMachine.EndPointStates call() throws 
Exception {
         Preconditions.checkState(!StringUtils.isBlank(response.getClusterID()),
             "Invalid cluster ID in the response.");
         Preconditions.checkState(response.getErrorCode() == success,
-            "DataNode has higher Software Layout Version than SCM.");
+            "DataNode has different Software Layout Version" +

Review Comment:
   Could you log the address (host / port) it is connecting to that failed the 
check? Is that information available in the rpcEndPoint object?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to