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

[DBnode] Add Load() API to shard #1831

Merged
merged 23 commits into from
Jul 29, 2019
Merged

[DBnode] Add Load() API to shard #1831

merged 23 commits into from
Jul 29, 2019

Commits on Jul 29, 2019

  1. Add shard.Load() API

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    7d2dc73 View commit details
    Browse the repository at this point in the history
  2. Add shard.Load() to shard interface

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    6bdfc56 View commit details
    Browse the repository at this point in the history
  3. Add guards against using flushState before its bootstrapped

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    1dd069c View commit details
    Browse the repository at this point in the history
  4. make BlockStateSnapshot() check flushState bootstrap status

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    f8318f6 View commit details
    Browse the repository at this point in the history
  5. fix broken tests

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    4d500c8 View commit details
    Browse the repository at this point in the history
  6. fix all the interfaces and tests

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    4e19911 View commit details
    Browse the repository at this point in the history
  7. fix lint issue

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    0927e73 View commit details
    Browse the repository at this point in the history
  8. error out if bootstrapped more than once

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    a3fa7d0 View commit details
    Browse the repository at this point in the history
  9. add unit test for double shard bootstrap

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    d490c14 View commit details
    Browse the repository at this point in the history
  10. add newline

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    d5a4496 View commit details
    Browse the repository at this point in the history
  11. newlines

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    1f65061 View commit details
    Browse the repository at this point in the history
  12. rename struct

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    e311f39 View commit details
    Browse the repository at this point in the history
  13. fix comments

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    bb88a61 View commit details
    Browse the repository at this point in the history
  14. Convert method to not be pointer type

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    0aeca80 View commit details
    Browse the repository at this point in the history
  15. Address feedback

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    6e2c944 View commit details
    Browse the repository at this point in the history
  16. delete temp mock

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    7e2f9b9 View commit details
    Browse the repository at this point in the history
  17. delete temp mock

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    d4e9840 View commit details
    Browse the repository at this point in the history
  18. regen mocks

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    066af05 View commit details
    Browse the repository at this point in the history
  19. fix broken integration test

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    8e95c31 View commit details
    Browse the repository at this point in the history
  20. fix broken test

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    d6273fa View commit details
    Browse the repository at this point in the history
  21. fix broken test

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    4fc88ae View commit details
    Browse the repository at this point in the history
  22. fix broken test

    Richard Artoul committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    844b941 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'master' into ra/shard-load

    Richard Artoul authored Jul 29, 2019
    Configuration menu
    Copy the full SHA
    1b925bb View commit details
    Browse the repository at this point in the history