FDA / openfda

openFDA is an FDA project to provide open APIs, raw data downloads, documentation and examples, and a developer community for an important collection of FDA public datasets.
https://open.fda.gov
Creative Commons Zero v1.0 Universal
569 stars 131 forks source link

High disk watermark #153

Closed Mariano215 closed 3 years ago

Mariano215 commented 3 years ago

Is there a setting I can use to expand the disk space available?

es_1 | [2020-12-28T17:56:08,157][INFO ][o.e.c.r.a.DiskThresholdMonitor] [Eg-pbkY] rerouting shards: [high disk watermark exceeded on one or more nodes] es_1 | [2020-12-28T17:56:38,184][WARN ][o.e.c.r.a.DiskThresholdMonitor] [Eg-pbkY] high disk watermark [90%] exceeded on [Eg-pbkYdQiqdNow_BOSdQA][Eg-pbkY][/usr/share/elasticsearch/data/nodes/0] free: 552.1mb[0.2%], shards will be relocated away from this node

dkrylovsb commented 3 years ago

It is possible that the host file system itself is running out of space thereby creating a low disk space condition for the Elasticsearch container. If this is not the case, however, please check to see if disk utilization may be is limited for Docker engine: https://docs.docker.com/docker-for-mac/space/

Mariano215 commented 3 years ago

That link helped. Thanks so much!