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

Batch Async Fetcher class changes #8742

Merged
merged 12 commits into from
Jan 2, 2024

Merge branch 'main' into batcher-PR

8554388
Select commit
Loading
Failed to load commit list.
Merged

Batch Async Fetcher class changes #8742

Merge branch 'main' into batcher-PR
8554388
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2023 in 0s

70.99% (target 70.00%)

View this Pull Request on Codecov

70.99% (target 70.00%)

Details

Codecov Report

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

Comparison is base (66d4e9e) 71.31% compared to head (8554388) 70.99%.
Report is 13 commits behind head on main.

❗ Current head 8554388 differs from pull request most recent head 8d56eca. Consider uploading reports for the commit 8d56eca to get more accurate results

Files Patch % Lines
.../org/opensearch/indices/store/ShardAttributes.java 38.46% 8 Missing ⚠️
.../java/org/opensearch/gateway/GatewayAllocator.java 41.66% 7 Missing ⚠️
...n/java/org/opensearch/gateway/AsyncShardFetch.java 89.58% 3 Missing and 2 partials ⚠️
...es/store/TransportNodesListShardStoreMetadata.java 0.00% 3 Missing ⚠️
...ices/shards/TransportIndicesShardStoresAction.java 0.00% 2 Missing ⚠️
...ateway/TransportNodesListGatewayStartedShards.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #8742      +/-   ##
============================================
- Coverage     71.31%   70.99%   -0.32%     
+ Complexity    59163    58815     -348     
============================================
  Files          4906     4907       +1     
  Lines        278171   278221      +50     
  Branches      40420    40426       +6     
============================================
- Hits         198374   197522     -852     
- Misses        63301    64190     +889     
- Partials      16496    16509      +13     

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