Uh oh!
There was an error while loading. Please reload this page.
[SPARK-11872] Prevent the call to SparkContext#stop() in the listener bus's thread - #9852
[SPARK-11872] Prevent the call to SparkContext#stop() in the listener bus's thread#9852tedyu wants to merge 2 commits into
Conversation
SparkQA
commented
Nov 20, 2015
Test build #46376 has finished for PR 9852 at commit
|
tedyu
commented
Nov 20, 2015
@andrewor14@zsxwing |
zsxwing
commented
Nov 20, 2015
@tedyu could you add a unit test? Just to avoid someone breaking it in future. |
tedyu
commented
Nov 20, 2015
Should I add test in StreamingListenerSuite.scala (stopping SparkContext instead of stopping StreamingContext) ? Thanks |
zsxwing
commented
Nov 20, 2015
You can add the test to SparkListenerSuite in core |
SparkQA
commented
Nov 20, 2015
Test build #46430 has finished for PR 9852 at commit
|
zsxwing
commented
Nov 20, 2015
retest this please |
tedyu
commented
Nov 20, 2015
I don't think the above failures were related to my change |
tedyu
commented
Nov 20, 2015
Manually ran org.apache.spark.streaming.CheckpointSuite (with this change) which passed. |
SparkQA
commented
Nov 20, 2015
Test build #46445 has finished for PR 9852 at commit
|
zsxwing
commented
Nov 20, 2015
LGTM |
tedyu
commented
Nov 23, 2015
@zsxwing@andrewor14 |
… bus's thread This is continuation of SPARK-11761 Andrew suggested adding this protection. See tail of #9741 Author: tedyu <yuzhihong@gmail.com> Closes#9852 from tedyu/master. (cherry picked from commit 8101254) Signed-off-by: Shixiong Zhu <shixiong@databricks.com>
zsxwing
commented
Nov 24, 2015
Merged to master and 1.6. Thanks! |
This is continuation of SPARK-11761
Andrew suggested adding this protection. See tail of #9741