You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/01/26 17:57:39 UTC

[jira] [Commented] (GEODE-836) multicast state flush is broken

    [ https://issues.apache.org/jira/browse/GEODE-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117553#comment-15117553 ] 

ASF subversion and git services commented on GEODE-836:
-------------------------------------------------------

Commit ed17d4cd50595b5a611b4a4068a1e2b895a06ff6 in incubator-geode's branch refs/heads/develop from [~bschuchardt]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=ed17d4c ]

GEODE-836: multicast state flush is broken

The Digest from the multicast NAKACK2 protocol is immutable and needs
to be fetched each time it is checked in order to get an up-to-date
digest.  I also added warning and timeout for the method similar to
what's in DistributionAdvisor.waitForCurrentOperations(long) that
guarantee that the wait will terminate.


> multicast state flush is broken
> -------------------------------
>
>                 Key: GEODE-836
>                 URL: https://issues.apache.org/jira/browse/GEODE-836
>             Project: Geode
>          Issue Type: Bug
>          Components: membership
>            Reporter: Bruce Schuchardt
>            Assignee: Bruce Schuchardt
>
> A multicast regression test hung with a thread in this state:
> {noformat}
> "Pooled Waiting Message Processor 0" #40 daemon prio=5 os_prio=0 tid=0x00007fde3025d800 nid=0x7649 waiting on condition [0x00007fde7f7f6000]
>    java.lang.Thread.State: TIMED_WAITING (sleeping)
> 	at java.lang.Thread.sleep(Native Method)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.messenger.JGroupsMessenger.waitForMessageState(JGroupsMessenger.java:541)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.messenger.JGroupsMessenger.waitForMessageState(JGroupsMessenger.java:524)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.mgr.GMSMembershipManager.waitForMessageState(GMSMembershipManager.java:2253)
> 	at com.gemstone.gemfire.internal.cache.StateFlushOperation$StateStabilizationMessage$1.run(StateFlushOperation.java:568)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	at com.gemstone.gemfire.distributed.internal.DistributionManager.runUntilShutdown(DistributionManager.java:657)
> 	at com.gemstone.gemfire.distributed.internal.DistributionManager$6$1.run(DistributionManager.java:997)
> {noformat}
> Flush of multicast messages was recently added but obviously not tested well enough.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)