[ 
https://issues.apache.org/jira/browse/ARTEMIS-5925?focusedWorklogId=1007460&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1007460
 ]

ASF GitHub Bot logged work on ARTEMIS-5925:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Mar/26 15:13
            Start Date: 02/Mar/26 15:13
    Worklog Time Spent: 10m 
      Work Description: tabish121 commented on code in PR #6268:
URL: https://github.com/apache/artemis/pull/6268#discussion_r2872990960


##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/bridge/AMQPBridgeManagers.java:
##########
@@ -57,6 +57,12 @@ public void shutdown() {
       bridgeManagers.clear();
    }
 
+   public void pause() {

Review Comment:
   You don't need these, as the component already has start and stop which 
safely close down the resources



##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/federation/AMQPFederationSource.java:
##########
@@ -138,6 +138,12 @@ public synchronized AMQPConnectionContext 
getConnectionContext() {
       return connection;
    }
 
+   public void pause() {

Review Comment:
   You don't need these, as the component already has start and stop which 
safely close down the resources



##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/federation/AMQPFederation.java:
##########
@@ -108,6 +108,12 @@ public AMQPFederation(String name, ActiveMQServer server) {
       }
    }
 
+   public void pause() throws Exception {

Review Comment:
   You don't need these, as the component already has start and stop which 
safely close down the resources





Issue Time Tracking
-------------------

    Worklog Id:     (was: 1007460)
    Time Spent: 0.5h  (was: 20m)

> Support Star Mirror Configuration on Lock Coordinator
> -----------------------------------------------------
>
>                 Key: ARTEMIS-5925
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5925
>             Project: Artemis
>          Issue Type: Improvement
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.52.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The Lock Coordinator should be applied to Broker Connections.
> Notice that broker connection should also be made, however mirroring should 
> not be capturing events while "paused". This is to guarantee past mirror 
> events would be sent after a reconnect. StarMirrorSingleAcceptorRunningTest 
> shows the need for this.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to