三亩地 三亩地SAN MU DI · CODE DIARY
ARTICLE DETAIL

日记详情

真实记录编程学习的某一天,欢迎挑你感兴趣的翻一翻。

but this cluster currently has 8000/8000 maxinum shards open:es shard满

but this cluster currently has 8000/8000 maxinum shards open:es shard满

集群的shards达到上限了么,要怎么处理。
PUT /_cluster/settings
{
"persistent": {
"cluster.max_shards_per_node": 2000
}
}

← 返回列表