z-bb commented on code in PR #4997:
URL: https://github.com/apache/ozone/pull/4997#discussion_r1245983924
##########
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:
@sodonnel Thanks for your review, I made some changes, can you take a look
again
--
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]