[
https://issues.apache.org/jira/browse/ARTEMIS-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242013#comment-15242013
]
ASF GitHub Bot commented on ARTEMIS-474:
----------------------------------------
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?
> replication fails with colocated topologies
> -------------------------------------------
>
> Key: ARTEMIS-474
> URL: https://issues.apache.org/jira/browse/ARTEMIS-474
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: clebert suconic
> Assignee: clebert suconic
> Fix For: 1.3.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)