You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2022/11/01 01:32:57 UTC

[GitHub] [ratis] SzyWilliam commented on pull request #771: RATIS-1733. Typo: fix misleading params names in `RaftServerConfigKeys`

SzyWilliam commented on PR #771:
URL: https://github.com/apache/ratis/pull/771#issuecomment-1297894493

   @szetszwo The method `testFollowerLinearizableReadRetryWhenLeaderDown` seems always fail. The error stack is complicated and I found `Caused by: java.io.NotSerializableException: org.apache.ratis.protocol.RaftGroupMemberId`. I suspect that the LeaderNotException returned here [1] contains the RaftGroupMemberId that cannot be serialized. Should we implement 'Serializable` for `RaftGroupMemberId`?
   [1] https://github.com/apache/ratis/blob/903cd17c0b0615bfec80afeac796354b9d99a1fd/ratis-server/src/main/java/org/apache/ratis/server/impl/LeaderStateImpl.java#L1094


-- 
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: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org