-
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
optimize _cat/nodes api #14853
base: main
Are you sure you want to change the base?
optimize _cat/nodes api #14853
Conversation
fa803c8
to
ed82093
Compare
❌ Gradle check result for fa803c8: 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 ed82093: 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? |
ea17600
to
ae434b9
Compare
❌ Gradle check result for ea17600: 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 ae434b9: 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? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Could you please describe why this is an improvement. Maybe add a micro-benchmark?
qa/smoke-test-http/src/test/java/org/opensearch/http/HttpCatIT.java
Outdated
Show resolved
Hide resolved
server/src/main/resources/org/opensearch/bootstrap/test-framework.policy
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/rest/action/cat/RestNodesAction.java
Outdated
Show resolved
Hide resolved
7dae6e6
to
66b38d2
Compare
❌ Gradle check result for 66b38d2: 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? |
66b38d2
to
e064f26
Compare
❌ Gradle check result for e064f26: 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? |
e064f26
to
668276e
Compare
❌ Gradle check result for 668276e: 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? |
668276e
to
2aa4b8d
Compare
❌ Gradle check result for 2aa4b8d: 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? |
2aa4b8d
to
7d42245
Compare
❕ Gradle check result for 7d42245: 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. |
@aasom143, please have a look when you are free. |
7d42245
to
01ad719
Compare
Signed-off-by: kkewwei <[email protected]>
01ad719
to
c7049f8
Compare
❌ Gradle check result for c7049f8: 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? |
Signed-off-by: kkewwei <[email protected]>
Signed-off-by: kkewwei <[email protected]>
❕ Gradle check result for 2d43f6e: 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. |
Description
Optimize the api _cat/nodes
Related Issues
Resolves #14746
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.