Re: Issue with yz crashing

2014-09-02 Thread Chaim Solomon
I found the issue - it was running out of heap and crashing. Chaim Solomon On Mon, Sep 1, 2014 at 4:41 PM, Luke Bakken wrote: > Hi Chaim, > > Could you please attach /var/log/riak/solr.log as well? > -- > Luke Bakken > CSE > lbak...@basho.com > > > On Mon,

Issue with yz crashing

2014-09-01 Thread Chaim Solomon
8301c5cab\""},{"Content-Type","application/json; charset=UTF-8"},{"Transfer-Encoding","chunked"}],<<"{\"responseHeader\":{\"status\":500,\"QTime\":15029,\"params\":{\"facet\":\"on\",\"facet.mincount\":\"1\",\"q\":\"*:*\",\"facet.field\":\"_yz_pn\",\"wt\":\"json\"}},\"response\":{\"numFound\":3320555,\"start\":0,\"docs\":[{\"_yz_id\":\"1*default*link...">>}} in yokozuna:partition_list/1 line 100 in gen_server:terminate/6 line 744 2014-09-01 03:27:18.385 [error] <0.563.0> Supervisor yz_general_sup had child yz_events started with yz_events:start_link() at <0.6440.7> exit with reason no match of right hand value {error,{ok,"500",[{"Cache-Control","no-cache, no-store"},{"Pragma","no-cache"},{"Expires","Sat, 01 Jan 2000 01:00:00 GMT"},{"Last-Modified","Mon, 01 Sep 2014 07:27:18 GMT"},{"ETag","\"148301c5cab\""},{"Content-Type","application/json; charset=UTF-8"},{"Transfer-Encoding","chunked"}],<<"{\"responseHeader\":{\"status\":500,\"QTime\":15029,\"params\":{\"facet\":\"on\",\"facet.mincount\":\"1\",\"q\":\"*:*\",\"facet.field\":\"_yz_pn\",\"wt\":\"json\"}},\"response\":{\"numFound\":3320555,\"start\":0,\"docs\":[{\"_yz_id\":\"1*default*link...">>}} in yokozuna:partition_list/1 line 100 in context child_terminated What does that mean and what can I do about it? Chaim Solomon ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Issues with search (2.0)

2014-08-11 Thread Chaim Solomon
The nodes have 8G - so well more then the recommended value. The configuration was at the default of 1G - I now changed it to 2G. Chaim Solomon On Mon, Aug 11, 2014 at 6:14 PM, Eric Redmond wrote: > If Solr is stumbling over bad data, your node's solr.log should be filled > up.

Re: Issues with search (2.0)

2014-08-11 Thread Chaim Solomon
the disks are a problem but rather suspect that a crash may have caused Solr to stumble over bad data and then crash. Chaim Solomon On Mon, Aug 11, 2014 at 5:47 PM, Jordan West wrote: > Chaim, > > Some comments inline: > > On Mon, Aug 11, 2014 at 4:14 AM, Chaim Solomon > wro

Issues with search (2.0)

2014-08-11 Thread Chaim Solomon
that? Is there a explicit reindex command for the full text search subsystem? Could Riak keep an eye on the java process and restart it if it crashes or runs away? Chaim Solomon ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Interesting issue with Ruby Riak client not finding keys in a cluster configuration

2014-08-07 Thread Chaim Solomon
1', protocol: 'pbc') and the key is found. I tried it with the other riak nodes and for each of them it workes. What is going on? riak-client (1.4.4.1) Chaim Solomon ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Issues with high node load and very slow response

2014-07-27 Thread Chaim Solomon
f that error it > will not resolve the primary issue (CPU usage/request slowness). However, > the check that is the source of that log message can block in the request > path, so something funky could certainly be going on. > Chaim Solomon ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Issues with high node load and very slow response

2014-07-26 Thread Chaim Solomon
5}]},{riak_core_vnode,vnode_command,3,[{file,"src/riak_core_vnode.erl"},{line,345}]}] And on almost all other nodex I am getting a lot of these: 2014-07-26 23:50:58.796 [info] <0.12268.221>@yz_kv:should_handoff:157 waiting for bucket types prefix and index

Re: Cluster rebalancing

2014-07-05 Thread Chaim Solomon
w on space. One simple use case would be expanding a cluster with newer nodes (that have more storage) and being able to utilise that storage. Another would be to be able to distribute larger partitions more evenly - in particular if the size per partition is not evenly distributed. Chaim Solomon O

Cluster rebalancing

2014-07-02 Thread Chaim Solomon
they don't have enough or hand off load to others. Chaim Solomon ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Highlighting in full-text search

2014-05-04 Thread Chaim Solomon
. Chaim Solomon On Sun, May 4, 2014 at 9:07 AM, Chaim Solomon wrote: > Thanks. > I am not getting a highlighting section - but the values are empty. > I am using the default schema - what do I need to change for the > highlighting to work? > > Chaim Solomon > > > > O

Re: Highlighting in full-text search

2014-05-03 Thread Chaim Solomon
Thanks. I am not getting a highlighting section - but the values are empty. I am using the default schema - what do I need to change for the highlighting to work? Chaim Solomon On Thu, May 1, 2014 at 11:19 PM, Hector Castro wrote: > Hi Chaim, > > In order to take advantage of the Ri

Highlighting in full-text search

2014-05-01 Thread Chaim Solomon
=true. But where? It doesn't seem to be one of the parameters that the method search accepts (looked in the source code). How do I get that parameter into the search? Can anyone provide an example? Chaim Solomon ___ riak-users mailing list riak-