Comment 5 for bug 817656

Revision history for this message
Jason Gerard DeRose (jderose) wrote : Re: Please merge couchdb 1.1.0-1 (main) from Debian unstable (main)

Okay, think I'm encountering a problem. After running for a while, CouchDB seems to hang when a request is made to a specific database. My experimental dc3 has a monitor that once a minute requests the welcome string like this:

  GET /

Requesting the welcome string continued to work fine. However requests like this would hang:

  GET /dmedia

I restarted dc3 and then everything worked fine again. I think I encountered the same thing testing against desktopcouch, but I didn't narrow things down as nicely. I'll see if I can reliably reproduce this, although it seems to only happen after CouchDB has been running several hours.