Add Jay Deng as a maintainer#13773
Merged
sohami merged 1 commit intoopensearch-project:mainfrom May 22, 2024
Merged
Conversation
Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
Contributor
Author
Contributor
|
❕ Gradle check result for 40d45fe: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13773 +/- ##
============================================
+ Coverage 71.42% 71.60% +0.18%
- Complexity 59978 61231 +1253
============================================
Files 4985 5062 +77
Lines 282275 287905 +5630
Branches 40946 41692 +746
============================================
+ Hits 201603 206155 +4552
- Misses 63999 64691 +692
- Partials 16673 17059 +386 ☔ View full report in Codecov by Sentry. |
Contributor
Author
Known issue: #10983 |
Member
owaiskazi19
approved these changes
May 21, 2024
reta
approved these changes
May 21, 2024
peternied
approved these changes
May 22, 2024
Contributor
Author
Contributor
|
Added @jed326 as maintainer. |
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
May 22, 2024
Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com> (cherry picked from commit 199a03e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
sohami
pushed a commit
that referenced
this pull request
May 22, 2024
(cherry picked from commit 199a03e) Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parv0201
pushed a commit
to parv0201/OpenSearch
that referenced
this pull request
Jun 10, 2024
Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
3 tasks
kkewwei
pushed a commit
to kkewwei/OpenSearch
that referenced
this pull request
Jul 24, 2024
…roject#13774) (cherry picked from commit 199a03e) Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: kkewwei <kkewwei@163.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Jay has accepted the invitation to become a maintainer. Welcome Jay!
Jay is an active contributor of OpenSearch project and has extensively contributed in the concurrent segment search feature to make it GA for the users. Aside from this he proactively contributed to improve the documentations for different aggregations like term, sampler, diversified sampler, etc based on his learnings and is pretty active in the triage meetings and reviewing issues/PRs. Jay has contributed 56 pull requests to the project and reviewed close to 53 PRs. Some of his main contributions are:
PRs:
Enabling parallel buildAggregation with concurrent search to further improve on agg performance [Concurrent Segment Search] Perform buildAggregation in parallel #11673
Doc count error computation at slice level: [Concurrent Segment Search] Doc count error needs to be computed at the slice level #11680
New index_searcher threadpool and integrate it with Resource tracking framework. [Concurrent Segment Search]: Design/Prototype changes for TaskResourceTrackingFramework and SearchBackpressure with concurrent search #7425
New metrics related to concurrent search and wait time for search related threadpools.
** Adding concurrent search versions of query count/time metrics #9622
** Add threadpool wait time metric #9681
Dynamic way to enable/disable concurrent search. Followed by mechanism in the AggregationFactory to separate aggregations which supports concurrent search and determine at runtime if requests needs to be executed using concurrent vs non-concurrent path
** Add dynamic index and cluster setting for concurrent segment search #7956
** Update AggregatorFactory to provide a method to indicate if it supports concurrent search #9469
Issues:
Deep Dives:
Evaluation to support force termination with terminate_after in concurrent search path #8371
Evaluation for Parent Join agg and Diversified Sampler for concurrent search support: #9316, #11075
The maintainers have voted and agreed to this nomination, following the process here.
Check List
New functionality includes testing.All tests passNew functionality has been documented.New functionality has javadoc addedAPI changes companion pull request created.Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)Commit changes are listed out in CHANGELOG.md file (See: Changelog)Public documentation issue/PR createdBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.