github-advanced-security[bot] commented on code in PR #19787:
URL: https://github.com/apache/druid/pull/19787#discussion_r3670602573
##########
server/src/main/java/org/apache/druid/client/BrokerViewOfCoordinatorConfig.java:
##########
@@ -100,7 +100,7 @@
* servers based on the new dynamic configuration.
*/
@Override
- public synchronized void setDynamicConfig(@NotNull CoordinatorDynamicConfig
updatedConfig)
+ public void setDynamicConfig(@NotNull CoordinatorDynamicConfig updatedConfig)
Review Comment:
## CodeQL / Non-synchronized override of synchronized method
Method 'setDynamicConfig' overrides a synchronized method in
[org.apache.druid.client.BaseBrokerViewOfConfig](1) but is not synchronized.
[Show more
details](https://github.com/apache/druid/security/code-scanning/11408)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]