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
6441e975
Commit
6441e975
authored
Nov 24, 2021
by
nmilojevic1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo and add rollout url for multi_store
parent
75ce1755
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config/feature_flags/development/use_multi_store.yml
config/feature_flags/development/use_multi_store.yml
+1
-1
lib/gitlab/redis/multi_store.rb
lib/gitlab/redis/multi_store.rb
+1
-1
No files found.
config/feature_flags/development/use_multi_store.yml
View file @
6441e975
---
name
:
use_multi_store
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73660
rollout_issue_url
:
rollout_issue_url
:
https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1429
milestone
:
'
14.5'
type
:
development
group
:
group::memory
...
...
lib/gitlab/redis/multi_store.rb
View file @
6441e975
...
...
@@ -194,7 +194,7 @@ module Gitlab
def
increment_method_missing_count
(
command_name
)
@method_missing_counter
||=
Gitlab
::
Metrics
.
counter
(
:gitlab_redis_multi_store_method_missing_total
,
'Client side Redis MultiStore method missing'
)
@method_missing_counter
.
increment
(
command:
command_name
,
in
name
ce_name:
instance_name
)
@method_missing_counter
.
increment
(
command:
command_name
,
in
stan
ce_name:
instance_name
)
end
def
validate_stores!
...
...
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