Skip to content

[SPARK-22764][core] Fix flakiness in SparkContextSuite. #19956

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

Closed
wants to merge 1 commit into from

Conversation

vanzin
Copy link
Contributor

@vanzin vanzin commented Dec 12, 2017

Use a semaphore to synchronize the tasks with the listener code
that is trying to cancel the job or stage, so that the listener
won't try to cancel a job or stage that has already finished.

Use a semaphore to synchronize the tasks with the listener code
that is trying to cancel the job or stage, so that the listener
won't try to cancel a job or stage that has already finished.
@SparkQA
Copy link

SparkQA commented Dec 13, 2017

Test build #84799 has finished for PR 19956 at commit 8b9d01e.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@squito
Copy link
Contributor

squito commented Dec 13, 2017

lgtm

@squito
Copy link
Contributor

squito commented Dec 13, 2017

merged to master

@asfgit asfgit closed this in a83e8e6 Dec 13, 2017
@vanzin vanzin deleted the SPARK-22764 branch December 14, 2017 20:45
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