Skip to content

Commit

Permalink
fix task_stream_map due to rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
swjz committed Nov 18, 2018
1 parent 9b2457f commit c9e95a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scanner/engine/worker_scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,9 @@ bool WorkerImplNew::process_job(const proto::BulkJobParameters* job_params,
std::vector<i64> allocated_work_to_queues(pipeline_instances_per_node);
std::vector<i64> retired_work_for_queues(pipeline_instances_per_node);
bool finished = false;
// Task -> TaskStream
std::map<i64, TaskStream> task_stream_map;
Profiler scheduler_profiler(base_time);
// This keeps track of the last time we received a "wait_for_work" message
// from the master. If less than 1 second have passed since this message, we
// shouldn't ask the master for more work to avoid overloading it.
Expand Down

0 comments on commit c9e95a6

Please sign in to comment.