Re: Our views keep failing with timeouts until a couchdb restart

2011-08-24 Thread Paul Davis
That link is to trunk. We should backport it to 1.1.x so it's in 1.1.1 as well. Perhaps even a 1.0.4. On Wed, Aug 24, 2011 at 4:05 PM, Chris Stockton wrote: > Hello, > > On Wed, Aug 24, 2011 at 1:53 PM, Paul Davis > wrote: >> I bet you're hitting a bug we just recently fixed on trunk. Basically

Re: Our views keep failing with timeouts until a couchdb restart

2011-08-24 Thread Chris Stockton
Hello, On Wed, Aug 24, 2011 at 1:53 PM, Paul Davis wrote: > I bet you're hitting a bug we just recently fixed on trunk. Basically, > there was a possibility that errors in some of the JS functions would > end up causing a couchjs process to be come unusable without removing > it from the list. Ev

Re: Our views keep failing with timeouts until a couchdb restart

2011-08-24 Thread Paul Davis
I bet you're hitting a bug we just recently fixed on trunk. Basically, there was a possibility that errors in some of the JS functions would end up causing a couchjs process to be come unusable without removing it from the list. Eventually there wouldn't be any spots left and clients would get time

Our views keep failing with timeouts until a couchdb restart

2011-08-24 Thread Chris Stockton
We have about 3000 active databases on our server, about 200 of those users (most active ones) keep randomly failing to load views. I am having difficulty trying to decipher this stack trace to make any sense of it, does anyone have any suggestions about what is happening here? Are we just reaching