-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add new procedure for AOSS #243
Conversation
We need to add "sleep" operation for at least 90s between delete/create/index/search for AOSS. Will be adding once |
1be8bbd
to
a2b7127
Compare
please backport to 1.x and 2.x |
@IanHoang @rishabh6788 @gkamat Can i get review for this? |
650ac1f
to
b9aa30b
Compare
@@ -16,6 +16,11 @@ | |||
"mappings": { | |||
"dynamic": "strict", | |||
"properties": { | |||
{%- if id_field_name is defined and id_field_name != "_id" %} |
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.
The {%-
syntax can probably be replaced by {%
in this context.
Please add this workload parameter to the README for completeness.
Likewise, please add information on the new workload parameter files there as well.
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 for review @gkamat . I updated PR. Can you please take a look at updated PR? Thanks.
AOSS doesn't allow users to pass value to "_id". Hence, create a new procedure and param to support user defined field "id" as unique field to identify document from index. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
AOSS doesn't allow users to pass value to "_id". Hence, create a new procedure and param to support user defined field "id" as unique field to identify document from index. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com> (cherry picked from commit ddf643b) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AOSS doesn't allow users to pass value to "_id". Hence, create a new procedure and param to support user defined field "id" as unique field to identify document from index. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com> (cherry picked from commit ddf643b) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AOSS doesn't allow users to pass value to "_id". Hence, create a new procedure and param to support user defined field "id" as unique field to identify document from index. (cherry picked from commit ddf643b) Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.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>
AOSS doesn't allow users to pass value to "_id". Hence, create a new procedure and param to support user defined field "id" as unique field to identify document from index. (cherry picked from commit ddf643b) Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.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>
AOSS doesn't allow users to pass value to "_id". Hence, create a new procedure and param to support user defined field "id" as unique field to identify document from index. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Description
AOSS doesn't allow users to pass value to "_id".
Hence, create a new procedure and param to support user defined field "id" as unique field to identify document from index.
Issues Resolved
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.