Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Information Provided
-
None
-
None
-
None
Description
It will be useful to figure out the relative positions of the OM instances when the cluster is down.
In HDFS world, we can do this by examining the edit log files and the seen_txid file.
In Ozone, this is slightly more difficult. We have to determine
- relative positions of Ratis logs, i.e. log index and committed index. We may need to build some offline Ratis log parser for this.
- relative positions of state machines. i.e. last applied index.