sohami commented on a change in pull request #1762: [DRILL-7191 / DRILL-7026]:
RM state blob persistence in Zookeeper and Integration of Distributed queue
configuration with Planner
URL: https://github.com/apache/drill/pull/1762#discussion_r279990930
##########
File path: protocol/src/main/protobuf/BitControl.proto
##########
@@ -79,6 +79,7 @@ message PlanFragment {
optional string options_json = 15;
optional QueryContextInformation context = 16;
repeated Collector collector = 17;
+ optional string endpointUUID = 18;
Review comment:
suggest to rename this to `assignedEndpointUUID` since there are 2 endpoints
as part of PlanFragment: `assignedEndpoint` and `foremanEndpoint`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services