To resolve the “disk usage exceeded flood-stage watermark” error during reindexing in Magento 2 by disabling the cluster routing allocation disk threshold, you can follow these steps:
To resolve the “disk usage exceeded flood-stage watermark” error during reindexing in Magento 2 by disabling the cluster routing allocation disk threshold, you can follow these steps:
curl -XPUT -H “Content-Type: application/json” http://localhost:9200/_cluster/settings -d ‘{ “transient”: { “cluster.routing.allocation.disk.threshold_enabled”: false } }’
curl -XPUT -H “Content-Type: application/json” http://localhost:9200/_all/_settings -d ‘{“index.blocks.read_only_allow_delete”: null}’