Re: The JSON of death

2011-06-17 Thread Mathias Meyer
Sylvain, Bob is indeed correct. This list contains the character 153 which is a control character in Unicode, hence mochijson:decode() giving an error, causing the MapReduce process to crash. I couldn't reproduce a complete unavailability locally though, Riak (also 0.14.2) didn't seem to be bot

Re: The JSON of death

2011-06-16 Thread Bob Ippolito
I don't know why this kills Riak (probably shouldn't), but the cause is that it is actually malformed JSON, because it contains a bad UTF-8 sequence. On Thu, Jun 16, 2011 at 6:09 PM, Sylvain Niles wrote: > So we've been encountering some input that has json which is parsed > just fine by ruby but