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

Introduce ConcurrentQueryProfiler to profile query using concurrent segment search path and support concurrency during rewrite and create weight #10352

Merged
merged 2 commits into from
Oct 20, 2023

Refactor and work on the PR comments (#10352)

47a5802
Select commit
Loading
Failed to load commit list.
Merged

Introduce ConcurrentQueryProfiler to profile query using concurrent segment search path and support concurrency during rewrite and create weight #10352

Refactor and work on the PR comments (#10352)
47a5802
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 20, 2023 in 0s

71.26% (target 70.00%)

View this Pull Request on Codecov

71.26% (target 70.00%)

Details

Codecov Report

Merging #10352 (47a5802) into main (69f6f4e) will increase coverage by 0.15%.
Report is 3 commits behind head on main.
The diff coverage is 93.50%.

@@             Coverage Diff              @@
##               main   #10352      +/-   ##
============================================
+ Coverage     71.11%   71.26%   +0.15%     
- Complexity    58530    58597      +67     
============================================
  Files          4854     4859       +5     
  Lines        276049   276252     +203     
  Branches      40168    40191      +23     
============================================
+ Hits         196311   196878     +567     
+ Misses        63385    62931     -454     
- Partials      16353    16443      +90     
Files Coverage Δ
.../action/search/SearchQueryCategorizingVisitor.java 100.00% <100.00%> (ø)
.../opensearch/action/search/SearchQueryCounters.java 100.00% <100.00%> (ø)
...rg/opensearch/common/settings/ClusterSettings.java 92.85% <ø> (ø)
...search/index/shard/RemoteStoreRefreshListener.java 87.50% <100.00%> (+1.40%) ⬆️
.../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%) ⬆️
...search/profile/query/AbstractQueryProfileTree.java 76.92% <ø> (ø)
...profile/query/ConcurrentQueryProfileBreakdown.java 94.64% <100.00%> (+0.41%) ⬆️
...opensearch/search/profile/query/QueryProfiler.java 83.33% <100.00%> (+1.51%) ⬆️
...ensearch/action/search/SearchQueryCategorizer.java 96.77% <96.77%> (ø)
... and 5 more

... and 460 files with indirect coverage changes