Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/7279#discussion_r36039531
--- Diff: core/src/test/scala/org/apache/spark/ContextCleanerSuite.scala ---
@@ -52,6 +51,7 @@ abstract class ContextCleanerSuiteBase(val
shuffleManager: Class[_] = classOf[Ha
.setAppName("ContextCleanerSuite")
.set("spark.cleaner.referenceTracking.blocking", "true")
.set("spark.cleaner.referenceTracking.blocking.shuffle", "true")
+ .set("spark.cleaner.referenceTracking.cleanCheckpoints", "true")
--- End diff --
This is a context cleaner suite, and its purpose is exactly to test
cleaning up of various things including checkpoints. It's natural to turn this
one on here since we use it in multiple tests in the suite. It's a minor point,
but I really think we should just enable this here, but if you feel strongly
about this I'll revert the changes.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]