----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54752/ -----------------------------------------------------------
Review request for geode, Galen O'Sullivan, Jianxia Chen, and Udo Kohlmeyer. Bugs: GEODE-2213 https://issues.apache.org/jira/browse/GEODE-2213 Repository: geode Description ------- This removes the informToPendingJoinRequests invocation in recordViewRequest. I was already testing this change as I suspected that this invocation was causing new members to timeout trying to connect to the distributed system due to informToPendingJoinRequests removing join requests from the view creator's queue. I've also made a change to DistributionConfigJUnitTest that was causing the MembershipTest suite to fail when run under IntelliJ. For some reason it does not like @Test(expected=xyz.class). Diffs ----- geode-core/src/main/java/org/apache/geode/distributed/internal/membership/gms/membership/GMSJoinLeave.java 4ee3011b18ac309b7f3cff14f6984973b8243d86 geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionConfigJUnitTest.java 080136055feb304ebe6bfe28a0da72e67dfde21f Diff: https://reviews.apache.org/r/54752/diff/ Testing ------- precheckin, integration testing Thanks, Bruce Schuchardt