-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: Backlog
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
Sharding EMEA 2021-05-17
Failed sharding DDL coordinators that didn't managed to write their state document on disk are explicitly de-registered from the in-memory registry by calling POS::releaseInstance().
The problem is that if we pass a failed status to this function we will trigger the interruption of the instance before we managed to release the distributed locks previously acquired from that instance.