The max_concurrency error on handoff is because, by default, Riak allows only 2 handoffs occurring at a time, and additional handoff requests will be rejected. You can change this setting in order to increase the number of simultaneous transfers, at the expense of some cluster performance (as handoffs will take more network/cpu/disk resources. Please take a look at http://docs.basho.com/riak/latest/ops/running/handoff for some additional details, and let us know if you need any more help.
Doug Rohrer On Mon, Sep 14, 2015 at 7:28 PM ender <extr...@gmail.com> wrote: > I added a 6th node to a 5 node cluster, hoping to rebalance the cluster > since I was approaching maximum disk usage on the original 5 nodes. Looks > like the rebalancing is not taking place, and I see a whole bunch of these > in the console logs: > > 688728495783936 was terminated for reason: {shutdown,max_concurrency} > 2015-09-14 23:25:04.188 [info] > <0.183.0>@riak_core_handoff_manager:handle_info:286 An outbound handoff of > partition riak_search_vnode 91343852333181432387730302044767688728495783936 > was terminated for reason: {shutdown,max_concurrency} > 2015-09-14 23:25:04.188 [info] > <0.183.0>@riak_core_handoff_manager:handle_info:286 An outbound handoff of > partition riak_search_vnode > 548063113999088594326381812268606132370974703616 was terminated for reason: > {shutdown,max_concurrency} > 2015-09-14 23:25:14.189 [info] > <0.183.0>@riak_core_handoff_manager:handle_info:286 An outbound handoff of > partition riak_search_vnode > 548063113999088594326381812268606132370974703616 was terminated for reason: > {shutdown,max_concurrency} > 2015-09-14 23:25:14.189 [info] > <0.183.0>@riak_core_handoff_manager:handle_info:286 An outbound handoff of > partition riak_search_vnode 91343852333181432387730302044767688728495783936 > was terminated for reason: {shutdown,max_concurrency} > 2015-09-14 23:25:24.189 [info] > <0.183.0>@riak_core_handoff_manager:handle_info:286 An outbound handoff of > partition riak_search_vnode > 548063113999088594326381812268606132370974703616 was terminated for reason: > {shutdown,max_concurrency} > 2015-09-14 23:25:24.189 [info] > <0.183.0>@riak_core_handoff_manager:handle_info:286 An outbound handoff of > partition riak_search_vnode 91343852333181432387730302044767688728495783936 > was terminated for reason: {shutdown,max_concurrency} > 2015-09-14 23:25:34.190 [info] > <0.183.0>@riak_core_handoff_manager:handle_info:286 An outbound handoff of > partition riak_search_vnode > 548063113999088594326381812268606132370974703616 was terminated for reason: > {shutdown,max_concurrency} > 2015-09-14 23:25:34.190 [info] > <0.183.0>@riak_core_handoff_manager:handle_info:286 An outbound handoff of > partition riak_search_vnode 91343852333181432387730302044767688728495783936 > was terminated for reason: {shutdown,max_concurrency} > > Any pointers to what's going on? > > _______________________________________________ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com >
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com