Bedrock.ControlPlane.Director.Recovery.MonitoringPhase (bedrock v0.6.0)
View SourceSets up monitoring of all transaction system components and marks recovery as complete.
Establishes process monitoring for sequencer, commit proxies, resolvers, logs, and storage servers. Any failure of these critical components will trigger immediate director shutdown and recovery restart.
This monitoring implements Bedrock's fail-fast philosophy - rather than attempting complex error recovery, component failures cause the director to exit and let the coordinator restart recovery with a new epoch.
The monitoring setup represents the final step before the cluster becomes operational. Once monitoring is active, the director shifts from recovery mode to operational mode.