SongYadong commented on issue #23794: [SPARK-26884][CORE] Let task acquire memory accurately when using spilled memory URL: https://github.com/apache/spark/pull/23794#issuecomment-464275258 Thanks for review. It's right the memory manager will try to give the right amount. But when going to spill action, that is to say memory manager probably can't give needed memory now. If we acquire unsatisfied amount after spilling ( when `released` < `required - got`), memory manager will try redundant effort to get memory, even be blocked temporarily. By accurate control, I think acquiring memory may return fast.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
