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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to