You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by clebertsuconic <gi...@git.apache.org> on 2018/04/06 18:32:30 UTC

[GitHub] activemq-artemis pull request #1975: [ARTEMIS-1761] Log warning if cluster i...

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

    https://github.com/apache/activemq-artemis/pull/1975#discussion_r179841255
  
    --- 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 --
    
    Can you still keep the log.debug?
    
    Didn't I see you doing this somewhere else? is that the same issue?


---