You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raft is generally configured on startup, via environment variables. In order to support dynamic configuration, we should have infrastructure to re-initialize the Raft RawNode on demand, by taking out raftMu and replacing internalRaftGroup. There should also be convenience functions to do this across all local replicas, with pacing. This is primarily motivated by version-gating CheckQuorum, and dynamically enabling it once the 23.2 upgrade is finalized (see #104189 (comment) and #104042).
Raft is generally configured on startup, via environment variables. In order to support dynamic configuration, we should have infrastructure to re-initialize the Raft RawNode on demand, by taking out
raftMu
and replacinginternalRaftGroup
. There should also be convenience functions to do this across all local replicas, with pacing. This is primarily motivated by version-gatingCheckQuorum
, and dynamically enabling it once the 23.2 upgrade is finalized (see #104189 (comment) and #104042).Jira issue: CRDB-28466
Epic CRDB-25199
The text was updated successfully, but these errors were encountered: