ngspinu opened a new issue #3047: URL: https://github.com/apache/couchdb/issues/3047
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description Hi there We have recently upgraded one of our production environments to 3.1.0. Prior to that we've had the same issue while running couchdb 3.1.0 on a Mac-os machine. Basically what happens is: as soon you start couch and access some data it starts indexing(see attached fauxton screenshot)  and never stops consuming 100% of the CPU. While doing some reading out there, we found out that deleting old(2.*) .compact files would make things chill down - but actually this was not the case. We ended up by setting `autoupdate: false` to all our _design/docs. However, we are looking for a real fix to this one. Anybody can give a hand? ## Steps to Reproduce 1. Upgrade couch from 2.3.1 to 3.1.0 2. Start couch 3. Access some view ## Your Environment Mac-os, and Cent-os7 [TIP]: # ( Include as many relevant details about your environment as possible. ) [TIP]: # ( You can paste the output of curl http://YOUR-COUCHDB:5984/ here. ) * CouchDB version used: 3.1.0 * Browser name and version: * Operating system and version: ## Additional Context [TIP]: # ( Add any other context about the problem here. ) ---------------------------------------------------------------- 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: [email protected]
