On Sun, Dec 9, 2012 at 2:25 AM, David Montgomery
<davidmontgom...@gmail.com> wrote:
> I am trying to run a mr. I get  the below error.  Other than a 500 error...I
> dont see any other means to debug.  What does the error mean?

Hi, David. The clues are here:

> '{"phase":0,"error":"[timeout]","input":"{<<\\"impressions\\">>,<<\\"0034fad8-8216-4e12-95e9-abcf4af498ca:cid6587015966:agid5748040653:2012112805:SG\\">>}","type":"forward_preflist","stack":"[]"}'

The query encountered a timeout error in the first phase. The
'forward_preflist' type is an unfortunate problem with Riak 1.2, where
a key that was not found (I'm guessing at the meaning of your
"nokeypy" module name) would attempt to use a forwarding mechanism
that would fail if the input list was large enough to fill pipe
processing queues in a preflist:

    https://github.com/basho/riak_kv/issues/290

This issue has been fixed on master, and will be part of the 1.3 release.

-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