You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by dm...@apache.org on 2012/01/18 17:22:02 UTC

svn commit: r1232947 - /hbase/trunk/src/docbkx/troubleshooting.xml

Author: dmeil
Date: Wed Jan 18 16:22:02 2012
New Revision: 1232947

URL: http://svn.apache.org/viewvc?rev=1232947&view=rev
Log:
hbase-5226.  troubleshooting.xml, client section:  adding reference to client slowdown due to admin API calls.

Modified:
    hbase/trunk/src/docbkx/troubleshooting.xml

Modified: hbase/trunk/src/docbkx/troubleshooting.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/troubleshooting.xml?rev=1232947&r1=1232946&r2=1232947&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/troubleshooting.xml (original)
+++ hbase/trunk/src/docbkx/troubleshooting.xml Wed Jan 18 16:22:02 2012
@@ -590,6 +590,15 @@ server-side off-heap cache since this fe
 separate client-side and server-side config dirs).
             </para>
        </section>    
+       <section xml:id="trouble.client.slowdown.admin">
+            <title>Client Slowdown When Calling Admin Methods (flush, compact, etc.)</title>
+            <para>
+This is a client issue fixed by <link xlink:href="https://issues.apache.org/jira/browse/HBASE-5073">HBASE-5073</link> 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. 
+            </para>
+       </section>    
+
     </section>
     
     <section xml:id="trouble.mapreduce">