HBASE-24990 Fix empty value of properties 'hbase.replication.source.maxthreads' in hbase-thrift module (#2356)
Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
23713f4693
commit
f36c55c6e8
|
@ -269,7 +269,7 @@
|
|||
</property>
|
||||
<property>
|
||||
<name>hbase.replication.source.maxthreads</name>
|
||||
<value></value>
|
||||
<value>10</value>
|
||||
<description>Default is 10</description>
|
||||
</property>
|
||||
<property>
|
||||
|
|
Loading…
Reference in New Issue