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

   `testTransactionContextIsPassedBack` failed constantly. In my local env,
   ```java
   java.lang.AssertionError
   
org.apache.ratis.statemachine.TestStateMachine$SMTransactionContext.applyTransaction(TestStateMachine.java:94)
        at 
org.apache.ratis.server.impl.RaftServerImpl.applyLogToStateMachine(RaftServerImpl.java:1842)
        at 
org.apache.ratis.server.impl.StateMachineUpdater.applyLog(StateMachineUpdater.java:244)
        at 
org.apache.ratis.server.impl.StateMachineUpdater.run(StateMachineUpdater.java:186)
        at java.lang.Thread.run(Thread.java:750)
   ```
   Guess it's related to `getTransactionContext`. The leader somehow cannot 
obtain the client request from transaction context.
   


-- 
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