gazette / core

Build platforms that flexibly mix SQL, batch, and stream processing paradigms
https://gazette.dev
MIT License
718 stars 52 forks source link

recoverylog: relax FSM to allow updating the content of a property #356

Closed jgraettinger closed 11 months ago

jgraettinger commented 11 months ago

In certain situations, if a RocksDB doesn't fully initialize then it may re-create its IDENTITY file upon the next next open attempt.

Currently this is prohibited by FSM but should be relaxed.


This change is Reviewable