[jboss-jira] [JBoss JIRA] (WFLY-5904) A deadlock can result if an EJB is being passivated at the same time an invocation made
Stuart Douglas (JIRA)
issues at jboss.org
Tue Dec 22 22:18:00 EST 2015
[ https://issues.jboss.org/browse/WFLY-5904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas updated WFLY-5904:
---------------------------------
Attachment: passivationTestFailureDump.txt
Attached stack dump when deadlock occurs
> A deadlock can result if an EJB is being passivated at the same time an invocation made
> ---------------------------------------------------------------------------------------
>
> Key: WFLY-5904
> URL: https://issues.jboss.org/browse/WFLY-5904
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, EJB
> Reporter: Stuart Douglas
> Assignee: Paul Ferraro
> Attachments: passivationTestFailureDump.txt
>
>
> As seen in EJBClientDescriptorTestCase.testClientInvocationTimeout
> This can be reproduced locally by adding a loop around the final invocations in the test:
> {code}
> for (int i = 0; i < 1000; ++i) {
> Assert.assertEquals("bar", remote1.getManagedBeanMessage());
> Assert.assertEquals("bar", remote2.getManagedBeanMessage());
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list