你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
yiyezhiqiu425
赞同来自:
kennywu76 - Wood
要回复问题请先登录或注册
2 个回复
yiyezhiqiu425
赞同来自:
PUT /_cluster/settings
{
"transient" : {
"cluster.routing.allocation.enable" : "none"
}
}
PUT /_cluster/settings
{
"transient" : {
"cluster.routing.allocation.enable" : "all"
}
}
kennywu76 - Wood
赞同来自:
参考:[url=https://www.elastic.co/guide/en/elasticsearch/reference/1.7/delayed-allocation.html]https://www.elastic.co/guide/e ... .html[/url]