-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Query insights plugin implementation #11903
Conversation
❌ Gradle check result for a9c4e06: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Compatibility status:Checks if related components are compatible with change df7381c Incompatible componentsIncompatible components: [https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/performance-analyzer.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/flow-framework.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/sql.git] |
a9c4e06
to
f3969f4
Compare
❌ Gradle check result for f3969f4: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for d06e132: Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Will need them to succeed to merge this right? Maybe a retry will help |
Signed-off-by: Chenyang Ji <cyji@amazon.com>
Signed-off-by: Chenyang Ji <cyji@amazon.com>
Signed-off-by: Chenyang Ji <cyji@amazon.com>
Signed-off-by: Chenyang Ji <cyji@amazon.com>
d06e132
to
df7381c
Compare
❕ Gradle check result for df7381c: 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. |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-11903-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3cbf54e7358fd707a0d73e6c016b04ce78884d30
# Push it to GitHub
git push --set-upstream origin backport/backport-11903-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x Then, create a pull request where the |
* Query insights plugin implementation Signed-off-by: Chenyang Ji <cyji@amazon.com> * Increase JavaDoc coverage and update PR based comments Signed-off-by: Chenyang Ji <cyji@amazon.com> * Refactor record and service to make them generic Signed-off-by: Chenyang Ji <cyji@amazon.com> * refactor service for improving multithreading efficiency Signed-off-by: Chenyang Ji <cyji@amazon.com> --------- Signed-off-by: Chenyang Ji <cyji@amazon.com> (cherry picked from commit 3cbf54e)
* Query insights plugin implementation Signed-off-by: Chenyang Ji <cyji@amazon.com> * Increase JavaDoc coverage and update PR based comments Signed-off-by: Chenyang Ji <cyji@amazon.com> * Refactor record and service to make them generic Signed-off-by: Chenyang Ji <cyji@amazon.com> * refactor service for improving multithreading efficiency Signed-off-by: Chenyang Ji <cyji@amazon.com> --------- Signed-off-by: Chenyang Ji <cyji@amazon.com> (cherry picked from commit 3cbf54e)
* Query insights plugin implementation Signed-off-by: Chenyang Ji <cyji@amazon.com> * Increase JavaDoc coverage and update PR based comments Signed-off-by: Chenyang Ji <cyji@amazon.com> * Refactor record and service to make them generic Signed-off-by: Chenyang Ji <cyji@amazon.com> * refactor service for improving multithreading efficiency Signed-off-by: Chenyang Ji <cyji@amazon.com> --------- Signed-off-by: Chenyang Ji <cyji@amazon.com>
* Query insights plugin implementation Signed-off-by: Chenyang Ji <cyji@amazon.com> * Increase JavaDoc coverage and update PR based comments Signed-off-by: Chenyang Ji <cyji@amazon.com> * Refactor record and service to make them generic Signed-off-by: Chenyang Ji <cyji@amazon.com> * refactor service for improving multithreading efficiency Signed-off-by: Chenyang Ji <cyji@amazon.com> --------- Signed-off-by: Chenyang Ji <cyji@amazon.com>
* Query insights plugin implementation Signed-off-by: Chenyang Ji <cyji@amazon.com> * Increase JavaDoc coverage and update PR based comments Signed-off-by: Chenyang Ji <cyji@amazon.com> * Refactor record and service to make them generic Signed-off-by: Chenyang Ji <cyji@amazon.com> * refactor service for improving multithreading efficiency Signed-off-by: Chenyang Ji <cyji@amazon.com> --------- Signed-off-by: Chenyang Ji <cyji@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
@ansjcy @msfroh was there a particular reason to create the plugin inside the core project? @reta I looked and couldn't see anywhere that we specify that plugins should be outside the core project (to reduce bloat, to remove the concept of hierarchy of plugins to name a few reasons). wdyt? should we add such a recommendation? |
@AmiStrn I am 100% with you here, I believe the non-essential plugins (which are not modules) should be considered standalone projects and should not be in core.
No doubts we should (in my opinion), thanks for bringing this one up. @ansjcy @msfroh since we are far from the release cut, I think we should address @AmiStrn concern and move this plugin out of core into separate repository. @dblock @andrross folks what do you think? |
continued conversation here : #11429 |
Description
This PR implements the basic Query Insights framework as described in #11429
Hightlight of this PR is adding asynchronous processing and exporting capability in the plugin to handle the data for future query insight features. At the first iteration, the processor is now able to handle query latency data and enqueue to the aggregator and also export the aggregated data asynchronously to an OpenSearch index. This framework can potentially be used by other query insight features in the future to avoid adding blocking logic in core search path.
Also added unit tests for the framework.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
By 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.