We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There ara multitude of issues reported where the driver would report a variation of the following message:
java.lang.UnsupportedOperationException: io.lettuce.core.output.ValueOutput does not support set(long)
As a hypothesis we believe that some error, such as - but not necessarily - OutOfMemory, causes the event loop to become out of sync.
See #3117 (comment)
A suggested solution is to catch such errors, terminate the connection and complete any remaining commands exceptionally.
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Improvement Request
There ara multitude of issues reported where the driver would report a variation of the following message:
java.lang.UnsupportedOperationException: io.lettuce.core.output.ValueOutput does not support set(long)
As a hypothesis we believe that some error, such as - but not necessarily - OutOfMemory, causes the event loop to become out of sync.
See #3117 (comment)
Related issues:
Describe the solution you'd like
A suggested solution is to catch such errors, terminate the connection and complete any remaining commands exceptionally.
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered: