A better debug log for Worker.
Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/0b91b77a Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/0b91b77a Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/0b91b77a Branch: refs/heads/master Commit: 0b91b77a10aafe370727d3dc7694a0ff133946d9 Parents: 45fe8bc Author: Zuyu Zhang <zu...@apache.org> Authored: Sun Nov 27 11:42:51 2016 -0800 Committer: Zuyu Zhang <zu...@apache.org> Committed: Sun Nov 27 11:42:51 2016 -0800 ---------------------------------------------------------------------- query_execution/Worker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/0b91b77a/query_execution/Worker.cpp ---------------------------------------------------------------------- diff --git a/query_execution/Worker.cpp b/query_execution/Worker.cpp index ec6c503..9a548fd 100644 --- a/query_execution/Worker.cpp +++ b/query_execution/Worker.cpp @@ -107,7 +107,7 @@ void Worker::sendWorkOrderCompleteMessage(const tmb::client_id receiver, static_cast<const void *>(proto_bytes), proto_length, message_type); std::free(proto_bytes); - DLOG(INFO) << "Worker" + DLOG(INFO) << "Worker " << worker_thread_index_ #ifdef QUICKSTEP_DISTRIBUTED << " in Shiftboss " << shiftboss_index_ #endif // QUICKSTEP_DISTRIBUTED