ra icon indicating copy to clipboard operation
ra copied to clipboard

Fix crash when committing to deleted ETS table during member removal

Open MorganaFuture opened this issue 2 months ago • 1 comments

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.

MorganaFuture avatar Oct 04 '25 17:10 MorganaFuture