You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Mikhail Pochatkin (Jira)" <ji...@apache.org> on 2022/04/22 15:06:00 UTC

[jira] [Created] (HDDS-6634) Incorrect datanode state drop after lose connection to SCM server

Mikhail Pochatkin created HDDS-6634:
---------------------------------------

             Summary: Incorrect datanode state drop after lose connection to SCM server 
                 Key: HDDS-6634
                 URL: https://issues.apache.org/jira/browse/HDDS-6634
             Project: Apache Ozone
          Issue Type: Bug
            Reporter: Mikhail Pochatkin


 
{code:java}
case reregisterCommand:
  if (rpcEndpoint.getState() == EndPointStates.HEARTBEAT) {
    if (LOG.isDebugEnabled()) {
      LOG.debug("Received SCM notification to register."
          + " Interrupt HEARTBEAT and transit to REGISTER state.");
    }
    rpcEndpoint.setState(EndPointStates.REGISTER);
  } {code}
 

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org