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

Fix tablet error handling. #3323

Merged
merged 6 commits into from
Apr 26, 2019
Merged

Fix tablet error handling. #3323

merged 6 commits into from
Apr 26, 2019

Commits on Apr 25, 2019

  1. Fix tablet error handling.

    Currently errUnservedTablet is being returned when there's an issue with
    the tablets. However, there are actually two types of errors that should
    be handled differently.
    
    1. Predicate has not been seen yet so the tablet group id is zero.
    2. The group id of the tablet is > 0 but it differs from the id of the
    current group.
    
    This change fixes the error handling. The error running in the
    move-tablet jepsen test is fixed by it.
    martinmr committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    aa84f27 View commit details
    Browse the repository at this point in the history
  2. Renamed error variable.

    martinmr committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    ff0f15a View commit details
    Browse the repository at this point in the history
  3. move error next to message.

    martinmr committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    42e9765 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9da6e97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1c2b03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3d6659 View commit details
    Browse the repository at this point in the history