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

[Backport 2.x] Workaround for https://bugs.openjdk.org/browse/JDK-8323659 regression, introduced in JDK-21.0.2 #11988

Merged
merged 1 commit into from
Jan 23, 2024

Workaround for https://bugs.openjdk.org/browse/JDK-8323659 regression…

2be4c6c
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Workaround for https://bugs.openjdk.org/browse/JDK-8323659 regression, introduced in JDK-21.0.2 #11988

Workaround for https://bugs.openjdk.org/browse/JDK-8323659 regression…
2be4c6c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2024 in 0s

71.17% (target 70.00%)

View this Pull Request on Codecov

71.17% (target 70.00%)

Details

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c40fcff) 71.12% compared to head (2be4c6c) 71.17%.
Report is 1 commits behind head on 2.x.

Files Patch % Lines
...ch/common/util/concurrent/OpenSearchExecutors.java 50.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #11988      +/-   ##
============================================
+ Coverage     71.12%   71.17%   +0.05%     
- Complexity    59361    59367       +6     
============================================
  Files          4891     4891              
  Lines        279940   279944       +4     
  Branches      41055    41055              
============================================
+ Hits         199099   199256     +157     
+ Misses        63957    63827     -130     
+ Partials      16884    16861      -23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.