You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/06/09 00:11:18 UTC

[jira] [Commented] (GEODE-3052) Restarting 2 locators within 1s of each other causes potential locator split brain

    [ https://issues.apache.org/jira/browse/GEODE-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16043697#comment-16043697 ] 

ASF subversion and git services commented on GEODE-3052:
--------------------------------------------------------

Commit 88825071fad314819358e8feb2f34481dd3c1d64 in geode's branch refs/heads/develop from [~bschuchardt]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=8882507 ]

GEODE-3052 Restarting locators causes potential locator split brain

When restarting from a locatorView.dat file we should ignore any locator
entries in the view.  Recovery tries to get this state from other locators
before resorting to using the persisted view so there we know all of the
locator entries in the view are invalid.  This allows the locators to
quickly move into the concurrent-startup algorithm and find each other.

I removed the Flaky categorization of the test that I modified to
reproduce the problem.  A subclass's use of the test was reported as
a Flaky failure but I found that the ticket was closed.


> Restarting 2 locators within 1s of each other causes potential locator split brain
> ----------------------------------------------------------------------------------
>
>                 Key: GEODE-3052
>                 URL: https://issues.apache.org/jira/browse/GEODE-3052
>             Project: Geode
>          Issue Type: Bug
>          Components: locator
>    Affects Versions: 1.1.1
>            Reporter: Udo Kohlmeyer
>            Assignee: Bruce Schuchardt
>
> Using the artifacts from GEODE-3003, it is possible to cause a locator split brain upon locator startup. This seems to only happen when the locators start within 1s of each other, i.e <1s.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)