TubeArchivist Read Only Database #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Error:
error={"root_cause":[{"type":"cluster_block_exception","reason":"index [ta_config] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block; for more information, see https://www.elastic.co/guide/en/elasticsearch/reference/8.18/fix-watermark-errors.html];"}],"type":"cluster_block_exception","reason":"index [ta_config] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block; for more information, see https://www.elastic.co/guide/en/elasticsearch/reference/8.18/fix-watermark-errors.html];"} status=429
and also
87
error={"root_cause":[{"type":"cluster_block_exception","reason":"index [ta_config] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block; for more information, see https://www.elastic.co/guide/en/elasticsearch/reference/8.18/fix-watermark-errors.html];"}],"type":"cluster_block_exception","reason":"index [ta_config] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block; for more information, see https://www.elastic.co/guide/en/elasticsearch/reference/8.18/fix-watermark-errors.html];"} status=429
{'error': {'root_cause': [{'type': 'cluster_block_exception', 'reason': 'index [ta_config] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block; for more information, see https://www.elastic.co/guide/en/elasticsearch/reference/8.18/fix-watermark-errors.html];'}], 'type': 'cluster_block_exception', 'reason': 'index [ta_config] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block; for more information, see https://www.elastic.co/guide/en/elasticsearch/reference/8.18/fix-watermark-errors.html];'}, 'status': 429}
[cookie]: activated and stored in Redis
[cookie]: used cached cookie validation
Can't remember what i did to fix last time, think i took note in linux documentation
What fixed it:
PUT _all/_settings
{
"index.blocks.read_only_allow_delete": null
}