Bug 1268424
| Summary: | [GSS](6.4.z) SFSB infinite loop if Passivate fails | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Brad Maxwell <bmaxwell> |
| Component: | EJB, Clustering | Assignee: | Tomas Hofman <thofman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Martiska <jmartisk> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.4.0 | CC: | cdewolf, clichybi, david.lloyd, thofman, vtunka |
| Target Milestone: | CR1 | ||
| Target Release: | EAP 6.4.5 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://github.com/jbossas/jboss-eap/pull/2580 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 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: | 1235745 | ||
|
Description
Brad Maxwell
2015-10-02 19:22:17 UTC
I presume this is free to take Brad? If a SFSB fails to passivate it should not be destroyed. (Though this is allowed by spec.) This might become a configuration option in the future. Thus bug is purely about the infinite loop that occurs. PR: https://github.com/jbossas/jboss-eap/pull/2580 In the end I decided not to destroy the bean but call postActivate() and leave it active instead. Asked Paul for review. Tomas Hofman <thofman> updated the status of jira WFLY-5496 to Coding In Progress Verified with EAP 6.4.5.CR1. The newly added PassivationSucceedsUnitTestCase fails intermittently, there will be a separate BZ to resolve it. Retroactively bulk-closing issues from released EAP 6.4 cumulative patches. Retroactively bulk-closing issues from released EAP 6.4 cumulative patches. |