Skip to content

Commit c81577b

Browse files
author
Paweł Andruszkiewicz
committed
Don't wait for throughput progress to finish
The throughput progress is now terminated from a thread, don't wait for it to finish, as it's possible that it's not the current progress being displayed. Change-Id: I01ef825592371331de75ff0f85dae2d3d6cf3fb9 (cherry picked from commit 56228ffc59f4cd3cce2425306fc6d4f186ae9a9c)
1 parent 073e835 commit c81577b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/util/dump/dumper.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2914,7 +2914,7 @@ void Dumper::data_task_finished() {
29142914

29152915
if (m_data_dump_stage && all_tasks_produced() &&
29162916
m_data_tasks_completed == m_data_tasks_total) {
2917-
m_data_dump_stage->finish();
2917+
m_data_dump_stage->finish(false);
29182918
}
29192919
}
29202920

0 commit comments

Comments
 (0)