Bug 594490
| Summary: | After group definition condition update exception EntityNotFoundException is thrown. | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Filip Drabek <fdrabek> |
| Component: | Resource Grouping | Assignee: | Joseph Marques <jmarques> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Corey Welton <cwelton> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | jmarques, skondkar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.4 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-08-12 16:52:24 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Filip Drabek
2010-05-20 20:13:42 UTC
I think the original expression set was: groupby resource.type.name groupby resource.type.plugin And it was changed to: groupby resource.trait[partitionName] resource.type.name = JBossAS resource.type.plugin = JBossAS Server commit 47ea32f7c32a1c7d0fd89b04862e49ef9a69fb69 Author: Joseph Marques <joseph> Date: Thu Jun 24 17:20:35 2010 -0400 Remove uses of entityManager.clear/flush which, in rare circumstances, might lead to entities not being in session when they are committed, yielding the exception in question EntityNotFoundException. Verified on JON 2.4 GA_QA build#44 created a group definition with condition: groupby resource.type.plugin groupby resource.type.name then edited the condition to: groupby resource.trait[partitionName] resource.type.plugin = JBossAS resource.type.name = JBossAS Server No exception is observed. Mass-closure of verified bugs against JON. |