Retries during handshake failure #1789
Unanswered
jdeppe-pivotal
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I think what happens is that TBCH, there seems no right or wrong in that regard. We could leave commands untouched. In return, commands could be retried once the connection is active again, but we lose that error propagation. A Happy to discuss other perspectives. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to the situation as described here #1757. In this particular case I'm doing an
append
and occasionally get this failure when a server crashes:The
append
does not get retried.Debugging this, I believe the error is coming from the
RedisHandshakeHandler
which is attempting to establish a connection before actually executing theappend
command. Should this step not also cause a retry of the command?Beta Was this translation helpful? Give feedback.
All reactions