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

[BUG] _bulk call for storing alerts throws CircuitBreakingException for parent circuit breaker #1352

Open
sbcd90 opened this issue Dec 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sbcd90
Copy link
Collaborator

sbcd90 commented Dec 22, 2023

What is the bug?
Alerts are stored using _bulk api calls.
This _bulk call fails with error

nested: CircuitBreakingException[[parent] Data too large, data for [indices:data/write/bulk[s]] would be [16332494072/15.2gb], which is larger than the limit of [16320875724/15.1gb], real usage: [16332490424/15.2gb], new bytes reserved: [3648/3.5kb], usages [request=32880/32.1kb, fielddata=18655/18.2kb, in_flight_requests=727008/709.9kb]]; ", "timestamp": 1703210144485}

there is no limit on how many alerts can each bulk request persist in a single call.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

What is the expected behavior?
A clear and concise description of what you expected to happen.

What is your host/environment?

  • OS: [e.g. iOS]
  • Version [e.g. 22]
  • Plugins

Do you have any screenshots?
If applicable, add screenshots to help explain your problem.

Do you have any additional context?
Add any other context about the problem.

@sbcd90 sbcd90 added bug Something isn't working untriaged labels Dec 22, 2023
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

2 participants