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

Subscription connection not reconnecting #1163

Closed
westrope opened this issue Jun 17, 2019 · 1 comment
Closed

Subscription connection not reconnecting #1163

westrope opened this issue Jun 17, 2019 · 1 comment

Comments

@westrope
Copy link

We upgraded from Redis 1.2.6 to 2.0.593. Since the upgrade we have adding tracking to ConnectionFailed and ConnectionRestored events.

What we are seeing is that we will have some kind of network blip that causes a number of ConnectionFailed events shortly followed by the same number of ConnectionRestored events. After this we expect that everything should be reconnected, but we sometimes see that the subscription connection is still not connected. Currently we have to reboot those role instances to reconnect.

Seems like it could be related to Subscriber unsubscribes after subscribing on reconnect

@NickCraver
Copy link
Collaborator

Agreed this looks to be the same issue as #1110 - collapsing into one thread and we'll take a look after after the connection state issues which may be adding to this in #1374.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants