HBASE-26718 HFileArchiver can remove referenced StoreFiles from the archive (#4274)
[hbase.git] / hbase-shell / src / test / resources / hbase-site.xml
blobc20d4bc970c601ea775bc523f2dc55726b168cd2
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3 <!--
4 /**
5  *
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
13  *
14  *     http://www.apache.org/licenses/LICENSE-2.0
15  *
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.
21  */
22 -->
23 <configuration>
24   <property>
25     <name>hbase.regionserver.msginterval</name>
26     <value>100</value>
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.
30     </description>
31   </property>
32   <property>
33     <name>hbase.server.thread.wakefrequency</name>
34     <value>100</value>
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.
37     </description>
38   </property>
39   <property>
40     <name>hbase.regionserver.compaction.check.period</name>
41     <value>1000</value>
42   </property>
43   <property>
44     <name>hbase.regionserver.flush.check.period</name>
45     <value>1000</value>
46   </property>
47   <property>
48     <name>hbase.defaults.for.version.skip</name>
49     <value>true</value>
50   </property>
51   <property>
52     <name>hbase.hconnection.threads.keepalivetime</name>
53     <value>3</value>
54   </property>
55   <property>
56     <name>hbase.regionserver.handler.count</name>
57     <value>3</value>
58     <description>Default is 30</description>
59   </property>
60   <property>
61     <name>hbase.regionserver.metahandler.count</name>
62     <value>3</value>
63     <description>Default is 20</description>
64    </property>
65   <property>
66     <name>hbase.netty.worker.count</name>
67     <value>3</value>
68     <description>Default is 0</description>
69   </property>
70   <property>
71     <name>hbase.hconnection.threads.max</name>
72     <value>6</value>
73     <description>Default is 256</description>
74   </property>
75   <property>
76     <name>hbase.htable.threads.max</name>
77     <value>3</value>
78     <description>Default is MAX_INTEGER</description>
79   </property>
80   <property>
81     <name>hbase.region.replica.replication.threads.max</name>
82     <value>7</value>
83     <description>Default is 256</description>
84   </property>
85   <property>
86     <name>hbase.rest.threads.max</name>
87     <value>5</value>
88     <description>Default is 100</description>
89   </property>
90   <property>
91     <name>hbase.replication.bulkload.copy.maxthreads</name>
92     <value>3</value>
93     <description>Default is 10</description>
94   </property>
95   <property>
96     <name>hbase.loadincremental.threads.max</name>
97     <value>1</value>
98     <description>Default is # of CPUs</description>
99   </property>
100   <property>
101     <name>hbase.hstore.flusher.count</name>
102     <value>1</value>
103     <description>Default is 2</description>
104   </property>
105   <property>
106     <name>hbase.oldwals.cleaner.thread.size</name>
107     <value>1</value>
108     <description>Default is 2</description>
109   </property>
110   <property>
111     <name>hbase.master.procedure.threads</name>
112     <value>5</value>
113     <description>Default is at least 16</description>
114   </property>
115   <property>
116     <name>hbase.procedure.remote.dispatcher.threadpool.size</name>
117     <value>3</value>
118     <description>Default is 128</description>
119   </property>
120   <property>
121     <name>hbase.regionserver.executor.closeregion.threads</name>
122     <value>1</value>
123     <description>Default is 3</description>
124   </property>
125   <property>
126     <name>hbase.regionserver.executor.openregion.threads</name>
127     <value>1</value>
128     <description>Default is 3</description>
129   </property>
130   <property>
131     <name>hbase.regionserver.executor.openpriorityregion.threads</name>
132     <value>1</value>
133     <description>Default is 3</description>
134   </property>
135   <property>
136     <name>hbase.storescanner.parallel.seek.threads</name>
137     <value>3</value>
138     <description>Default is 10</description>
139   </property>
140   <property>
141     <name>hbase.hfile.compaction.discharger.thread.count</name>
142     <value>1</value>
143     <description>Default is 10</description>
144   </property>
145   <property>
146     <name>hbase.regionserver.executor.refresh.peer.threads</name>
147     <value>1</value>
148     <description>Default is 2</description>
149   </property>
150   <property>
151     <name>hbase.hregion.open.and.init.threads.max</name>
152     <value>3</value>
153     <description>Default is 16 or # of Regions</description>
154   </property>
155   <property>
156     <name>hbase.master.handler.count</name>
157     <value>7</value>
158     <description>Default is 25</description>
159   </property>
160   <property>
161     <name>hbase.replication.source.maxthreads</name>
162     <value></value>
163     <description>Default is 10</description>
164   </property>
165   <property>
166     <name>hbase.hconnection.meta.lookup.threads.max</name>
167     <value>5</value>
168     <description>Default is 128</description>
169   </property>
170 </configuration>