HBASE-5930. Removed a configuration that was causing unnecessary flushes in tests.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1475990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c0046ba481
commit
939da7c026
|
@ -114,14 +114,6 @@
|
|||
the master will notice a dead region server sooner. The default is 15 seconds.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.regionserver.optionalcacheflushinterval</name>
|
||||
<value>1000</value>
|
||||
<description>
|
||||
Amount of time to wait since the last time a region was flushed before
|
||||
invoking an optional cache flush. Default 60,000.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.regionserver.safemode</name>
|
||||
<value>false</value>
|
||||
|
|
Loading…
Reference in New Issue