GitHub user davisp opened a pull request:

    https://github.com/apache/couchdb-couch/pull/241

    Improve compaction task status updates

    Previous the emsort related operations did not update the compaction
    task status. For large databases this leads to some very long waits
    while the compaction task stays at 100%. This change adds progress
    reports to the steps for sorting and copying document ids back into the
    database file.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/couchdb-couch 
feat-improve-compaction-task-status

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch/pull/241.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #241
    
----
commit 1db1337301a7c897be41e13cd328270509008478
Author: Paul J. Davis <[email protected]>
Date:   2017-03-28T21:21:38Z

    Improve compaction task status updates
    
    Previous the emsort related operations did not update the compaction
    task status. For large databases this leads to some very long waits
    while the compaction task stays at 100%. This change adds progress
    reports to the steps for sorting and copying document ids back into the
    database file.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to