Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The issue found in HDDS-9342 caused the snapshot info in OM transactionInfoTable not get updated timely, so that OM restart failed at update ID check during raft log reapply.
The recover solution is to find the largest update ID, and update the snapshot info in transactionInfoTable with this it.
The task aims to provide such an CLI to update the table. Be noted, the largest update ID and its term currently should still need manual find.
Attachments
Issue Links
- is related to
-
HDDS-10879 Statemachine transaction resiliency for OM
- Open
- relates to
-
HDDS-9342 OM restart failed due to transactionLogIndex smaller than current updateID
- Resolved
-
HDDS-10730 Investigate how to parse all RocksDB files to get latest highest TermIndex of OM
- Open
- links to