You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2020/01/15 01:57:17 UTC

[couchdb] branch couchdb-ken-hastings updated (a247d7a -> 9bcdd8c)

This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a change to branch couchdb-ken-hastings
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard a247d7a  More way to detect presence of hastings for Ken
     add 0a20de6  Properly account for replication stats when splitting bulk docs batches
     add 3573dcc  Preserve replication job stats when jobs are re-created
     add 9bcdd8c  More way to detect presence of hastings for Ken

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a247d7a)
            \
             N -- N -- N   refs/heads/couchdb-ken-hastings (9bcdd8c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../src/couch_replicator_scheduler_job.erl         |  12 +-
 .../src/couch_replicator_stats.erl                 |  38 ++++--
 .../src/couch_replicator_worker.erl                |   5 +-
 ...ch_replicator_retain_stats_between_job_runs.erl | 145 ++++++++++++++++-----
 test/elixir/test/replication_test.exs              |  72 +++++-----
 5 files changed, 188 insertions(+), 84 deletions(-)