HBASE-1100 HBASE-1062 broke TestForceSplit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730048 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f117ea4607
commit
10ee76be96
|
@ -121,6 +121,7 @@ Release 0.19.0 - Unreleased
|
|||
HBASE-1072 Change Thread.join on exit to a timed Thread.join
|
||||
HBASE-1098 IllegalStateException: Cannot set a region to be closed it it
|
||||
was not already marked as closing
|
||||
HBASE-1100 HBASE-1062 broke TestForceSplit
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-901 Add a limit to key length, check key and value length on client side
|
||||
|
|
|
@ -111,4 +111,11 @@
|
|||
<name>hadoop.log.dir</name>
|
||||
<value>${user.dir}/../logs</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.regionserver.safemode.period</name>
|
||||
<value>0</value>
|
||||
<description>Time to wait on regionserver startup before beginning
|
||||
compactions and memcache flushes.
|
||||
</description>
|
||||
</property>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue