Skip to content
代码片段 群组 项目
未验证 提交 c10cdf8e 编辑于 作者: Dylan Griffith's avatar Dylan Griffith 提交者: GitLab
浏览文件

Merge branch 'sh-drop-random-seed-field-log' into 'master'

Drop randomization_seed from database load balancing log messages

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167710



Merged-by: default avatarDylan Griffith <dyl.griffith@gmail.com>
Approved-by: default avatarAdam Hegyi <ahegyi@gitlab.com>
Approved-by: default avatarDylan Griffith <dyl.griffith@gmail.com>
Co-authored-by: default avatarStan Hu <stanhu@gmail.com>
No related branches found
No related tags found
无相关合并请求
...@@ -20,8 +20,7 @@ def sample(addresses) ...@@ -20,8 +20,7 @@ def sample(addresses)
event: :host_list_limit_exceeded, event: :host_list_limit_exceeded,
message: "Host list length exceeds max_replica_pools so random hosts will be chosen.", message: "Host list length exceeds max_replica_pools so random hosts will be chosen.",
max_replica_pools: @max_replica_pools, max_replica_pools: @max_replica_pools,
total_host_list_length: addresses.count, total_host_list_length: addresses.count
randomization_seed: @seed
) )
# First sort them in case the ordering from DNS server changes # First sort them in case the ordering from DNS server changes
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册