[
https://issues.apache.org/jira/browse/HBASE-10289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nijel updated HBASE-10289:
--------------------------
Description:
If we enable JMX MBean server for HMaster or Region server through VM
arguments, the process will use one random which we cannot configure.
This can be a problem if that random port is configured for some other service.
This issue can be avoided by supporting a custom JMX Server.
The ports can be configured. If there is no ports configured, it will continue
the same way as now.
was:
If any of the java process want to enable the JMX MBean server then following
VM arguments needs to be passed.
But the issue here is the process will use one random which we cannot configure.
This can be a problem if that random port is configured for some other service.
This issue can be avoided by supporting a custom JMX Server.
The ports can be configured. If there is no ports configured, it will continue
the same way as now.
> Avoid random port usage by default JMX Server. Create Custome JMX server
> ------------------------------------------------------------------------
>
> Key: HBASE-10289
> URL: https://issues.apache.org/jira/browse/HBASE-10289
> Project: HBase
> Issue Type: Improvement
> Reporter: nijel
> Priority: Minor
>
> If we enable JMX MBean server for HMaster or Region server through VM
> arguments, the process will use one random which we cannot configure.
> This can be a problem if that random port is configured for some other
> service.
> This issue can be avoided by supporting a custom JMX Server.
> The ports can be configured. If there is no ports configured, it will
> continue the same way as now.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)