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

[FIXED] Clustering: possible panic on shutdown #1184

Merged
merged 1 commit into from
Apr 26, 2021
Merged

[FIXED] Clustering: possible panic on shutdown #1184

merged 1 commit into from
Apr 26, 2021

Conversation

kozlovic
Copy link
Member

When the RAFT connection is closed, if messages were being received
and the timing was wrong, it was possible to send to a closed go
channel, causing the panic.

Resolves #1183

Signed-off-by: Ivan Kozlovic ivan@synadia.com

When the RAFT connection is closed, if messages were being received
and the timing was wrong, it was possible to send to a closed go
channel, causing the panic.

Resolves #1183

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
@kozlovic kozlovic requested a review from matthiashanel April 26, 2021 21:21
Copy link

@matthiashanel matthiashanel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 91.65% when pulling 06a7ebc on 1183 into 379bb2d on master.

@kozlovic kozlovic merged commit f9e5bcf into master Apr 26, 2021
@kozlovic kozlovic deleted the 1183 branch April 26, 2021 21:31
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

Successfully merging this pull request may close these issues.

Clustering: panic: send on closed channel
3 participants