Skip to content

Conversation

@srowen
Copy link
Member

@srowen srowen commented Nov 30, 2015

Avoid potential deadlock with a user app's shutdown hook thread by more narrowly synchronizing access to 'hooks'

@SparkQA
Copy link

SparkQA commented Nov 30, 2015

Test build #46887 has finished for PR 10042 at commit d22cffa.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):\n * case class Count(children: Seq[Expression]) extends DeclarativeAggregate\n

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: we generally use hooks.synchronized.

@SparkQA
Copy link

SparkQA commented Nov 30, 2015

Test build #46895 has finished for PR 10042 at commit 934f237.

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

@vanzin
Copy link
Contributor

vanzin commented Nov 30, 2015

LGTM.

@SparkQA
Copy link

SparkQA commented Nov 30, 2015

Test build #46899 has finished for PR 10042 at commit 3da8644.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):\n * case class Count(children: Seq[Expression]) extends DeclarativeAggregate\n

@vanzin
Copy link
Contributor

vanzin commented Dec 1, 2015

Merging (master, 1.6, 1.5).

asfgit pushed a commit that referenced this pull request Dec 1, 2015
…down

Avoid potential deadlock with a user app's shutdown hook thread by more narrowly synchronizing access to 'hooks'

Author: Sean Owen <[email protected]>

Closes #10042 from srowen/SPARK-12049.

(cherry picked from commit 96bf468)
Signed-off-by: Marcelo Vanzin <[email protected]>
@asfgit asfgit closed this in 96bf468 Dec 1, 2015
asfgit pushed a commit that referenced this pull request Dec 1, 2015
…down

Avoid potential deadlock with a user app's shutdown hook thread by more narrowly synchronizing access to 'hooks'

Author: Sean Owen <[email protected]>

Closes #10042 from srowen/SPARK-12049.

(cherry picked from commit 96bf468)
Signed-off-by: Marcelo Vanzin <[email protected]>
@srowen srowen deleted the SPARK-12049 branch December 1, 2015 09:26
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