Check for index blocks against concrete indices on master operations #6694
Labels
>bug
:Distributed Indexing/Distributed
A catch all label for anything in the Distributed Area. Please avoid if you can.
v1.3.0
v2.0.0-beta1
Some master operations require to check for index blocks, done by overriding
TransportMasterNodeOperationAction#checkBlock
. We need to make sure though that the check is done against concrete indices, otherwise we might not get blocks back altough there are.For instance you can currently delete a read-only index using an alias that points to it, or using the
_all
alias:The problem seems to affect the following apis:
The text was updated successfully, but these errors were encountered: