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/07/27 19:38:14 UTC

[couchdb] branch prototype/fdb-replicator updated (82f5632 -> 173a70f)

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 82f5632  [wip] mentioned that "triggered" is a legacy state
     add 8ea6398  [wip] move all couch_jobs functiont to couch_replicator_jobs
     add b5a8639  [wip] remove un-used count_pending/4 from couch_jobs api
     add b2f30df  [wip] transient replications switched to use couch_replicator_jobs
     add e5f906c  [wip] fabric2 add REPLICATION_IDS keyspace prefix
     add 404b808  [wip] move doc_id, db_name, db_uuid out of the REP map
     add 40effd5  [wip] replication_ids module also calculate job ids
     add 6780718  [wip] use replication_id(Rep) instead of update_rep_id
     add 173a70f  [wip] include file cleanups

No new revisions were added by this update.

Summary of changes:
 src/couch_jobs/src/couch_jobs.erl                  |   1 -
 src/couch_replicator/src/couch_replicator.erl      | 101 ++---
 src/couch_replicator/src/couch_replicator.hrl      |   8 +-
 .../src/couch_replicator_doc_processor.erl         | 448 ++++++---------------
 .../src/couch_replicator_doc_processor_worker.erl  |   1 +
 src/couch_replicator/src/couch_replicator_docs.erl |  53 +--
 src/couch_replicator/src/couch_replicator_ids.erl  |  42 +-
 .../src/couch_replicator_job_server.erl            |   2 +-
 src/couch_replicator/src/couch_replicator_jobs.erl | 198 +++++++++
 .../src/couch_replicator_scheduler_job.erl         |  35 +-
 .../src/couch_replicator_utils.erl                 |  13 +-
 src/fabric/include/fabric2.hrl                     |   1 +
 12 files changed, 446 insertions(+), 457 deletions(-)
 create mode 100644 src/couch_replicator/src/couch_replicator_jobs.erl