Bug 39537 - progressbar stalls if module process dies
progressbar stalls if module process dies
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 5.0
Other Linux
: P5 normal with 1 vote (vote)
: UCS 4.0-x
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-10-14 16:18 CEST by Florian Best
Modified: 2020-06-22 15:47 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Error handling
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2015-10-14 16:18:42 CEST
If a module process dies (for whatever reason e.g. session timeout or segfault) during polling of progress state and a new process is initialized no error response is done. Instead simply a new progress information is send which will never update.

The user in the browser will never recognize and the progressbar will never stop showing always the last percentage (e.g. 20%).

{"status": 200, "message": null, "result": {"info": "", "component": "Initializing", "finished": false, "errors": [], "steps": 0.0}}