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

Deadlock when receiver is being stopped because of the circuit breaker #104

Closed
SzymonPobiega opened this issue Nov 26, 2015 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@SzymonPobiega
Copy link
Member

Symptoms

The endpoint stays in zombie mode if a shutdown has been triggered by the transport circuit breaker. In that zombie mode the endpoint shutdown procedure is frozen. Satellites (e.g. timeout manager) are still running but the main input queue receiver is stopped. If the condition that triggered the circuit breaker stops (e.g. SQL Server condition is restored), the satellites continue to run.

Who's affected

All users of SQL Server transport

@SzymonPobiega SzymonPobiega self-assigned this Nov 26, 2015
@SzymonPobiega SzymonPobiega added this to the 2.1.5 milestone Nov 26, 2015
@SzymonPobiega SzymonPobiega modified the milestones: 2.2.1, 2.1.5 Nov 26, 2015
@SzymonPobiega SzymonPobiega reopened this Nov 26, 2015
@SzymonPobiega
Copy link
Member Author

Reasssigned to correct release.

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

No branches or pull requests

1 participant