-
Notifications
You must be signed in to change notification settings - Fork 1k
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
6.0.0.RELEASE IllegalStateExceptions #1443
Comments
Can you switch to RESP2 mode (via |
RESP2 didn't solve the issue, |
That's weird. Can you enable trace logging and attach a snippet of a few commands including their failure to find out which commands are affected and what response is sent by Redis? |
https://hasteb.in/bibepeqo.lua |
Thanks. Somehow the protocol gets out of sync and it looks that the |
I wasn't able to reproduce the issue, neither through a standalone test nor with commit ToxicMushroom/Melijn@22eb476. It gave me the following (successful output):
Since I have no way to reproduce/find out what's happening here, I'm inclined to close the issue. The last attempt would be having the full log Lettuce trace of the startup to see whether things go wrong in there. |
I'll try to get a full trace log from start until the first exception tomorrow. |
Yes, only the Lettuce part. Anything else would add noise to the logs. |
Well, I somehow am unable to catch the exceptions as if they're printed to stdout instead of stderr but I might just be to unexperienced with log back. Thing is that this 200MB file contains too much user data that I'm not gonna filter through. |
Closing due to lack of activity. If you would like us to look at this issue, please let us know and we will re-open the issue. |
Bug Report
I yesterday tried to update to the new library version but lettuce was just spamming my console (I'm guessing every Redis request was failing).
Current Behavior
IllegalStateExceptions all over the place.
Stack trace
Input Code
https://github.com/ToxicMushroom/Melijn
commit hash: 6060a804bf23949089cf441d91dc380c8c11c80a
branch: staging
Expected behavior/code
No errors like with 5.3.4.RELEASE
Environment
Additional context
Runs in Kubernetes pods, can't reproduce this in a local environment or in docker
The text was updated successfully, but these errors were encountered: