-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
GraphTokenStreamFiniteStrings#articulationPointsRecurse can run into stack overflows [LUCENE-10181] #11218
Comments
Adrien Grand (@jpountz) (migrated from JIRA) I'm not familiar with this code but it looks like it's already tracking the recursion depth for other purposes, so maybe we could fail when the recursion depth goes beyond an arbitrary threshold? |
Hello, |
@hassenome , can you share versions, stacktrace and invocation arguments? |
Hi @mkhludnev we have the same problem with elasticsearch version 8.3.2 Our application is used for search engine in ecommerce context. We use multi_match query with this params
I the same query we also compute multiple aggregations ... Stacktrace |
If provided with a very long query string, GraphTokenStreamFiniteStrings#articulationPointsRecurse may run into a StackOverflowError.
Migrated from LUCENE-10181 by Adrien Grand (@jpountz)
The text was updated successfully, but these errors were encountered: