[
https://issues.apache.org/jira/browse/KAFKA-16649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-16649.
------------------------------------
Fix Version/s: 4.0.0
Assignee: Colin McCabe
Resolution: Fixed
> Remove lock from DynamicBrokerConfig.removeReconfigurable
> ---------------------------------------------------------
>
> Key: KAFKA-16649
> URL: https://issues.apache.org/jira/browse/KAFKA-16649
> Project: Kafka
> Issue Type: Bug
> Reporter: Colin McCabe
> Assignee: Colin McCabe
> Priority: Major
> Fix For: 4.0.0
>
>
> Do not acquire the DynamicBrokerConfig lock in
> DynamicBrokerConfig.removeReconfigurable. It's not necessary, because the
> list that these functions are modifying is a thread-safe CopyOnWriteArrayList.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)