apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.82k stars 3.3k forks source link

[Enhancement] add progress for restore and backup job #42359

Open dataroaring opened 1 month ago

dataroaring commented 1 month ago

Search before asking

Description

Now, we can not get progress of a restore job or a backup job.

Solution

Add a progress column for show backup and show restore. In progress column, we show progress in current state, like 'state : finished tablet/ total tablet' or percent.

Are you willing to submit PR?

Code of Conduct

dtkavin commented 1 month ago

i will pick