-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Fixed
-
Fix Version/s: 4.0, 4.0-alpha1
-
Component/s: Consistency/Repair
-
Labels:None
-
Severity:Normal
If anticompaction fails on a node, a message is sent to all repair participants that this session is failed. If the other participants successfully finish their anticompactions we will not shut down the executor in `LocalSessions` since we can't change the state from "FAILED" to "PREPARED" and throw exception before calling shutdown.