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 creation by checking Listindex operation. Once it found the index then we are associating the Bucket with index. After that we write some entries into that bucket. I fetched the key and tried searching again but it's the same again. So read repair would have happened so that wouldn't be the issue I can check AAE Can you suggest any better way for these index creations and bucket association? I suspect that might be the reason Is there any way to check what's the data each shard has? I tried solr query with shards param Thanks Santi On Mar 5, 2015 8:05 PM, "Zeeshan Lakhani" <zlakh...@basho.com> wrote: > 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/configs/search/). > > You may just need to perform a read-repair by performing a fetch of the > object itself first, before performing search queries again. > > Thanks. > > Zeeshan Lakhani > programmer | > software engineer at @basho | > org. member/founder of @papers_we_love | paperswelove.org > twitter => @zeeshanlakhani > > On Mar 4, 2015, at 9:06 PM, Santi Kumar <sa...@veradocs.com> wrote: > > But in our case we didnt have spaces in keys. All our keys are UUID's so I > wouldn't suspect that. AAE I haven't verified . > > On Thu, Mar 5, 2015 at 7:16 AM, John O'Brien <boar...@gmail.com> wrote: > >> I'd lean towards AAE issues on Yokozuna... Same problems we were having >> with our 'spaces-in-keys' issue... Once we cleaned those up, things were >> great again. >> >> On Wed, Mar 4, 2015 at 8:36 PM, Santi Kumar <sa...@veradocs.com> wrote: >> >>> Raik 2.0.0 >>> On Mar 5, 2015 12:31 AM, "Christopher Meiklejohn" <cmeiklej...@basho.com> >>> wrote: >>> >>>> >>>> > On Mar 4, 2015, at 1:15 PM, Santi Kumar <sa...@veradocs.com> wrote: >>>> > >>>> > Hi, >>>> > We are running into a strange issue with Riak Search. Our setup is >>>> with 3 nodes of Riak (with search enabled) in 3 different ec2 instances >>>> behind ELB. App server talks to the cluster through ELB. We are querying >>>> for list of objects through *:* query instead of list bucket keys and every >>>> time the result is different. We have only 4 objects in that bucket / >>>> index, only few times it's giving all 4 but ofther it returns 2 or 3. >>>> > >>>> > This wasn't happening when we have one instance of Riak. Any insight? >>>> >>>> Hi Santi, >>>> >>>> Can you provide information regarding what versions of Riak you are >>>> running? >>>> >>>> - Chris >>>> >>>> Christopher Meiklejohn >>>> Senior Software Engineer >>>> Basho Technologies, Inc. >>>> cmeiklej...@basho.com >>> >>> >>> _______________________________________________ >>> riak-users mailing list >>> riak-users@lists.basho.com >>> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com >>> >>> >> > _______________________________________________ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > >
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com