xintongsong opened a new pull request #13397: URL: https://github.com/apache/flink/pull/13397
## What is the purpose of the change This PR extends interfaces for getting/setting managed memory weights/fractions with respect to various use cases. It also introduces a configuration option setting use case weights. This PR does not touch the fraction calculations (which is changed in a separate following PR), thus should not change any behaviors in production. ## Brief change log - 6a178ff1a861550d36984fae1fdd4c39f1ed992e: Disable fraction calculation for fine grained resource specs, because the original calculation does not work with various use cases. - b1a0d26eda1107f5475834c414f218afc8fbdc1f: Introduce `ManagedMemoryUseCase` - 2f4011193d0020d461de81049499387c3bea0db6..96d78c11c6e6aaf408504d45d70a7e69283f016c: Extend managed memory weight/fraction interfaces in `Transformation`, `StreamNode`, `StreamConfig` to support various use cases. - 1e0209f0df58ecdc3460d426262fc89d035b83f6: Introduce configuration option for setting use case weights ---------------------------------------------------------------- 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]
