[#13] debug集成测试提高es 磁盘水位到99

This commit is contained in:
yuyr 2025-10-15 11:42:21 +08:00
parent 7696f29fb3
commit df01f7d2f5

View File

@ -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"