hbase/hbase-common
Bharath Vissapragada a6c887012e
HBASE-24603: Make Zookeeper sync() call synchronous (#1945) (#1975)
Writing a test for this is tricky. There is enough coverage for
functional tests. Only concern is performance, but there is enough
logging for it to detect timed out/badly performing sync calls.

Additionally, this patch decouples the ZK event processing into it's
own thread rather than doing it in the EventThread's context. That
avoids deadlocks and stalls of the event thread.

Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
(cherry picked from commit 84e246f9b1)
2020-06-25 16:41:11 -07:00
..
src HBASE-24603: Make Zookeeper sync() call synchronous (#1945) (#1975) 2020-06-25 16:41:11 -07:00
pom.xml HBASE-24309 Avoid introducing log4j and slf4j-log4j dependencies for … (#1697) 2020-05-13 17:59:21 +08:00