rvanzon opened a new issue #802: CouchDB 2.1 (compaction-daemon) crashes on certain database or documents URL: https://github.com/apache/couchdb/issues/802 After updating to CouchDB 2.1 from 2.0 CouchDB keeps crashing. Starting without databases worked. I decided to import the old data per database and not use the data-directory of 2.0. This worked and I assumed there was some format inconsistency. But now I created a new database (named nwst-crm-dev-backup) which contains 283 documents now. All like: `{ "_id": "activity_10006", "_rev": "1-43fc3d3f930dd313dbb26c197249da4b", "type": "activity", "body": "Description... ", "companyId": "company_203", "userId": "user_1", "subtype": "meeting" }` And CouchDB keeps crashing and restarting. It could be that the bug is data-related as I tried to replace the documents with placeholder-strings (so that I could send the database here), but then the crash doesn't seems to happen. I tried to find out which kind of data this could be, without luck. Deleting the database prevents CouchDB from crashing. Also disabling the compaction_deamon keeps CouchDB running. I am running MacOS Sierra 10.12.4. The disk has enough free space (221 GB) and TimeMachine is switched off. Maybe it's related to https://github.com/apache/couchdb/issues/732, but because it seems the cause of that bug seems to be related to TimeMachine I decided to file a new issue. Systemlog: https://friendpaste.com/1v8h7GF5gXqyPt6168oa7J ---------------------------------------------------------------- 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
