divijvaidya opened a new pull request, #12669: URL: https://github.com/apache/kafka/pull/12669
Test is failing intermittently because we do not wait for propagation of the altered config (LogRetentionTimeMillisProp) across all brokers before proceeding ahead with the test. This PR makes the following changes: 1. Wait for propagation of altered configuration to propagate to all brokers. 2. Use the existing `killBroker` utility method which waits for shutdown using `awaitshutdown`. 3. Improve code readability by using `TestUtils.incrementalAlterConfigs` to send alter config requests. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org