dsys / match

:crystal_ball: Scalable reverse image search built on Kubernetes and Elasticsearch
Other
1.25k stars 150 forks source link

[BUG] Local run / Elasticsearch read-only #38

Open vogloblinsky opened 5 years ago

vogloblinsky commented 5 years ago

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": []}