From df01f7d2f5fca891d71e240c2238778edc66b29c Mon Sep 17 00:00:00 2001 From: yuyr Date: Wed, 15 Oct 2025 11:42:21 +0800 Subject: [PATCH] =?UTF-8?q?[#13]=20debug=E9=9B=86=E6=88=90=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8F=90=E9=AB=98es=20=E7=A3=81=E7=9B=98=E6=B0=B4?= =?UTF-8?q?=E4=BD=8D=E5=88=B099?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sys/debug/scripts/03_wait_ready.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sys/debug/scripts/03_wait_ready.sh b/src/sys/debug/scripts/03_wait_ready.sh index 0525b51..768d0f4 100755 --- a/src/sys/debug/scripts/03_wait_ready.sh +++ b/src/sys/debug/scripts/03_wait_ready.sh @@ -46,8 +46,8 @@ curl -fsS -XPUT "http://localhost:9200/_cluster/settings" \ -H 'Content-Type: application/json' \ -d '{ "transient": { - "cluster.routing.allocation.disk.watermark.low": "97%", - "cluster.routing.allocation.disk.watermark.high": "98%", + "cluster.routing.allocation.disk.watermark.low": "99%", + "cluster.routing.allocation.disk.watermark.high": "99%", "cluster.routing.allocation.disk.watermark.flood_stage": "99%" } }' >/dev/null || echo "[WARN] Failed to adjust ES watermarks"