untoldone / bloomapi

Create APIs out of public datasources
https://www.bloomapi.com/documentation/public-data
MIT License
89 stars 29 forks source link

Investigate intermittent ElasticSearch unresponsiveness #69

Closed untoldone closed 9 years ago

untoldone commented 9 years ago

Occasionally, every node in the ElasticSearch production cluster for www.bloomapi.com becomes unresponsive, resulting in the site going down entirely. Investigate and fix this.

untoldone commented 9 years ago

Downtime has been investigated. Root cause identified to be OutOfMemory exceptions on the production ElasticSearch cluster. Increased size of memory for machines in the cluster to resolve the issue.