diff options
author | danilalexeev <[email protected]> | 2025-01-20 21:25:30 +0300 |
---|---|---|
committer | danilalexeev <[email protected]> | 2025-01-20 21:44:52 +0300 |
commit | 4b4eb156a853ed9a7e3c963c8072459f99458154 (patch) | |
tree | ece207df245586d4071e5da3b93df92593169dca | |
parent | eca64020a38a964f6ae485761d11b176244aa99a (diff) |
YT-22236: Bring back the final recovery action and add reign to snapshot meta
Support final recovery action - an action executed at leader at the end of its recovery after committing initial heartbeat mutation and before accepting any user mutations. It is individually specified for each automaton implementation. For now, it remains non-trivial only for tablet cells and only during updates that include reign promotion.
commit_hash:1b6b05c197929194424d32346c1d04e1a1da15a3
-rw-r--r-- | yt/yt/client/hydra/public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/hydra/public.h b/yt/yt/client/hydra/public.h index c3a9b358b8e..30f293b6108 100644 --- a/yt/yt/client/hydra/public.h +++ b/yt/yt/client/hydra/public.h @@ -35,6 +35,7 @@ YT_DEFINE_ERROR_ENUM( ((ChangelogIOError) (614)) ((InvalidChangelogState) (615)) ((ReadOnly) (616)) + ((RestartAfterRecovery) (617)) ); DEFINE_ENUM(EPeerKind, |