Skip to content
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

Enhance stability when reconnecting #56

Closed
mp911de opened this issue May 4, 2015 · 1 comment
Closed

Enhance stability when reconnecting #56

mp911de opened this issue May 4, 2015 · 1 comment
Labels
type: feature A new feature
Milestone

Comments

@mp911de
Copy link
Collaborator

mp911de commented May 4, 2015

Commands can run into a "won't ever come back" state when lettuce tries to reconnect but fails while reconnecting/re-issuing commands.

Desired behavior:
Either re-issue/retry commands on each reconnect or cancel commands after the reconnect failed but not loose commands.

See #31 (comment) for details

@Kitchik: Will continue parts of #31 here. What do you think about the desired behavior?

@mp911de mp911de added the type: feature A new feature label May 4, 2015
@mp911de mp911de added this to the Lettuce 3.2 milestone May 4, 2015
@mp911de
Copy link
Collaborator Author

mp911de commented May 14, 2015

Added ClientOptions#cancelCommandsOnReconnectFailure to cancel commands when reconnect fails on protocol level.

@mp911de mp911de closed this as completed May 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature A new feature
Projects
None yet
Development

No branches or pull requests

1 participant