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 be 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:
[email protected]


With regards,
Apache Git Services

Reply via email to