xiaoyuyao commented on a change in pull request #1145:
URL: https://github.com/apache/hadoop-ozone/pull/1145#discussion_r449309362
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ContainerStateManagerV2.java
##########
@@ -130,6 +141,21 @@ ContainerInfo getContainer(ContainerID containerID)
void addContainer(ContainerInfoProto containerInfo)
throws IOException;
+ /**
+ *
+ */
+ @Replicate
+ void updateContainerState(HddsProtos.ContainerID id,
Review comment:
Can we add unit test if any the updateContainerState with @Replicate?
----------------------------------------------------------------
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]