You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/06/24 16:02:27 UTC

[GitHub] [hadoop-ozone] dineshchitlangia commented on a change in pull request #1081: HDDS-3809. Make number of open containers on a datanode a function of no of volumes reported by it.

dineshchitlangia commented on a change in pull request #1081:
URL: https://github.com/apache/hadoop-ozone/pull/1081#discussion_r445004184



##########
File path: hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/SCMPipelineManager.java
##########
@@ -608,6 +608,16 @@ public void close() throws IOException {
     pipelineFactory.shutdown();
   }
 
+  /**
+   * returns max count of healthy volumes from the set of
+   * datanodes constituting the pipeline

Review comment:
       ```suggestion
      * Returns count of healthy volumes from the set of
      * datanodes constituting the 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org