Jiaan Geng created FLINK-37581: ---------------------------------- Summary: Avoid duplicate calculation for total Flink memory Key: FLINK-37581 URL: https://issues.apache.org/jira/browse/FLINK-37581 Project: Flink Issue Type: Improvement Components: Runtime / Configuration Reporter: Jiaan Geng
Currently, there are duplicate calling on calculateTotalFlinkMemoryFromComponents while creating TaskExecutorMemoryConfiguration. The first caller is the method create of TaskExecutorMemoryConfiguration. The second caller is the method calculateTotalProcessMemoryFromComponents of TaskExecutorMemoryConfiguration. -- This message was sent by Atlassian Jira (v8.20.10#820010)