xintongsong opened a new pull request #13313:
URL: https://github.com/apache/flink/pull/13313
## What is the purpose of the change
This PR migrates the Mesos deployment from the legacy `MesosResourceManager`
to the new unified `ActiveResourceManager`.
## Brief change log
-
45c99aa2095e0eb7c826e0977cc7700a71c0f3ab..d1b22baf2b257bb71fe23ea633b985a965c940c1:
Code clean-ups, in preparation for testability, including separation of
concerns and interface abstractions.
-
a2906880e06f7d2621ba91651637e2eb00f32503..797ad2e479f7ba4877ce94fb759e60df08bd0fce:
Update interfaces between `ActiveResourceManager` and `ResourceManagerDriver`,
w.r.t. requirements from the Mesos deployment.
-
254b849418cf257c49c361c80fda41f4803d38b0..92a61e033b1931f8fd67d9a468d38dcc5c8f410a:
Main commit introducing `MesosResourceManagerDriver`. Testing codes are in
separated commits for review, and should be squashed into the main commit on
merging.
- 69af2b4e5264416bcc1a9edb35dae89102cf82b3: Switch to the new
`MesosResourceManagerDriver` and clean up legacy codes.
## Verifying this change
- Add `MesosResourceManagerDriverTest`
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (no)
- The serializers: (no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (yes)
- The S3 file system connector: (no)
## Documentation
- Does this pull request introduce a new feature? (no)
- If yes, how is the feature documented? (not applicable)
----------------------------------------------------------------
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]