Bug 627679
| Summary: | jobserver: Historical Jobs need to fall back on its entry summary data if needed | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Pete MacKinnon <pmackinn> |
| Component: | condor | Assignee: | Pete MacKinnon <pmackinn> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | MRG Quality Engineering <mrgqe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | beta | CC: | matt |
| Target Milestone: | 1.3 | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-09-27 17:11:50 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: | 623238 | ||
|
Description
Pete MacKinnon
2010-08-26 16:26:21 UTC
Justin, I've made a fix for this but wanted to get your input on how you wanted to receive summary data from these kinds of jobs. Right now you could get some empty strings for HoldReason, RemoveReason, etc. Would you prefer not to get any "empty" attributes at all or would you like to have a minimal consistent set of attributes reported, empty or not? Modified in FH sha 634e1cd Historical Jobs now provide their summary directly from their in-memory entry data without relying on trying to find the full ad in a history file. Errors are reported to the QMF caller if for some reason the requested ad couldn't be reconstructed from the history file. Made the decision to return attributes with non-empty strings due to quoting headaches. |