[
https://issues.apache.org/jira/browse/ARTEMIS-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292159#comment-16292159
]
ASF GitHub Bot commented on ARTEMIS-1541:
-----------------------------------------
GitHub user franz1981 reopened a pull request:
https://github.com/apache/activemq-artemis/pull/1691
ARTEMIS-1541 Make the JDBC Node Manager more resilient on failures
In order to make the JDBC Node Manager more resilient has been implemented:
- recovering with fixed number of retries during the NodeId setup +
unrecoverable failure otherwise
- unrecoverable fail on exceptions while renewing a lease lock
In addition, in different parts of these critical processes are added more
log informations to help diagnose.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis
jdbc_ha_improvements
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1691.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 #1691
----
commit 70b21725edae28b591b87bb4de0f51364e9cfd50
Author: Francesco Nigro <[email protected]>
Date: 2017-12-06T10:28:59Z
ARTEMIS-1541 Make the JDBC Node Manager more resilient on failures
In order to make the JDBC Node Manager more resilient has been implemented:
- recovering with fixed number of retries during the NodeId setup +
unrecoverable failure otherwise
- unrecoverable fail on exceptions while renewing a lease lock
In addition, in different parts of these critical processes are added more
log informations to help diagnose.
----
> Make the JDBC Node Manager more resilient on failures
> -----------------------------------------------------
>
> Key: ARTEMIS-1541
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1541
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Broker
> Reporter: Francesco Nigro
> Assignee: Francesco Nigro
>
> The JDBC Node Manager isn't showing (at any level) errors on setup and hasn't
> any policy to fail or recover while executing certain critical operations.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)