You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/04/12 08:18:50 UTC

[GitHub] [openwhisk] style95 commented on issue #4877: couchdb is restarting itself very frequently

style95 commented on issue #4877: couchdb is restarting itself very frequently
URL: https://github.com/apache/openwhisk/issues/4877#issuecomment-612580728
 
 
   Please share the logs you found. It would be also great if you share the size of databases in CouchDB.
   
   Did CouchDB crash without any user intervention? or did you run anything such as `wsk activation list`?
   It seems CouchDB crashed due to OOM.
   I observed a similar symptom when I try to refresh a view results with a high volume of data.
   It happens when you've not refreshed your view for a while and some data are piled up in the database and finally, you trigger the view refresh.
   Then CouchDB tries to load data and build a view in memory and be crashed eventually.
   
   Since I could observe this situation even with just 10GB data(actually not huge), we are internally using ElasticSearch as an alternative.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services