|
@@ -1,11 +1,18 @@
|
|
|
-[[disk-usage-exceeded]]
|
|
|
-=== Error: disk usage exceeded flood-stage watermark, index has read-only-allow-delete block
|
|
|
+[[fix-watermark-errors]]
|
|
|
+=== Fix watermark errors
|
|
|
|
|
|
-This error indicates a data node is critically low on disk space and has reached
|
|
|
-the <<cluster-routing-flood-stage,flood-stage disk usage watermark>>. To prevent
|
|
|
-a full disk, when a node reaches this watermark, {es} blocks writes to any index
|
|
|
-with a shard on the node. If the block affects related system indices, {kib} and
|
|
|
-other {stack} features may become unavailable.
|
|
|
+++++
|
|
|
+<titleabbrev>Watermark errors</titleabbrev>
|
|
|
+++++
|
|
|
+:keywords: {es}, high watermark, low watermark, full disk
|
|
|
+
|
|
|
+When a data node is critically low on disk space and has reached the
|
|
|
+<<cluster-routing-flood-stage,flood-stage disk usage watermark>>, the following
|
|
|
+error is logged: `Error: disk usage exceeded flood-stage watermark, index has read-only-allow-delete block`.
|
|
|
+
|
|
|
+To prevent a full disk, when a node reaches this watermark, {es} blocks writes
|
|
|
+to any index with a shard on the node. If the block affects related system
|
|
|
+indices, {kib} and other {stack} features may become unavailable.
|
|
|
|
|
|
{es} will automatically remove the write block when the affected node's disk
|
|
|
usage goes below the <<cluster-routing-watermark-high,high disk watermark>>. To
|