[55/57] [abbrv] geode git commit: GEODE-2497 surprise members are never timed out during startup

2017-02-22 Thread klund
GEODE-2497 surprise members are never timed out during startup Merge of 8d45ca22737282abe279d3c863478f904f2e1926 and a6dfa4ca630a82fcf92942a834f8255e86d2bfcb from feature/GEODE-2497. Moved the creation of the timer to GMSMembershipManager.started() Removed write-lock in timer-creation method

[55/58] [abbrv] geode git commit: GEODE-2497 surprise members are never timed out during startup

2017-02-22 Thread jinmeiliao
GEODE-2497 surprise members are never timed out during startup Merge of 8d45ca22737282abe279d3c863478f904f2e1926 and a6dfa4ca630a82fcf92942a834f8255e86d2bfcb from feature/GEODE-2497. Moved the creation of the timer to GMSMembershipManager.started() Removed write-lock in timer-creation method

[1/2] geode git commit: GEODE-2497 surprise members are never timed out during startup

2017-02-22 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop c6b941fd3 -> 3474fa7ab GEODE-2497 surprise members are never timed out during startup Merge of 8d45ca22737282abe279d3c863478f904f2e1926 and a6dfa4ca630a82fcf92942a834f8255e86d2bfcb from feature/GEODE-2497. Moved the creation of the timer

geode git commit: GEODE-2497 surprise members are never timed out during startup

2017-02-17 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/feature/GEODE-2497 [created] 8d45ca227 GEODE-2497 surprise members are never timed out during startup Moved the creation of the timer to GMSMembershipManager.started() Removed write-lock in timer-creation method since it's only called from one