On Fri, Feb 7, 2014 at 8:52 AM, Ramesh-Ecare <ram...@ecaretechlabs.com> wrote:

>       int riakTimeout = 15;
>       ...
>       xBucket.store(requestId,
> xResponse).returnBody(false).withoutFetch().timeout(riakTimeout).execute();

In both your fetch and store you've set the timeout to 15 *milliseconds*.

In addition, you're not using vector clocks which means if that bucket
has allow_mult=true and you're re-using keys, you're going to be
creating siblings on every write.

- Roach

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to