Riak 2.0.4 Search AAE

2015-02-18 Thread Steve Garon
Hi all, I seem to have trouble with aae on riak 2.0.4. Specifically the search aae. When I run the command 'riak-admin aae-status' everything seems fine but if I run the same command for search (riak-admin search aae-status) it seem like the search entropy trees have never been built and never do.

Re: Riak 2.0.4 Search AAE

2015-02-18 Thread Zeeshan Lakhani
Hey Steve, I’ve run AAE manually by running `riak attach` on a running node and calling https://github.com/basho/yokozuna/blob/develop/src/yz_entropy_mgr.erl#L142 (yz_entropy_mgr:init([])). Nonetheless, to take a clos

Riak 2.0.4 AAE spinning

2015-02-18 Thread Chris Read
We recently upgraded to Riak 2.0.4 and started seeing the thousands of the following error in one of our nodes: 2015-02-18 07:48:16.652 [error] <0.23966.264> CRASH REPORT Process <0.23966.264> with 0 neighbours exited with reason: no match of right hand value {error,{db_open,"IO error: lock /srv/r

Re: Riak 2.0.4 Search AAE

2015-02-18 Thread Steve Garon
Hey Zeeshan, There is tons of data in yz_anti_entropy. Should I delete it before running your command? Steve On 18 February 2015 at 09:49, Zeeshan Lakhani wrote: > Hey Steve, I’ve run AAE manually by running `riak attach` on a running > node and calling > https://github.com/basho/yokozuna/b

Re: Riak 2.0.4 Search AAE

2015-02-18 Thread Zeeshan Lakhani
Well, that means that it is storing AAE data. Are you have consistency issues between what’s in KV (the canonical source) and Search/Solr? You can remove the data on every node by using `riak_core_util:rpc_every_member_ann(yz_entropy_mgr, clear_trees, [], infinity)` as well and then try to ini

Yokozuna unpredictable result count

2015-02-18 Thread Cezary Kosko
Hi, I've got a search index, and I'd like to run mapred job against that index. The thing is, for a search query that should return exactly one result, I sometimes (not always, yet not rarely) get none, i.e. the mapred job returns an empty list instead of, say, a list containing a single object. D