Chesnay Schepler created FLINK-26059: ----------------------------------------
Summary: ResourceProfile#ANY can cause overflow exceptions Key: FLINK-26059 URL: https://issues.apache.org/jira/browse/FLINK-26059 Project: Flink Issue Type: Technical Debt Components: Runtime / Coordination Affects Versions: 1.15.0 Reporter: Chesnay Schepler ResourceProfile#ANY uses MemorySize.MAX_VALUE for all memory settings. Some of the getters add up some of the memory profiles, causing an overflow. This implies that you must never access any getter without first comparing a resource profile against the ANY singleton. -- This message was sent by Atlassian Jira (v8.20.1#820001)