kaijchen opened a new pull request, #42959:
URL: https://github.com/apache/doris/pull/42959
   ## Proposed changes
   
   Currently, when retrying a broker load, it will use a different `load_id` 
with the same `job_id`.
   The `total_scan_nums` in progress is accumulated by `job_id`.
   This will cause the `total_scan_nums` progress to be multiple of the actual 
scan nums.
   
   For example, suppose a 10 instance broker load gets retried:
   
   ```
   initial (0/10) 0% -> retry (0/20) 0% -> finish (10/20) 50%
   ```


-- 
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

Reply via email to