this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix docs

garrison e131b8b7 7b2edb74

+1 -2
+1 -2
architecture/recovery.md
··· 33 33 - If successful, the Manager will receive the new `generation` and a copy of the cluster's config and previous generations 34 34 - If unsuccessful, the Manager will kill itself immediately 35 35 36 - 3. The Manager will then call `Coordinator.track_manager_generation()` to notify the leader that it has received a generation. 37 - (This is arguably redundant and could be integrated into the `inc_generation` call.) 36 + The Manager will then call `Coordinator.track_manager_generation()` to notify the leader that it has received a generation. 38 37 39 38 3. The Manager then waits for the nodes' ServerSupervisors to report via `Manager.supervisor_ping()` and for the previous TLogs to report via `Manager.tlog_ping()`. 40 39