brandboat opened a new pull request, #18885: URL: https://github.com/apache/kafka/pull/18885
related to KAFKA-16653, Use dynamic voters instead of static voter set in KRaftClusterTestKit, QuorumTestHarness is still under progress. This change removes the delay static voter set initialization in kraft test. Taking the `RecofigurableQuorumIntegrationTest#testRemoveController` as an example, the time difference observed is 1.948 seconds, representing a 24.07% reduction. before this PR: 8s93ms <img width="365" alt="image" src="https://github.com/user-attachments/assets/0873668a-60f5-4227-8da9-948c318e7134" /> after: 6s145ms <img width="359" alt="image" src="https://github.com/user-attachments/assets/d0b29917-d0bd-465f-b678-bcd1650ee9a4" /> ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
