[ 
https://issues.apache.org/jira/browse/HDDS-11958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930715#comment-17930715
 ] 

Peter Lee commented on HDDS-11958:
----------------------------------

Also, Should the validation logic only consider specific node statuses from 
SCMNodeManager?
like

{code:java}
@Override
protected boolean validate() {
    if (validateBasedOnReportProcessing()) {
      return registeredDns >= requiredDns;
    }
    return nodeManager.getNodes(NodeStatus.inServiceHealthy()).size() >= 
requiredDns;
}
{code}


> Remove Datanode report processing logic from Safemode Rules
> -----------------------------------------------------------
>
>                 Key: HDDS-11958
>                 URL: https://issues.apache.org/jira/browse/HDDS-11958
>             Project: Apache Ozone
>          Issue Type: Sub-task
>            Reporter: Nandakumar
>            Assignee: Nandakumar
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to