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

Topology change resilience for incremental repair #1235

Merged
merged 22 commits into from
Nov 16, 2022

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    0593f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52f1261 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95f0eae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72a53d3 View commit details
    Browse the repository at this point in the history
  5. RepairRunner now consults the hostID field for the nominated segment …

    …and looks up its current IP when determining the list of potential coordinators.
    Miles-Garnsey committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    92643af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4f931c View commit details
    Browse the repository at this point in the history
  7. Make checkstyle happy.

    Miles-Garnsey committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f5ae5bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91ef907 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d2a410 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d25a9e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    8f74d82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fa57f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    0431d5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f0052 View commit details
    Browse the repository at this point in the history
  3. Fix up testDontFailRepairAfterTopologyChangeIncrementalRepair so th…

    …at the coordinator is the node that gets swapped out.
    Miles-Garnsey committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c186b9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12a15f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    248c9ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0989743 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Checkstyle...

    Miles-Garnsey committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    04f2d5d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Ensure createRepairSegmentFromRow storage function hydrates the hostI…

    …D field in RepairSegment.
    Miles-Garnsey committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e8a2d04 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. (Courtesy of Alexander Dejanovski) ensure that the segmentReplicas ar…

    …e correctly propagated into the potentialCoordinators so that repairs correctly pick them up.
    Miles-Garnsey committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    aff7669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0d51a View commit details
    Browse the repository at this point in the history