Skip to content

Commit 4dc30f3

Browse files
committed
fix task_stream_map due to rebase conflict
1 parent 487fb2f commit 4dc30f3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scanner/engine/worker_scheduler.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,6 +1878,9 @@ bool WorkerImplNew::process_job(const proto::BulkJobParameters* job_params,
18781878
std::vector<i64> allocated_work_to_queues(pipeline_instances_per_node);
18791879
std::vector<i64> retired_work_for_queues(pipeline_instances_per_node);
18801880
bool finished = false;
1881+
// Task -> TaskStream
1882+
std::map<i64, TaskStream> task_stream_map;
1883+
Profiler scheduler_profiler(base_time);
18811884
// This keeps track of the last time we received a "wait_for_work" message
18821885
// from the master. If less than 1 second have passed since this message, we
18831886
// shouldn't ask the master for more work to avoid overloading it.

0 commit comments

Comments
 (0)