Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Failed run: https://github.com/apache/ozone/pull/2549/checks?check_run_id=3355822776
Error from the attached log bundle:
2021-08-18 01:11:25,849 [9151209e-0687-4e1f-91d3-18f4f59985d6@group-24D12FE5568F-StateMachineUpdater] ERROR statemachine.StateMachine (ExitUtils.java:terminate(133)) - Terminating with exit status 1: Updating DB buffer transaction info by an older transaction info, current: 2#128, updating to: 2#292021-08-18 01:11:25,849 [9151209e-0687-4e1f-91d3-18f4f59985d6@group-24D12FE5568F-StateMachineUpdater] ERROR statemachine.StateMachine (ExitUtils.java:terminate(133)) - Terminating with exit status 1: Updating DB buffer transaction info by an older transaction info, current: 2#128, updating to: 2#29java.lang.IllegalArgumentException: Updating DB buffer transaction info by an older transaction info, current: 2#128, updating to: 2#29 at org.apache.hadoop.hdds.scm.ha.SCMHADBTransactionBufferImpl.updateLatestTrxInfo(SCMHADBTransactionBufferImpl.java:71) at org.apache.hadoop.hdds.scm.ha.SCMStateMachine.applyTransaction(SCMStateMachine.java:146) at org.apache.ratis.server.impl.RaftServerImpl.applyLogToStateMachine(RaftServerImpl.java:1691) at org.apache.ratis.server.impl.StateMachineUpdater.applyLog(StateMachineUpdater.java:234) at org.apache.ratis.server.impl.StateMachineUpdater.run(StateMachineUpdater.java:179) at java.lang.Thread.run(Thread.java:748)
Attachments
Attachments
Issue Links
- is duplicated by
-
HDDS-5890 Debug and fix flakiness in test TestSCMInstallSnapShotWithHA
- Resolved