kaijchen opened a new pull request, #40325:
URL: https://github.com/apache/doris/pull/40325

   ## Proposed changes
   
   Fix progress in `show load` not 100% when load finished.
   The `finishedScanNums` should accumulate instead of being overwritten.
   
   Before
   
   ```
   | 38024 | lineitem_dup_1_replication_s3_2 | FINISHED | 30.00% (3/10)     | 
BROKER | unselected.rows=0; dpp.abnorm.ALL=0; dpp.norm.ALL=300005811 | 
cluster:cos.ap-beijing.myqcloud.com; timeout(s):3600; max_filter_ratio:0.1 | 
NULL     | 2024-09-03 15:00:15 | 2024-09-03 15:00:17 | 2024-09-03 15:00:17 | 
2024-09-03 15:00:17 | 2024-09-03 15:35:02 | NULL | {"Unfinished 
backends":{"7b43795c16084898-b5933e407c7d47e8":[]},"ScannedRows":0,"TaskNumber":1,"LoadBytes":0,"All
 
backends":{"7b43795c16084898-b5933e407c7d47e8":[10007,10006,10005]},"FileNumber":1,"FileSize":40132673405}
 | 24025         | {}           | root |         |
   ```
   
   After
   
   ```
   | 39025 | lineitem_dup_1_replication_s3_3 | FINISHED | 100.00% (10/10)   | 
BROKER | unselected.rows=0; dpp.abnorm.ALL=0; dpp.norm.ALL=300005811 | 
cluster:cos.ap-beijing.myqcloud.com; timeout(s):3600; max_filter_ratio:0.1 | 
NULL     | 2024-09-03 16:43:16 | 2024-09-03 16:43:20 | 2024-09-03 16:43:20 | 
2024-09-03 16:43:20 | 2024-09-03 17:23:04 | NULL | {"Unfinished 
backends":{"d259077b92417e-96dc43edee6703d6":[]},"ScannedRows":0,"TaskNumber":1,"LoadBytes":0,"All
 
backends":{"d259077b92417e-96dc43edee6703d6":[10007,10006,10005]},"FileNumber":1,"FileSize":40132673405}
 | 25026         | {}           | root |         |
   ```
   
   


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