1330571 opened a new pull request, #19170: URL: https://github.com/apache/doris/pull/19170
# Proposed changes Issue Number: close #18108 ## Problem summary Describe your changes. for `FE`: Add a `ProgressManager` and initialize in `Env`, this class uses JobID as key to register progress, then in multiple coordinator it receives finished scan range number from `BE` to update its progress. for `BE`: Just add new parameter in `runtimeState` and update in file scanner node ## Checklist(Required) * [x] Does it affect the original behavior —— This PR replaces origin progress information * [ ] Has unit tests been added * [ ] Has document been added or modified * [ ] Does it need to update dependencies * [x] Is this PR support rollback (If NO, please explain WHY) ## Further comments This work is in the early stage, current progress is not accurate because the scan range will be too large for gathering information, what's more, only file scan node and import job support new progress manager -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org