You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Robert Kowalski (JIRA)" <ji...@apache.org> on 2015/04/09 20:15:23 UTC

[jira] [Commented] (COUCHDB-2657) if _metadata is there, creating a db does not work

    [ https://issues.apache.org/jira/browse/COUCHDB-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487826#comment-14487826 ] 

Robert Kowalski commented on COUCHDB-2657:
------------------------------------------

2015-04-09 20:15:05.463 [debug] node3@127.0.0.1 <0.3906.0> Successful cookie auth as: "tester"
2015-04-09 20:15:05.463 [notice] node3@127.0.0.1 <0.3906.0> cache miss on metadata db/sdf/_security.1428603305
2015-04-09 20:15:05.463 [warning] node3@127.0.0.1 <0.546.0> no record of meta db/sdf/_security.1428603305
2015-04-09 20:15:05.493 [warning] node3@127.0.0.1 <0.3992.0> write quorum (2) failed for db/sdf/_security.1428603305
2015-04-09 20:15:05.493 [debug] node3@127.0.0.1 <0.3906.0> httpd 409 error response:
 {"error":"conflict","reason":"Document update conflict."}

2015-04-09 20:15:05.493 [notice] node3@127.0.0.1 <0.3906.0> de276a48 127.0.0.1 localhost:5984 GET /sdf/_all_docs?startkey=%22_design%2F%22&endkey=%22_design0%22&include_docs=true&limit=501 409 ok 31

> if _metadata is there, creating a db does not work
> --------------------------------------------------
>
>                 Key: COUCHDB-2657
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2657
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: BigCouch, Database Core
>            Reporter: Robert Kowalski
>            Priority: Blocker
>
> with the new _setup_cluster endpoint a _metadata db is created.
> when it exists, and we create a db, read it _all_doc immediatly [1] (Fauxton does that) we get:
> `document update conflict`
> [1] http://localhost:8000/sdfsdtest/_all_docs?startkey=%22_design%2F%22&endkey=%22_design0%22&include_docs=true&limit=501



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)