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

SearchableSnapshotRecoveryStateIntegrationTests failure #67795

Closed
benwtrent opened this issue Jan 20, 2021 · 3 comments
Closed

SearchableSnapshotRecoveryStateIntegrationTests failure #67795

benwtrent opened this issue Jan 20, 2021 · 3 comments
Assignees
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

Comments

@benwtrent
Copy link
Member

benwtrent commented Jan 20, 2021

Build scan:
https://gradle-enterprise.elastic.co/s/s6dp3r56sx4we
Repro line:

./gradlew ':x-pack:plugin:searchable-snapshots:internalClusterTest' --tests "org.elasticsearch.xpack.searchablesnapshots.SearchableSnapshotRecoveryStateIntegrationTests.testFilesStoredInThePersistentCacheAreMarkedAsReusedInRecoveryState" -Dtests.seed=1D3F11D71479ACFC -Dtests.security.manager=true -Dtests.locale=is -Dtests.timezone=Australia/Yancowinna -Druntime.java=8

Reproduces locally?:
yes
Applicable branches:
master, 7.x

Failure excerpt:

org.elasticsearch.xpack.searchablesnapshots.SearchableSnapshotRecoveryStateIntegrationTests > testFilesStoredInThePersistentCacheAreMarkedAsReusedInRecoveryState FAILED |  
  | java.lang.AssertionError: should only load repository data on master nodes |  
  | at __randomizedtesting.SeedInfo.seed([1D3F11D71479ACFC:EA0B6E2115E5490D]:0) |  
  | at org.elasticsearch.repositories.blobstore.BlobStoreRepository.getRepositoryData(BlobStoreRepository.java:1367) |  
  | at org.elasticsearch.action.support.PlainActionFuture.get(PlainActionFuture.java:32) |  
  | at org.elasticsearch.repositories.blobstore.ESBlobStoreRepositoryIntegTestCase.getRepositoryData(ESBlobStoreRepositoryIntegTestCase.java:77) |  
  | at org.elasticsearch.xpack.searchablesnapshots.SearchableSnapshotRecoveryStateIntegrationTests.testFilesStoredInThePersistentCacheAreMarkedAsReusedInRecoveryState(SearchableSnapshotRecoveryStateIntegrationTests.java:185) |  

Seems like it is caused by:
#67780
b467595

@benwtrent benwtrent added :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI labels Jan 20, 2021
@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Jan 20, 2021
@elasticmachine
Copy link
Collaborator

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

@DaveCTurner
Copy link
Contributor

I reverted the offending commits from master (5e3ad9f) and 7.x (66b328a) pending further investigation.

@DaveCTurner
Copy link
Contributor

Closing this as the commits were reverted.

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
Projects
None yet
Development

No branches or pull requests

4 participants