ra
ra copied to clipboard
Fix crash when committing to deleted ETS table during member removal
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.