ES 常见错误
报错 maximum shards open
{
"transient" : {
"cluster" : {
"max_shards_per_node" : "1000"
}
}
}
报错 org.elasticsearch.action.search.SearchPhaseExecutionException: all shards failed



Last updated