Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
bbb9df1b
Commit
bbb9df1b
authored
Aug 16, 2021
by
Simon Tomlinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log service discovery host list updates
parent
1414d99d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lib/gitlab/database/load_balancing/host_list.rb
lib/gitlab/database/load_balancing/host_list.rb
+6
-0
No files found.
lib/gitlab/database/load_balancing/host_list.rb
View file @
bbb9df1b
...
...
@@ -35,6 +35,12 @@ module Gitlab
def
hosts
=
(
hosts
)
@mutex
.
synchronize
do
::
Gitlab
::
Database
::
LoadBalancing
::
Logger
.
info
(
event: :host_list_update
,
message:
"Updating the host list for service discovery"
,
host_list_length:
hosts
.
length
,
old_host_list_length:
@hosts
.
length
)
@hosts
=
hosts
unsafe_shuffle
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment