arctype-co / steelyx

0 stars 0 forks source link

Expire stale GC mutexes #1

Open sundbry opened 5 years ago

sundbry commented 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)

sundbry commented 5 years ago

Try com.twitter.common.zookeeper.DistributedLockImpl