Re: Object not found after successful PUT on S3 API

2017-03-06 Thread Luke Bakken
Hi Daniel, Two questions: * Do you happen to have an /etc/riak/app.config file present? * On one of your Riak nodes, could you please execute the following commands: riak attach rp(application:get_all_env(riak_kv)). Copy the output of the previous command and attach as a separate file to your

Re: Object not found after successful PUT on S3 API

2017-03-06 Thread Daniel Miller
Hi Luke, I do not have an advanced.config file since I switched to leveldb storage backend. Generated configs attached. Hopefully not relevant, the data root is on an ecryptfs volume. On Mon, Mar 6, 2017 at 1:23 PM, Luke Bakken wrote: > Hi Daniel - > > Did you forget to include the advanced.co

Re: Object not found after successful PUT on S3 API

2017-03-06 Thread Luke Bakken
Hi Daniel - Did you forget to include the advanced.config file in your archive of configuration files? I only see three *.conf.j2 files. The reason I ask is that the following settings are critical to Riak CS functioning correctly: http://docs.basho.com/riak/cs/2.1.1/cookbooks/configuration/riak-

Riak Erlang Client 2.5.3 released

2017-03-06 Thread Luke Bakken
Hi everyone - Version 2.5.3 of the Riak Erlang client is available from both GitHub and hex.pm. This is the first version published to hex.pm from Basho, and I'd like to thank Drew Kerrigan for his assistance in getting that set up. https://hex.pm/packages/riakc https://github.com/basho/riak-erl

Re: Object not found after successful PUT on S3 API

2017-03-06 Thread Russell Brown
Genuinely stumped then. I’m surprised that dvv_enabled=false is the default as sibling explosion is bad. I don’t know the CS code very well, but I assume a not_found means that either the manifest or some chunk is not found. I wonder if you can get the manifest and then see if any/all of the ch

Re: Object not found after successful PUT on S3 API

2017-03-06 Thread Daniel Miller
> Would be good to know the riak version Riak 2.1.1 Riak CS 2.1.0 Stanchion 2.1.0 > why the dvv_enabled bucket property is set to false, please? Looks like that's the default . I haven't changed it. > Also, is there multi

Re: Object not found after successful PUT on S3 API

2017-03-06 Thread Russell Brown
Hi, Would be good to know the riak version, and why the dvv_enabled bucket property is set to false, please? Also, is there multi-datacentre replication involved? Do you re-use your keys, for example, have the keys in question been created, deleted, and then re-created? Cheers Russell On 6 Ma

Re: Update solr schema

2017-03-06 Thread Fred Dushin
Hi Alexander. Re-indexing is still required if you modify schema. Data stored in Riak is the "database of record", and the data stored in Solr is secondary. -Fred > On Mar 6, 2017, at 5:52 AM, Alexander Popov wrote: > > After release riak 2.2 does it any new possibilities to update search

2.2 CPU usage

2017-03-06 Thread Alexander Popov
Did Upgrade production cluster to 2.2.0 looks that it eat more CPU, in idle time 10-30% always( on 2.1.4 was up to 10% with same load ) in Peaks it takes up to 100% ( on 2.1.4 was peaks was up to 75% ) 2.2: [image: Inline image 1] [image: Inline image 2] 2.1.4: [image: Inline image 4]

Update solr schema

2017-03-06 Thread Alexander Popov
After release riak 2.2 does it any new possibilities to update search schema without re-index all data? ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com