You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/01/13 23:52:42 UTC

[couchdb] branch persist-stats-across-job-removals updated (f0f72f6 -> 38c3f9f)

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

vatamane pushed a change to branch persist-stats-across-job-removals
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard f0f72f6  Properly account for replication stats when splitting bulk docs batches
 discard ea0aeed  Preserve replication job stats when jobs are re-created
     add efb374a  Improve replicator error reporting
     add de9c683  Eliminate multiple compiler warnings
     add 3593b5a  Disable JIT compiler on SpiderMonkey 60
     add 9bea023  Preserve replication job stats when jobs are re-created
     add 38c3f9f  Properly account for replication stats when splitting bulk docs batches

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   (f0f72f6)
            \
             N -- N -- N   refs/heads/persist-stats-across-job-removals (38c3f9f)

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/priv/couch_js/60/main.cpp                |   3 +
 src/couch/src/couch_bt_engine.erl                  |   2 +-
 .../src/couch_replicator_api_wrap.erl              |  12 +-
 .../src/couch_replicator_scheduler.erl             |   8 +-
 .../src/couch_replicator_scheduler_job.erl         |  51 ++--
 .../src/couch_replicator_worker.erl                |  18 +-
 .../couch_replicator_error_reporting_tests.erl     | 271 +++++++++++++++++++++
 src/dreyfus/src/dreyfus_httpd.erl                  |   2 -
 src/dreyfus/src/dreyfus_index_updater.erl          |   4 +-
 src/dreyfus/src/dreyfus_util.erl                   |   2 +-
 src/mem3/src/mem3_rep.erl                          |   1 -
 11 files changed, 336 insertions(+), 38 deletions(-)
 create mode 100644 src/couch_replicator/test/eunit/couch_replicator_error_reporting_tests.erl