SongYadong created SPARK-26527: ---------------------------------- Summary: Let acquireUnrollMemory fail fast if required space exceeds memory limit Key: SPARK-26527 URL: https://issues.apache.org/jira/browse/SPARK-26527 Project: Spark Issue Type: Improvement Components: Spark Core Affects Versions: 3.0.0 Reporter: SongYadong
When acquiring unroll memory fromĀ {{StaticMemoryManager}}, let it fail fast if required space exceeds memory limit, just like acquiring storage memory. I think this may reduce some computation and memory evicting costs especially when required space({{numBytes}}) is very big. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org