Skip to content

Conversation

MorganaFuture
Copy link

Fixes crash when removing and re-adding cluster members (#528).
Added defensive handling in ra_mt:commit/1 to catch badarg from ets:insert/2 when table is deleted. Returns empty list instead of crashing.

Fixes race condition in issue rabbitmq#528 where removing and re-adding a
cluster member causes a crash in ra_mt:commit/1.
Wrap ets:insert/2 in catch block to gracefully handle
deleted tables. Return empty list instead of crashing.
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.

1 participant