From user-return-18423-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Oct 23 10:38:09 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 D479097D8 for ; Sun, 23 Oct 2011 10:38:09 +0000 (UTC) Received: (qmail 5989 invoked by uid 500); 23 Oct 2011 10:38:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 5942 invoked by uid 500); 23 Oct 2011 10:38:08 -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 5934 invoked by uid 99); 23 Oct 2011 10:38:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Oct 2011 10:38:08 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=HTML_FONT_FACE_BAD,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a54.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Oct 2011 10:38:01 +0000 Received: from homiemail-a54.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a54.g.dreamhost.com (Postfix) with ESMTP id 593043A4078 for ; Sun, 23 Oct 2011 03:37:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=ecstatic.com; h=from:content-type :subject:date:message-id:to:mime-version; q=dns; s=ecstatic.com; b=GZQsaxwaSYlLVt8OCvrsSQ3is2Cx/o1A//awuTmiFgR8TeYv1C+/dKgq8fliQ krLJjfMJzVryaXV0wcO5CvmQdOCtWZnnRyu6qdRbtGecEF9uOoLtzjt7As286+ty rKOXRg00fEzuqnoPymSW+EoTRjhx97kTaROD8fOMW7pSqE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=ecstatic.com; h=from :content-type:subject:date:message-id:to:mime-version; s= ecstatic.com; bh=iMJ4aJXN3wnQpLsijiSnvB5GgE8=; b=tnLgfRgDk6SeAGz GpwJT9vWY0uouXxMU+U2mPZeqgLGbVOoDzdEVOqyNn9vX6FVwxfiq3TzJTGu1N5j OQ8Q1dYUipm0j1N+CkvKLEwX5yXQvD91t3w4LRj5qyKCahQomVWv4bQO3f7jN3vX YY2M+4OSmFroPahGoZIn8LJV91tQ= Received: from [192.168.0.5] (men75-1-81-57-191-45.fbx.proxad.net [81.57.191.45]) (Authenticated sender: roger@ecstatic.com) by homiemail-a54.g.dreamhost.com (Postfix) with ESMTPA id CE1CB3A4065 for ; Sun, 23 Oct 2011 03:37:37 -0700 (PDT) From: Roger Rohrbach Content-Type: multipart/alternative; boundary=Apple-Mail-11--390843675 Subject: 409 Conflict on attempt to add new document Date: Sun, 23 Oct 2011 12:37:36 +0200 Message-Id: <97913AD5-AB00-4165-820C-D39A935DC84F@ecstatic.com> To: user@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) --Apple-Mail-11--390843675 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I just ran a program to add 6,412 new documents to a freshly-created, = empty database. All of the documents were added, but CouchDB reported an error (HTTP = status 409 Conflict) for one of them. This is troubling for several = reasons: The document did not previously exist, but was being added for the first = time, like all the others. It was also in no way different than those; = in particular, the JSON did not contain a _rev field. Despite the error, the document was successfully added. This would appear, therefore, to be a spurious error. Could this be a = bug? This is Cloudant's hosted version (CouchDB 1.0.2, Cloudant build = 1.3.22). --Apple-Mail-11--390843675--