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

2 snapshot threads for large blob test #91226

Merged

Conversation

kingherc
Copy link
Contributor

@kingherc kingherc commented Nov 1, 2022

In 8.5, the default snapshot thread pool has 1 thread when the "Timeout with large blobs" runs with the
-Dtests.configure_test_clusters_with_one_processor=true pipeline. This makes the 1sec timeout response to never be sent out (because the 1 thread is busy with the slow blob), while with 2 threads it can be sent out.

Fixes #90353

In 8.5, the default snapshot thread pool has 1 thread when the
"Timeout with large blobs" runs with the
-Dtests.configure_test_clusters_with_one_processor=true
pipeline. This makes the 1sec timeout response to never be sent
out (because the 1 thread is busy with the slow blob), while with
2 threads it can be sent out.

Fixes elastic#90353
@kingherc kingherc added >test-failure Triaged test failures from CI :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. and removed v8.5.1 labels Nov 1, 2022
@kingherc kingherc self-assigned this Nov 1, 2022
@kingherc kingherc marked this pull request as ready for review November 1, 2022 12:24
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@kingherc kingherc added the v8.5.1 label Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test-failure Triaged test failures from CI v8.5.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants