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/07/09 16:02:42 UTC

[GitHub] [hadoop-ozone] adoroszlai 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.

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



##########
File path: hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/MockNodeManager.java
##########
@@ -605,6 +616,12 @@ public void setNetworkTopology(NetworkTopology topology) {
       this.currentState = currentState;
     }
 
+    NodeData(long capacity, long used, long currentState, long healthyVolumes) {

Review comment:
       Parameter `healthyVolumes` is unused.




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