Replication reports "missing" for docs which exist and are accesible
--------------------------------------------------------------------
Key: COUCHDB-1045
URL: https://issues.apache.org/jira/browse/COUCHDB-1045
Project: CouchDB
Issue Type: Bug
Components: Replication
Affects Versions: 1.0.2
Reporter: Rachel Willmer
In one namespace we have, which has been migrated from 0.11.2 (and possibly
from 0.9 before that), we have errors like these showing up in the log file
when continuous replication is started.
{noformat}
[Thu, 27 Jan 2011 11:56:02 GMT] [error] [<0.467.0>] Replicator: error accessing
doc uid_103172924375609852 at
http://kvn1.back.incubator.telhc.local:15984/spaces/, reason:
{"missing":"30-08f26139287d260e33299aa8caa65ea8"}
[Thu, 27 Jan 2011 11:56:02 GMT] [error] [<0.466.0>] Replicator: error accessing
doc uid_104478515691512449 at
http://kvn1.back.incubator.telhc.local:15984/spaces/, reason:
{"missing":"1-3c494a705f5eb472ba7b12a32be8555c"}
[Thu, 27 Jan 2011 11:56:02 GMT] [error] [<0.465.0>] Replicator: error accessing
doc uid_6042240 at http://kvn1.back.incubator.telhc.local:15984/spaces/,
reason: {"missing":"12-47695f5504aff0c0049cf34befb60bcc"}
{noformat}
But, if you ask directly for those docs, they exist and are returned.
In all cases I've tried, the _rev given as "missing" was the current one.
They are returned both with and without the _rev option in the URL
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.