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] Fix SecureSM to allow innocuous threads and threadgroups for parallel streams (#117277) #117292

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Nov 21, 2024

Backports the following commits to 8.x:

… streams (elastic#117277)

When a parallel stream is opened, the jdk uses an internal fork join
pool to do work on processing the stream. This pool is internal to the
jdk, and so it should always be allowed to create threads. This commit
modifies SecureSM to account for this innocuous thread group and
threads.
@rjernst rjernst added :Core/Infra/Core Core issues without another label >refactoring auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Core/Infra Meta label for core/infra team labels Nov 21, 2024
@rjernst
Copy link
Member Author

rjernst commented Nov 22, 2024

@elasticmachine update branch

@elasticsearchmachine elasticsearchmachine merged commit 519057d into elastic:8.x Nov 22, 2024
15 checks passed
@rjernst rjernst deleted the backport/8.x/pr-117277 branch November 22, 2024 21:21
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 :Core/Infra/Core Core issues without another label >refactoring Team:Core/Infra Meta label for core/infra team v8.18.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants