This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
r3.1.14-2019-06-24
adyach
released this
25 Jun 13:27
·
1219 commits
to master
since this release
- Decreasing ZK session timeout
Zookeeper session time is set to default 60 seconds, which plays bad for acquiring the lock on instance which is terminated. Basically, the lock is going to be released only in 60 seconds (in reality is 40 seconds, because max zk session timeout is 2 x timeTick which is 2 secs)