-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Improve efficiency of Grok circular reference check #74814
Improve efficiency of Grok circular reference check #74814
Conversation
This change is a tweak to elastic#74581 which removes the N^2 loop that was added in that PR.
Pinging @elastic/es-core-features (Team:Core/Features) |
We need to decide if the problem being fixed here will cause enough problems that it warrants being a blocker for 7.13.3 and 6.8.17. If so then it can be backported further and relabelled |
See #74810 (comment) for timings that show the effect of this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can't be backported to 7.14 until #74829 completes which has been delayed by a number of Jenkins issues.
👍 Thanks for tracking this down, Robert. |
This change is a tweak to #74581 which removes the N^2 loop that was added in that PR.
This change is a tweak to #74581 which removes the N^2 loop that was added in that PR.
This change is a tweak to elastic#74581 which removes the N^2 loop that was added in that PR.
This change is a tweak to #74581 which removes the N^2
loop that was added in that PR.
Fixes #74810