xintongsong opened a new pull request #10124: [FLINK-14637] Introduce framework 
off heap memory config
URL: https://github.com/apache/flink/pull/10124
 
 
   ## What is the purpose of the change
   
   This PR introduces a config option accounting for Flink framework off-heap 
memory usage (except for network buffers).
   
   This PR is based on #9801.
   
   ## Brief change log
   
   - 
8f633ca0096ea14ff885025ab6e62115e5529992..52f8bc1e2ebbad5c4fab62ac20e8450f89743f9b:
 Commits of previous PR #9801.
   - 10110dd76339c5238f05330b4d4025b721f13ec9: Code style clean-up in 
`TaskExecutorResourceUtilsTest`
   - ba755c1b253b3c0f226d450e2ab5a378dc80fbc8: Introduce config option for 
framework off-heap memory size.
   - 2148478e8e8c50058edba87e119b5b6af6698f2f: Introduce framework off-heap 
memory size in `TaskExecutorResourceSpec`
   - d73b357128b0178d09d59b09de17da2cd1a0845e: Update memory calculation logics 
to account for framework off-heap memory size.
   - 1a501bb7ac434604199f1aca250aa1343f33e7fa: Generate JVM parameters with 
respect to framework off-heap memory size.
   - 4f26ef56d72e62c90fd32ce1ad30766a138405cd: Generate dynamic configurations 
with respect to framework off-heap memory size.
   
   ## Verifying this change
   
   - Add `TaskExecutorResourceUtilsTest#testConfigFrameworkOffHeapMemory`
   - Update `TaskExecutorResourceUtilsTest#testGenerateDynamicConfigurations`
   - Update `TaskExecutorResourceUtilsTest#testGenerateJvmParameters`
   
   ## 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)`: (yes)
     - 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: (no)
     - 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]


With regards,
Apache Git Services

Reply via email to