Mukul Kumar Singh created HDDS-1210:
---------------------------------------

             Summary: Ratis pipeline creation doesn't raft client reply status 
during initialization
                 Key: HDDS-1210
                 URL: https://issues.apache.org/jira/browse/HDDS-1210
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: SCM
    Affects Versions: 0.4.0
            Reporter: Mukul Kumar Singh
            Assignee: Mukul Kumar Singh
             Fix For: 0.4.0


Ratis pipeline are initialized using `raftClient.groupAdd`. However the 
pipeline initialization can fail and this can only be determined by 
raftClientReply status. 

{code}
    callRatisRpc(pipeline.getNodes(), ozoneConf,
        (raftClient, peer) -> raftClient.groupAdd(group, peer.getId()));
{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