You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "yuqi (Jira)" <ji...@apache.org> on 2020/09/07 10:45:00 UTC

[jira] [Created] (HBASE-24990) Fix empty value of properties 'hbase.replication.source.maxthreads' in hbase-thrift module

yuqi created HBASE-24990:
----------------------------

             Summary: Fix empty value of properties 'hbase.replication.source.maxthreads' in hbase-thrift module
                 Key: HBASE-24990
                 URL: https://issues.apache.org/jira/browse/HBASE-24990
             Project: HBase
          Issue Type: Bug
            Reporter: yuqi



The value of hbase.replication.source.maxthreads is empty in hbase-thrift test
see hbase-thrift/src/test/resources/hbase-site.xml
{code:java}
  <property>
    <name>hbase.replication.source.maxthreads</name>
    <value></value>
    <description>Default is 10</description>
  </property>
{code}






--
This message was sent by Atlassian Jira
(v8.3.4#803005)