Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijchen committed Sep 11, 2024
1 parent c134446 commit 0e4fe7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2888,7 +2888,8 @@ public void unsetFields() {
// Has to use synchronized to ensure there are not concurrent update threads. Or the done
// state maybe update wrong and will lose data. see https://github.com/apache/doris/pull/29802/files.
public synchronized boolean updatePipelineStatus(TReportExecStatusParams params) {
// The fragment or instance is not finished, still need update progress
// The fragment or instance is not finished, still need handle the report to update the load progress.
// Otherwise the load progress (ScannedRows/LoadBytes) won't be updated before any instance is done.
if (!params.done) {
return true;
}
Expand Down

0 comments on commit 0e4fe7a

Please sign in to comment.