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/08/03 23:38:59 UTC

[couchdb] branch prototype/fdb-replicator updated (2528c20 -> 649d218)

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

vatamane pushed a change to branch prototype/fdb-replicator
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 2528c20  [wip] the new replication job is feature complete
     add 127a206  [wip] improved job termination
     add 13d2ec7  [wip] removed vdu, doc processor, old acceptor
     add eaeede8  [wip] move epi callbacks to couch_replicator
     add a644870  [wip] remove initializating, triggered and error states
     add 72731d6  [wip] use db uuids when updating _replicator db
     add b8ea252  [wip] job server uses the renamed couch_replicator_job module
     add 2ce0570  [wip] normal replications need checkpoint history
     add 649d218  [wip] remove cruft from supervisor

No new revisions were added by this update.

Summary of changes:
 src/couch_replicator/src/couch_replicator.erl      |  57 +-
 src/couch_replicator/src/couch_replicator.hrl      |   4 +-
 .../src/couch_replicator_acceptor.erl              |  49 --
 .../src/couch_replicator_doc_processor.erl         | 339 +---------
 .../src/couch_replicator_doc_processor_worker.erl  | 285 --------
 src/couch_replicator/src/couch_replicator_docs.erl | 101 ++-
 .../src/couch_replicator_fabric2_plugin.erl        |   6 +-
 ..._scheduler_job.erl => couch_replicator_job.erl} | 537 ++++++++-------
 .../src/couch_replicator_job_server.erl            |   4 +-
 src/couch_replicator/src/couch_replicator_jobs.erl |   3 +-
 .../src/couch_replicator_js_functions.hrl          | 177 -----
 .../src/couch_replicator_scheduler.erl             | 719 ---------------------
 src/couch_replicator/src/couch_replicator_sup.erl  |   6 -
 13 files changed, 381 insertions(+), 1906 deletions(-)
 delete mode 100644 src/couch_replicator/src/couch_replicator_acceptor.erl
 delete mode 100644 src/couch_replicator/src/couch_replicator_doc_processor_worker.erl
 rename src/couch_replicator/src/{couch_replicator_scheduler_job.erl => couch_replicator_job.erl} (79%)
 delete mode 100644 src/couch_replicator/src/couch_replicator_js_functions.hrl