Hi Chris, This sounds like the issue described at https://github.com/basho/riak_kv/issues/1418
On Wed, Jul 27, 2016 at 11:19 PM, <chris.john...@vaisala.com> wrote: > Also, does anyone have any recommendations on query pooling so we can > guarantee that multiple clients will not generate more queries than the > cluster can handle? > Probably the right thing to do (when the RPC server is fixed) is to have the clients independently heck for backpressure from Riak (e.g. overload messages like this), retry with exponential backoff, and have each retry increment a counter somewhere in your monitoring system to make that problem visible. This should allow you to handle overload (somewhat) gracefully, respond to critical events (e.g. an alert), or to see any overload trends over time. Cian _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com