This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new f36c55c HBASE-24990 Fix empty value of properties
'hbase.replication.source.maxthreads' in hbase-thrift module (#2356)
f36c55c is described below
commit f36c55c6e88b54a0096293dd64de245b5120c847
Author: Qi Yu <[email protected]>
AuthorDate: Thu Sep 10 12:38:25 2020 +0800
HBASE-24990 Fix empty value of properties
'hbase.replication.source.maxthreads' in hbase-thrift module (#2356)
Signed-off-by: stack <[email protected]>
---
hbase-thrift/src/test/resources/hbase-site.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hbase-thrift/src/test/resources/hbase-site.xml
b/hbase-thrift/src/test/resources/hbase-site.xml
index ccc55aa..d0affed 100644
--- a/hbase-thrift/src/test/resources/hbase-site.xml
+++ b/hbase-thrift/src/test/resources/hbase-site.xml
@@ -269,7 +269,7 @@
</property>
<property>
<name>hbase.replication.source.maxthreads</name>
- <value></value>
+ <value>10</value>
<description>Default is 10</description>
</property>
<property>