-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-13241][Yarn/Mesos] Duplication of PR#9105 on master branch. #9246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FLINK-13241][Yarn/Mesos] Duplication of PR#9105 on master branch. #9246
Conversation
…ed memory size into wrong configuration instance.
…otsPerWorker to compute tmCalculatedResourceProfile based on the RM altered configuration.
…at TMs are started with correct managed memory size.
…e of ResourceManager.
…S_MEMORY_MB in configuration.
… from ResourceManager.
…sk manager managed memory size YarnResourceManagerFactory#getResourceManagerConfiguration.
|
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Automated ChecksLast check on commit ced1ea2 (Tue Aug 06 15:54:14 UTC 2019) Warnings:
Mention the bot in a comment to re-run the automated checks. Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. DetailsThe Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commandsThe @flinkbot bot supports the following commands:
|
…eateSlotsPerWorker to ResourceManagerTest#testCreateWorkerSlotProfiles, and update to verify slot profile calculation with determinate managed memory size.
89ca6ef to
bc47897
Compare
…_RM_TASKS_MEMORY_MB in configuration." This reverts commit 50830e8.
…urceManagerFactory to ResourceManagerUtil.
9ccfe40 to
ced1ea2
Compare
tillrohrmann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this forward port @xintongsong. LGTM. Merging.
…ed memory size into wrong configuration instance. [FLINK-13241][yarn][test] Update YarnResourceManagerTest#testCreateSlotsPerWorker to compute tmCalculatedResourceProfile based on the RM altered configuration. [FLINK-13241][yarn][test] Update YarnConfigurationITCase to verify that TMs are started with correct managed memory size. [FLINK-13241][runtime] Calculating and set managed memory size outside of ResourceManager. [FLINK-13241][rumtime/yarn][test] Move YarnResourceManagerTest#testCreateSlotsPerWorker to ResourceManagerTest#testCreateWorkerSlotProfiles, and update to verify slot profile calculation with determinate managed memory size. [FLINK-13241][runtime] Move getResourceManagerConfiguration from ResourceManagerFactory to ResourceManagerUtil. This closes apache#9246.
This PR is a duplication of #9105 on master branch. The original PR #9105 was opened on release-1.9 branch.