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
2842e05c
Commit
2842e05c
authored
Nov 19, 2021
by
nmilojevic1
Committed by
Nikola Milojevic
Nov 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable preserve_latest_wal_locations_for_idempotent_jobs by default
Changelog: changed
parent
c3033257
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
config/feature_flags/development/preserve_latest_wal_locations_for_idempotent_jobs.yml
...ent/preserve_latest_wal_locations_for_idempotent_jobs.yml
+1
-1
doc/development/sidekiq_style_guide.md
doc/development/sidekiq_style_guide.md
+5
-8
No files found.
config/feature_flags/development/preserve_latest_wal_locations_for_idempotent_jobs.yml
View file @
2842e05c
...
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/338350
milestone
:
'
14.3'
type
:
development
group
:
group::memory
default_enabled
:
fals
e
default_enabled
:
tru
e
doc/development/sidekiq_style_guide.md
View file @
2842e05c
...
...
@@ -342,6 +342,7 @@ end
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69372) in GitLab 14.3.
> - [Enabled on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/338350) in GitLab 14.4.
> - [Enabled on self-managed](https://gitlab.com/gitlab-org/gitlab/-/issues/338350) in GitLab 14.6.
The deduplication always take into account the latest binary replication pointer, not the first one.
This happens because we drop the same job scheduled for the second time and the Write-Ahead Log (WAL) is lost.
...
...
@@ -353,15 +354,11 @@ This way we are always comparing the latest binary replication pointer,
making sure that we read from the replica that is fully caught up.
FLAG:
On self-managed GitLab, by default this feature is not available.
To make it available,
ask an administrator to
[
enable the preserve_latest_wal_locations_for_idempotent_jobs flag
](
../administration/feature_flags.md
)
.
FLAG:
On self-managed GitLab, by default this feature is not available.
To make it available,
ask an administrator to
[
enable the `preserve_latest_wal_locations_for_idempotent_jobs` flag
](
../administration/feature_flags.md
)
.
On self-managed GitLab, by default this feature is available. To hide the feature, ask an administrator to
[
disable the feature flag
](
../administration/feature_flags.md
)
named preserve_latest_wal_locations_for_idempotent_jobs flag.
This feature flag is related to GitLab development and is not intended to be used by GitLab administrators, though.
On GitLab.com, this feature is available
but can be configured by GitLab.com administrators only
.
On GitLab.com, this feature is available.
## Limited capacity worker
...
...
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