errors when creating and deleting multiple databases
----------------------------------------------------

                 Key: COUCHDB-215
                 URL: https://issues.apache.org/jira/browse/COUCHDB-215
             Project: CouchDB
          Issue Type: Bug
          Components: Database Core
         Environment: OS X 10.4 Erlang latest, CouchDB trunk
            Reporter: Bob Dionne


creating multiple databases and then deleting them causes couchdb to start 
throwing exceptions ( http://gist.github.com/49063 ) A cursory debugging 
session indicates that should_close in couch_file never returns true, the 
monitors list always contains the pid of the next process. Repeated use of the 
server in this way eventually makes it unusable.

The following JS, http://gist.github.com/48465, will also exhibit the issue 
using the Futon tests. It can appear with as few as 60 dbs depending on the 
client and level of concurrency

The database names do have slashes in them but this seems irrelevant on the 
face of it.

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