{"message":"all shards failed: [search_phase_execution_exception] all shards failed","statusCode":503,"error":"Service Unavailable"} 1. 排查过程 前段时间ELK服务还是正常的,进入容器去ping ip 也都没问题,服务也都是Up状态; ElasticSearch 服务也可以通过http://localhost:9200/访问到,但是就是kibana ...
{"message":"all shards failed: [search_phase_execution_exception] all shards failed","statusCode":503,"error":"Service Unavailable"} 排查过程# 前段时间ELK服务还是正常的,进入容器去ping ip 也都没问题,服务也都是Up状态; ElasticSearch 服务也可以通过http://localhost:9200/访问到,但是就是kibana 不能...
核心报错 Caused by: org.elasticsearch.action.UnavailableShardsException: [.monitoring-kibana-7-2023.01.17][0] primary shard is not active Timeout: [1m], request: [BulkShardRequest [[.monitoring-kibana-7-2023.01.17][0]] containing [2] requests] ... 11 more [2023-01-17T06:19:46,326][W...
voidretryBecauseUnavailable(ShardIdshardId,Stringmessage){retry(newUnavailableShardsException(shardId,"{} Timeout: [{}], request: [{}]",message,request.timeout(),request));} Example #4 Source File:TransportReplicationAction.javaFromElasticsearchwithApache License 2.04votes ...
[7]: index [index],type[index],id[1569133], message [UnavailableShardsException[[index][1] [4] shardIt, [2] active : Timeout waitingfor[1m], request: org.elasticsearch.action.bulk.BulkShardRequest@5989fa07]] 这是错误信息,当时集群状态为黄色,即副本没有分配。当时副本设置为2,只有一个节点...
[7]: index [index], type [index], id [1569133], message [UnavailableShardsException[[index][1] [4] shardIt, [2] active : Timeout waiting for [1m], request: org.elasticsearch.action.bulk.BulkShardRequest@5989fa07]] 这是错误信息,当时集群状态为黄色,即副本没有分配。当时副本设置为2,只有...
][marvel.agent.exporter.http] index failure (index:[.marvel-es-data-1] type: [cluster_info]): {reason=[.marvel-es-data-1][0] primary shard is not active Timeout: [1m], request: [BulkShardRequest to [.marvel-es-data-1] containing [4] requests], type=unavailable_shards_exception}...
public void execute() throws Exception { final String activeShardCountFailure = checkActiveShardCount(); final ShardRouting primaryRouting = primary.routingEntry(); final ShardId primaryId = primaryRouting.shardId(); if (activeShardCountFailure != null) { finishAsFailed(new UnavailableShardsExceptio...
[7]: index [index], type [index], id [1569133], message [UnavailableShardsException[[index][1] [4] shardIt, [2] active : Timeout waiting for [1m], request: org.elasticsearch.action.bulk.BulkShardRequest@5989fa07]] 这是错误信息,当时集群状态为黄色,即副本没有分配。当时副本设置为2,只有...
{"message":"all shards failed: [search_phase_execution_exception] all shards failed","statusCode":503,"error":"Service Unavailable"} 排查过程 前段时间ELK服务还是正常的,进入容器去ping ip 也都没问题,服务也都是Up状态;ElasticSearch服务也可以通过http://localhost:9200/访问到,但是就是kibana 不能连接...