[
https://issues.apache.org/jira/browse/KAFKA-17579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17882944#comment-17882944
]
Christo Lolov commented on KAFKA-17579:
---------------------------------------
This has been picked up by Jason Taylor. His Jira account is still being
reviewed hence I will assign the ticket once it is approved.
> Dynamic LogCleaner configurations are not picked up upon restart
> ----------------------------------------------------------------
>
> Key: KAFKA-17579
> URL: https://issues.apache.org/jira/browse/KAFKA-17579
> Project: Kafka
> Issue Type: Bug
> Reporter: Christo Lolov
> Priority: Major
>
> Dynamic configurations for the LogCleaner are not applied upon a restart.
>
> Reproduction steps:
> # Create a 1-broker cluster
> # Change the number of log.cleaner.threads to 2
> # Bounce the broker
> # Observe the server.logs - you will notice that only 1 log cleaner thread
> has been instantiated
>
> Proposed solution:
> # Change immutable variables `val` to methods `def`
> # Add unit/integration tests which test reconfiguration of the LogCleaner
--
This message was sent by Atlassian Jira
(v8.20.10#820010)