On Mon, Dec 12, 2011 at 1:12 PM, Matthew A. Brown <mat.a.br...@gmail.com> 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 second timeout in erlang_js.  Each
Javascript call a MapReduce query makes must finish in under five
seconds, regardless of the timeout set for the whole query.  Phases
implemented in Erlang are not subject to this restriction.

HTH,
Bryan

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to