Skip to content
Snippets Groups Projects
Commit 649be4fa authored by Shixiong Zhu's avatar Shixiong Zhu
Browse files

[SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worker and AppClient

`SynchronousQueue` cannot cache any task. This issue is similar to #9978. It's an easy fix. Just use the fixed `ThreadUtils.newDaemonCachedThreadPool`.

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #10108 from zsxwing/fix-threadpool.
parent 7bc9e1db
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment