This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
MAGECLOUD-3054: Implement Database Locks using Zookeeper and flock fo… #4409
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r Reliable HA Support - Added instructions for configuring the lock provider - Update installation-guide.yml - Remove related topics list - Added symlink for 2.3 lock provider file - Removed manually-created links to command topics which are avaiable in toc - Changed toc scope for lock provider topic to exclude v2.1
meker12
added
2.2.x
Internal Dev
Differentiates work between community and Magento staff
2.3.x
Magento 2.3 related changes
New Topic
A major update published as an entirely new document
labels
May 2, 2019
These changes originally submitted in #4137 against the Cloud-ece-2.2.9 branch. Picked and squashed changes to this PR to isolate changes to submit directly to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this @meker12! I just have a question about whether this applies to 2.1 as well. Please see review comment.
meker12
commented
May 3, 2019
jeff-matthews
approved these changes
May 3, 2019
Hi @meker12, thank you for your contribution! |
Hello, |
meker12
added
xx2.3.2
Magento 2.3.2 changes
2.2.9
Major Update
Significant original updates to existing content
New Topic
A major update published as an entirely new document
and removed
2.2.x
2.3.x
Magento 2.3 related changes
New Topic
A major update published as an entirely new document
Major Update
Significant original updates to existing content
labels
Jun 17, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Internal Dev
Differentiates work between community and Magento staff
New Topic
A major update published as an entirely new document
xx2.3.2
Magento 2.3.2 changes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a:
Summary
These documentation updates are associated with the following Magento Core code PRs:
Additional information
List all affected URLs
whatsnew
Added a feature to configure the lock provider to prevent the launch of duplicate cron jobs and cron groups. In previous releases, Magento used the database to save locks. Now you have the option to manage locks using the database, Zookeeper, or file locks. See Configure the lock provider.