[SOLVED] Re: Error while indexing a big JSON

2015-02-12 Thread Luca Morandini
On 10/02/15 13:38, Luca Morandini wrote: Dear CouchDB community, I am trying to process a large JSON (~11MB) with a view, but this operaiton fails: This issue was solved by increasing the stack size, as described in

Re: View Hanging

2015-02-12 Thread Conor Mac Aoidh
Hi Sebastian, Thanks for the detailed reply! Unfortunately the problem is intermittent and can't be triggered by the likes of stress tests, so I have to wait until it occurs again to try your logging solution and debug further. Thanks Conor On 11/02/15 21:05, Sebastian Rothbucher wrote:

Re: View Hanging

2015-02-12 Thread Conor Mac Aoidh
Hi Sebastian, It actually just re-occurred on one of our servers. I've applied your logging solution and I'm getting /a lot/ of output. Any idea what Is should be looking for in particular? Also, when should I look? I assume the index is not built at the same time a request is made.. maybe