Re: Timeout during reduce phase

2011-12-13 Thread Matthew A. Brown
Hi Bryan, That sounds like the problem. Thanks, Mat On Tue, Dec 13, 2011 at 07:30, Bryan Fink wrote: > On Mon, Dec 12, 2011 at 1:12 PM, Matthew A. Brown > wrote: >> The map/reduce itself has a timeout of 10 minutes, but this is >> happening after about 30 seconds. Any idea what could be causi

Re: Timeout during reduce phase

2011-12-13 Thread Bryan Fink
On Mon, Dec 12, 2011 at 1:12 PM, Matthew A. Brown wrote: > The map/reduce itself has a timeout of 10 minutes, but this is > happening after about 30 seconds. Any idea what could be causing this? Hi, Mat. Is your reduce phase implemented in Javascript? If so, it's subject to a hardcoded five sec

Re: Timeout during reduce phase

2011-12-12 Thread Matthew A. Brown
Yes, I am. This does not seem to be a timeout of the full map/reduce operation, as it does not cause the m/r to fail -- rather certain portions of the reduce phase fail so I get back semi-reduced results. On Mon, Dec 12, 2011 at 15:24, Reid Draper wrote: > Mat, > > Are you sure you're using milli

Re: Timeout during reduce phase

2011-12-12 Thread Reid Draper
Mat, Are you sure you're using milliseconds[1] to specify the timeout? [1]: http://wiki.basho.com/MapReduce.html#HTTP-Query-Syntax Reid On Mon, Dec 12, 2011 at 1:12 PM, Matthew A. Brown wrote: > I'm running a map/reduce operation with fairly complex map and reduce > phases against about 2000 k