You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/28 03:49:25 UTC

[GitHub] nickva edited a comment on issue #1579: Autocompaction never triggered in Couch v2.2

nickva edited a comment on issue #1579: Autocompaction never triggered in Couch v2.2
URL: https://github.com/apache/couchdb/issues/1579#issuecomment-442309378
 
 
   @regner Hmm, if it is just one shard it's probably a different issue. In that case try to enable debug logging and see if there are any messages from the compaction daemon in the log.
   
   Search for `couch_log:` in https://github.com/apache/couchdb/blob/master/src/couch/src/couch_compaction_daemon.erl and see what some of the messages might look like.  It would things like ```Compaction daemon - canceling compaction for databases ... because exceeded the allowed time."```
   
   Another thing to try is to remove the time constraints and see if it works. Noticed above your setup had a `from` and `to` set.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services