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-13921] Store serialized blocks as multiple chunks in MemoryStore #11748

Closed
wants to merge 20 commits into from

Commits on Mar 15, 2016

  1. Configuration menu
    Copy the full SHA
    735eca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f08289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79b1a6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dbcd5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fbec21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5e663f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Configuration menu
    Copy the full SHA
    de62f0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a347fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6852c48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43f8fa6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25e6884 View commit details
    Browse the repository at this point in the history
  6. Move dispose() from BlockManager to StorageUtils.

    It was a static method before, but its location was confusing.
    JoshRosen committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    325c83d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f5074e View commit details
    Browse the repository at this point in the history
  8. Rename limit to size.

    JoshRosen committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    b6ddf3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    719ad3c View commit details
    Browse the repository at this point in the history
  10. More comments.

    JoshRosen committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    2300607 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3fc0b66 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Configuration menu
    Copy the full SHA
    c747c85 View commit details
    Browse the repository at this point in the history
  2. Fix logging import.

    JoshRosen committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    cb9311b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Configuration menu
    Copy the full SHA
    2970932 View commit details
    Browse the repository at this point in the history