[
https://issues.apache.org/jira/browse/KAFKA-16649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17892862#comment-17892862
]
Peter Lee commented on KAFKA-16649:
-----------------------------------
Had this issue resolved by https://github.com/apache/kafka/pull/15838?
> 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
> Priority: Major
>
> 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)