[ https://issues.apache.org/jira/browse/GEODE-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008819#comment-16008819 ]
ASF subversion and git services commented on GEODE-2875: -------------------------------------------------------- Commit 48f6e11adb84145187f9b1f715b6b368d94cee68 in geode's branch refs/heads/feature/GEODE-2632-15 from [~bschuchardt] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=48f6e11 ] GEODE-2875 shutdown is taking as long as 20 seconds The fix for this issue causes one of the test cases in LocatorDUnitTest to fail consistently. With the fix we don't create any TCP/IP connections in this test during startup but the test expects one to have been created and it expects the connection's reader-thread to have initiated suspect processing. The test needs to be altered to ensure that this thread has been created by sending message that requires a reply. The reply will be sent over the expected connection, ensuring that there is a reader-thread. > shutdown is taking as long as 20 seconds > ---------------------------------------- > > Key: GEODE-2875 > URL: https://issues.apache.org/jira/browse/GEODE-2875 > Project: Geode > Issue Type: Bug > Components: membership > Reporter: Bruce Schuchardt > Assignee: Bruce Schuchardt > Fix For: 1.2.0 > > > Recent changes have introduced a bug where sometimes, particularly during > shutdown of a lot of servers, the shutdown process will stall for as long as > 20 seconds. This appears to be due to changes that keep a membership > coordinator from sending out a new view during shutdown. -- This message was sent by Atlassian JIRA (v6.3.15#6346)