-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[CI] AzureBlobStoreRepositoryTests failures #66385
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
v7.11.0
v8.0.0-alpha1
Comments
fcofdez
added
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
>test-failure
Triaged test failures from CI
v8.0.0
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
v7.11.0
labels
Dec 15, 2020
Pinging @elastic/es-distributed (Team:Distributed) |
This was referenced Dec 15, 2020
fcofdez
added a commit
that referenced
this issue
Dec 17, 2020
This commit moves the upload logic to the repository itself instead of delegating into the SDK. Multi-block uploads are done sequentially instead of in parallel that allows to bound the outstanding memory. Additionally the number of i/o threads and heap arenas have been reduced to 1, to reduce the memory overhead. Closes #66385
fcofdez
added a commit
to fcofdez/elasticsearch
that referenced
this issue
Dec 17, 2020
This commit moves the upload logic to the repository itself instead of delegating into the SDK. Multi-block uploads are done sequentially instead of in parallel that allows to bound the outstanding memory. Additionally the number of i/o threads and heap arenas have been reduced to 1, to reduce the memory overhead. Closes elastic#66385 Backport of elastic#66489
fcofdez
added a commit
to fcofdez/elasticsearch
that referenced
this issue
Dec 17, 2020
This commit moves the upload logic to the repository itself instead of delegating into the SDK. Multi-block uploads are done sequentially instead of in parallel that allows to bound the outstanding memory. Additionally the number of i/o threads and heap arenas have been reduced to 1, to reduce the memory overhead. Closes elastic#66385 Backport of elastic#66489
fcofdez
added a commit
that referenced
this issue
Dec 17, 2020
This commit moves the upload logic to the repository itself instead of delegating into the SDK. Multi-block uploads are done sequentially instead of in parallel that allows to bound the outstanding memory. Additionally the number of i/o threads and heap arenas have been reduced to 1, to reduce the memory overhead. Closes #66385 Backport of #66489
fcofdez
added a commit
that referenced
this issue
Dec 17, 2020
This commit moves the upload logic to the repository itself instead of delegating into the SDK. Multi-block uploads are done sequentially instead of in parallel that allows to bound the outstanding memory. Additionally the number of i/o threads and heap arenas have been reduced to 1, to reduce the memory overhead. Closes #66385 Backport of #66489
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
v7.11.0
v8.0.0-alpha1
In some cases these tests are failing due to high memory usage.
The text was updated successfully, but these errors were encountered: