You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "srowen (via GitHub)" <gi...@apache.org> on 2023/09/13 13:56:42 UTC

[GitHub] [spark] srowen commented on pull request #42893: [SPARK-44459][Core] Add System.runFinalization() to periodic cleanup

srowen commented on PR #42893:
URL: https://github.com/apache/spark/pull/42893#issuecomment-1717687532

   Is this is not just a different way of saying, you need different GC settings? You want finalizers to run sooner. I don't think we should really be doing this - even the current call to System.gc() is sketch. Doesn't that trigger finalizers though where possible?


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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