From 63292dd6c2040b9a4541869ac4b31f43b3206cc7 Mon Sep 17 00:00:00 2001 From: Jonathan Hsieh Date: Sat, 17 May 2014 00:19:18 +0000 Subject: [PATCH] HBASE-11168 [docs] Remove references to Rowlocks in post-0.96 docs. git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595394 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/docbkx/book.xml | 9 --------- src/main/docbkx/troubleshooting.xml | 3 --- 2 files changed, 12 deletions(-) diff --git a/src/main/docbkx/book.xml b/src/main/docbkx/book.xml index ed26c1beb80..b0273b2be1e 100644 --- a/src/main/docbkx/book.xml +++ b/src/main/docbkx/book.xml @@ -1271,15 +1271,6 @@ connection.close(); Information on non-Java clients and custom protocols is covered in -
RowLocks - RowLocks are still - in the client API however they are discouraged because if not managed properly these can - lock up the RegionServers. - - There is an oustanding ticket HBASE-2332 to - remove this feature from the client. - -
Client Request Filters diff --git a/src/main/docbkx/troubleshooting.xml b/src/main/docbkx/troubleshooting.xml index 40f23d124f5..7aebedaa99b 100644 --- a/src/main/docbkx/troubleshooting.xml +++ b/src/main/docbkx/troubleshooting.xml @@ -851,9 +851,6 @@ java.lang.UnsatisfiedLinkError: no gplcompression in java.library.path Adding -XX:+UseMembar to the HBase HBASE_OPTS in conf/hbase-env.sh may fix it. - Also, are you using ? These are discouraged because they can lock up the - RegionServers if not managed properly. -
java.io.IOException...(Too many open files)