-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Wrong behaviour deleting alias. #23960
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
Comments
This looks like a low hanging fruit. If so, I would like to have a look at it. |
@olcbean I just marked the issue as adopt me ;) |
@jimczi I am a first timer and would like to work on this issue. Could you please share the file where I can start to look at ? |
@myrfy001 i cannot replicate the issue. I have followed the step and i am able to query bar_bar with the alias foo. |
@kunal642 the last step of the reproduction has a typo. I can reproduce the problem with the following request:
The problem here is that we resolve |
Elasticsearch version:
5.2.2
Plugins installed: []
head
JVM version:
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
OS version:
Linux 3.10.0-229.el7.x86_64
Description of the problem including expected versus actual behavior:
With two index named
foo_foo
andbar_bar
with the same aliasfoo
like below:If use the following to remove the alias, only the alias of 'foo_foo' is removed, that's fine.
BUT, if use the following to remove, both the alias of
foo_foo
andbar_bar
will be removed, while I think only thefoo_foo
's alias should be removedSteps to reproduce:
The text was updated successfully, but these errors were encountered: