You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Gilbert B Garza (JIRA)" <ji...@apache.org> on 2008/07/24 20:57:31 UTC

[jira] Created: (COUCHDB-97) Bulk insert needs to specify on conflict error which doc is conflicting

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.