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

Added in-flight cancellation of SearchShardTask based on resource consumption #4575

Merged

Commits on Oct 14, 2022

  1. Added in-flight cancellation of SearchShardTask based on resource con…

    …sumption
    
    This feature aims to identify and cancel resource intensive SearchShardTasks if they have breached certain
    thresholds. This will help in terminating problematic queries which can put nodes in duress and degrade the
    cluster performance.
    
    Signed-off-by: Ketan Verma <ketan9495@gmail.com>
    ketanv3 committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    86f965f View commit details
    Browse the repository at this point in the history
  2. Addressed PR comments

    Signed-off-by: Ketan Verma <ketan9495@gmail.com>
    ketanv3 committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    6424470 View commit details
    Browse the repository at this point in the history