[jira] [Updated] (KAFKA-16649) Remove lock from DynamicBrokerConfig.removeReconfigurable

2024-04-30 Thread Colin McCabe (Jira)


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

Colin McCabe updated KAFKA-16649:
-
Summary: Remove lock from DynamicBrokerConfig.removeReconfigurable  (was: 
Fix potential deadlock in DynamicBrokerConfig)

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




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (KAFKA-16649) Remove lock from DynamicBrokerConfig.removeReconfigurable

2024-04-30 Thread Colin McCabe (Jira)


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