elek commented on a change in pull request #262: HDDS-2459 - Change the
ReplicationManager to consider decommission and maintenance states
URL: https://github.com/apache/hadoop-ozone/pull/262#discussion_r351202540
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ReplicationManager.java
##########
@@ -97,6 +98,11 @@
*/
private final LockManager<ContainerID> lockManager;
+ /**
+ * Used to lookup the health of a nodes or the nodes operational state.
+ */
+ private final NodeManager nodeManager;
Review comment:
@anuengineer / @nandakumar131 had a different proposal offline (and in
#160): to manage the state only in the containers. In that case it's not
required to call the NodeManager.
I am not sure about the current state of that proposal.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]