catgirlinspace commented on issue #3887:
URL: https://github.com/apache/couchdb/issues/3887#issuecomment-1755747390

   @nickva Not sure if that's the bug actually, as I'm getting this same error 
when using internal domains from fly.io that have AAAA records. I'm able to 
`curl` the same thing just fine, but CouchDB fails to replicate. 
   ```
   2023-10-10T15:37:03.329 app[5683d554a54dd8] iad [info] [error] 
2023-10-10T15:37:03.329220Z nonode@nohost <0.2198.1> -------- Replicator, 
request GET to "http://5683d554a54dd8.vm.kitty-couchdb.internal:5984/kitty/"; 
failed due to error {error,{conn_failed,{error,nxdomain}}}
   
   2023-10-10T15:37:03.330 app[5683d554a54dd8] iad [info] [error] 
2023-10-10T15:37:03.329678Z nonode@nohost <0.2198.1> -------- 
exit:{nxdomain,<<"could not resolve 
http://5683d554a54dd8.vm.kitty-couchdb.internal:5984/kitty/";>>}: Replication 
c69137545c9630b0fc5f26941816e28b+continuous+create_target failed to start 
"http://5683d554a54dd8.vm.kitty-couchdb.internal:5984/kitty/"; -> 
"http://e784936a2e2768.vm.kitty-couchdb.internal:5984/kitty/"; doc 
<<"shards/80000000-ffffffff/_replicator.1696915972">>:<<"f0283eeea4248b169847e01f30001169">>
 
stack:[{couch_replicator_api_wrap,db_open,3,[{file,"src/couch_replicator_api_wrap.erl"},{line,122}]},{couch_replicator_scheduler_job,init_state,1,[{file,"src/couch_replicator_scheduler_job.erl"},{line,634}]}]
   ```
   
   ```
   root@5683d554a54dd8:/# curl 
http://5683d554a54dd8.vm.kitty-couchdb.internal:5984/_up
   {"status":"ok","seeds":{}}
   ```
   
   (`5683d554a54dd8` is the machine with the local database, `e784936a2e2768` 
is the machine being replicated to)


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to