Github user rnewson commented on a diff in the pull request:
https://github.com/apache/couchdb-couch-replicator/pull/43#discussion_r72321489
--- Diff: src/couch_replicator_manager.erl ---
@@ -182,7 +182,7 @@ init(_) ->
scan_pid = ScanPid,
max_retries = retries_value(
config:get("replicator", "max_replication_retry_count", "10")),
- rep_start_pids = [Pid],
+ rep_start_pids = [{rep_start, Pid}],
--- End diff --
right idea but `Pid` here isn't a replication that's starting, it's the
changes reader.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---