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

[8.x] A few small speedup in authz hot path for fieldcaps (#119558) #119591

Merged

Conversation

original-brownbear
Copy link
Member

Backports the following commits to 8.x:

A few obvious things I noticed looking at profiling (right now security
is literally 10%+ of large fieldcaps call).
* streams are needlessly expensive
* using an unnecessary atomic has unpredictable overhead
@original-brownbear original-brownbear added :Security/Authorization Roles, Privileges, DLS/FLS, RBAC/ABAC >non-issue auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Security Meta label for security team labels Jan 6, 2025
@elasticsearchmachine elasticsearchmachine merged commit 8affbc5 into elastic:8.x Jan 6, 2025
20 checks passed
@original-brownbear original-brownbear deleted the backport/8.x/pr-119558 branch January 6, 2025 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >non-issue :Security/Authorization Roles, Privileges, DLS/FLS, RBAC/ABAC Team:Security Meta label for security team v8.18.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants