Improve error messaging on allocation explain for IndexNotFoundException #53142
Labels
:Distributed Coordination/Allocation
All issues relating to the decision making around placing a shard (both master logic & on the nodes)
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
Elasticsearch version (
bin/elasticsearch --version
): 7.6.0Plugins installed: [] ESS
JVM version (
java -version
): ESSOS version (
uname -a
if on a Unix-like system): ESSDescription of the problem including expected versus actual behavior:
Related to: #44054
Steps to reproduce:
_cluster/allocation/explain
below that leads you to believe the original source index is missing, when in fact the problem is that the shrink is supposed to be taking place on node defined in step 1, but all the shards of the source indexIndexA
are on other nodes.Issue:
When previously there was an allocation filter on
IndexA
to force it onto a specific node, but later on when the filter is removed , the target shrunk index will never allocate.Workaround:
Provide logs (if relevant):
Full
cluster/allocation/explain
:The text was updated successfully, but these errors were encountered: