Bug 1282661
| Summary: | [GSS](6.4.z) MessageDrivenComponent startDelivery/stopDelivery is not thread safe | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | James Livingston <jlivings> |
| Component: | EJB | Assignee: | baranowb <bbaranow> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondrej Chaloupka <ochaloup> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.0 | CC: | bbaranow, bmaxwell, david.lloyd, istudens, joallen, rsvoboda |
| Target Milestone: | CR1 | ||
| Target Release: | EAP 6.4.6 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-17 11:46:00 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: | 1235746, 1289796 | ||
|
Description
James Livingston
2015-11-17 01:45:13 UTC
I do not think it is possible to trigger this bug without a custom extension, since the shipped code only has one path into it and cannot trigger the race condition. With a custom/third-party extension, it is possible to trigger. James Livingston <jlivings> updated the status of jira JBEAP-2297 to Coding In Progress James Livingston <jlivings> updated the status of jira JBEAP-2297 to Resolved James Livingston <jlivings> updated the status of jira JBEAP-2297 to Reopened James Livingston <jlivings> updated the status of jira JBEAP-2297 to Coding In Progress Byteman rule based reproducer. Not an integration, only checks if method startDelivery is synchronized. git clone git:ochaloup/byteman.git --branch dtest-instrumentation-enhancement cd byteman mvn install cd - git clone git://git.app.eng.bos.redhat.com/jbossqe/eap-tests-hornetq.git --branch WFLY-5596-reproducer export JBOSS_HOME=path/to/jboss export JBOSS_HOME_1="$JBOSS_HOME" export JBOSS_HOME_2="$JBOSS_HOME" export JBOSS_HOME_3="$JBOSS_HOME" export JBOSS_HOME_4="$JBOSS_HOME" cd eap-tests-hornetq/jboss-hornetq-testsuite mvn clean install -Dmaven.test.skip.exec cd common-tests mvn clean install -Dtest=DuplicateMessageTestCase Jiri Pallich <jpallich> updated the status of jira JBEAP-2297 to Closed Retroactively bulk-closing issues from released EAP 6.4 cumulative patches. Retroactively bulk-closing issues from released EAP 6.4 cumulative patches. |