Revision e0aa23939a4cbf95f2cc83a7f5adee841b491358 authored by Liang-Chi Hsieh on 25 May 2017, 01:55:45 UTC, committed by Wenchen Fan on 25 May 2017, 01:55:59 UTC
## What changes were proposed in this pull request?

This is a follow-up to #18073. Taking a safer approach to shutdown the pool to prevent possible issue. Also using `ThreadUtils.newForkJoinPool` instead to set a better thread name.

## How was this patch tested?

Manually test.

Please review http://spark.apache.org/contributing.html before opening a pull request.

Author: Liang-Chi Hsieh <viirya@gmail.com>

Closes #18100 from viirya/SPARK-20848-followup.

(cherry picked from commit 6b68d61cf31748a088778dfdd66491b2f89a3c7b)
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
1 parent 3f82d65
History
File Mode Size
pkg
.gitignore -rw-r--r-- 66 bytes
CRAN_RELEASE.md -rw-r--r-- 3.2 KB
DOCUMENTATION.md -rw-r--r-- 474 bytes
README.md -rw-r--r-- 3.6 KB
WINDOWS.md -rw-r--r-- 2.2 KB
check-cran.sh -rwxr-xr-x 2.4 KB
create-docs.sh -rwxr-xr-x 1.8 KB
create-rd.sh -rwxr-xr-x 1.5 KB
find-r.sh -rwxr-xr-x 1.2 KB
install-dev.bat -rw-r--r-- 1.1 KB
install-dev.sh -rwxr-xr-x 1.6 KB
install-source-package.sh -rwxr-xr-x 2.0 KB
log4j.properties -rw-r--r-- 1.3 KB
run-tests.sh -rwxr-xr-x 2.3 KB

README.md

back to top