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:46:00 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-24990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

yuqi reassigned HBASE-24990:
----------------------------

    Assignee: yuqi

> 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
>            Assignee: yuqi
>            Priority: Trivial
>
> 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)