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 of PRs for profile related changes in concurrent search path #10898

Merged
merged 4 commits into from
Oct 31, 2023

Introduce ConcurrentQueryProfiler to profile query using concurrent s…

b7bec57
Select commit
Loading
Failed to load commit list.
Merged

Backport of PRs for profile related changes in concurrent search path #10898

Introduce ConcurrentQueryProfiler to profile query using concurrent s…
b7bec57
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2023 in 0s

70.77% (target 70.00%)

View this Pull Request on Codecov

70.77% (target 70.00%)

Details

Codecov Report

Merging #10898 (b7bec57) into 2.x (8721082) will decrease coverage by 0.13%.
Report is 1 commits behind head on 2.x.
The diff coverage is 93.50%.

@@             Coverage Diff              @@
##                2.x   #10898      +/-   ##
============================================
- Coverage     70.90%   70.77%   -0.13%     
- Complexity    58750    58768      +18     
============================================
  Files          4847     4850       +3     
  Lines        277654   277897     +243     
  Branches      40711    40734      +23     
============================================
- Hits         196868   196686     -182     
- Misses        64051    64457     +406     
- Partials      16735    16754      +19     
Files Coverage Δ
...ensearch/search/internal/ContextIndexSearcher.java 73.68% <100.00%> (+3.86%) ⬆️
...ch/search/profile/AbstractInternalProfileTree.java 98.11% <100.00%> (+0.03%) ⬆️
...earch/search/profile/AbstractProfileBreakdown.java 90.00% <100.00%> (+0.52%) ⬆️
.../java/org/opensearch/search/profile/Profilers.java 100.00% <100.00%> (ø)
...main/java/org/opensearch/search/profile/Timer.java 78.37% <100.00%> (+6.94%) ⬆️
...ofile/aggregation/AggregationProfileBreakdown.java 0.00% <ø> (ø)
...search/profile/query/InternalQueryProfileTree.java 100.00% <100.00%> (+17.64%) ⬆️
...opensearch/search/profile/query/ProfileWeight.java 78.57% <100.00%> (+1.64%) ⬆️
...opensearch/search/profile/query/QueryProfiler.java 83.33% <100.00%> (+1.51%) ⬆️
...rch/search/profile/ContextualProfileBreakdown.java 75.00% <50.00%> (-25.00%) ⬇️
... and 4 more

... and 496 files with indirect coverage changes