You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by KaiXinXiaoLei <gi...@git.apache.org> on 2017/12/13 12:43:22 UTC

[GitHub] spark pull request #19965: [SSPARK-22769][CORE] When driver stopping, there ...

GitHub user KaiXinXiaoLei opened a pull request:

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

    [SSPARK-22769][CORE] When driver stopping, there is error: RpcEnv already stopped

    ## What changes were proposed in this pull request?
    When driver stopping, there is a error: org.apache.spark.rpc.RpcEnvStoppedException: RpcEnv already stopped:
    
    17/12/12 18:20:44 INFO MemoryStore: MemoryStore cleared
    17/12/12 18:20:44 INFO BlockManager: BlockManager stopped
    17/12/12 18:20:44 INFO BlockManagerMaster: BlockManagerMaster stopped
    17/12/12 18:20:44 ERROR TransportRequestHandler: Error while invoking RpcHandler#receive() for one-way message.
    org.apache.spark.rpc.RpcEnvStoppedException: RpcEnv already stopped.
            at org.apache.spark.rpc.netty.Dispatcher.postMessage(Dispatcher.scala:152)
            at org.apache.spark.rpc.netty.Dispatcher.postOneWayMessage(Dispatcher.scala:134)
            at org.apache.spark.rpc.netty.NettyRpcHandler.receive(NettyRpcEnv.scala:570)
    
    I think the log level should be warning, not error.
    
    ## How was this patch tested?
    
    (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
    (If this patch involves UI changes, please attach a screenshot; otherwise, remove this)
    
    Please review http://spark.apache.org/contributing.html before opening a pull request.


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

    $ git pull https://github.com/KaiXinXiaoLei/spark rpc

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

    https://github.com/apache/spark/pull/19965.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 #19965
    
----
commit 4d95a7a3bbcec7272c01938e8f99b8f6df3ed2ed
Author: hanghang <58...@qq.com>
Date:   2017-12-13T11:53:18Z

    change code

----


---

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


[GitHub] spark issue #19965: [SSPARK-22769][CORE] When driver stopping, there is erro...

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

    https://github.com/apache/spark/pull/19965
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/84851/
    Test PASSed.


---

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


[GitHub] spark issue #19965: [SSPARK-22769][CORE] When driver stopping, there is erro...

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

    https://github.com/apache/spark/pull/19965
  
    I get the problem that org.apache.spark.SparkException: Exception thrown in awaitResult .how can I handle the problem


---

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


[GitHub] spark issue #19965: [SSPARK-22769][CORE] When driver stopping, there is erro...

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

    https://github.com/apache/spark/pull/19965
  
    **[Test build #84851 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84851/testReport)** for PR 19965 at commit [`4d95a7a`](https://github.com/apache/spark/commit/4d95a7a3bbcec7272c01938e8f99b8f6df3ed2ed).


---

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


[GitHub] spark issue #19965: [SSPARK-22769][CORE] When driver stopping, there is erro...

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

    https://github.com/apache/spark/pull/19965
  
    **[Test build #84851 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84851/testReport)** for PR 19965 at commit [`4d95a7a`](https://github.com/apache/spark/commit/4d95a7a3bbcec7272c01938e8f99b8f6df3ed2ed).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #19965: [SSPARK-22769][CORE] When driver stopping, there is erro...

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

    https://github.com/apache/spark/pull/19965
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark pull request #19965: [SSPARK-22769][CORE] When driver stopping, there ...

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

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


---

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