Open sundbry opened 5 years ago
The Curator mutex we use for locking GC does not expire - an instance that dies during GC will deadlock the garbage collection indefinitely. (requires manual gc with force?: true)
Try com.twitter.common.zookeeper.DistributedLockImpl
The Curator mutex we use for locking GC does not expire - an instance that dies during GC will deadlock the garbage collection indefinitely. (requires manual gc with force?: true)