Skip to content

IR replicas now recovery only when told.

Michael Whittaker requested to merge recovery_only_when_told into master

Previously, IR replicas would always perform recovery and would always persist their view information into a file with a specific filename. Now, you can provide the IR replica with the filename into which you want it to persist its state. Moreover, if you provide the empty string, the replica will simply disable recovery entirely.

Merge request reports