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/07 20:30:39 UTC

[couchdb] branch prototype/fdb-replicator updated (b25f2ee -> aff4dd8)

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 b25f2ee  [wip] update metrics and fix job exists in _job_server
     add 48a8fe6  [wip] implement node types for replicator
     add e305ab8  [wip] remove unused include in _parse
     add 1c937d0  [wip] allow jobs to do some more graceful termination
     add 6e121fe  [wip] set replication job type timeout in API nodes as well
     add aff4dd8  [wip] clean up and update default.ini replicator section

No new revisions were added by this update.

Summary of changes:
 rel/overlay/etc/default.ini                        | 78 +++++++++++++-----
 src/couch_replicator/src/couch_replicator.erl      |  1 +
 src/couch_replicator/src/couch_replicator_job.erl  | 12 ++-
 .../src/couch_replicator_job_server.erl            | 41 ++++++++--
 .../src/couch_replicator_parse.erl                 |  1 -
 src/couch_replicator/src/couch_replicator_sup.erl  | 94 ++++++++++++++--------
 6 files changed, 158 insertions(+), 69 deletions(-)