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/23 22:35:46 UTC

[couchdb] branch prototype/fdb-replicator updated (cc9d161 -> a5ba161)

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 cc9d161  [wip] add is_replicator guards to db/doc update notifier callbacks
     add 476b499  [wip] delete job supervisors
     add ee7ba31  [wip] add a simple job supervisor
     add eb3ddd5  [wip] replication jobs start as couch_jobs acceptors
     add a5ba161  [wip] minor ws change

No new revisions were added by this update.

Summary of changes:
 src/couch_replicator/src/couch_replicator.erl      |  1 -
 .../src/couch_replicator_doc_processor.erl         |  2 +-
 .../src/couch_replicator_job_server.erl}           | 14 ++---
 .../src/couch_replicator_job_sup.erl               | 34 ------------
 .../src/couch_replicator_scheduler_job.erl         | 56 +++++++++++--------
 .../src/couch_replicator_scheduler_sup.erl         | 62 ----------------------
 src/couch_replicator/src/couch_replicator_sup.erl  | 12 ++---
 7 files changed, 46 insertions(+), 135 deletions(-)
 copy src/{couch_views/src/couch_views_server.erl => couch_replicator/src/couch_replicator_job_server.erl} (90%)
 delete mode 100644 src/couch_replicator/src/couch_replicator_job_sup.erl
 delete mode 100644 src/couch_replicator/src/couch_replicator_scheduler_sup.erl