Github user rstancel commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1975#discussion_r180048729
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/BridgeImpl.java
---
@@ -930,9 +930,7 @@ protected void connect() {
scheduleRetryConnectFixedTimeout(this.retryInterval);
return;
} else {
- if (logger.isDebugEnabled()) {
- logger.debug("Bridge " + this + " is unable to connect
to destination. Retrying", e);
--- End diff --
@clebertsuconic it was different issues.
https://github.com/apache/activemq-artemis/pull/1990 . Should I create new PR
in master?
---