Elek, Marton created HDDS-194:
---------------------------------

             Summary: Remove NodePoolManager and node pool handling from SCM
                 Key: HDDS-194
                 URL: https://issues.apache.org/jira/browse/HDDS-194
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
          Components: SCM
            Reporter: Elek, Marton
            Assignee: Elek, Marton
             Fix For: 0.2.1


The current code use NodePoolManager and ContainerSupervisor to group the nodes 
to smaller groups (pools) and handle the pull based node reports group by group.

But this code is not used any more as we switch back to use a push based model. 
In the datanode the reports could be handled by the specific report handlers, 
and in the scm side the reports will be processed by the SCMHeartbeatDispatcher 
which will send the events to the EventQueue.

As of now the NodePool abstraction could be removed from the code. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to