[
https://issues.apache.org/jira/browse/COUCHDB-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15322418#comment-15322418
]
Robert Kowalski commented on COUCHDB-2980:
------------------------------------------
other example:
<code>
{
"_id": "my_rep2",
"_rev": "3-b66e82cfb790a314ee5f9278860a00a9",
"source":
"http://rockoartischocko:[email protected]/animaldb",
"target": "animaldbfromcloudant",
"continuous": false,
"create_target": true,
"user_ctx": {
"name": "YOU",
"roles": [
"_admin"
]
},
"owner": null,
"_replication_state": "completed",
"_replication_state_time": "2016-06-09T14:21:49+02:00",
"_replication_id": "25221306efcdeb84fdd16e7bcbe9438b",
"_replication_stats": {
"revisions_checked": 16,
"missing_revisions_found": 16,
"docs_read": 16,
"docs_written": 16,
"changes_pending": null,
"doc_write_failures": 0,
"checkpointed_source_seq":
"18-g1AAAAGjeJzLYWBgYMlgTmGQT0lKzi9KdUhJMtPLSs1LLUst0kvOyS9NScwr0ctLLckBKmRKZEiy____f1YGcyJ3LlCAPck4zdggKY2wdlQrTHBbkeQAJJPqobYwgW0xNUszsrQwJWwC0R7JYwGSDA1ACmjRfoRN5oZJyUnmBqT6x4KQTQcgNoH9xAy2yczCOMUyOY2wKVkAq-mIRA"
}
}
</code>
> Replicator DB on 15984 replicates to backdoor ports
> ---------------------------------------------------
>
> Key: COUCHDB-2980
> URL: https://issues.apache.org/jira/browse/COUCHDB-2980
> Project: CouchDB
> Issue Type: Bug
> Components: Replication
> Affects Versions: 2.0.0
> Reporter: Robert Kowalski
> Priority: Blocker
>
> If you POST a doc into the replicator database a replication is kicked off
> and finishes successfully (usual 5984 port which maps to 15984 via haproxy).
> The problem is that the DB is replicated to the backdoor ports (15986) and is
> not visible on the other ports.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)