You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/08/05 16:05:00 UTC

[GitHub] [couchdb] rvaldepenas commented on issue #2095: Using CouchDB2.0 replication of one of our dbases never completes. Thousands of pending documents, and only a few get written.

rvaldepenas commented on issue #2095: Using CouchDB2.0 replication of one of our dbases never completes. Thousands of pending documents, and only a few get written. 
URL: https://github.com/apache/couchdb/issues/2095#issuecomment-518296150
 
 
   This is one of the replication document we have for the second source server. There are only 2 replication documents. One is for replicating the "lists" dbase we are having issues with to the same dbase name on the target server. And this replication document which replicates the same "lists" dbase to a new "lists2" dbase on the target server.
   
   {
     "_id": "ENClists2",
     "_rev": "14-70f4af541719bc00f23efbee74db4bbd",
     "source": "http://localhost:5984/lists",
     "target": "http://ENCefleet_svc_couch:TargetServerPassword@TargetServerNameAndDomain:5984/lists2",
     "create_target": true,
     "continuous": true,
     "owner": "ENCefleet_svc_couch",
     "_replication_state": "triggered",
     "_replication_state_time": "2019-08-03T02:29:33-07:00",
     "_replication_id": "94f17120dc281987c9770c9827715036"
   }
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services