nov. 9, 2011 23:55
Emne: Riak crashing with {lucene_parse,"syntax error before: "AND""}
Til: "Ryan Zezeski"
Cc: "riak-users@lists.basho.com"
One of my Riak servers died again. I think the previously linked crash report
was not what made it die. Now no e
One of my Riak servers died again. I think the previously linked crash report
was not what made it die. Now no erlang OS processes are running on the machine
at all. This cluster is entirely idle except I am running search queries on it.
The other 3 servers are up and happy. Here are some log m
Hi Spike,
After decoding your msg it looks like your query is simply 'AND'. The
parser barfs at this as it expects terms on both sides of the AND and this
causes the the listener for that particular connection to go down. No
other connections should be affected. Since the query is parsed on the
Hello,
My Riak servers are misbehaving when users enter invalid queries. The
gen_server erlang process for the PB transport dies but the overall OS level
process is still alive. I am exclusively using PB to access Riak, so everything
grinds to a halt. I plan to work around this by writing a Ria