Issue with elasticsearch

Hiya

I’m trying to run a rake task with elastic search but for whatever reason I’m getting this error:

Searchkick::ImportError: {“type”=>“cluster_block_exception”, “reason”=>“index [rgg_products_development_20230714195645911] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];”} on item with id ‘114’

How would i go about fixing this?

Looks like that error comes up when the elasticsearch node is running low on disk space. If the elasticsearch node is one you can control then you can expand the volume. If it’s a third party service you’ll have to reach out to them.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.