Commit b896174b authored by vicotor's avatar vicotor

add new message

parent c3e15adf
...@@ -17,6 +17,7 @@ message WorkerMessage { ...@@ -17,6 +17,7 @@ message WorkerMessage {
FetchStandardTask fetch_standard_task = 8; FetchStandardTask fetch_standard_task = 8;
RegisteMessage registe_message = 9; RegisteMessage registe_message = 9;
NodeInfoResponse node_info = 10; NodeInfoResponse node_info = 10;
SubmitTaskAck submit_task_ack = 11;
} }
} }
...@@ -111,6 +112,10 @@ message SubmitTaskResult { ...@@ -111,6 +112,10 @@ message SubmitTaskResult {
string task_execute_error = 9; // 任务执行错误信息 string task_execute_error = 9; // 任务执行错误信息
} }
message SubmitTaskAck {
string task_id = 1;
}
message SubmitResourceMap { message SubmitResourceMap {
bytes resource_map = 1; // a bitmap of all task id. bytes resource_map = 1; // a bitmap of all task id.
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment