[jboss-jira] [JBoss JIRA] (JGRP-1759) BecomeServerTest.testSendingOfMsgsOnUnconnectedChannel deadlocks
Richard Achmatowicz (JIRA)
issues at jboss.org
Thu Dec 19 15:00:33 EST 2013
[ https://issues.jboss.org/browse/JGRP-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932726#comment-12932726 ]
Richard Achmatowicz commented on JGRP-1759:
-------------------------------------------
Failing on Windows dev101-W2K8r2-x86_64:
{noformat}
------------- testSendingOfMsgsOnUnconnectedChannel -----------
--> Creating rendezvous
--> A: sending message
A: received message from A: hello from A
--> B: installView() waiting on rendezvous until message has been received
8609 [WARN] GMS: A: failed to collect all ACKs (expected=1) for unicast view [A|1] after 2000ms, missing 1 ACKs from (1) B
With org.jboss.byteman.verbose=true:
------------- testSendingOfMsgsOnUnconnectedChannel -----------
Rule.execute called for CreateRendezvous_1
HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
calling activated() for helper class org.jboss.byteman.rule.helper.Helper
Default helper activated
calling installed(CreateRendezvous) for helper classorg.jboss.byteman.rule.helper.Helper
Installed rule using default helper : CreateRendezvous
CreateRendezvous execute
--> Creating rendezvous
Rule.execute called for FlushQueue_4
HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
calling installed(FlushQueue) for helper classorg.jboss.byteman.rule.helper.Helper
Installed rule using default helper : FlushQueue
FlushQueue execute
Rule.execute called for MessageSending_0
HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
calling installed(MessageSending) for helper classorg.jboss.byteman.rule.helper.Helper
Installed rule using default helper : MessageSending
MessageSending execute
Rule.execute called for MessageReception_6
HelperManager.install for helper class org.jgroups.tests.helpers.BecomeServerTestHelper
calling activated() for helper class org.jgroups.tests.helpers.BecomeServerTestHelper
Default helper activated
calling installed(MessageReception) for helper classorg.jgroups.tests.helpers.BecomeServerTestHelper
Installed rule using default helper : MessageReception
MessageReception execute()
--> A: sending message
A: received message from A: hello from A
Rule.execute called for InstallView_3
Rule.execute called for MessageReception_6
MessageReception execute()
HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
calling installed(InstallView) for helper classorg.jboss.byteman.rule.helper.Helper
Installed rule using default helper : InstallView
InstallView execute
--> B: installView() waiting on rendezvous until message has been received
8584 [WARN] GMS: A: failed to collect all ACKs (expected=1) for unicast view [A|1] after 2000ms, missing 1 ACKs from (1) B
{noformat}
> BecomeServerTest.testSendingOfMsgsOnUnconnectedChannel deadlocks
> ----------------------------------------------------------------
>
> Key: JGRP-1759
> URL: https://issues.jboss.org/browse/JGRP-1759
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.5
> Environment: Windows 2008, x86_64
> Reporter: Richard Achmatowicz
> Assignee: Bela Ban
>
> Running the Byteman tests in the QA lab, this test deadlocks in a repeatable fashion and causes the testsuite to hang.
> The test makes use of the Byteman rendezvous built-in function to suspend (and reorder) thread execution. It appears that with threads re-ordered, certain parts of JGroups block in such a way that no progress is made and the test deadlocks.
> .
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list