-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raft: persist LeadEpoch in HardState #124497
Labels
A-kv-replication
Relating to Raft, consensus, and coordination.
A-leader-leases
Related to the introduction of leader leases
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-kv
KV Team
Comments
nvanbenschoten
added
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
A-kv-replication
Relating to Raft, consensus, and coordination.
T-kv
KV Team
labels
May 21, 2024
cc @cockroachdb/replication |
nvanbenschoten
added
the
A-leader-leases
Related to the introduction of leader leases
label
Jun 6, 2024
exalate-issue-sync
bot
added
A-leader-leases
Related to the introduction of leader leases
and removed
T-kv-replication
A-leader-leases
Related to the introduction of leader leases
labels
Jun 6, 2024
arulajmani
added a commit
to arulajmani/cockroach
that referenced
this issue
Jul 17, 2024
Closes cockroachdb#124497 Release note: None
arulajmani
added a commit
to arulajmani/cockroach
that referenced
this issue
Jul 17, 2024
Closes cockroachdb#124497 Release note: None
arulajmani
added a commit
to arulajmani/cockroach
that referenced
this issue
Jul 17, 2024
Closes cockroachdb#124497 Release note: None
craig bot
pushed a commit
that referenced
this issue
Jul 18, 2024
127385: raft: persist LeadEpoch in HardState r=arulajmani a=arulajmani Closes #124497 Release note: None Co-authored-by: Arul Ajmani <[email protected]>
arulajmani
added a commit
to arulajmani/cockroach
that referenced
this issue
Aug 12, 2024
This was missed when addressing cockroachdb#124497. Epic: none Release note: None
arulajmani
added a commit
to arulajmani/cockroach
that referenced
this issue
Aug 13, 2024
This was missed when addressing cockroachdb#124497. Epic: none Release note: None
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-kv-replication
Relating to Raft, consensus, and coordination.
A-leader-leases
Related to the introduction of leader leases
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-kv
KV Team
Needed for leader leases: #123847.
Related to #124421.
Jira issue: CRDB-38930
Epic CRDB-37522
The text was updated successfully, but these errors were encountered: