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-4452][Core]Shuffle data structures can starve others on the same thread for memory #7130

Closed
wants to merge 14 commits into from

Commits on Jun 29, 2015

  1. init commit

    lianhuiwang committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    f149147 View commit details
    Browse the repository at this point in the history
  2. refractor code

    lianhuiwang committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    eb04478 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ede7ea View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. add unit test

    lianhuiwang committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    02749c1 View commit details
    Browse the repository at this point in the history
  2. refactor style

    lianhuiwang committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    5cc88ab View commit details
    Browse the repository at this point in the history
  3. set initialMemory=0

    lianhuiwang committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    67969d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5280ef0 View commit details
    Browse the repository at this point in the history
  5. refactor style

    lianhuiwang committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    c17c047 View commit details
    Browse the repository at this point in the history
  6. fix style

    lianhuiwang committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    2e0b237 View commit details
    Browse the repository at this point in the history
  7. fix style

    lianhuiwang committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    e70f79f View commit details
    Browse the repository at this point in the history
  8. fix style

    lianhuiwang committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    72e3be8 View commit details
    Browse the repository at this point in the history
  9. fix style

    lianhuiwang committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    83040cf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. fix file's leak

    lianhuiwang committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    f4737bb View commit details
    Browse the repository at this point in the history
  2. fix style

    lianhuiwang committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    907366b View commit details
    Browse the repository at this point in the history