Wenlong Lyu created FLINK-4375: ---------------------------------- Summary: defined rpc protocols provided by job manager Key: FLINK-4375 URL: https://issues.apache.org/jira/browse/FLINK-4375 Project: Flink Issue Type: Sub-task Components: Distributed Coordination Reporter: Wenlong Lyu Assignee: Wenlong Lyu
job manager RPC server needs to implement a job control protocol, resource user protocol, task control protocol, 1. job controller: cancelJob, suspendJob, etc. 2. resource user: slotFailed(notify slot failure), slotAvailable(offer slot), etc. 3. task controller: updateTaskState, updateResultPartitionInfo, etc. -- This message was sent by Atlassian JIRA (v6.3.4#6332)