-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Workaround for https://bugs.openjdk.org/browse/JDK-8323659 regression, introduced in JDK-21.0.2 #11968
Conversation
Compatibility status:Checks if related components are compatible with change 286cc9c Incompatible componentsIncompatible components: [https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/performance-analyzer-rca.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/k-nn.git] |
❕ Gradle check result for e6c3093: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #11968 +/- ##
============================================
+ Coverage 70.86% 71.41% +0.54%
- Complexity 58982 59398 +416
============================================
Files 4923 4923
Lines 279214 279218 +4
Branches 40596 40596
============================================
+ Hits 197877 199398 +1521
+ Misses 64876 63230 -1646
- Partials 16461 16590 +129 ☔ View full report in Codecov by Sentry. |
e6c3093
to
a09e08b
Compare
13ab73a
to
2f786e4
Compare
Yeah, this is a new test, the latch is released inside pool worker but check may be performed while the task is not yet returned, changed the assertion check to be more robust. |
Code coverage check still not passing. Might need to add more tests? |
We've been exercising only |
2f786e4
to
768a430
Compare
❌ Gradle check result for 768a430: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
…, introduced in JDK-21.0.2 Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
768a430
to
286cc9c
Compare
❕ Gradle check result for 286cc9c: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
…, introduced in JDK-21.0.2 (#11968) (#11988) (cherry picked from commit 48fdb4f) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…, introduced in JDK-21.0.2 (opensearch-project#11968) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…, introduced in JDK-21.0.2 (opensearch-project#11968) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…, introduced in JDK-21.0.2 (opensearch-project#11968) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Workaround for https://bugs.openjdk.org/browse/JDK-8323659 regression, introduced in JDK-21.0.2
Related Issues
See please #11906
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.