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

Reuse KeyValueStore on rollback #821

Merged
merged 19 commits into from
Oct 22, 2018

Commits on Oct 7, 2018

  1. Reuse KeyValueStoreMemory on rollback.

    Clement Pang committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    0ac710e View commit details
    Browse the repository at this point in the history
  2. Still need to handle IO errors of the storage server.

    Clement Pang committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    ea62989 View commit details
    Browse the repository at this point in the history
  3. Fix build

    Clement Pang committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    d78bab8 View commit details
    Browse the repository at this point in the history
  4. More fixes

    Clement Pang committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    502cfaf View commit details
    Browse the repository at this point in the history
  5. only do nothing to the IKVS if we are rebooting

    Clement Pang committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    6fd5c8e View commit details
    Browse the repository at this point in the history
  6. Instead of ignoring onClosed on all IOErrors, only ignore reboots (an…

    …d only for memory and if the flag is on).
    Clement Pang committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    ebc42ba View commit details
    Browse the repository at this point in the history
  7. Fix build.

    Clement Pang committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    cf8f068 View commit details
    Browse the repository at this point in the history
  8. Fix build.

    Clement Pang committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    5e25867 View commit details
    Browse the repository at this point in the history
  9. Fix comment.

    Clement Pang committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    2fc6029 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Fix formatting with clang-format

    Clement Pang committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    448751c View commit details
    Browse the repository at this point in the history
  2. clang-format still looks weird, trying something else.

    Clement Pang committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    24c64bd View commit details
    Browse the repository at this point in the history
  3. Revert "clang-format still looks weird, trying something else."

    This reverts commit 24c64bd
    Clement Pang committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    40ad06b View commit details
    Browse the repository at this point in the history
  4. Revert "Fix formatting with clang-format"

    This reverts commit 448751c
    Clement Pang committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    eb72427 View commit details
    Browse the repository at this point in the history
  5. fix tabs in worker.actor.cpp

    Clement Pang committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    403b4c5 View commit details
    Browse the repository at this point in the history
  6. add missing semiCommit() on reset.

    Clement Pang committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    4f1cb97 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Per etschannen, wait on durable for reboots

    Clement Pang committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    88e8422 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

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

Commits on Oct 20, 2018

  1. Address review comments.

    Clement Pang committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    3ceec01 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

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