Bug 471507
| Summary: | Grid - Default Scheduler statistics update timing | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | William Henry <whenry> | ||||||
| Component: | cumin | Assignee: | Justin Ross <jross> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Frantisek Reznicek <freznice> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 1.0 | CC: | esammons, gsim, jsarenik, matt | ||||||
| Target Milestone: | 1.1.1 | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2009-01-15 19:28:13 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: | 470286 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
|
Description
William Henry
2008-11-14 01:20:56 UTC
The Scheduler publishes every 5 minutes by default. That does not mean that the graph should only be updated every 5 minute. Watching the line move to the left is disconcerting. This may be a duplicate of BZ470614 I think the chart is just being honest and forthright. What I think may address this is to make the default timespan for scheduler stats not 10 mins but an hour. I made just such a change at revision 2944. Mathew Farellee wrote:
> Watching the line move to the left is disconcerting.
This was not addressed yet - the graph still moves while having
no data, so the line moves to left leaving a blank space meanwhile
there is no update (best visible at '10 minutes' resolution).
See the attachments...
Created attachment 327219 [details]
hour-width graph
Created attachment 327220 [details]
10minutes-wide graph
This bug has a lot to do with 470286, so I recommend pushing it for 1.1.1. I've talked this over with a few people, and I am emboldened my original conclusion. Drawing the data points you have, and only those, is correct. It shouldn't be disconcerting that the chart moves to the left: it's displaying all that data it has since the present moment. The two ways to hide the gap that naturally shows up are both unattractive options: 1. Add a made-up value, same as the most recent value we have, at zero time. This creates little disappearing data "plateaus". 2. Don't update the chart until we get a new sample. This has the problem of making the time axis a lie, since zero time is no longer approximately now. Given these options, I prefer things as they are, and I don't think this is a defect. |