[GitHub] spark issue #20607: Don't block on cleanup tasks by default

2018-02-15 Thread rkrzr
Github user rkrzr commented on the issue: https://github.com/apache/spark/pull/20607 I'll close this for now. (I am running into a problem related to this, but I'll better open a new issue about that when I know more

[GitHub] spark pull request #20607: Don't block on cleanup tasks by default

2018-02-15 Thread rkrzr
Github user rkrzr closed the pull request at: https://github.com/apache/spark/pull/20607 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark issue #20607: Don't block on cleanup tasks by default

2018-02-14 Thread rkrzr
Github user rkrzr commented on the issue: https://github.com/apache/spark/pull/20607 > SPARK-3015 was fixed by setting the config to true. So by setting it to false you'd be unfixing it, no? Oh, my bad. You're right. I had only seen that it had been resol

[GitHub] spark pull request #20607: Don't block on cleanup tasks by default

2018-02-14 Thread rkrzr
GitHub user rkrzr opened a pull request: https://github.com/apache/spark/pull/20607 Don't block on cleanup tasks by default This PR sets `"spark.cleaner.referenceTracking.blocking"` to `false` by default. It had originally been set to `true` as a workaround for