srowen commented on issue #24212: [SPARK-26771][SQL][FOLLOWUP] Make all the 
uncache operations non-blocking by default
URL: https://github.com/apache/spark/pull/24212#issuecomment-477836078
 
 
   Users can still control the blocking behavior for the Dataset/RDD/Broadcast 
objects, so I don't think it's worth a new config to change the default. I am 
also not sure if there's a reasonable scenario where someone needs the internal 
cache unpersist to be blocking? if memory pressure is an issue, lots of other 
things are more important than this. I would rather not add yet another random 
config for this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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]

Reply via email to