Uh oh!
There was an error while loading. Please reload this page.
[SPARK-8414] Ensure context cleaner periodic cleanups - #10070
Conversation
andrewor14
commented
Dec 1, 2015
SparkQA
commented
Dec 1, 2015
Test build #46976 has finished for PR 10070 at commit
|
andrewor14
commented
Dec 1, 2015
retest this please |
SparkQA
commented
Dec 1, 2015
Test build #46993 has finished for PR 10070 at commit
|
andrewor14
commented
Dec 1, 2015
retest this please |
JoshRosen
commented
Dec 2, 2015
After this change, do you think that there's any chance that we could deprecate the somewhat unsafe |
andrewor14
commented
Dec 2, 2015
Let's do that separately |
JoshRosen
commented
Dec 2, 2015
LGTM |
SparkQA
commented
Dec 2, 2015
Test build #47015 has finished for PR 10070 at commit
|
SparkQA
commented
Dec 2, 2015
Test build #2143 has finished for PR 10070 at commit
|
JoshRosen
commented
Dec 2, 2015
LGTM, so I'm going to merge this into master and branch-1.6. |
SparkQA
commented
Dec 2, 2015
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 <andrew@databricks.com> Closes#10070 from andrewor14/periodic-gc. (cherry picked from commit 1ce4adf) Signed-off-by: Josh Rosen <joshrosen@databricks.com>
SparkQA
commented
Dec 2, 2015
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).