[
https://issues.apache.org/jira/browse/HBASE-20396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guangxu Cheng updated HBASE-20396:
----------------------------------
Description:
HBase has two types of thrift server. When any type of thrift server is
started, the MBean of the two thrift servers will be registered which is
redundant.
For example, when starting thrift2, we only need to register MBean
"Hadoop:service=HBase,name=Thrift,sub=ThriftTwo" of thrift2 in JMX, there's no
need to register MBean "Hadoop:service=HBase,name=Thrift,sub=ThriftOne" of
thrift. Vice versa
> Remove redundant MBean from thrift JMX
> --------------------------------------
>
> Key: HBASE-20396
> URL: https://issues.apache.org/jira/browse/HBASE-20396
> Project: HBase
> Issue Type: Improvement
> Components: Thrift
> Reporter: Guangxu Cheng
> Assignee: Guangxu Cheng
> Priority: Major
>
> HBase has two types of thrift server. When any type of thrift server is
> started, the MBean of the two thrift servers will be registered which is
> redundant.
> For example, when starting thrift2, we only need to register MBean
> "Hadoop:service=HBase,name=Thrift,sub=ThriftTwo" of thrift2 in JMX, there's
> no need to register MBean "Hadoop:service=HBase,name=Thrift,sub=ThriftOne" of
> thrift. Vice versa
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)