avijayanhwx commented on a change in pull request #1898:
URL: https://github.com/apache/ozone/pull/1898#discussion_r572371126



##########
File path: 
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/StateContext.java
##########
@@ -411,6 +411,14 @@ public void addContainerActionIfAbsent(ContainerAction 
containerAction) {
     }
   }
 
+  boolean isSamePipelineAction(PipelineAction action1, PipelineAction action2) 
{

Review comment:
       Although there is only a "Close" pipeline action now, can we add a 
comment saying that this only works for close pipeline action? The method name 
seems generic even though it is not.




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

Reply via email to