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/10/22 19:13:25 UTC

[GitHub] davisp opened a new pull request #1672: Fix initial view compaction task status

davisp opened a new pull request #1672: Fix initial view compaction task status
URL: https://github.com/apache/couchdb/pull/1672
 
 
   This is a minor consistency issue. Currently when a view compaction
   starts it doesn't include the `total_changes` and `changes_done` fields
   until the first task status update. This is easy to miss as every other
   task type includes those fields from the initial task definition.
   
   The obvious trivial fix is both obvious and trivial.
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
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