You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "nijel (JIRA)" <ji...@apache.org> on 2014/01/07 17:31:52 UTC

[jira] [Created] (HBASE-10289) Avoid random port usage by default JMX Server. Create Custome JMX server

nijel created HBASE-10289:
-----------------------------

             Summary: 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 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.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)