-
Notifications
You must be signed in to change notification settings - Fork 991
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
In high concurrency call stringRedisTemplate fails #3117
Comments
Hey @DaPeng-Zong , not sure how I can help here. What code causes this issue? Is it reproducible? Can we have a minimal reproducible example where we can see the problem manifest? By the way there is a template for filing new bugs, have you considered filling it up? |
By the way, as per #2175 the
and we are missing the actual cause (that might point us to the NPE that might have caused all the other exceptions |
FWIW, out of sync issues have been observed in OOM scenarios:
via spring-projects/spring-data-redis#3077 (comment) I wonder whether |
Bug Report
In high concurrency call stringRedisTemplate. OpsForSet () members (Product_Source_Resource_ApplicationId + deviceKey); Always appear abnormal, when I want to check whether the key is first call stringRedisTemplate. HasKey (key) and there will be a new exception
Current Behavior
Stack trace
Expected behavior/code
Environment
The text was updated successfully, but these errors were encountered: