[
https://issues.apache.org/jira/browse/HBASE-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659743#action_12659743
]
stack commented on HBASE-1100:
------------------------------
Adding below to the test hbase-site.xml makes it so splits work on force again:
{code}
Index: src/test/hbase-site.xml
===================================================================
--- src/test/hbase-site.xml (revision 730042)
+++ src/test/hbase-site.xml (working copy)
@@ -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>
{code}
> HBASE-1062 broke TestForceSplit
> -------------------------------
>
> Key: HBASE-1100
> URL: https://issues.apache.org/jira/browse/HBASE-1100
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.19.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.