-
Notifications
You must be signed in to change notification settings - Fork 61
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
Asynchronous search namespace #525
Asynchronous search namespace #525
Conversation
Signed-off-by: Tokesh <tokesh789@gmail.com>
Signed-off-by: Tokesh <tokesh789@gmail.com>
Signed-off-by: Tokesh <tokesh789@gmail.com>
Signed-off-by: Niyazbek Torekeldi <78027392+Tokesh@users.noreply.github.com>
Signed-off-by: Tokesh <tokesh789@gmail.com>
Signed-off-by: Tokesh <tokesh789@gmail.com>
Signed-off-by: Tokesh <tokesh789@gmail.com>
Signed-off-by: Tokesh <tokesh789@gmail.com>
Signed-off-by: Tokesh <tokesh789@gmail.com>
Signed-off-by: Tokesh <tokesh789@gmail.com>
Signed-off-by: Tokesh <tokesh789@gmail.com>
Signed-off-by: Tokesh <tokesh789@gmail.com>
Changes AnalysisCommit SHA: afadb06 API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/10531306481/artifacts/1848624149 API Coverage
|
Signed-off-by: Tokesh <tokesh789@gmail.com>
Signed-off-by: Tokesh <tokesh789@gmail.com>
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.
Looks good, I have a few nits.
id: payload.id | ||
response: | ||
status: 200 | ||
- synopsis: Get partial response from asynchronous search. |
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.
So is it possible it hasn't completed yet (are we introducing a flaky test)?
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.
This is a little interesting thing I read. You can save the query with the parameter I used above, it is keep_on_completion. In general, this method is aimed at getting a partial answer, as it is written in the documentation. But for more reliability, adding that parameter, I am sure that the query will work
Hello everyone! |
It looks like asynchronous search tests failed with the following:
This means that the plugin is not in this 3.0 build (3.0 builds can be partial). Look for a newer tag on https://hub.docker.com/r/opensearchstaging/opensearch/tags that includes the asynchronous-search plugin as well and replace it in CI (might need to try locally). |
Signed-off-by: Tokesh <tokesh789@gmail.com>
I tried to use newer tag in 3.0 build, still same error. Can you check it? I guess I made a mistake somewhere |
@Tokesh I don't think it's a mistake, this likely means that asynchronous-search doesn't build in 3.0, and isn't included in any of these builds on docker hub @peterzhuamazon Can you help? How can one know which 3.0 build has asynchronous-search? |
@Tokesh For now add |
Signed-off-by: Tokesh <tokesh789@gmail.com>
Spec Test Coverage Analysis
|
Actually, i made a quick research about this situation. |
Ready for your review :) |
Will you please take a look at this? At least open a bug. It should work in 3.0 the same as in 2.x, or it's a bug. |
Yeap sure! I'm already opened issue in async-search repo. |
Thanks. That repo could use help if you want to try fixing it! |
Description
asynchronous_search
namespaceIssues Resolved
[#223]
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.