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

Client persist state using bolt-db and more efficient write patterns #2610

Merged
merged 14 commits into from
May 9, 2017

Commits on May 1, 2017

  1. Don't deepcopy job when retrieving copy of Alloc

    This PR removes deepcopying of the job attached to the allocation in the
    alloc runner. This operation is called very often so removing reflect
    from the code path and the potentially large number of mallocs need to
    create a job reduced memory and cpu pressure.
    dadgar committed May 1, 2017
    Configuration menu
    Copy the full SHA
    9def7e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7614fed View commit details
    Browse the repository at this point in the history
  3. Use batching

    dadgar committed May 1, 2017
    Configuration menu
    Copy the full SHA
    5aa6e18 View commit details
    Browse the repository at this point in the history
  4. metrics

    dadgar committed May 1, 2017
    Configuration menu
    Copy the full SHA
    4d6a012 View commit details
    Browse the repository at this point in the history
  5. perf

    dadgar committed May 1, 2017
    Configuration menu
    Copy the full SHA
    7dee8ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d20b11 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Revert "metrics"

    This reverts commit 4d6a012.
    dadgar committed May 2, 2017
    Configuration menu
    Copy the full SHA
    85a81f4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Restore state + upgrade path

    dadgar committed May 3, 2017
    2 Configuration menu
    Copy the full SHA
    e22393a View commit details
    Browse the repository at this point in the history
  2. Fix tests

    dadgar committed May 3, 2017
    Configuration menu
    Copy the full SHA
    5952dae View commit details
    Browse the repository at this point in the history
  3. Helpful comment

    dadgar committed May 3, 2017
    Configuration menu
    Copy the full SHA
    098b02d View commit details
    Browse the repository at this point in the history
  4. Fix tests

    dadgar committed May 3, 2017
    Configuration menu
    Copy the full SHA
    646fd8a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Respond to comments

    dadgar committed May 9, 2017
    Configuration menu
    Copy the full SHA
    3f1ccf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e47be9f View commit details
    Browse the repository at this point in the history
  3. Fix test

    dadgar committed May 9, 2017
    Configuration menu
    Copy the full SHA
    997390b View commit details
    Browse the repository at this point in the history