CountDownLatch countDown is a blocking operation. So, it's not possible that it's consuming CPU. I'm sure this is an issue with something else in the VM.
-JZ On Oct 15, 2013, at 5:56 PM, "Bae, Jae Hyeon" <[email protected]> wrote: > Hi > > I got reported from a curator user about heavy CPU consumption on > CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut() specifically > on latch.countDown(). > > I don't have any stack trace and CPU summary but may I know if this is known > issue or fixed in 2.2.0-incubating version? > > Thank you > Best, Jae
