You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/16 02:28:25 UTC

[GitHub] SongYadong commented on issue #23794: [SPARK-26884][CORE] Let task acquire memory accurately when using spilled memory

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org