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:
parent
9b1e9d3c29
commit
22bc7c8231
|
@ -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).
|
separate client-side and server-side config dirs).
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</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>
|
||||||
|
|
||||||
<section xml:id="trouble.mapreduce">
|
<section xml:id="trouble.mapreduce">
|
||||||
|
|
Loading…
Reference in New Issue