Github user jbertram commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/463#discussion_r59800041
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/replication/ReplicationEndpoint.java
 ---
    @@ -80,13 +80,17 @@
     import 
org.apache.activemq.artemis.core.server.cluster.qourum.SharedNothingBackupQuorum;
     import org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl;
     import 
org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation;
    +import org.jboss.logging.Logger;
     
     /**
      * Handles all the synchronization necessary for replication on the backup 
side (that is the
      * backup's side of the "remote backup" use case).
      */
     public final class ReplicationEndpoint implements ChannelHandler, 
ActiveMQComponent {
     
    +   private final Logger logger = 
Logger.getLogger(ReplicationEndpoint.class);
    --- End diff --
    
    Was this debugging code meant to be removed?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to