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

Stream coordinator: avoid mnesia update process crashing after delete #3908

Merged
merged 1 commit into from Dec 17, 2021

Conversation

kjnilsson
Copy link
Contributor

If a delete happens shortly after a declare or other stream change
there is a chance the mnesia update process that is spawned will crash
when the amqqueue record cannot be recovered from durable storage.

This isn't harmful but does pollute the logs.

If a delete happens shortly after a declare or other stream change
there is a chance the mnesia update process that is spawned will crash
when the amqqueue record cannot be recovered from durable storage.

This isn't harmful but does pollute the logs.
@Gsantomaggio
Copy link
Member

LGTM.

@kjnilsson kjnilsson merged commit e6108e8 into master Dec 17, 2021
@michaelklishin michaelklishin deleted the stream-coord-mnesia-update-crash branch December 18, 2021 11:43
@michaelklishin michaelklishin added this to the 3.9.12 milestone Dec 18, 2021
michaelklishin added a commit that referenced this pull request Dec 18, 2021
Stream coordinator: avoid mnesia update process crashing after delete (backport #3908)
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.

None yet

3 participants