[ https://issues.apache.org/jira/browse/KAFKA-6244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336617#comment-16336617 ]
ASF GitHub Bot commented on KAFKA-6244: --------------------------------------- rajinisivaram opened a new pull request #4465: KAFKA-6244: Dynamic update of log cleaner configuration URL: https://github.com/apache/kafka/pull/4465 Log cleaner config update as described in KIP-226. Config updates are handled by stopping cleaner threads and starting new ones with the new config. This keeps the code simple and ensures that if any of the threads had terminated earlier due to an exception, new ones are created to match the configured thread count. ### 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 GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Enable dynamic reconfiguration of log cleaners > ---------------------------------------------- > > Key: KAFKA-6244 > URL: https://issues.apache.org/jira/browse/KAFKA-6244 > Project: Kafka > Issue Type: Sub-task > Components: core > Reporter: Rajini Sivaram > Assignee: Rajini Sivaram > Priority: Major > Fix For: 1.1.0 > > > See > [KIP-226|https://cwiki.apache.org/confluence/display/KAFKA/KIP-226+-+Dynamic+Broker+Configuration] > for details. -- This message was sent by Atlassian JIRA (v7.6.3#76005)