Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 65901 invoked from network); 24 Jul 2008 18:58:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2008 18:58:23 -0000 Received: (qmail 26871 invoked by uid 500); 24 Jul 2008 18:58:22 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 26830 invoked by uid 500); 24 Jul 2008 18:58:22 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 26819 invoked by uid 99); 24 Jul 2008 18:58:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 11:58:22 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 18:57:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D9032234C186 for ; Thu, 24 Jul 2008 11:57:31 -0700 (PDT) Message-ID: <988604126.1216925851887.JavaMail.jira@brutus> Date: Thu, 24 Jul 2008 11:57:31 -0700 (PDT) From: "Gilbert B Garza (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-97) Bulk insert needs to specify on conflict error which doc is conflicting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Bulk insert needs to specify on conflict error which doc is conflicting ----------------------------------------------------------------------- Key: COUCHDB-97 URL: https://issues.apache.org/jira/browse/COUCHDB-97 Project: CouchDB Issue Type: Bug Environment: using couchdb 0.9.0a677590-incubating, POSTing 20 thousand documents to _bulk_insert via curl --data-binary Reporter: Gilbert B Garza The current error couchdb gives is a 412 error: {"error":"conflict","reason":"Update conflict"} This type of error needs to give which document(s) were conflicted, at the very least. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.