From dev-return-16012-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue May 10 10:24:43 2011 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C25C52A5 for ; Tue, 10 May 2011 10:24:43 +0000 (UTC) Received: (qmail 72771 invoked by uid 500); 10 May 2011 10:24:43 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 72698 invoked by uid 500); 10 May 2011 10:24:43 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 72688 invoked by uid 99); 10 May 2011 10:24:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2011 10:24:42 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=5.0 tests=ALL_TRUSTED,FS_REPLICA,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2011 10:24:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 41F9FC994B for ; Tue, 10 May 2011 10:24:03 +0000 (UTC) Date: Tue, 10 May 2011 10:24:03 +0000 (UTC) From: "James Howe (JIRA)" To: dev@couchdb.apache.org Message-ID: <1135141418.34371.1305023043266.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <3508671.240191296138883726.JavaMail.jira@thor> Subject: [jira] [Commented] (COUCHDB-1045) Replication reports "missing" for docs which exist and are accesible MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031117#comment-13031117 ] James Howe commented on COUCHDB-1045: ------------------------------------- COUCHDB-1154 - Same symptoms of an underlying cause? > 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. For more information on JIRA, see: http://www.atlassian.com/software/jira