You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Yang Zhewei (JIRA)" <ji...@apache.org> on 2014/04/14 15:11:16 UTC

[jira] [Created] (COUCHDB-2223) Replication crash caused by "Target database out of sync"

Yang Zhewei created COUCHDB-2223:
------------------------------------

             Summary: Replication crash caused by "Target database out of sync"
                 Key: COUCHDB-2223
                 URL: https://issues.apache.org/jira/browse/COUCHDB-2223
             Project: CouchDB
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: HTTP Interface, Replication
            Reporter: Yang Zhewei


i have three servers. one source server which is windows 7, and two target servers, both of them are windows server 2008. let we call them target server A and target server B. each of server has installed couchdb with the same setup, and the version is 1.5.0. now i try to run replication between source server and both target server in different time. the result is that between source server and server A, the replication runs successfully. but between source server and server B, the replication fails, and the main error message in source server is:
{checkpoint_commit_failure, <<Target database out of sync. Try to increase max_dbs_open at the target's server>>}
and in server B, the error actually is:
{badmatch, {error, unknown}}
i think the config file of both target servers are same except "bind_address" because i just used default config.
and i have tried to increase max_dbs_open from default value 100 to 1000, but it still went wrong.



--
This message was sent by Atlassian JIRA
(v6.2#6252)