Introduce ConcurrentQueryProfiler to profile query using concurrent segment search path and support concurrency during rewrite and create weight #10352
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 is93.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 |
Loading