Description
Ratis pipeline are initialized using `raftClient.groupAdd`. However the pipeline initialization can fail and this can only be determined by raftClientReply status.
callRatisRpc(pipeline.getNodes(), ozoneConf, (raftClient, peer) -> raftClient.groupAdd(group, peer.getId()));
Attachments
Attachments
Issue Links
- duplicates
-
RATIS-491 Ratis groupAdd should fail if the directory creation fails for the raft group directory fails
- Resolved