[jira] [Commented] (SPARK-21006) Create rpcEnv and run later needs shutdown and awaitTermination

2017-06-10 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-21006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045468#comment-16045468
 ] 

Apache Spark commented on SPARK-21006:
--

User '10110346' has created a pull request for this issue:
https://github.com/apache/spark/pull/18259

> Create rpcEnv and run later needs shutdown and awaitTermination
> ---
>
> Key: SPARK-21006
> URL: https://issues.apache.org/jira/browse/SPARK-21006
> Project: Spark
>  Issue Type: Test
>  Components: Tests
>Affects Versions: 2.1.1
>Reporter: wangjiaochun
>Assignee: wangjiaochun
>Priority: Minor
> Fix For: 2.3.0
>
>
> test("port conflict") {
> val anotherEnv = createRpcEnv(new SparkConf(), "remote", env.address.port)
> assert(anotherEnv.address.port != env.address.port)
>   }
> should be shutdown and awaitTermination in RpcEnvSuit.scala



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-21006) Create rpcEnv and run later needs shutdown and awaitTermination

2017-06-07 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-21006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16040474#comment-16040474
 ] 

Apache Spark commented on SPARK-21006:
--

User 'wangjiaochun' has created a pull request for this issue:
https://github.com/apache/spark/pull/18226

> Create rpcEnv and run later needs shutdown and awaitTermination
> ---
>
> Key: SPARK-21006
> URL: https://issues.apache.org/jira/browse/SPARK-21006
> Project: Spark
>  Issue Type: Test
>  Components: Tests
>Affects Versions: 2.1.1
>Reporter: wangjiaochun
>Priority: Minor
>
> test("port conflict") {
> val anotherEnv = createRpcEnv(new SparkConf(), "remote", env.address.port)
> assert(anotherEnv.address.port != env.address.port)
>   }
> should be shutdown and awaitTermination in RpcEnvSuit.scala



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org