HBASE-4253 TestScannerTimeOut.test3686a and TestHTablePool.testReturnDifferentTable() failure because of using new HTable(tablename)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1162290 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-08-27 03:18:14 +00:00
parent 6b74d55836
commit 49f3fac8b8
1 changed files with 3 additions and 0 deletions

View File

@ -486,6 +486,9 @@ Release 0.90.5 - Unreleased
Campbell)
HBASE-4095 Hlog may not be rolled in a long time if checkLowReplication's
request of LogRoll is blocked (Jieshan Bean)
HBASE-4253 TestScannerTimeOut.test3686a and TestHTablePool.
testReturnDifferentTable() failure because of using new
HTable(tablename) (ramkrishna.s.vasudevan)
IMPROVEMENT
HBASE-4205 Enhance HTable javadoc (Eric Charles)