复制未启动

Bra*_*ads 1 replication couchdb

curl http://usrname:password@192.168.1.10:5985/_active_tasks 显示以下内容.

特别是checkpointed_source_seq":0.所以我的复制显然没有完成.这是由于源服务器(iriscouch.org)缺乏响应吗?

我不确定它是否重要,但我也很想知道在目标或源上发生复制"逻辑"的位置.

(我重新启动我的CouchDB和checkpointed_source_seq仍然是0,但是docs_read,docs_written,missing_revisions_found和revisions_checked所有跃升至5而过一段时间后,一切都停留在5的目标是Android上的老couchbase Mobile上运行,所以也许问题是目标而不是来源缺乏回应.)

[
    {
        "pid": "<0.242.0>",
        "checkpointed_source_seq": 0,
        "continuous": false,
        "doc_write_failures": 0,
        "docs_read": 0,
        "docs_written": 0,
        "missing_revisions_found": 0,
        "progress": 0,
        "replication_id": "477dc6e34c791f161a2d47d742b349cd",
        "revisions_checked": 0,
        "source": "https://username:*****@myprj.iriscouch.com/myprj/",
        "source_seq": 342,
        "started_on": 1372285819,
        "target": "http://usrname:*****@0.0.0.0:5985/myprj/",
        "type": "replication",
        "updated_on": 1372287887
    }
]
Run Code Online (Sandbox Code Playgroud)

Bra*_*ads 5

事实证明问题是使用https vs http进行复制,至少(并且希望仅限于)使用iriscouch.com.

我遇到了这个帖子,切换到http,复制现在正常工作.当然,我的用户名和密码都是以明文形式发送的.