Description
Regardless of the value set in connectionTimeoutMs the
CuratorZookeeperClient#internalBlockUntilConnectedOrTimedOut method does
the initial wait with value of 1 second, effectively making settings lower than
this value ineffective. A simple change that would change the 1 second to min(remainingWaitTime, 1 second) would solve the problem.
Attachments
Issue Links
- links to