Skip to content

The datanode remains in the Health status for long time after being turned off #7527

Closed Answered by unixsrv
unixsrv asked this question in FAQ
Discussion options

You must be logged in to vote

Yes, of course. The cluster consists of 4 datanodes, with a RATIS/THREE pipeline. As you recommended above, the parameters were changed:

    <property>
      <name>ozone.scm.stale.node.interval</name>
      <value>5s</value>
    </property>
    <property>
      <name>ozone.scm.dead.node.interval</name>
      <value>45s</value>
    </property>
    <property>
        <name>hdds.heartbeat.interval</name>
        <value>10s</value>
    </property>
    <property>
      <name>hdds.node.report.interval</name>
      <value>20s</value>
    </property>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@errose28
Comment options

errose28 Dec 4, 2024
Collaborator

@unixsrv
Comment options

Answer selected by unixsrv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
2 participants