Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-2704] Name threads in ConnectionManager and mark them as daemon. #1604

Closed
wants to merge 1 commit into from

Conversation

rxin
Copy link
Contributor

@rxin rxin commented Jul 26, 2014

handleMessageExecutor, handleReadWriteExecutor, and handleConnectExecutor are not marked as daemon and not named. I think there exists some condition in which Spark programs won't terminate because of this.

Stack dump attached in https://issues.apache.org/jira/browse/SPARK-2704

@rxin
Copy link
Contributor Author

rxin commented Jul 26, 2014

@tgravescs I think you created this. Please take a look.

@SparkQA
Copy link

SparkQA commented Jul 26, 2014

QA tests have started for PR 1604. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17226/consoleFull

@SparkQA
Copy link

SparkQA commented Jul 26, 2014

QA results for PR 1604:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17226/consoleFull

@mateiz
Copy link
Contributor

mateiz commented Jul 26, 2014

Looks good, merged this.

@asfgit asfgit closed this in 1290164 Jul 26, 2014
@mateiz
Copy link
Contributor

mateiz commented Jul 26, 2014

Oh sorry, I didn't see you wanted Tom to take a look at it too. Would be good to get his feedback. I just looked at the patch...

@rxin rxin deleted the daemon branch August 13, 2014 08:01
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
handleMessageExecutor, handleReadWriteExecutor, and handleConnectExecutor are not marked as daemon and not named. I think there exists some condition in which Spark programs won't terminate because of this.

Stack dump attached in https://issues.apache.org/jira/browse/SPARK-2704

Author: Reynold Xin <rxin@apache.org>

Closes apache#1604 from rxin/daemon and squashes the following commits:

98d6a6c [Reynold Xin] [SPARK-2704] Name threads in ConnectionManager and mark them as daemon.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants