hbase-5226. troubleshooting.xml, client section: adding reference to client slowdown due to admin API calls.

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1232947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Meil 2012-01-18 16:22:02 +00:00
parent 9b1e9d3c29
commit 22bc7c8231
1 changed files with 9 additions and 0 deletions

View File

@ -590,6 +590,15 @@ server-side off-heap cache since this feature depends on being able to use big d
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">