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.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Oct 20, 2023 in 0s

93.50% of diff hit (target 71.11%)

View this Pull Request on Codecov

93.50% of diff hit (target 71.11%)

Annotations

Check warning on line 236 in server/src/main/java/org/opensearch/action/search/TransportSearchAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/TransportSearchAction.java#L236

Added line #L236 was not covered by tests

Check warning on line 238 in server/src/main/java/org/opensearch/action/search/TransportSearchAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/TransportSearchAction.java#L238

Added line #L238 was not covered by tests

Check warning on line 523 in server/src/main/java/org/opensearch/action/search/TransportSearchAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/TransportSearchAction.java#L520-L523

Added lines #L520 - L523 were not covered by tests

Check warning on line 36 in server/src/main/java/org/opensearch/index/query/QueryShapeVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/QueryShapeVisitor.java#L36

Added line #L36 was not covered by tests

Check warning on line 1650 in server/src/main/java/org/opensearch/index/shard/IndexShard.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/shard/IndexShard.java#L1650

Added line #L1650 was not covered by tests

Check warning on line 51 in server/src/main/java/org/opensearch/search/profile/query/ConcurrentQueryProfiler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/profile/query/ConcurrentQueryProfiler.java#L51

Added line #L51 was not covered by tests