-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-8414] Ensure context cleaner periodic cleanups #10070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #46976 has finished for PR 10070 at commit
|
|
retest this please |
|
Test build #46993 has finished for PR 10070 at commit
|
|
retest this please |
|
After this change, do you think that there's any chance that we could deprecate the somewhat unsafe |
|
Let's do that separately |
|
LGTM |
|
Test build #47015 has finished for PR 10070 at commit
|
|
Test build #2143 has finished for PR 10070 at commit
|
|
LGTM, so I'm going to merge this into master and branch-1.6. |
|
Test build #2145 has finished for PR 10070 at commit
|
Garbage collection triggers cleanups. If the driver JVM is huge and there is little memory pressure, we may never clean up shuffle files on executors. This is a problem for long-running applications (e.g. streaming). Author: Andrew Or <[email protected]> Closes #10070 from andrewor14/periodic-gc. (cherry picked from commit 1ce4adf) Signed-off-by: Josh Rosen <[email protected]>
|
Test build #2144 has finished for PR 10070 at commit
|
Garbage collection triggers cleanups. If the driver JVM is huge and there is little memory pressure, we may never clean up shuffle files on executors. This is a problem for long-running applications (e.g. streaming).