pzduniak opened a new issue #1341: CouchDB degrades and starts timeouting on all index operations URL: https://github.com/apache/couchdb/issues/1341 ## Expected Behavior CouchDB should start up with ~100 records in its databases and ~14 views. 2.1.1 in Docker. Doesn't work as both root and couchdb user. ## Current Behavior https://gist.github.com/pzduniak/4d4d9c148ee910bb053d9cfdd1b04216 Indexing is never done. ## Steps to Reproduce (for bugs) We're casually running into it using our Dockerfile. [couchdb.zip](https://github.com/apache/couchdb/files/2036951/couchdb.zip) I honestly have absolutely no idea how to fix it. As you can see in the Dockerfile, timeout values are high. ## Context Our application waits until CouchDB is done starting up (using `/healthcheck.sh`) and then tries to create design documents in its database (`cubefiles`), eventually querying for a user by his username (where everything fails, because indexes can't be built). ## Your Environment Ubuntu 16.04 running Docker 18.03
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
