[
https://issues.apache.org/jira/browse/ARTEMIS-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16409376#comment-16409376
]
ASF GitHub Bot commented on ARTEMIS-1763:
-----------------------------------------
GitHub user andytaylor opened a pull request:
https://github.com/apache/activemq-artemis/pull/1967
ARTEMIS-1763 - Remove 'quick check' before quorum
https://issues.apache.org/jira/browse/ARTEMIS-1763
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andytaylor/activemq-artemis master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1967.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 #1967
----
commit 2abab1a43cad5f9ba94d4bf97ed21e2af60c3793
Author: andytaylor <andy.tayls67@...>
Date: 2018-03-22T10:58:11Z
ARTEMIS-1763 - Remove 'quick check' before quorum
https://issues.apache.org/jira/browse/ARTEMIS-1763
----
> Remove 'quick check' before quorum
> ----------------------------------
>
> Key: ARTEMIS-1763
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1763
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Andy Taylor
> Assignee: Andy Taylor
> Priority: Major
>
> A check was added to SharedNothingBackupQuorum in isLiveDown method to
> quickly check if the backup could still connect to the live. This should be
> removed as it is unreliable and by passes the actual quorum vote.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)