Bug 1299844
Summary: | [QA](6.4.z) Deadlock in EJB client after fix for bug 1266112 | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ladislav Thon <lthon> |
Component: | Clustering, EJB | Assignee: | Enrique Gonzalez Martinez <egonzale> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ladislav Thon <lthon> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4.6 | CC: | aogburn, asaji, bbaranow, bmaxwell, cdewolf, egonzale, istudens, jbilek, paul.ferraro |
Target Milestone: | CR1 | ||
Target Release: | EAP 6.4.8 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-01-17 12:32:38 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1279553, 1299983 |
Description
Ladislav Thon
2016-01-19 11:49:16 UTC
The deadlock is simple to reproduce. It happens when For some reason my last commet is just half of it. The bug can be reproduced easily with a stateless ejb and 2 instances of the app server. If you shutdown one of the servers during an ejb-client invocation you get this error (it is a race condition). Reducing the scope of the connectedAndDeployed in the function getConnectedAndDeployedNodes solves the problem. PR upstream 7.0.0: https://github.com/jbossas/jboss-ejb-client/pull/138 PR 6.4.z: https://github.com/jbossas/jboss-ejb-client/pull/137 merged 6.4.z: 1.0.x https://github.com/jbossas/jboss-ejb-client/commit/3a19ab2113cce7026847c70058195b2c5d8dce28 @Brad this got merged in 6.4.z branch in ejb-client. this will get in the next ejb-client upgrade Verified with EAP 6.4.8.CP.CR2 Enrique González Martínez <elguardian> updated the status of jira JBEAP-3114 to Resolved Jiri Pallich <jpallich> updated the status of jira JBEAP-3114 to Closed Retroactively bulk-closing issues from released EAP 6.4 cumulative patches. |