Bug 535240 (RHQ-1958)
| Summary: | make CheckForTimedOutOperationsJob run in a short and predictable amount of time | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Jay Shaughnessy <jshaughn> |
| Component: | Performance | Assignee: | RHQ Project Maintainer <rhq-maint> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | cwelton, hrupp, rbuck |
| Target Milestone: | --- | Keywords: | FutureFeature, Improvement |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://jira.rhq-project.org/browse/RHQ-1958 | ||
| Whiteboard: | |||
| Fixed In Version: | 1.4 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-05 18:30:40 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 620933 | ||
|
Description
Jay Shaughnessy
2009-04-10 17:34:00 UTC
workaround is to periodically delete your operation history items. User can go into the Operation history tab and start purging old histories. Lets see if we can include this in the perf work for 1.3 Postgres is very much able to use an index when looking for entries that are relatively rare like "INPROGRESS", so I think this can help. A quick test on a table with >2000 (2078x success, 39x failure, 3x inprogress) entries shows that for failure and inprogress, the index is used, while for success a table scan is going over the whole table. Moving features/improvements to 1.4 This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1958 This bug relates to RHQ-2302 This bug relates to RHQ-2343 mass add of key word FutureFeature to help track This hasn't been a problem. Closing and we can open a new BZ if and when this is an issue in the future. |