HBASE-1464 Add hbase.regionserver.logroll.period to hbase-default
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@780469 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e49a037aeb
commit
dca4256907
|
@ -292,6 +292,7 @@ Release 0.20.0 - Unreleased
|
|||
HBASE-1236 Improve readability of table descriptions in the UI
|
||||
(Lars George and Alex Newman via Stack)
|
||||
HBASE-1455 Update DemoClient.py for thrift 1.0 (Tim Sell via Stack)
|
||||
HBASE-1464 Add hbase.regionserver.logroll.period to hbase-default
|
||||
|
||||
OPTIMIZATIONS
|
||||
HBASE-1412 Change values for delete column and column family in KeyValue
|
||||
|
|
|
@ -179,6 +179,11 @@
|
|||
accumulated enough entries to trigger a sync. Default 10 seconds. Units:
|
||||
milliseconds.
|
||||
</description>
|
||||
</property>
|
||||
<name>hbase.regionserver.logroll.period</name>
|
||||
<value>3600000</value>
|
||||
<description>Period at which we will roll the commit log.</description>
|
||||
<property>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.regionserver.thread.splitcompactcheckfrequency</name>
|
||||
|
|
Loading…
Reference in New Issue