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

search nodes unresponsive with expensive aggregation #5305

Open
PSeitz opened this issue Aug 8, 2024 · 1 comment
Open

search nodes unresponsive with expensive aggregation #5305

PSeitz opened this issue Aug 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@PSeitz
Copy link
Contributor

PSeitz commented Aug 8, 2024

As reported:

If I do an aggregation over a large time span, the searchers will end up being killed by kubernetes for missing health checks. I'd assume because the CPU usage is too high and they are mostly un-responsive

@PSeitz PSeitz added the bug Something isn't working label Aug 8, 2024
@PSeitz
Copy link
Contributor Author

PSeitz commented Aug 14, 2024

It seems there are two issues

  1. Judging from the logs, the aggregation request is sent 50 times.
  2. The search thread pool takes all CPUs. This may not leave enough resources to answer health checks.

#5304 takes all threads except one for the search thread pool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant