We are using pre11 right now.
When we open http connections, they hang around for a long time in
CLOSE_WAIT which results in really spiky performance. When the connections
close, its fast, then they build up again,
Is there something that needs to be configured w/ riak to get it to reuse
the sock
I'm seeing something very odd trying to scale out part of code I'm working
on.
It runs inside of Storm and lookups up entries from 10 node riak cluster.
I've hit a wall that we can't get past. We are looking up entries (json
representation of a job)
in batches of 100 from Riak, each batch gets han
I'm seeing something very odd trying to scale out part of code I'm working
on.
It runs inside of Storm and lookups up entries from 10 node riak cluster.
I've hit a wall that we can't get past. We are looking up entries (json
representation of a job)
in batches of 100 from Riak, each batch gets han
7;t have a native multiget.
> It either does 100 get ops or a [search>]mapreduce. That might inform some
> of your performance issues.
>
> -Alexander
>
> @siculars
> http://siculars.posthaven.com
>
> Sent from my iRotaryPhone
>
> > On Apr 14, 2014, at 8:26, Sea
Protocol Buffer.
On Mon, Apr 14, 2014 at 11:53 AM, Russell Brown wrote:
> HTTP or PB? Pretty sure the HTTP client defaults to a pool of 50
> connections.
>
> On 14 Apr 2014, at 16:50, Sean Allen wrote:
>
> We fire off 100 requests for the items in the batch and wait o
g there as well ... but as I said, I haven't gotten
> to trying to tune for performance yet.
>
> Thanks,
> - Roach
>
> On Mon, Apr 14, 2014 at 10:10 AM, Sean Allen
> wrote:
> > Protocol Buffer.
> >
> >
> > On Mon, Apr 14, 2014 at 11:53 AM, Russell Brow
riak-2
we have the following in /etc/riak/riak.conf
erlang.max_ports = 65536
erlang.max_ets_tables = 262144
however i get the following on startup:
2014-04-24 19:12:09.697 [warning] <0.799.0> riak_kv_env: Erlang ports limit
of 1024 is low, at least 64000 is recommended
2014-04-24 19:12:09.698
, 2014 at 5:40 AM, Sean Allen wrote:
> riak-2
>
> we have the following in /etc/riak/riak.conf
>
>
> erlang.max_ports = 65536
> erlang.max_ets_tables = 262144
>
> however i get the following on startup:
>
> 2014-04-24 19:12:09.697 [warning] <0.799.0> riak_kv_e
Setting ERL_MAX_PORTS and ERL_MAX_ETS_TABLES did have an effect.
On Fri, Apr 25, 2014 at 5:47 AM, Sean Allen wrote:
> More on this looking at the command line that started it,
>
> did/does pre-20 erlang not pick up the vm options correctly?
>
> /usr/lib64/riak/erts-5.10.3/bin/bea