[
https://issues.apache.org/jira/browse/ARTEMIS-4184?focusedWorklogId=865629&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-865629
]
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_r1230189613
##########
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:
It doesn't seem very "product" to me.. it would work somewhere
individually.. but it does not seem right to me.
Issue Time Tracking
-------------------
Worklog Id: (was: 865629)
Time Spent: 50m (was: 40m)
> 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: 50m
> Remaining Estimate: 0h
>
> Bidges with concurrency not checked/cleared properly on config reload
--
This message was sent by Atlassian Jira
(v8.20.10#820010)