-
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
[Performance] GraphQL cache issue #38668
Comments
Hi @Nuranto. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-November. Thank you for working on this issue.
|
Hello @Nuranto, Thank you for the report and collaboration! Tried to reproduce this on 2.4-develop and 2.4.7 instance, in our case it is not reproducible.
Please let us know if we are missing anything. |
Then I guess it is related to the content of the cache. Maybe the size of it, or some special characters or sequence of characters.... |
@Nuranto, are there any prerequisites like magento should be configured with redis cache? |
Yes indeed, the issue only happens when cache is configured to redis with use_lua set to 1 (or not set at all, since use_lua is set to 1 by default) |
@Nuranto, configured magento 2.4.7 instance with redis and ran the script, but we still got the Expected result. |
It's probably related to the cache content itself then. But as you can see here, it seems there's multiple issues when use_lua = 1 : colinmollenhour/Cm_Cache_Backend_Redis#181 |
Hi @engcom-Hotel. Thank you for working on this issue.
|
Hello @Nuranto, I agree with your point and have also gone through the issue mentioned here #38668 (comment). But as we can see while setting up the Redis in Magento 2 the Please let us know in case we have missed anything. Thanks |
Alright, in my case there was nothing configured for this field after upgrading. I think we can close this issue since the real issue is located on another lib. |
Thanks for the feedback @Nuranto. Can you please let us know from which version you have upgraded your Magento to 2.4.7? This might be an issue related to the upgrade process. Also please elaborate on the below line:
Thanks |
From 2.4.6-p4
The error happen somewhere in this lib : https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/blob/d403f4473e1b3cc616fa59d187e817543b6620c1/Cm/Cache/Backend/Redis.php#L589-L631 |
Hello @Nuranto, We have tried to reproduce the issue after upgrading the Magento from 2.4.6-p4 to 2.4.7 and the issue is reproducible for us. We are getting the Please refer to the below screenshot for reference: Hence confirming the issue. Thanks |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-11998 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Hotel. Thank you for verifying the issue. |
❌ You don't have permission to export this issue. |
Preconditions and environment
(A)
pub/graphql-cache-test.php
(B)
in
Magento\Framework\Config\Data
Steps to reproduce
Expected result
Actual result
Additional information
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: