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-26265][Core] Fix deadlock in BytesToBytesMap.MapIterator when locking both BytesToBytesMap.MapIterator and TaskMemoryManager #23272

Closed
wants to merge 5 commits into from

Commits on Dec 10, 2018

  1. Copy the full SHA
    25e8e06 View commit details
    Browse the repository at this point in the history
  2. Covers OffHeap.

    viirya committed Dec 10, 2018
    Copy the full SHA
    4c621d2 View commit details
    Browse the repository at this point in the history
  3. Remove VisibleForTesting.

    viirya committed Dec 10, 2018
    Copy the full SHA
    9d52320 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Shorten runnable.

    viirya committed Dec 11, 2018
    Copy the full SHA
    0405527 View commit details
    Browse the repository at this point in the history
  2. Move synchronized.

    viirya committed Dec 11, 2018
    Copy the full SHA
    0849083 View commit details
    Browse the repository at this point in the history