Re: Storage statistic calculation errors

2015-03-12 Thread Stanislav Vlasov
2015-03-13 7:08 GMT+05:00 Kota Uenishi : > Which version of Riak CS are you using? If it's 1.5.3 or later, > "storage_calc_timeout" in "riak_cs" section should be used instead of > "mapred_timeout" because it won't work [1]. This is undocumented, but > we should've documented this. Already used af

Re: Storage statistic calculation errors

2015-03-12 Thread Stanislav Vlasov
2015-03-13 6:45 GMT+05:00 Kazuhiro Suzuki : > You can change the timeout for a MapReduce job the storage calculation > uses. Could you try to add riakc section which contains mapred_timeout > into Riak CS's app.config like this ? : > {riakc, [ > {mapred_timeout, 180}], %% ms

Re: Storage statistic calculation errors

2015-03-12 Thread Kota Uenishi
Which version of Riak CS are you using? If it's 1.5.3 or later, "storage_calc_timeout" in "riak_cs" section should be used instead of "mapred_timeout" because it won't work [1]. This is undocumented, but we should've documented this. Moreover, in CS 1.5.3 or later "mapred_timeout" or "timeout" in

Re: Storage statistic calculation errors

2015-03-12 Thread Kazuhiro Suzuki
Hi Stanislav, You can change the timeout for a MapReduce job the storage calculation uses. Could you try to add riakc section which contains mapred_timeout into Riak CS's app.config like this ? : ``` [ %% riakc section {riakc, [ {mapred_timeout, 180}], %% msec }, [ %%

Re: Different numFound request to riak search

2015-03-12 Thread Roma Lakotko
No, its simple riak search http request. 12 марта 2015 г. 18:54 пользователь "Zeeshan Lakhani" написал: > Are you running mapreduce with Solr queries? > > > On Mar 12, 2015, at 11:50 AM, Roma Lakotko wrote: > > I don't see any solr errors. But each 10-20 minutes on prod and once a day > on dev i

Re: Different numFound request to riak search

2015-03-12 Thread Zeeshan Lakhani
Are you running mapreduce with Solr queries? > On Mar 12, 2015, at 11:50 AM, Roma Lakotko wrote: > > I don't see any solr errors. But each 10-20 minutes on prod and once a day on > dev i see strange errors: > > 2015-03-11 09:18:10.668 [error] <0.234.0> Supervisor riak_pipe_fitting_sup > had

Re: Different numFound request to riak search

2015-03-12 Thread Roma Lakotko
I don't see any solr errors. But each 10-20 minutes on prod and once a day on dev i see strange errors: 2015-03-11 09:18:10.668 [error] <0.234.0> Supervisor riak_pipe_fitting_sup had child undefined started with riak_pipe_fitting:start_link() at <0.12060.2> exit with reason noproc in context shutd

Re: Different numFound request to riak search

2015-03-12 Thread Zeeshan Lakhani
Are you noticing any Solr errors in the logs? For your container instance, you can attempt to clear the AAE trees and force a rebuild by removing the entropy directories in `./data/yz_anti_entropy` and running `yz_entropy_mgr:init([])` via `riak attach`. Or, you can let AAE occur naturally (a

Re: Different numFound request to riak search

2015-03-12 Thread Roma Lakotko
Hello Zeeshan. While i run queries no delete object is occurs. Stats on production and developer nodes output something like this: https://gist.github.com/romulka/d0254aa193a9dbb52b67 On dev container: /etc/riak# grep anti_entropy * riak.conf:anti_entropy = active riak.conf.dpkg-dist:anti_entro

Re: Different numFound request to riak search

2015-03-12 Thread Zeeshan Lakhani
Hello Roma, Have you deleted this object at some point in your runs? 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/

Different numFound request to riak search

2015-03-12 Thread Roma Lakotko
Each request to riak search return different results. It's return different numFound. I use request like this: http://localhost:8098/search/query/assets?wt=json&q=type:*&sort=_yz_rk%20asc If add start offset it can return: http://localhost:8098/search/query/assets?wt=json&q=type:*&sort=_yz_rk%2

Re: RiakCS large file uploads fail with 403/AccessDenied and 400/InvalidDigest

2015-03-12 Thread Shunichi Shinohara
Hi Niels, I made PR to aws-sdk-js that fixes 403 in Multipart Upload Part requests [1]. I hope you can patch your aws sdk installation by its diff. [1] https://github.com/aws/aws-sdk-js/pull/530 Thanks, Shino On Wed, Mar 11, 2015 at 5:29 PM, Niels O wrote: > I was testing some more.. and now t

Re: Yokozuna - Solr won't start, keeps throwing OutOfMemoryErrors

2015-03-12 Thread Zeeshan Lakhani
Hello Cezary, I’d monitor your system's memory as well as the JVM’s memory usage (http://visualvm.java.net/ ). Solr’s documentation on OutofMemoryErrors is here -> http://wiki.apache.org/solr/SolrPerformanceFactors#OutOfMemoryErrors