Re: Riak - which O.S. to use?

2015-03-05 Thread j.halifax2
Dear RIAK Gurus of Luke, Sargun and Les, Thank you so much for your valued advice.. I appreciate your kind help. :) BR jh -- Původní zpráva -- Od: Les Mikesell Komu: Luke Bakken Datum: 5. 3. 2015 19:09:10 Předmět: Re: Riak - which O.S. to use? "On Thu, Mar 5, 20

Re: Query on Riak Search in a cluster of 3 nodes behind ELB is giving different result everytime

2015-03-05 Thread Zeeshan Lakhani
Hello Baskar, Santi, 2-15 minutes is a long while, and we’ve not seen index creation/propagation be so slow. I’d definitely take a closer look at how you’re creating these indexes dynamically on the fly, as index creation is typically a more straightforward admin task. We’ve added defaults to

Re: Riak 2.0 Search Issues

2015-03-05 Thread Zeeshan Lakhani
Hey Steve, Your data will remain in Riak, but Search will then use AAE to rebuild the data on the Solr side. This is only to fix Solr’s core data issues. If you’re worried about an interruption on the SOLR side, as there would be one to reindex the data, you could then wait until things are sur

Re: Query on Riak Search in a cluster of 3 nodes behind ELB is giving different result everytime

2015-03-05 Thread Zeeshan Lakhani
Hello Santi, Baskar. Please keep your messages on the user group mailing list, btw. Thanks. Here’s an example of our testing harness’s wait_for_index function, https://github.com/basho/yokozuna/blob/develop/riak_test/yz_rt.erl#L420

Re: Riak 2.0 Search Issues

2015-03-05 Thread Steve Garon
Does deleting core.properties or moving search-root/index deletes any of my index data? Will that cause any interruption to SOLR? Cause I'm having problems on a production cluster and I really don't want to have to backup 300 millions keys again or cause any interruptions to the system ... Steve

Fwd: Query on Riak Search in a cluster of 3 nodes behind ELB is giving different result everytime

2015-03-05 Thread Zeeshan Lakhani
Hello Baskar, Santi. I’d definitely like to know what your AAE status is like, as per my last email. The fix here may just be clearing the AAE trees and rebuilding them. Yes, index creation is currently async and you have to wait for it to be created before sending data. You can poll to check f

Re: Query on Riak Search in a cluster of 3 nodes behind ELB is giving different result everytime

2015-03-05 Thread Santi Kumar
Sorry to spam but here is the output of the AAE status. I'm just pasting here. I'll have to get familiarised with the output. ON a quick look keys repaired is not at all there in last column. Your inputs are appreciated. == Exchanges ===

Re: Riak - which O.S. to use?

2015-03-05 Thread Les Mikesell
On Thu, Mar 5, 2015 at 9:51 AM, Luke Bakken wrote: > Hello, > > Use an operating system that is officially supported: > http://docs.basho.com/riak/latest/downloads/ > > Aside from that, your choice of OS should be dictated by your ops > team's familiarity with it and benchmarking on your specific

Re: Query on Riak Search in a cluster of 3 nodes behind ELB is giving different result everytime

2015-03-05 Thread Santi Kumar
This issue is happening for *:* query only. It doesn't have lot of objects so we are doing *:* query. Ever time it fetches different number when I switched to list all keys and do a multi get its returning all objects Another thing what we do is we create indexes on the fly and wait for index crea

Re: Riak - which O.S. to use?

2015-03-05 Thread Sargun Dhillon
I advice Ubuntu 14.04 with a Utopic kernel. Userland is pretty trustworthy on 14.04, and newer kernels rarely make things worse. On Thu, Mar 5, 2015 at 8:51 AM, Luke Bakken wrote: > Hello, > > Use an operating system that is officially supported: > http://docs.basho.com/riak/latest/downloads/ > >

Re: Riak - which O.S. to use?

2015-03-05 Thread Luke Bakken
Hello, Use an operating system that is officially supported: http://docs.basho.com/riak/latest/downloads/ Aside from that, your choice of OS should be dictated by your ops team's familiarity with it and benchmarking on your specific hardware. There is no single best choice. -- Luke Bakken Engine

Riak - which O.S. to use?

2015-03-05 Thread j.halifax2
Hi riak gurus, Can you please advise a riak's newbie which operating system  is the best to use for riak? Thank you so much. jh ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.bas

Re: Riak 2.0 Search Issues

2015-03-05 Thread Zeeshan Lakhani
Hey Steve, We’re currently tracking this issue, https://github.com/basho/yokozuna/issues/442 , and are working on testing out a patch internally. I will update you as soon as we get clarity there. As a possible workaround, I would attempt to delete

Re: Query on Riak Search in a cluster of 3 nodes behind ELB is giving different result everytime

2015-03-05 Thread Zeeshan Lakhani
Hello Santi, Have you deleted an object in that bucket/index at some point? Please make sure AAE is running by checking search’s AAE status, `riak-admin search aae-status`, and that data exists in the correct directory, `./data/yz_anti_entropy` (http://docs.basho.com/riak/latest/ops/advanced

Re: Riak 2.0 Search Issues

2015-03-05 Thread Steve Garon
In solr.log, the kind of exceptions that I'm getting right now is the following: 1. IO Error while trying to get the size of the Directory:java.io.FileNotFoundException: SOME_RAMDOM_FILE* (.doc, .pos, .fnm, .si, .nv, .gen extensions)* 2. SolrException.java:120 null:org.apache.sorl.common.SolrExcep

Re: Riak 2.0 Search Issues

2015-03-05 Thread Steve Garon
Yes I do have yz_events,handle_info in crash log. Tons of them actually and they have a big ass strack trace attached to each of them. It would be hard for me to provide you with logs. If you have specific questions you want answers to I'd be happy to help though. Steve On 4 March 2015 at 14:20