symious commented on PR #1050: URL: https://github.com/apache/ratis/pull/1050#issuecomment-1998739708
@szetszwo The test failed because it's using `server.getRaftConf()` to get RaftPeer, but for a new peer, the raftConf doesn't have information of the new RaftPeer. So `server.getRaftConf().getPeer(id, RaftPeerRole.FOLLOWER, RaftPeerRole.LISTENER);` is returnning null here. I think we still need to store RaftPeer instead of RaftPeerId in `FollowerInfoImpl`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
