You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/03/01 01:09:42 UTC

[33/34] incubator-geode git commit: GEODE-870: Fixing sceanrio where locators get into split-brain when restarting at exactly the same time.

GEODE-870: Fixing sceanrio where locators get into split-brain when restarting at exactly the same time.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/64855a26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/64855a26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/64855a26

Branch: refs/heads/feature/GEODE-949-2
Commit: 64855a26fbca19022583734252eaf3283dcc4c66
Parents: 4fed7d8 3879739
Author: Udo Kohlmeyer <uk...@pivotal.io>
Authored: Mon Feb 29 16:54:27 2016 +1100
Committer: Udo Kohlmeyer <uk...@pivotal.io>
Committed: Mon Feb 29 16:54:27 2016 +1100

----------------------------------------------------------------------
 .../internal/membership/NetView.java            |   2 +
 .../membership/gms/membership/GMSJoinLeave.java | 622 ++++++------
 .../gms/messages/InstallViewMessage.java        |  18 +-
 .../gemstone/gemfire/internal/DSFIDFactory.java |  11 +-
 .../internal/DataSerializableFixedID.java       |   1 -
 .../cache30/CacheSerializableRunnable.java      |  16 +-
 .../gemfire/distributed/LocatorDUnitTest.java   | 941 +++++++++++--------
 .../gms/membership/GMSJoinLeaveJUnitTest.java   |  71 +-
 .../gms/membership/GMSJoinLeaveTestHelper.java  |  67 ++
 .../test/dunit/SerializableRunnable.java        |   8 +-
 .../sanctionedDataSerializables.txt             |   4 +-
 .../cq/dunit/CqQueryUsingPoolDUnitTest.java     |   4 +-
 gradle/rat.gradle                               |   2 +-
 13 files changed, 1020 insertions(+), 747 deletions(-)
----------------------------------------------------------------------