2 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
6 * Licensed to the Apache Software Foundation (ASF) under one
7 * or more contributor license agreements. See the NOTICE file
8 * distributed with this work for additional information
9 * regarding copyright ownership. The ASF licenses this file
10 * to you under the Apache License, Version 2.0 (the
11 * "License"); you may not use this file except in compliance
12 * with the License. You may obtain a copy of the License at
14 * http://www.apache.org/licenses/LICENSE-2.0
16 * Unless required by applicable law or agreed to in writing, software
17 * distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
25 <name>hbase.regionserver.msginterval</name>
27 <description>Interval between messages from the RegionServer to HMaster
28 in milliseconds. Default is 15. Set this value low if you want unit
29 tests to be responsive.
33 <name>hbase.server.thread.wakefrequency</name>
35 <description>Time to sleep in between searches for work (in milliseconds).
36 Used as sleep interval by service threads such as hbase:meta scanner and log roller.
40 <name>hbase.regionserver.compaction.check.period</name>
44 <name>hbase.regionserver.flush.check.period</name>
48 <name>hbase.defaults.for.version.skip</name>
52 <name>hbase.procedure.store.wal.use.hsync</name>
56 <name>hbase.procedure.check.owner.set</name>
58 <description>Whether ProcedureExecutor should enforce that each
59 procedure to have an owner
63 <name>hbase.unsafe.stream.capability.enforce</name>
66 Controls whether HBase will check for stream capabilities (hflush/hsync).
67 Disable this if you intend to run on LocalFileSystem.
68 WARNING: Doing so may expose you to additional risk of data loss!
72 <name>hbase.regionserver.handler.count</name>
74 <description>Default is 30</description>
77 <name>hbase.regionserver.metahandler.count</name>
79 <description>Default is 20</description>
82 <name>hbase.netty.worker.count</name>
84 <description>Default is 0</description>
87 <name>hbase.hconnection.threads.max</name>
89 <description>Default is 256</description>
92 <name>hbase.htable.threads.max</name>
94 <description>Default is MAX_INTEGER</description>
97 <name>hbase.region.replica.replication.threads.max</name>
99 <description>Default is 256</description>
102 <name>hbase.rest.threads.max</name>
104 <description>Default is 100</description>
107 <name>hbase.replication.bulkload.copy.maxthreads</name>
109 <description>Default is 10</description>
112 <name>hbase.loadincremental.threads.max</name>
114 <description>Default is # of CPUs</description>
117 <name>hbase.hstore.flusher.count</name>
119 <description>Default is 2</description>
122 <name>hbase.oldwals.cleaner.thread.size</name>
124 <description>Default is 2</description>
127 <name>hbase.master.procedure.threads</name>
129 <description>Default is at least 16</description>
132 <name>hbase.procedure.remote.dispatcher.threadpool.size</name>
134 <description>Default is 128</description>
137 <name>hbase.regionserver.executor.closeregion.threads</name>
139 <description>Default is 3</description>
142 <name>hbase.regionserver.executor.openregion.threads</name>
144 <description>Default is 3</description>
147 <name>hbase.regionserver.executor.openpriorityregion.threads</name>
149 <description>Default is 3</description>
152 <name>hbase.storescanner.parallel.seek.threads</name>
154 <description>Default is 10</description>
157 <name>hbase.hfile.compaction.discharger.thread.count</name>
159 <description>Default is 10</description>
162 <name>hbase.regionserver.executor.refresh.peer.threads</name>
164 <description>Default is 2</description>
167 <name>hbase.hregion.open.and.init.threads.max</name>
169 <description>Default is 16 or # of Regions</description>
172 <name>hbase.master.handler.count</name>
174 <description>Default is 25</description>
177 <name>hbase.replication.source.maxthreads</name>
179 <description>Default is 10</description>
182 <name>hbase.hconnection.meta.lookup.threads.max</name>
184 <description>Default is 128</description>