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] Flaky test S3BlobContainerRetriesTests #9905

Closed
soosinha opened this issue Sep 7, 2023 · 3 comments
Closed

[BUG] Flaky test S3BlobContainerRetriesTests #9905

soosinha opened this issue Sep 7, 2023 · 3 comments
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Storage:Snapshots

Comments

@soosinha
Copy link
Member

soosinha commented Sep 7, 2023

Describe the bug

com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.opensearch.repositories.s3.S3BlobContainerRetriesTests:

  1. Thread[id=52, name=sdk-ScheduledExecutor-4-0, state=TIMED_WAITING, group=TGRP-S3BlobContainerRetriesTests]
    at java.base@17.0.8/jdk.internal.misc.Unsafe.park(Native Method)
    at java.base@17.0.8/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
    at java.base@17.0.8/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
    at java.base@17.0.8/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
    at java.base@17.0.8/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
    at java.base@17.0.8/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)

To Reproduce
https://build.ci.opensearch.org/job/gradle-check/24970/

Expected behavior
Test should pass

@gbbafna
Copy link
Collaborator

gbbafna commented Jan 9, 2024

@shourya035 can you please take a look at this ?

@BhumikaSaini-Amazon
Copy link
Contributor

...

Removing network cecfaffbad8f91d35778c3983160aef9_minio-fixture__│
default                                                          │
                                                                 │
BUILD SUCCESSFUL in 1m 11s                                       │
67 actionable tasks: 11 executed, 56 up-to-date                  │
=================================================================│
==                                                               │
4917                                                             │
=================================================================│
==                                                               │
=======================================                          │
OpenSearch Build Hamster says Hello!                             │
  Gradle Version        : 8.7                                    │
  OS Info               : <redacted>                             │
  JDK Version           : 11 (Amazon Corretto JDK)               │
  JAVA_HOME             : /usr/lib/jvm/java-11-amazon-corretto   │
  Random Testing Seed   : 8802C3ED079BC1EE                       │
  In FIPS 140 mode      : false                                  │
=======================================                          │
                                                                 │
> Task :test:fixtures:s3-fixture:composeBuild                    │
Building s3-fixture                                              │
Building s3-fixture-other                                        │
Building s3-fixture-repositories-metering                        │
Building s3-fixture-with-session-token                           │
Building s3-fixture-with-ec2                                     │

...

No repro yet in 4k+ suite runs with unique master seeds. Will repro for longer and check.

@BhumikaSaini-Amazon
Copy link
Contributor

Removing cecfaffbad8f91d35778c3983160aef9_minio-fixture__minio-fi│
xture_1                   ... done                               │
Removing network cecfaffbad8f91d35778c3983160aef9_minio-fixture__│
default                                                          │
                                                                 │
BUILD SUCCESSFUL in 1m 10s                                       │
67 actionable tasks: 11 executed, 56 up-to-date                  │
=================================================================│
==                                                               │
9565                                                             │
=================================================================│
==                                                               │
=======================================                          │
OpenSearch Build Hamster says Hello!                             │
  Gradle Version        : 8.7                                    │
  OS Info               : <redacted>

No repro

@BhumikaSaini-Amazon BhumikaSaini-Amazon closed this as not planned Won't fix, can't repro, duplicate, stale Apr 5, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Storage Project Board Apr 5, 2024
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:Snapshots
Projects
Status: ✅ Done
Development

No branches or pull requests

8 participants