Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
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