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

[BUG] CreateRemoteIndexClusterDefaultDocRepIT.testDefaultRemoteStoreNoUserOverrideExceptReplicationTypeSegment is flaky #11581

Open
mch2 opened this issue Dec 11, 2023 · 5 comments
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Storage:Remote Storage Issues and PRs relating to data and metadata storage

Comments

@mch2
Copy link
Member

mch2 commented Dec 11, 2023

Describe the bug
From https://build.ci.opensearch.org/job/gradle-check/31138/
PR: #11534

@mch2 mch2 added bug Something isn't working untriaged flaky-test Random test failure that succeeds on second run Storage:Remote labels Dec 11, 2023
@linuxpi
Copy link
Contributor

linuxpi commented Jan 17, 2024

Not able to repro failure in 3000 iterations.

@linuxpi
Copy link
Contributor

linuxpi commented Feb 2, 2024

closing this due to lack of occurrence and repro. Please reopen if you find any failures

@linuxpi linuxpi closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2024
@reta reta reopened this Feb 14, 2024
@linuxpi
Copy link
Contributor

linuxpi commented Feb 19, 2024

Thanks @reta for reopening this. I need to think a bit more on how to repro this, the build logs are not enough to debug

@linuxpi linuxpi added Storage Issues and PRs relating to data and metadata storage and removed untriaged labels Mar 5, 2024
@linuxpi
Copy link
Contributor

linuxpi commented May 7, 2024

Looks like an issue while test tearDown

java.lang.AssertionError: shard [test-idx-1][0] is not locked
	at __randomizedtesting.SeedInfo.seed([37532D70A3B76622]:0)
	at org.opensearch.env.NodeEnvironment.deleteShardDirectoryUnderLock(NodeEnvironment.java:587)
	at org.opensearch.indices.IndicesService.deleteShardStore(IndicesService.java:1231)
	at org.opensearch.index.IndexService.onShardClose(IndexService.java:678)
	at org.opensearch.index.IndexService$StoreCloseListener.accept(IndexService.java:801)
	at org.opensearch.index.IndexService$StoreCloseListener.accept(IndexService.java:788)
	at org.opensearch.index.store.Store.closeInternal(Store.java:573)
	at org.opensearch.index.store.Store$1.closeInternal(Store.java:194)
	at org.opensearch.common.util.concurrent.AbstractRefCounted.decRef(AbstractRefCounted.java:78)
	at org.opensearch.index.store.Store.decRef(Store.java:546)
	at org.opensearch.index.engine.InternalEngine.refresh(InternalEngine.java:1777)
	at org.opensearch.index.engine.InternalEngine.maybeRefresh(InternalEngine.java:1753)
	at org.opensearch.index.shard.IndexShard.scheduledRefresh(IndexShard.java:4498)
	at org.opensearch.index.IndexService.maybeRefreshEngine(IndexService.java:1026)
	at org.opensearch.index.IndexService$AsyncRefreshTask.runInternal(IndexService.java:1170)
	at org.opensearch.common.util.concurrent.AbstractAsyncTask.run(AbstractAsyncTask.java:159)
	at org.opensearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:854)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Storage:Remote Storage Issues and PRs relating to data and metadata storage
Projects
Status: Now(This Quarter)
Development

No branches or pull requests

3 participants