Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-6379] [mesos] Add Mesos ResourceManager (FLIP-6)
- Make the RPC gateway of the ResourceManager extensible to allow for framework-specific RPC methods - Introduce FLIP-6 MesosResourceManager w/ tests - Introduce a Mesos-specific RPC gateway for callbacks from child actors and from the Mesos scheduler client - Enhance the persistent Mesos worker store to track the resource profile associated with a worker - Convert RegisteredMesosWorkerNode to Java - Decline TE registration if framework doesn’t recognize the worker This closes apache#3942.
- Loading branch information