Comment 10 for bug 487353

Revision history for this message
Thomas Vander Stichele (thomasvs) wrote :

with my couchdb set to debug, I see this:

[Sun, 29 Nov 2009 17:01:32 GMT] [debug] [<0.164.0>] 'POST' /_replicate {1,1}
Headers: [{'Accept',"application/json"},
          {'Accept-Encoding',"identity"},
          {'Authorization',"OAuth realm=\"\", oauth_nonce=\"00906764\", oauth_timestamp=\"1259514092\", oauth_consumer_key=\"XlkBdOSjIX\", oauth_signature_method=\"HMAC-SHA1\", oauth_version=\"1.0\", oauth_token=\"mWSfpijFvs\", oauth_signature=\"UPZRzWg869DUa25m7Sk9CHoatsw%3D\""},
          {'Content-Length',"324"},
          {'Content-Type',"application/json"},
          {'Host',"localhost:48606"},
          {'User-Agent',"couchdb-python 0.6"}]

[Sun, 29 Nov 2009 17:01:32 GMT] [debug] [<0.164.0>] OAuth Params: [{"oauth_nonce","00906764"},
               {"oauth_timestamp","1259514092"},
               {"oauth_consumer_key","XlkBdOSjIX"},
               {"oauth_signature_method","HMAC-SHA1"},
               {"oauth_version","1.0"},
               {"oauth_token","mWSfpijFvs"},
               {"oauth_signature","UPZRzWg869DUa25m7Sk9CHoatsw="}]

[Sun, 29 Nov 2009 17:01:33 GMT] [debug] [<0.166.0>] didn't find a replication log for https://couchdb.one.ubuntu.com/u%2F0a4%2F330%2F97870%2Fcontacts/

[Sun, 29 Nov 2009 17:01:33 GMT] [debug] [<0.166.0>] didn't find a replication log for contacts

[Sun, 29 Nov 2009 17:01:33 GMT] [debug] [<0.170.0>] retrying couch_rep_httpc get request in 0.5 seconds due to {error, conn_failed}

[Sun, 29 Nov 2009 17:01:33 GMT] [debug] [<0.170.0>] retrying couch_rep_httpc get request in 1.0 seconds due to {error, worker_is_dead}

[Sun, 29 Nov 2009 17:01:34 GMT] [debug] [<0.170.0>] retrying couch_rep_httpc get request in 2.0 seconds due to {error, conn_failed}

[Sun, 29 Nov 2009 17:01:36 GMT] [debug] [<0.170.0>] retrying couch_rep_httpc get request in 4.0 seconds due to {error, worker_is_dead}

so something internally is failing, possibly the not finding the replication log.

How can I debug this further ?