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

Merge core CoordinatorClient with MSQ CoordinatorServiceClient. #14652

Merged
merged 6 commits into from
Jul 27, 2023

Commits on Jul 25, 2023

  1. Merge core CoordinatorClient with MSQ CoordinatorServiceClient.

    Continuing the work from apache#12696, this patch merges the MSQ
    CoordinatorServiceClient into the core CoordinatorClient, yielding a single
    interface that serves both needs and is based on the ServiceClient RPC
    system rather than DruidLeaderClient.
    
    Also removes the backwards-compatibility code for the handoff API in
    CoordinatorBasedSegmentHandoffNotifier, because the new API was added
    in 0.14.0. That's long enough ago that we don't need backwards
    compatibility for rolling updates.
    gianm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b4da546 View commit details
    Browse the repository at this point in the history
  2. Fixups.

    gianm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b873466 View commit details
    Browse the repository at this point in the history
  3. Trigger GHA.

    gianm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ff62ebf View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    6041dc6 View commit details
    Browse the repository at this point in the history
  2. EasyMock

    gianm committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6a0130e View commit details
    Browse the repository at this point in the history