Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5, 6
-
None
Description
If
- Redis is used as storage for the cache,
- Redis has been configured with an idle timeout, and
- a client is idle for a duration longer than the Redis idle timeout,
thereafter all cache activity performed on behalf of that client will fail with error messages like2022-02-16 11:25:43 error : [storage_redis] Failed to read reply in the context of MULTI: general error, Server closed the connection
2022-02-16 11:25:43 error : [storage_redis] Failed when reading response to MULTI: no error, Server closed the connection
until the end of the session.
Attachments
Issue Links
- causes
-
MXS-3954 Got below signal 11 error after upgrading maxscale version maxscale 6.2.1
- Closed