azagrebin opened a new pull request #10513: [FLINK-15082] Respect new FLIP-49 taskmanager.memory.total-process.size in Mesos RM URL: https://github.com/apache/flink/pull/10513 ## What is the purpose of the change - If `taskmanager.memory.total-process.size` and `mesos.resourcemanager.tasks.mem` are both set and differ in their values, an exception should be thrown - If only `taskmanager.memory.total-process.size` is set and `mesos.resourcemanager.tasks.mem` is not set, then the value configured by the former should be respected - If only `mesos.resourcemanager.tasks.mem` is set and` taskmanager.memory.total-process.size` is not set, then the value configured by the former should be respected ## Brief change log - Add the described configuration change to `MesosTaskManagerParameters#createContaineredTaskManagerParameters` - Add unit tests for that ## Verifying this change Unit tests ## 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, 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? (the options are already documented)
---------------------------------------------------------------- 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
