Re: Not able to store data in original riak bucket

2014-10-10 Thread ayush mishra
This is related to precommit hook. When I hit below command for both buckets abc-client and abc-client1:- *curl http://127.0.0.1:8098/riak/abc-client * {"props":{"allow_mult":false,"basic_quorum":false,"big_vclock":50,"chash_keyfun":{"mod":"riak_core_util

Re: Not able to store data in original riak bucket

2014-10-10 Thread ayush mishra
Hi Luke, Here is some part of source code:- val bucketName = "abc-client" client.createBucket(bucketName).execute() val abc = new ABC(id, "abc") val bucket = client.fetchBucket(bucketName).execute() bucket.store(abc).execute() I don't think that I am using Riak Search. From the error log, it lo

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

2014-10-10 Thread Luke Bakken
Hi Chaim, What is the output of "riak-admin member-status" in this cluster? Thanks - -- Luke Bakken Engineer / CSE lbak...@basho.com On Thu, Aug 7, 2014 at 12:30 AM, Chaim Solomon wrote: > Hi, > > I just found an interesting issue (debugging mystery): > On the development node I connect throug

Re: Riak responds with 204 even if returnbody is true

2014-10-10 Thread Luke Bakken
Hi Bozhidar, What is the "Content-Type" of these PUT operations? Is there something in common about operations that return 204 when returnbody=true? Data size, content type, etc?? Does this only happen on the first PUT or is that random as well? -- Luke Bakken Engineer / CSE lbak...@basho.com On

Re: transfer partition restarts and failed many times.

2014-10-10 Thread Luke Bakken
Hi Alexander, The "enotconn" and other TCP errors indicate some sort of network issue. Can you run `riak-debug` on this node and send me the generated archive? -- Luke Bakken Engineer / CSE lbak...@basho.com On Thu, Oct 9, 2014 at 12:15 AM, Alexander Popov wrote: > and seems he cannot finish tr

Re: Not able to store data in original riak bucket

2014-10-10 Thread Luke Bakken
Ayush, Are you using Riak Search? If so, are you using legacy search (1.0) or Yokozuna (2.0) ? Could you please execute the store operation to the abc-client bucket using curl instead of the Java client? -- Luke Bakken Engineer / CSE lbak...@basho.com On Fri, Oct 10, 2014 at 10:25 AM, ayush mis

Re: Riak 2.0 override default schema

2014-10-10 Thread Eric Redmond
Currently, if you change the schema after you've imported data, you have to rebuild your index again. Riak won't detect that you've changed schemas, unless you invalidate your AAE tree (as described in the upgrade doc) and let AAE repair the indexes with the new schema data. Eric On Oct 9, 20

Not able to store data in original riak bucket

2014-10-10 Thread ayush mishra
I have installed riak 2.0.1 on my machine. I am trying to store an object with a key in riak bucket. But I am stuck in a weird problem. My actual bucket name is "abc-client". When I try to save data in this bucket, I am getting below error on console: [error] ! step error [error] RiakRetryFail