mirror of https://github.com/apache/kafka.git
BrokerHeartbeatManager.java: fix an outdated comment. Move an inefficient test method that is O(num_brokers) from ClusterControlManager.java into ReplicationControlManagerTest.java, so that it doesn't accidentally get used in production code. Remove QuorumController.ImbalanceSchedule, etc. since it is no longer used. Move the initialization of OffsetControlManager later in the QuorumController constructor and add a comment explaining why it should come last. This doesn't fix any bugs currently, but it's a good practice for the future. Reviewers: Mickael Maison <mickael.maison@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||