-
Notifications
You must be signed in to change notification settings - Fork 25k
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
OptoutQueryCache always stacks memory #49668
Comments
Pinging @elastic/es-security (:Security/Authorization) |
Pinging @elastic/es-distributed (:Distributed/CRUD) |
@dnangelxueaoran are you seeing errors in the logs related to creating indices (or other errors)? We solved an issue with this in #48230 where errors in index creation would lead to leaking |
@original-brownbear Thank you very much! I will send the debug log to you by mistake, please check if it is the same problem. We have two different error messages, one of which is the same as #48230.
|
It looks like this is the same issue fixed by #48230 but #48230 wasn't backported as the labelling on the PR suggests which is why this is still failing. Maybe @DaveCTurner can double check to confirm and maybe backport (in case there is a reason this wasn't eventually backported to |
@original-brownbear |
@original-brownbear Will the next version be fixed? |
Apologies, you're right, the fix was not backported to the 7.4 branch. I do not expect any more releases from that branch so I think all we can do here is remove the |
Hello, the version we use is 7.4.2.
During use, the memory of the collection in the OptOutQueryCache of the master node keeps growing until the memory is full and there is no release action. The node also does not go offline.
It's been bothering us for a long time. No matter how we adjust the parameters related to memory and querycache, we can't solve this problem.
This was not a problem with version 6.2.1.
The text was updated successfully, but these errors were encountered: