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)