wynot12 commented on a change in pull request #203: [NEMO-360] Implementing an
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r267227772
##########
File path: runtime/common/src/main/proto/ControlMessage.proto
##########
@@ -23,37 +23,43 @@ package protobuf;
option java_package = "org.apache.nemo.runtime.common.comm";
option java_outer_classname = "ControlMessage";
+// Messages from client to driver
enum ClientToDriverMessageType {
LaunchDAG = 0;
DriverShutdown = 1;
+ Notification = 2;
Review comment:
How does driver distinguish the type of notification?
Are you assuming that driver always waits for one type of notification at
the time?
----------------------------------------------------------------
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