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 1FC2063F2 for ; Tue, 12 Jul 2011 15:26:24 +0000 (UTC) Received: (qmail 71291 invoked by uid 500); 12 Jul 2011 15:26:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 70953 invoked by uid 500); 12 Jul 2011 15:26:22 -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 70774 invoked by uid 99); 12 Jul 2011 15:26:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 15:26:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,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, 12 Jul 2011 15:26:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E84FF4CF3A for ; Tue, 12 Jul 2011 15:25:59 +0000 (UTC) Date: Tue, 12 Jul 2011 15:25:59 +0000 (UTC) From: "Bogdan Artyushenko (JIRA)" To: dev@couchdb.apache.org Message-ID: <1380271348.6327.1310484359948.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <25009423.257791292988720961.JavaMail.jira@thor> Subject: [jira] [Commented] (COUCHDB-995) Changes feed returns duplicate fields with include_docs=true 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-995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063950#comment-13063950 ] Bogdan Artyushenko commented on COUCHDB-995: -------------------------------------------- not quite sure but I have a problem of this type with couchdb 1.1.0, but if I use on the same pc 0.10 (or even 1.0.2) I have not this problem. > Changes feed returns duplicate fields with include_docs=true > ------------------------------------------------------------ > > Key: COUCHDB-995 > URL: https://issues.apache.org/jira/browse/COUCHDB-995 > Project: CouchDB > Issue Type: Bug > Components: Full-Text Search, HTTP Interface > Affects Versions: 1.0.1 > Environment: MacOSX with CouchDBX 1.0.1.1 as well as homebrew couchdb 1.0.1 > Reporter: Luke Driscoll > > I ran in to a problem, when using couchdb-lucene; but the problem is with couch itself. I've found this happening both on CouchDBX 1.0.1.1 and couchdb 1.0.1 (through homebrew). > The problem is, if I update a document, and put in the same data each time, the data that comes out of the changes feed has duplicate fields. The call: > http://localhost:5984/test/_changes?feed=continuous&heartbeat=15000&include_docs=true&since=0 > is returning data like this: > { > "seq":356, > "id":"encounter_83-20101218T133000.000-0700", > "changes":[{"rev":"2-ada5250d09a364608db6cd639c213eae"}], > "doc":{ > "_id":"encounter_83-20101218T133000.000-0700", > "_rev":"2-ada5250d09a364608db6cd639c213eae", > "location":{ > "organisation":{ > "name":"Some Org", > "abbrev":"0" > }, > "location":{ > "name":"Other Loc", > "abbrev":"Othe" > } > }, > "comment":"Broken", > "appointmentDateTime":"2010-12-18T13:30:00.000-07:00", > -> "patient_id":"patient_83", > "appointmentType":"Acute", > -> "type":"encounter", > -> "patient_id":"patient_83", > -> "type":"encounter" > } > } > You'll notice that the patient_id field and the type field, are being duplicated on the data return. This is causing couchdb-lucene to baulk, but it's also just invalid json. > Thanks -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira