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

Dispatch ClusterStateAction#buildResponse to executor #103435

Commits on Dec 14, 2023

  1. Dispatch ClusterStateAction#buildResponse to executor

    If waiting for a particular cluster state (e.g. on the CCR leader) we
    will compute the resulting cluster state and serialize it on the cluster
    applier thread, which can be too expensive in a large cluster for this
    thread. With this commit we dispatch the final action back to the
    original executor.
    DaveCTurner committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2430cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    978b286 View commit details
    Browse the repository at this point in the history