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

2018-12-17 Thread rstancel
Github user rstancel closed the pull request at:

https://github.com/apache/activemq-artemis/pull/1975


---


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

2018-04-09 Thread rstancel
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?


---


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

2018-04-06 Thread clebertsuconic
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?


---


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

2018-03-26 Thread rstancel
GitHub user rstancel opened a pull request:

https://github.com/apache/activemq-artemis/pull/1975

[ARTEMIS-1761] Log warning if cluster is not able to connect at startup

Jira: https://issues.apache.org/jira/browse/ARTEMIS-1761
master commit: 
https://github.com/apache/activemq-artemis/commit/373c3db2ac4c3b79d4f777ee32498c924176eba6

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rstancel/jboss-activemq-artemis 
ARTEMIS-1761_1.x

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/1975.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1975


commit 6c397fda732837191c63e65507ad58a16b25bf70
Author: Radovan Stancel 
Date:   2018-03-21T17:26:20Z

[ARTEMIS-1761] Log warning if cluster is not able to connect at startup




---