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

CI Failures: AzureBlobStoreRepositoryTests.testIndicesDeletedFromRepository #47948

Closed
nknize opened this issue Oct 11, 2019 · 3 comments · Fixed by #48283
Closed

CI Failures: AzureBlobStoreRepositoryTests.testIndicesDeletedFromRepository #47948

nknize opened this issue Oct 11, 2019 · 3 comments · Fixed by #48283
Assignees
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI

Comments

@nknize
Copy link
Contributor

nknize commented Oct 11, 2019

This test has failed periodically (but consistently):

https://groups.google.com/a/elastic.co/forum/#!searchin/build-elasticsearch/AzureBlobStoreRepositoryTests$20testIndicesDeletedFromRepository%7Csort:date

I have not been able to reproduce but (like #47380) it also looks like its coming from the Azure plugin:

13:09:53   1> Caused by: com.microsoft.azure.storage.StorageException: An unknown failure occurred : Unexpected end of file from server
13:09:53   1> 	at com.microsoft.azure.storage.StorageException.translateException(StorageException.java:67) ~[azure-storage-8.4.0.jar:?]
13:09:53   1> 	at com.microsoft.azure.storage.core.ExecutionEngine.executeWithRetry(ExecutionEngine.java:220) ~[azure-storage-8.4.0.jar:?]
13:09:53   1> 	at com.microsoft.azure.storage.blob.CloudBlockBlob.uploadFullBlob(CloudBlockBlob.java:1035) ~[azure-storage-8.4.0.jar:?]
13:09:53   1> 	at com.microsoft.azure.storage.blob.CloudBlockBlob.upload(CloudBlockBlob.java:864) ~[azure-storage-8.4.0.jar:?]
13:09:53   1> 	at com.microsoft.azure.storage.blob.CloudBlockBlob.upload(CloudBlockBlob.java:743) ~[azure-storage-8.4.0.jar:?]
13:09:53   1> 	at org.elasticsearch.repositories.azure.AzureStorageService.lambda$writeBlob$15(AzureStorageService.java:332) ~[main/:?]
13:09:53   1> 	at org.elasticsearch.repositories.azure.SocketAccess.lambda$doPrivilegedVoidException$0(SocketAccess.java:64) ~[main/:?]
13:09:53   1> 	at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
13:09:53   1> 	at org.elasticsearch.repositories.azure.SocketAccess.doPrivilegedVoidException(SocketAccess.java:63) ~[main/:?]
13:09:53   1> 	at org.elasticsearch.repositories.azure.AzureStorageService.writeBlob(AzureStorageService.java:331) ~[main/:?]
13:09:53   1> 	at org.elasticsearch.repositories.azure.AzureBlobStore.writeBlob(AzureBlobStore.java:120) ~[main/:?]
13:09:53   1> 	at org.elasticsearch.repositories.azure.AzureBlobContainer.writeBlob(AzureBlobContainer.java:102) ~[main/:?]
13:09:53   1> 	at org.elasticsearch.repositories.blobstore.BlobStoreRepository.snapshotFile(BlobStoreRepository.java:1358) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
13:09:53   1> 	at org.elasticsearch.repositories.blobstore.BlobStoreRepository$2.doRun(BlobStoreRepository.java:1115) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
13:09:53   1> 	... 5 more

13:09:53 2> REPRODUCE WITH: ./gradlew ':plugins:repository-azure:test' --tests "org.elasticsearch.repositories.azure.AzureBlobStoreRepositoryTests.testIndicesDeletedFromRepository" -Dtests.seed=D48C184AD8376ABD -Dtests.security.manager=true -Dtests.locale=lv-LV -Dtests.timezone=Pacific/Pitcairn -Dcompiler.java=12 -Druntime.java=11

@nknize nknize added :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI v8.0.0 7x labels Oct 11, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore)

@nknize nknize changed the title AzureBlobStoreRepositoryTests.testIndicesDeletedFromRepository CI Failures: AzureBlobStoreRepositoryTests.testIndicesDeletedFromRepository Oct 11, 2019
tlrx added a commit that referenced this issue Oct 22, 2019
tlrx added a commit that referenced this issue Oct 23, 2019
tlrx added a commit that referenced this issue Oct 23, 2019
@DaveCTurner
Copy link
Contributor

This failed again in https://gradle-enterprise.elastic.co/s/guxpi3sxg6sm2 (on 9766044 which includes #48283).

@DaveCTurner DaveCTurner reopened this Oct 25, 2019
@tlrx
Copy link
Member

tlrx commented Oct 25, 2019

The failure failure is a bit different from the one in this issue. I'm closing again and reopen #47120 instead.

@tlrx tlrx closed this as completed Oct 25, 2019
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 >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants