dombizita commented on code in PR #5560:
URL: https://github.com/apache/ozone/pull/5560#discussion_r1391270026
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelineStateMap.java:
##########
@@ -97,19 +97,24 @@ void addPipeline(Pipeline pipeline) throws IOException {
*
* @param pipelineID - PipelineID of the pipeline to which container is added
* @param containerID - ContainerID of the container to add
+ * @param checkPipelineClosed - check if pipeline is closed
Review Comment:
Maybe this is just confusing for me, I'll let you decide to change this or
not.
```suggestion
* @param checkPipelineClosed - Whether to check if pipeline is closed
before adding the container. If true, we will throw an exception in case of a
closed pipeline.
```
--
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]