You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for query profiler with concurrent aggregation (#9248)
* Add support for query profiler with concurrent aggregation (#9248)
Signed-off-by: Ticheng Lin <ticheng@amazon.com>
* Refactor and work on the PR comments
Signed-off-by: Ticheng Lin <ticheng@amazon.com>
* Update collectorToLeaves mapping for children breakdowns post profile metric collection and before creating the results
Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
* Refactor logic to compute the slice level breakdown stats and query level breakdown stats for concurrent search case
Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
* Fix QueryProfilePhaseTests and QueryProfileTests, and parameterize QueryProfilerIT with concurrent search enabled
Signed-off-by: Ticheng Lin <ticheng@amazon.com>
* Handle the case when there are no leaf context to compute the profile stats to return default stats
for all breakdown type along with min/max/avg values. Replace queryStart and queryEnd time with queryNodeTime
Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
* Add UTs for ConcurrentQueryProfileBreakdown
Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
* Add concurrent search stats test into the QueryProfilerIT
Signed-off-by: Ticheng Lin <ticheng@amazon.com>
* Address review comments
Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
---------
Signed-off-by: Ticheng Lin <ticheng@amazon.com>
Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
Co-authored-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
19
19
- Add cluster state stats ([#10670](https://github.com/opensearch-project/OpenSearch/pull/10670))
20
20
-[Remote cluster state] Restore cluster state version during remote state auto restore ([#10853](https://github.com/opensearch-project/OpenSearch/pull/10853))
21
21
- Update the indexRandom function to create more segments for concurrent search tests ([10247](https://github.com/opensearch-project/OpenSearch/pull/10247))
22
+
- Add support for query profiler with concurrent aggregation ([#9248](https://github.com/opensearch-project/OpenSearch/pull/9248))
22
23
23
24
### Dependencies
24
25
- Bumps jetty version to 9.4.52.v20230823 to fix GMS-2023-1857 ([#9822](https://github.com/opensearch-project/OpenSearch/pull/9822))
0 commit comments