tgravescs commented on pull request #35085: URL: https://github.com/apache/spark/pull/35085#issuecomment-1026965174
thinking a bit more about this, I would like to see it behind a feature flag. how long does asking for the removal take? I assume its pretty small but would be good to measure. It does looks like waiting on removal is done in background by default (CLEANER_REFERENCE_TRACKING_BLOCKING_SHUFFLE) so won't block application side. On very busy external shuffle service this is just going to put more pressure on node manager as well as potential disk load. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
