wynot12 commented on a change in pull request #73: [Nemo-62] Support Multiple Jobs Submission in a Single User Program URL: https://github.com/apache/incubator-nemo/pull/73#discussion_r201409508
########## File path: runtime/common/src/main/proto/ControlMessage.proto ########## @@ -38,8 +39,10 @@ message DataCollectMessage { enum DriverToClientMessageType { DriverStarted = 0; - ResourceReady = 1; - DataCollected = 2; + DriverStopped = 1; + ResourceReady = 2; + DataCollected = 3; + JobDone = 4; Review comment: Shouldn't we add a diagram in the PR description for new protocol between client and driver? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services