[
https://issues.apache.org/jira/browse/GEODE-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16002903#comment-16002903
]
ASF subversion and git services commented on GEODE-2875:
--------------------------------------------------------
Commit f0b99b48dca354cd80d0f8620031ecbe780e8fa6 in geode's branch
refs/heads/develop from [~bschuchardt]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=f0b99b4 ]
GEODE-2875 shutdown is taking as long as 20 seconds
The band-aid fix for this problem was to reduce the wait-time on joining a
thread sending shutdown messages.
This change set alters the membership manager, reviving the path of sending
certain messages like ShutdownMessage over UDP instead of TCP/IP stream
sockets. This avenue doesn't block trying to form point-to-point
connections so the join() can complete in a short amount of time.
> 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
>
> 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)