Actions
Bug #8579
closedProgress is not evaluated as 100% for large number of tasks
Status:
Closed
Priority:
Immediate
Assignee:
Category:
Infrastructure of Core
Target version:
Start date:
11/19/2017
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
When I had 1254 tasks of which 38 failed due to a verifier, 174 were wall timeouts (component RP) and 152 failed at weaving I saw the following tasks decision progress:
Start verification tasks solution date: 1 day, 18 hours ago Verification tasks solution progress: 99% Finish verification tasks solution date: 7 hours ago
and job status Corrupted with error message "Tasks solving progress is not finished".
There weren't logs in Core and any errors in Bridge. You can download the job archive from here. Among job files I found out:
"failed_ts": 152, "solutions": 1102, "solved_ts": 1097, "tasks_error": 174, "tasks_finished": 928, "tasks_total": 1102, "total_ts": 1254
That means that the number of solved tasks (1097) is incorrect by some reason. The correct number is 1102.
Updated by Ilja Zakharov almost 7 years ago
- Status changed from New to Closed
Fixed, verified and merged to master in 5eb6cfeb.
Actions