Details
-
Task
-
Status: Complete
-
Medium
-
Resolution: Done
-
None
-
None
-
None
-
EV 18.14 Monitoring/Stability
Description
There is a structure (IntervalTree) in node that can map seqNo in ledger to 3PC key.
This is in-memory structure, so it's empty after node restart, and updated only during common ordering and execution of 3PC batches.
We need to have an entry for the current ledger size in this map after catchup too, as this is used in LEDGER_STATUSes sent to others, and LEDGER_STATUSes are used for initial calcualtion of `last_ordered-3PC`.