[
https://issues.apache.org/jira/browse/ARTEMIS-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483702#comment-16483702
]
ASF GitHub Bot commented on ARTEMIS-1876:
-----------------------------------------
GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2097
ARTEMIS-1876 InVMNodeManager shouldn't be used if no JDBC HA is configured
(cherry picked from commit f886c0bdb451c947143fba6cf07cbf8ce7f3ff4d)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis 1.x_ARTEMIS-1876
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2097.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 #2097
----
commit 6b5f9d943c37e169e4b5b7b14914bfde2fa38c5b
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-05-22T07:35:48Z
ARTEMIS-1876 InVMNodeManager shouldn't be used if no JDBC HA is configured
When database persistence and no shared store option is being used,
Artemis is choosing to use InVMNodeManager, that is not providing
the same behaviour of FileLockNodeManager.
(cherry picked from commit f886c0bdb451c947143fba6cf07cbf8ce7f3ff4d)
----
> InVMNodeManager shouldn't be used if no JDBC HA is configured
> -------------------------------------------------------------
>
> Key: ARTEMIS-1876
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1876
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.6.0
> Reporter: Francesco Nigro
> Assignee: Francesco Nigro
> Priority: Major
> Fix For: 2.7.0
>
>
> When database persistence and no shared store option is being used, Artemis
> is choosing to use InVMNodeManager, that is not providing the same behaviour
> of FileLockNodeManager.
> It is causing several regressions with Oracle on the test suite.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)