[GitHub] spark issue #19154: [SPARK-21942][CORE] Fix DiskBlockManager crashing when a...

2017-09-07 Thread rshest
Github user rshest commented on the issue: https://github.com/apache/spark/pull/19154 I have managed to create the JIRA task and updated the pull request's title correspondingly: https://issues.apache.org/jira/browse/SPARK-21942 Since this does not look so far that it's

[GitHub] spark issue #19154: Fix DiskBlockManager crashing when a root local folder h...

2017-09-07 Thread rshest
Github user rshest commented on the issue: https://github.com/apache/spark/pull/19154 Please note that it's not _people_ deleting files, it's the operating system doing this automatically, inside the `/tmp` folder. This can happen with a high probability, after some time. I

[GitHub] spark pull request #19154: Fix DiskBlockManager crashing when a root local f...

2017-09-07 Thread rshest
GitHub user rshest opened a pull request: https://github.com/apache/spark/pull/19154 Fix DiskBlockManager crashing when a root local folder has been externally deleted ## What changes were proposed in this pull request? **The problem:** `DiskBlockManager has