Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
Backlog
-
Fully Compatible
-
ALL
-
Sharding EMEA 2021-05-17
Description
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.