-
Notifications
You must be signed in to change notification settings - Fork 4.1k
kvserver: explore quiescence removal #94592
Copy link
Copy link
Open
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-investigationFurther steps needed to qualify. C-label will change.Further steps needed to qualify. C-label will change.T-kvKV TeamKV Team
Description
Replica quiescence is currently necessary to run large numbers of replicas per node, to avoid the overhead to processing live replicas. However, this comes with a complexity cost, and was implemented without really exploring if we could optimize replica scheduling to such an extent that quiescence isn't necessary. We should look into this avenue as well.
Jira issue: CRDB-23026
Epic CRDB-34218
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-investigationFurther steps needed to qualify. C-label will change.Further steps needed to qualify. C-label will change.T-kvKV TeamKV Team