-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
13.0.0.Final
-
None
When a clustered lock is created it is replicated (or distributed depending on settings) to other nodes in the cluster. If the node that has the lock dies the other nodes has knowledge of the lock, but it doesn't become unlocked (unless another node has tried to acquire the same lock). In end effect this lock will now be held forever.
In theory it's still possible to force unlock it, but for the business code there's to easy way to distinguish whether the lock is held by a node that's still in the cluster or not.