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
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.