[
https://issues.apache.org/jira/browse/ARTEMIS-4184?focusedWorklogId=865628&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-865628
]
ASF GitHub Bot logged work on ARTEMIS-4184:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jun/23 21:28
Start Date: 14/Jun/23 21:28
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on code in PR #4382:
URL: https://github.com/apache/activemq-artemis/pull/4382#discussion_r1230189095
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java:
##########
@@ -4586,9 +4586,12 @@ private void deployReloadableConfigFromConfiguration()
throws Exception {
for (BridgeConfiguration newBridgeConfig :
configuration.getBridgeConfigurations()) {
newBridgeConfig.setParentName(newBridgeConfig.getName());
Bridge existingBridge =
clusterManager.getBridges().get(newBridgeConfig.getParentName());
+ if (existingBridge == null) {
+ existingBridge =
clusterManager.getBridges().get(newBridgeConfig.getParentName() + "-0");
Review Comment:
I don't understand what is this concatenation here. is this really necessary?
Issue Time Tracking
-------------------
Worklog Id: (was: 865628)
Time Spent: 40m (was: 0.5h)
> Bidges with concurrency not checked/cleared properly on config reload
> ---------------------------------------------------------------------
>
> Key: ARTEMIS-4184
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4184
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Anton Roskvist
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Bidges with concurrency not checked/cleared properly on config reload
--
This message was sent by Atlassian Jira
(v8.20.10#820010)