diff --git a/lib/gitlab/database/load_balancing/service_discovery/sampler.rb b/lib/gitlab/database/load_balancing/service_discovery/sampler.rb index 4fc11cc1035f9239dfa1dca206dee54c021ed4e6..bb0508cc9b622e7ddee846588e7acf4fd4db0680 100644 --- a/lib/gitlab/database/load_balancing/service_discovery/sampler.rb +++ b/lib/gitlab/database/load_balancing/service_discovery/sampler.rb @@ -20,8 +20,7 @@ def sample(addresses) event: :host_list_limit_exceeded, message: "Host list length exceeds max_replica_pools so random hosts will be chosen.", max_replica_pools: @max_replica_pools, - total_host_list_length: addresses.count, - randomization_seed: @seed + total_host_list_length: addresses.count ) # First sort them in case the ordering from DNS server changes