-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Magento2 don't work with redis in cluster mode #35140
Comments
Hi @ByJacob. Thank you for your report.
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
For more details, review the Magento Contributor Assistant documentation. Add a comment to assign the issue: To learn more about issue processing workflow, refer to the Code Contributions.
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket. ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
Hi @engcom-Delta. Thank you for working on this issue.
|
Hi @engcom-Hotel. Thank you for working on this issue.
|
Unfortunately, that does not solve the problem. The documentation only shows the different methods for configuring ElastiCache and how to connect to it when Cluster Mode is turned off and on.
Without special cluster handling, the master switches during writing, which the current php code interprets as an error. For example, in the |
Hello @ByJacob, Thanks for the confirmation! We have tried to reproduce the issue by following the Redis cluster documentation here. And after setting up the Redis cache by following the Magento docs, we are able to reproduce the issue in the latest Magento 2.4-develop branch. Please have a look at the below screenshot for reference: Hence confirming this issue. Thanks |
✅ Jira issue https://jira.corp.magento.com/browse/AC-2565 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Hotel. Thank you for verifying the issue. |
Hello @ByJacob, We have further investigated this issue and we have integrated the Redis cluster in Below are the points that come up in the investigation:
Hence the issue is not related to the Magento core library. Thanks |
Hello, |
Hello @ByJacob, Hence this issue is not related to Magento core code, so I suggest you refer to the Community Forums or Magento Stack Exchange for technical questions, feature requests, etc. Thanks |
As on the way it's implemented right now, it causes an issue to integrate with redis, a system requirement to run the application on production with good performance. With that said, why this issue would not be related to Magento core code? |
Hello, The related issue has been fixed now and is unable to reproduce on the latest development branch i.e. 2.4-develop. Hence closing this ticket. Thanks |
Hi @engcom-Hotel , |
I still have the same issue, version 2.4.3-p3. Configuration the cluster always returning MOVED in the first line of magento bin composer. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
./bin/magento
comands works correct and return status code0
Actual result (*)
magento
command returns status code1
with error text, exampleMOVED 2482 122[IP:PORT]
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
The text was updated successfully, but these errors were encountered: