[ 
https://issues.apache.org/jira/browse/KAFKA-16649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colin McCabe updated KAFKA-16649:
---------------------------------
    Description: 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.

> 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)

Reply via email to