Github user hbdeshmukh commented on a diff in the pull request:
https://github.com/apache/incubator-quickstep/pull/69#discussion_r72703275
--- Diff: query_execution/QueryManagerDistributed.cpp ---
@@ -119,6 +119,27 @@ bool
QueryManagerDistributed::fetchNormalWorkOrders(const dag_node_index index)
return generated_new_workorder_protos;
}
+void QueryManagerDistributed::processInitiateRebuildResponseMessage(const
dag_node_index op_index,
+ const
std::size_t num_rebuild_work_orders) {
+ // TODO(zuyu): Multiple workers support.
--- End diff --
Do you mean multiple shift bosses?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---