mirror of
https://github.com/openziti/ziti.git
synced 2026-09-11 13:29:03 +00:00
91edc68409
- adds the missing self.startIndex assignment in BoltDbFsm.Init so GetStartRaftIndex() returns the persisted raft index instead of 0, which was leaving the RDM's RaftIndexProvider seeded at 0 on every restart and reporting a stale index until the next command applied - adds a regression test that opens an FSM, persists a raft index, reopens it, and asserts GetStartIndex reflects the persisted value - notes the fix in CHANGELOG.md under the ziti/v2 issue list