Commit 43706bf
committed
[SPARK-12608][STREAMING] Remove submitJobThreadPool since submitJob doesn't create a separate thread to wait for the job result
Before #9264, submitJob would create a separate thread to wait for the job result. `submitJobThreadPool` was a workaround in `ReceiverTracker` to run these waiting-job-result threads. Now #9264 has been merged to master and resolved this blocking issue, `submitJobThreadPool` can be removed now.
Author: Shixiong Zhu <[email protected]>
Closes #10560 from zsxwing/remove-submitJobThreadPool.1 parent b504b6a commit 43706bf
File tree
1 file changed
+1
-6
lines changed- streaming/src/main/scala/org/apache/spark/streaming/scheduler
1 file changed
+1
-6
lines changedLines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | 438 | | |
443 | 439 | | |
444 | 440 | | |
| |||
610 | 606 | | |
611 | 607 | | |
612 | 608 | | |
613 | | - | |
| 609 | + | |
614 | 610 | | |
615 | 611 | | |
616 | 612 | | |
617 | 613 | | |
618 | | - | |
619 | 614 | | |
620 | 615 | | |
621 | 616 | | |
| |||
0 commit comments