Skip to content

Releases: mavemuri/cruise-control

LaggingReplicasReassignmentGoal

13 Nov 22:43
Compare
Choose a tag to compare
feat: reassign stuck partition replicas

Sometimes replicas stop fetching/updating state to ZK without any reason- so far we have seen it happen on rolling restarts but as the source of this bug is as yet unknown, there could be other scenarios as well

This is problematic as the replica will be out of ISR until we manually reassign the partition to a broker(even same one)

Adding a new LaggingReplicaReassignmentGoal that will track such replicas and reassign them to same brokers once the MAX_LAGGING_REPLICA_REASSIGN_MS(default 30 mins) is reached

See also: https://lists.apache.org/thread.html/rbfe9557a4dd8604cffce369e76cc74f90ff8f717f934e6e8b5141053%40%3Cusers.kafka.apache.org%3E

LaggingReplicasReassignmentGoal

19 Oct 16:50
Compare
Choose a tag to compare
feat: reassign stuck partition replicas

Sometimes replicas stop fetching/updating state to ZK without any reason- so far we have seen it happen on rolling restarts but as the source of this bug is as yet unknown, there could be other scenarios as well

This is problematic as the replica will be out of ISR until we manually reassign the partition to a broker(even same one)

Adding a new LaggingReplicaReassignmentGoal that will track such replicas and reassign them to same brokers once the MAX_LAGGING_REPLICA_REASSIGN_MS(default 30 mins) is reached

See also: https://lists.apache.org/thread.html/rbfe9557a4dd8604cffce369e76cc74f90ff8f717f934e6e8b5141053%40%3Cusers.kafka.apache.org%3E

Reassign non-replicating partition replicas

11 Oct 20:16
Compare
Choose a tag to compare
2.8.8

reassign stuck partition replicas