Author: stack
Date: Sat Aug 27 03:18:14 2011
New Revision: 1162290
URL: http://svn.apache.org/viewvc?rev=1162290&view=rev
Log:
HBASE-4253 TestScannerTimeOut.test3686a and
TestHTablePool.testReturnDifferentTable() failure because of using new
HTable(tablename)
Modified:
hbase/trunk/CHANGES.txt
Modified: hbase/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1162290&r1=1162289&r2=1162290&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Sat Aug 27 03:18:14 2011
@@ -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)