Shard cannot be allocated to the same node on which a copy of the shard already exists

помогите плиз с kibana выдал 503
curl -XGET 10.128.0.5:9200/_cluster/allocation/explain?pretty
выдал
cannot allocate because allocation is not permitted to any of the nodes
и
the shard cannot be allocated to the same node on which a copy of the shard already exists
ну я всем индесам тогда сделал
curl -X PUT "10.128.0.5:9200/apm-7.1.1-transaction-2019.10.25/_settings?pretty" -H 'Content-Type: application/json' -d'
{
"index" : {
"number_of_replicas" : 0
}
}
'
сейчас curl -XGET 10.128.0.5:9200/_cat/shards все в STARTED ток

сейчас curl -XGET 10.128.0.5:9200/_cluster/allocation/explain?pretty дает
{
"error" : {
"root_cause" : [
{
"type" : "illegal_argument_exception",
"reason" : "unable to find any unassigned shards to explain [ClusterAllocationExplainRequest[useAnyUnassignedShard=true,includeYesDecisions?=false]"
}
],
"type" : "illegal_argument_exception",
"reason" : "unable to find any unassigned shards to explain [ClusterAllocationExplainRequest[useAnyUnassignedShard=true,includeYesDecisions?=false]"
},
"status" : 400
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.