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
Support unclean leader election from a minority replica. This is useful when majority of the replicas are gone (eg: lost nodes) but a user intends to promote (one of) the minority replicas into a leader and up-replicate from there.
The solution needs to handle fencing of lost nodes if they come back up.
The text was updated successfully, but these errors were encountered:
bharathv
changed the title
Recover single replica partitions to 3x replication
raft: recover from situations where majority of replicas are lost
Feb 24, 2023
We should make sure that the recovered partition (with a potential data loss) won't block the tx coordinator if it was involved in an ongoing transaction - #9330
We already have some API for that, probably we should add a script to list the transactions on the coordinator, then check the partitions / consumer groups, find the ones which don't have the matching ongoing txes and exclude them from the coordinator.
Support unclean leader election from a minority replica. This is useful when majority of the replicas are gone (eg: lost nodes) but a user intends to promote (one of) the minority replicas into a leader and up-replicate from there.
The solution needs to handle fencing of lost nodes if they come back up.
The text was updated successfully, but these errors were encountered: