Index: src/docbkx/troubleshooting.xml =================================================================== --- src/docbkx/troubleshooting.xml (revision 1232944) +++ src/docbkx/troubleshooting.xml (working copy) @@ -590,6 +590,15 @@ separate client-side and server-side config dirs). +
+ Client Slowdown When Calling Admin Methods (flush, compact, etc.) + +This is a client issue fixed by HBASE-5073 in 0.90.6. +There was a ZooKeeper leak in the client and the client was getting pummeled by ZooKeeper events with each additional +invocation of the admin API. + +
+