You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by yanlin-Lynn <gi...@git.apache.org> on 2018/02/07 10:58:41 UTC

[GitHub] spark pull request #20528: [SPARK-23350][SS] Bug fix for exception handling ...

GitHub user yanlin-Lynn opened a pull request:

    https://github.com/apache/spark/pull/20528

    [SPARK-23350][SS] Bug fix for exception handling when stopping continuous processing application

    ## What changes were proposed in this pull request?
    
    SparkException happends when stopping continuous processing application, using Ctrl-C in stand-alone mode. Stopping continuous processing application will throw  SparkException,  not InterruptedException as the code in [WriteToDataSourceV2](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/WriteToDataSourceV2.scala#L95)
    
    ## How was this patch tested?
    
    manual tests

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yanlin-Lynn/spark SPARK-23350

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/20528.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #20528
    
----
commit a9aed4283ff5d4e5966e2e6716f1686ef8bff70c
Author: yanlin-Lynn <wa...@...>
Date:   2018-01-03T06:49:34Z

    test in my fork

commit 50a68d8fff8daee35d25e2ab6038a552241d7523
Author: yanlin-Lynn <wa...@...>
Date:   2018-01-11T02:18:58Z

    Merge remote-tracking branch 'upstream/master'

commit 89433ec9f87f347c8ba9a1664892dab32632f4a1
Author: yanlin-Lynn <wa...@...>
Date:   2018-01-17T07:26:56Z

    Merge remote-tracking branch 'upstream/master'

commit c73d81f7b04a1ff7470fd513c5b020156be300cc
Author: yanlin-Lynn <wa...@...>
Date:   2018-01-18T06:59:37Z

    Merge remote-tracking branch 'upstream/master'

commit 53c6d93b1cd268ee8a684374a18f8b6b700e4dbf
Author: yanlin-Lynn <wa...@...>
Date:   2018-01-22T02:41:29Z

    Merge branch 'master' of https://github.com/yanlin-Lynn/spark

commit 920c2acbc8b90bb5efb0165ce0bc3250ed5fcfe5
Author: wangyanlin01 <wa...@...>
Date:   2018-01-31T04:20:20Z

    Merge remote-tracking branch 'upstream/master'

commit a033d42718f4ad349c9d50151219dfb34d429f39
Author: wangyanlin01 <wa...@...>
Date:   2018-02-02T08:18:52Z

    Merge remote-tracking branch 'upstream/master'

commit cdf443647339f35771bd125bf71131f79984d1f1
Author: wangyanlin01 <wa...@...>
Date:   2018-02-07T09:06:41Z

    Merge remote-tracking branch 'upstream/master'

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #20528: [SPARK-23350][SS] Bug fix for exception handling ...

Posted by yanlin-Lynn <gi...@git.apache.org>.
Github user yanlin-Lynn closed the pull request at:

    https://github.com/apache/spark/pull/20528


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #20528: [SPARK-23350][SS] Bug fix for exception handling when st...

Posted by yanlin-Lynn <gi...@git.apache.org>.
Github user yanlin-Lynn commented on the issue:

    https://github.com/apache/spark/pull/20528
  
    too much necessary log, close it


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org