You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/08/03 14:24:48 UTC

[5/5] activemq-artemis git commit: ARTEMIS-179 excessive cluster bridge retry logging

ARTEMIS-179 excessive cluster bridge retry logging

The information about the bridge connection retries is already logged
at DEBUG level elsewhere and a WARN message is already logged when the
connection dies in the first place. I don't see any good reason to
keep this logging here.


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/fc14e31a
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/fc14e31a
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/fc14e31a

Branch: refs/heads/master
Commit: fc14e31aa708dca98d6f8ebb0a46651af002aaab
Parents: ecc2cec
Author: jbertram <jb...@apache.org>
Authored: Thu Jul 30 13:15:50 2015 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Aug 3 08:24:28 2015 -0400

----------------------------------------------------------------------
 .../artemis/core/server/cluster/impl/ClusterConnectionBridge.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/fc14e31a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/ClusterConnectionBridge.java
----------------------------------------------------------------------
diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/ClusterConnectionBridge.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/ClusterConnectionBridge.java
index ebf1988..357c22b 100644
--- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/ClusterConnectionBridge.java
+++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/ClusterConnectionBridge.java
@@ -155,7 +155,6 @@ public class ClusterConnectionBridge extends BridgeImpl
 
       if (factory == null)
       {
-         ActiveMQServerLogger.LOGGER.nodeNotAvailable(targetNodeID);
          return null;
       }
       factory.setReconnectAttempts(0);