wycccccc commented on a change in pull request #1554:
URL: https://github.com/apache/ozone/pull/1554#discussion_r517275215
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/IncrementalContainerReportHandler.java
##########
@@ -71,8 +71,10 @@ public void onMessage(final
IncrementalContainerReportFromDatanode report,
for (ContainerReplicaProto replicaProto :
report.getReport().getReportList()) {
try {
+
final ContainerID id = ContainerID.valueof(
replicaProto.getContainerID());
+
Review comment:
Thanks for reminding, I will correct it.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]