Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Report more details on task progress #425

Open
@mgrabovsky

Description

The task status Retrace Server currently reports to the user is somewhat short on information content. Basically, it only reports (roughly) the phase in which the task is currently running (analysing crash data, generating backtrace etc.) and the result (failure, success). Since task status is obtained by polling, this results in long stretches of apparent inactivity in reporting UIs (abrt-retrace-client, report-cli, report-gtk) when retracing large coredumps, which may lead users to believe that the process got stuck.

For a smoother user experience, we would need at least a crude progress indicator, e.g. a gauge in the range 0–100%, of each phase or overall.

Most or all of the information necessary for such an indicator should be available from the output of the commands Retrace Server runs. The two most time consuming phases are coredump analysis (which is done by Retrace Server's coredump2packages) and downloading/installing packages (DNF). The rest are comparatively much faster and thus practically negligible.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions