From user-return-16715-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Jun 16 06:11:47 2011 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E0B569D3 for ; Thu, 16 Jun 2011 06:11:47 +0000 (UTC) Received: (qmail 35095 invoked by uid 500); 16 Jun 2011 06:11:45 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 34984 invoked by uid 500); 16 Jun 2011 06:11:45 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 34975 invoked by uid 99); 16 Jun 2011 06:11:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 06:11:44 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bernhard.schauer@openforce.com designates 81.223.107.118 as permitted sender) Received: from [81.223.107.118] (HELO outbound.openforce.com) (81.223.107.118) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 06:11:37 +0000 Received: from [IPv6:2001:15c0:6766:0:1af4:6aff:fe4f:bf8e] (unknown [IPv6:2001:15c0:6766:0:1af4:6aff:fe4f:bf8e]) by outbound.openforce.com (Postfix) with ESMTPSA id 6336B6E0C6 for ; Thu, 16 Jun 2011 08:11:16 +0200 (CEST) Message-ID: <4DF99E83.60809@openforce.com> Date: Thu, 16 Jun 2011 08:11:15 +0200 From: Bernhard Schauer User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: conflict when deleting a document References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hallo all, I have a wired problem when deleting documents. For test purposes I want to delete all documents in a Database, and then insert a well known set of Documents. I do this using Ektorp (Java). Inserting is no problem. But when it comes to deleting the documents I get a conflict. What I actually do is get the ids and revisions of all documents (the built-in all view) and put them in a bulk operation to delete them. Interestingly I can not delete those documents via futon either. When query one of those conflicting documents with revs and revs_info it shows me that there is only one revision. Even more funny, I can not reproduce this in a DB that has no views. There it deleting works. The DB I actually want to work with (and that causes the problem) has several design documents with views. Anyone any idea on that? thx Bernhard