Bug #18513
closedwhen job status is being updated, only failed part of the counter seems to be updated before it finishes
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1417537
Description of problem:
When we are running remote execution (ReX) job at scale, even when number of sub-tasks passes, cake graph on a job detail page still shows only red bar.
Version-Release number of selected component (if applicable):
satellite-6.2.6-2.0.el7sat.noarch
How reproducible:
always
Steps to Reproduce:
1. Run a ReX job on 6138 hosts ("Evaluated at: 2017-01-30 00:00:37 +0100")
2. Check the status of the job in cake graph: it shows "2% failed, 98% failing"
3. Check the status on "Hosts" tab. There is:
3860 in success state
2133 in pending state
145 in failed state
Actual results:
Although there is a big bunch of systems passing the ReX command, cake graph only shows these failing. Will attach screenshot.
Expected results:
Cake graph should show also passing sub-tasks even before job finishes.
Additional info:
In my experience, green part of the graph will start growing once job is close to finish.