-
Notifications
You must be signed in to change notification settings - Fork 34
MCLOUD-6139 - MCLOUD-6211: Redis improvement - Create patches for 2.3.0 - 2.3.5 #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e30fb14
301cf95
b36f96e
0e0a2d6
1fb1032
8633fc4
912b50d
66a3550
35d907a
8e2d42a
5d0ce2e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -70,7 +70,9 @@ | |
| }, | ||
| "Add Zookeeper and flock locks": { | ||
| "2.2.5 - 2.2.8": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.2.5.patch", | ||
| "2.3.0 - 2.3.1": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.3.0.patch" | ||
| "2.3.0": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.3.0.patch", | ||
| "2.3.1": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.3.1.patch", | ||
| ">=2.3.2 <2.3.5": "MCLOUD_6139__improvement_flock_locks__2.3.2.patch" | ||
| }, | ||
| "Reduce memory usage when importing customers and addresses": { | ||
| "2.1.4 - 2.1.10": "SET-36__fix_oom_during_customer_import__2.1.4.patch", | ||
|
|
@@ -245,13 +247,17 @@ | |
| "Fix load balancer issue": { | ||
| ">=2.3.4 <2.3.6": "MCLOUD-5837__fix_filesystem_load_balancer_issue__2.3.4.patch" | ||
| }, | ||
| "Cache Locking performance issue": { | ||
| "2.3.3": "MDVA-27538__fix_performance_issue_in_cache_locking_mechanism__2.3.3.patch", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If this is a "Create Patch" PR - why are these being removed? Are the Redis patches replacing these?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The patches in this PR contain the same improvements and more. |
||
| ">=2.3.3-p1 <2.3.4": "MDVA-27538__fix_performance_issue_in_cache_locking_mechanism__2.3.3-p1.patch", | ||
| ">=2.3.4 <2.3.5": "MDVA-26795__fix_performance_issue_in_cache_locking_mechanism__2.3.4.patch" | ||
| }, | ||
| "Large amount of Keys Block Cache": { | ||
| ">=2.3.1 <2.3.5": "MDVA-22950__large_amount_of_keys_block_cache__2.3.1.patch" | ||
| }, | ||
| "Redis improvements": { | ||
| "2.3.0": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.0.patch", | ||
| "2.3.1": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.1.patch", | ||
| ">=2.3.2 <2.3.3": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.2.patch", | ||
| "2.3.3": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.3.patch", | ||
| ">=2.3.3-p1 <2.3.4": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.3-p1.patch", | ||
| ">=2.3.4 <2.3.5": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.4.patch", | ||
| ">=2.3.5 <2.3.6": "MCLOUD-6211__redis_improvement_patches__2.3.5.patch" | ||
| } | ||
| }, | ||
| "magento/module-paypal": { | ||
|
|
||
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.
If this is now 2.3.0 - 2.3.5 - This should be ">=2.3.2 <2.3.6" ?
Uh oh!
There was an error while loading. Please reload this page.
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.
This patch
MCLOUD_6139__improvement_flock_locks__2.3.2.patchcontains changes for Magento2.3.2-2.3.4-pxwherexis some number. So, we cannot use a constraint like this2.3.2 - 2.3.4and we use this one>=2.3.2 <2.3.5There 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.
Okay that's fine - just wanted to check that was the reason!