-
Notifications
You must be signed in to change notification settings - Fork 34
MCLOUD-5771: Redis out of memory on integration environments #44
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
Conversation
Please pay attention that this patches is not possible (or hard) to use without his changes magento/ece-tools#724 |
"Failure tolerance Redis cache backend": { | ||
">=2.3.0 <2.3.5": "MCLOUD-5771__failure_tolerance_redis_cache_backend__2.3.0.patch", | ||
">=2.3.5 <2.3.6": "MCLOUD-5771__failure_tolerance_redis_cache_backend__2.3.5.patch", | ||
">=2.3.0 <2.4.0": "MCLOUD-5771__change_redis_cache_adapter__2.3.x.patch" |
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.
Please rename MCLOUD-5771__change_redis_cache_adapter__2.3.x.patch
to MCLOUD-5771__change_redis_cache_adapter__2.3.0.patch
Those changes will be delivered in scope of #46 |
Just FYI, but the contents of |
MCLOUD-8200: Release cloud tools
Description
Magento fails with the following errors if Redis has used all allocated memory:
Since eviction mechanism in Redis doesn't guarantee 100% eviction rate we need to cover this case.
Fixed Issues (if relevant)
https://jira.corp.magento.com/browse/MCLOUD-5771
Contribution checklist