[#13] debug集成测试提高es 磁盘水位到99
This commit is contained in:
parent
bb28c71e1d
commit
7de75e2bf2
@ -46,8 +46,8 @@ curl -fsS -XPUT "http://localhost:9200/_cluster/settings" \
|
|||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d '{
|
-d '{
|
||||||
"transient": {
|
"transient": {
|
||||||
"cluster.routing.allocation.disk.watermark.low": "97%",
|
"cluster.routing.allocation.disk.watermark.low": "99%",
|
||||||
"cluster.routing.allocation.disk.watermark.high": "98%",
|
"cluster.routing.allocation.disk.watermark.high": "99%",
|
||||||
"cluster.routing.allocation.disk.watermark.flood_stage": "99%"
|
"cluster.routing.allocation.disk.watermark.flood_stage": "99%"
|
||||||
}
|
}
|
||||||
}' >/dev/null || echo "[WARN] Failed to adjust ES watermarks"
|
}' >/dev/null || echo "[WARN] Failed to adjust ES watermarks"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user