jdc91 opened a new issue #21: Replication does not work across multiple 
instances of docker
URL: https://github.com/apache/couchdb-docker/issues/21
 
 
   # General Summary 
   2 docker instances set up for couch db on ports 1111 or 1112 failed to 
replicate via POSTMAN as well as FAUXTON.
   
   ## Expected Behavior
   Ideally replication should happen as it would in a typical set up across two 
servers.
   
   ## Current Behavior
   Currently the request times out after some time.
   This is the request sent out by the frontend
   POST: http://localhost:1111/_replicate
   {source: "dsc_1", target: "http://admin:admin@localhost:1112/dcs_2";, 
create_target: true}
   i.e. : cors is enabled and bind address is set to any just in case.
    The result is a time out with an error code of 500
   {"error":"timeout"}
   
   ## Steps to Reproduce
   1.Set  up 2 docker instances on 2 ports
   2.Go to the UI and create a document
   3.Replicate with the other instance running on the other port with create 
instance enabled
   
   ## Context
   Unable to perform replication via 2 simple docker instances for a POC
   
   ## Environment
   * Version used: latest
   * Browser Name and version: chrome
   * Operating System and version (desktop or mobile): UBUNTU 16.04
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to