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:
Qi Yu 2020-09-10 12:38:25 +08:00 committed by GitHub
parent 23713f4693
commit f36c55c6e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@
</property> </property>
<property> <property>
<name>hbase.replication.source.maxthreads</name> <name>hbase.replication.source.maxthreads</name>
<value></value> <value>10</value>
<description>Default is 10</description> <description>Default is 10</description>
</property> </property>
<property> <property>