mudit-97 opened a new pull request, #5681:
URL: https://github.com/apache/hadoop/pull/5681

   ASF JIRA: https://issues.apache.org/jira/browse/YARN-11497
   
   Allowing config to remove untracked nodes having only selective nodeStates
   Config: 
yarn.resourcemanager.node-removal-untracked.node-selective-states-to-remove
   
   If Yarn untracked removal is enabled, then this config can control what all
   node states can be removed. If the untracked node is not having one of these
   states, then node will skipped for removal. If this config value is set to
   empty, all node states, will be eligible for removal
   NodeState is an ENUM: org.apache.hadoop.yarn.api.records.NodeState
   
   How was this patch tested?
   Adding 1 new UT in TestResourceTrackerService.java


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

Reply via email to