[ 
https://issues.apache.org/jira/browse/COUCHDB-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeff Hinrichs updated COUCHDB-272:
----------------------------------

    Attachment: couchdb_python62_Test.py

script shows the error occurring on my system.  depending on disk subsystem 
speed the size of the db necessary will vary.

If you comment out the line #63
  del srvA[dbAname]

you can attempt the delete with curl and see the same results
 curl -X DELETE http://localhost:5984/couchdb-python-62

> timeout on DELETE
> -----------------
>
>                 Key: COUCHDB-272
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-272
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>    Affects Versions: 0.9
>         Environment: apache couchdb 0.9.0a748865
>            Reporter: Jeff Hinrichs
>         Attachments: couchdb_python62_Test.py
>
>
> issuing a DELETE on a database of moderate size(4GB or larger) results in 
> couchdb returning a timeout error.
> (demo-couchdb)j...@jlh-d520:~/Projects/venvs/demo-couchdb/src$ curl -X DELETE 
> http://localhost:5984/couchdb-python-62
> {"error":"timeout","reason":"{gen_server,call,\n            [couch_server,\n  
>            {delete,<<\"couchdb-python-62\">>,\n                     
> [{user_ctx,{user_ctx,null,[<<\"_admin\">>]}}]}]}"}
> The database is deleted however the calling code is given bad information

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to