Xushaohong commented on pull request #560: URL: https://github.com/apache/ratis/pull/560#issuecomment-992163704
> @Xushaohong , thanks for the update. > > TestLeaderElectionWithNetty.testTransferLeader failed. I also can reproduce it locally. Could you take a look? Currently, the setConf request would not update the ```FollowerInfo``` in ```LogAppenderBase```, so we have to get the latest followerInfo from conf like the previous version. I have reverted it back and added an NPE check. @szetszwo Could you help confirm it? -- 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]
