You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by vanzin <gi...@git.apache.org> on 2015/04/18 00:18:36 UTC

[GitHub] spark pull request: [core] [minor] Make sure ConnectionManager sto...

GitHub user vanzin opened a pull request:

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

    [core] [minor] Make sure ConnectionManager stops.

    My previous fix (force a selector wakeup) didn't seem to work since
    I ran into the hang again. So change the code a bit to be more
    explicit about the condition when the selector thread should exit.

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

    $ git pull https://github.com/vanzin/spark conn-mgr-hang

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

    https://github.com/apache/spark/pull/5566.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 #5566
    
----
commit ddb2c0383b109f51f918f026ffc644e6acb6c932
Author: Marcelo Vanzin <va...@cloudera.com>
Date:   2015-04-17T21:08:45Z

    [core] [minor] Make sure ConnectionManager stops.
    
    My previous fix (force a selector wakeup) didn't seem to work since
    I ran into the hang again. So change the code a bit to be more
    explicit about the condition when the selector thread should exit.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [core] [minor] Make sure ConnectionManager sto...

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

    https://github.com/apache/spark/pull/5566#issuecomment-94103219
  
      [Test build #30504 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30504/consoleFull) for   PR 5566 at commit [`ddb2c03`](https://github.com/apache/spark/commit/ddb2c0383b109f51f918f026ffc644e6acb6c932).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.
     * This patch does not change any dependencies.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [core] [minor] Make sure ConnectionManager sto...

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

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [core] [minor] Make sure ConnectionManager sto...

Posted by vanzin <gi...@git.apache.org>.
Github user vanzin commented on the pull request:

    https://github.com/apache/spark/pull/5566#issuecomment-94515135
  
    No, the change in the previous commit didn't cause a problem (so technically this isn't a hotfix?), but it didn't solve the problem either. :-/


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [core] [minor] Make sure ConnectionManager sto...

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

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [core] [minor] Make sure ConnectionManager sto...

Posted by vanzin <gi...@git.apache.org>.
Github user vanzin commented on the pull request:

    https://github.com/apache/spark/pull/5566#issuecomment-94087262
  
    I ran the test that hanged a couple of times for me in a loop with this change, and didn't see any hangs. Still, with these things, it's hard to know.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [core] [minor] Make sure ConnectionManager sto...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/5566#issuecomment-94140071
  
    I see, did the call to `wakeup()` create a new problem? I thought it was just trying to solve a hang, but, that itdidn't do the trick. In any event seems fine as an addendum to SPARK-4194.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [core] [minor] Make sure ConnectionManager sto...

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

    https://github.com/apache/spark/pull/5566#issuecomment-94087788
  
      [Test build #30504 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30504/consoleFull) for   PR 5566 at commit [`ddb2c03`](https://github.com/apache/spark/commit/ddb2c0383b109f51f918f026ffc644e6acb6c932).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [core] [minor] Make sure ConnectionManager sto...

Posted by andrewor14 <gi...@git.apache.org>.
Github user andrewor14 commented on the pull request:

    https://github.com/apache/spark/pull/5566#issuecomment-94116691
  
    For those following, this is a hot fix for #5335. @srowen


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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