-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] Inconsistent behavior on POST _aliases when two opposing actions are operating on the same index/alias pair #14503
Comments
To be more explicit, I got logs from my own system. Here are the actions:
and then when I run
I get
|
Looks like a bug. @theahura Want to try and write a YAML REST test for it? |
Maybe something like this?
Note that I didn't get around to actually testing this though, also not really sure if the syntax is correct |
How do I add the test? I'm not sure it's actually valid fwiw, and I don't have a ton of spare time so it may take me a bit before I am able to add the test in |
I found a PR [1] that added a feature and tests - should give you some pointers on where the code goes, good luck |
Thanks @theahura for raising this! Can you please confirm if this has been fixed or this is still pending to be fixed? Also, if it still has a pending fix then would you be interested in raising a PR? |
Describe the bug
I basically ran into elastic/elasticsearch#27689 almost exactly.
Related component
Other
To Reproduce
See above.
Expected behavior
I expected the actions to resolve in order.
Additional Details
This is running on aws opensearch serverless.
The text was updated successfully, but these errors were encountered: