-
Notifications
You must be signed in to change notification settings - Fork 76
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] Handling heap usage exceed error #711
Comments
using number of documents is not the right parameter IMO |
…rch-project#705) (opensearch-project#711) Signed-off-by: Ashish Agrawal <[email protected]> Signed-off-by: Ashish Agrawal <[email protected]> (cherry picked from commit 41265f86c371a1bea697376b51816ab495bdbe96) Co-authored-by: Ashish Agrawal <[email protected]>
This was resolved with the recent performance enhancements. The number of docs submitted in each percolate request now considers the available heap |
What is the bug?
This phenomena is seen when a detector is searching documents (via Alerting plugin) and OpenSearch rejects the percolate query search request.
Sample error messgae:
The reasons for this are:
Possible solutions:
Related issue: opensearch-project/OpenSearch#2818
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
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.
The text was updated successfully, but these errors were encountered: