match icon indicating copy to clipboard operation
match copied to clipboard

[BUG] Local run / Elasticsearch read-only

Open vogloblinsky opened this issue 5 years ago • 0 comments

After cloning this repository, i just run make dev and got this warning :

elasticsearch_1 | [2019-03-06T13:47:44,958][WARN ][o.e.c.r.a.DiskThresholdMonitor] [dncUW0k] flood stage disk watermark [95%] exceeded on [dncUW0keT8ySMEaejFDF9w][dncUW0k][/usr/share/elasticsearch/data/nodes/0] free: 10.7gb[4.7%], all indices on this node will be marked read-only

And after adding an image with the API i got :

{"status": "fail", "error": ["AuthorizationException(403, 'cluster_block_exception', 'blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];')"], "method": "", "result": []}

vogloblinsky avatar Mar 06 '19 13:03 vogloblinsky