You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The riak_kv_replrtq_snkworker_count is intended to help control the pace at which replication references are fetched by a sink cluster. However, reducing the sink worker count can lead to a situation where fetching is no longer limited by the worker count, but instead by the per_peer_limit * count(peers).
This is a problem caused by the deferred_queue_length not being reset not being reset when the worker_count is updated.
The text was updated successfully, but these errors were encountered:
The
riak_kv_replrtq_snk
worker_count
is intended to help control the pace at which replication references are fetched by a sink cluster. However, reducing the sink worker count can lead to a situation where fetching is no longer limited by the worker count, but instead by theper_peer_limit * count(peers)
.This is a problem caused by the
deferred_queue_length
not being reset not being reset when theworker_count
is updated.The text was updated successfully, but these errors were encountered: