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

2014-06-19 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-10289:
---

   Resolution: Fixed
Fix Version/s: 0.98.4
   Status: Resolved  (was: Patch Available)

Applied 'hbase10289-0.98.patch' and pushed, new unit test passes locally.

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0, 0.98.4

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch, hbase10289-0.98.patch, 
 hbase10289-doc_update-master.patch, hbase10289-master-v1.patch, 
 hbase10289-master-v2.patch


 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.2#6252)


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

2014-06-04 Thread Qiang Tian (JIRA)

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

Qiang Tian updated HBASE-10289:
---

Status: Patch Available  (was: Reopened)

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch, hbase10289-0.98.patch, 
 hbase10289-doc_update-master.patch, hbase10289-master-v1.patch, 
 hbase10289-master-v2.patch


 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.2#6252)


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

2014-06-04 Thread Qiang Tian (JIRA)

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

Qiang Tian updated HBASE-10289:
---

Attachment: hbase10289-0.98.patch
hbase10289-doc_update-master.patch

upload the doc update for master and code patch for 0.98. (sorry for late 
response, got some emergency yesterday)

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch, hbase10289-0.98.patch, 
 hbase10289-doc_update-master.patch, hbase10289-master-v1.patch, 
 hbase10289-master-v2.patch


 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.2#6252)


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

2014-06-02 Thread Qiang Tian (JIRA)

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

Qiang Tian updated HBASE-10289:
---

Status: Open  (was: Patch Available)

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch, hbase10289-master-v1.patch


 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.2#6252)


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

2014-06-02 Thread Qiang Tian (JIRA)

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

Qiang Tian updated HBASE-10289:
---

Status: Patch Available  (was: Open)

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch, hbase10289-master-v1.patch, 
 hbase10289-master-v2.patch


 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.2#6252)


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

2014-06-02 Thread Qiang Tian (JIRA)

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

Qiang Tian updated HBASE-10289:
---

Attachment: hbase10289-master-v2.patch

Thanks for [~stack]'s comments! 
comments applied and change default port to 10102 to be consistent with 
hbase-env.sh.


 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch, hbase10289-master-v1.patch, 
 hbase10289-master-v2.patch


 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.2#6252)


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

2014-06-02 Thread stack (JIRA)

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

stack updated HBASE-10289:
--

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Committed to master.  Thanks for the nice fixup [~tianq]

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch, hbase10289-master-v1.patch, 
 hbase10289-master-v2.patch


 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.2#6252)


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

2014-05-30 Thread Qiang Tian (JIRA)

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

Qiang Tian updated HBASE-10289:
---

Status: Open  (was: Patch Available)

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch, hbase10289-master-v1.patch


 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.2#6252)


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

2014-05-30 Thread Qiang Tian (JIRA)

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

Qiang Tian updated HBASE-10289:
---

Attachment: hbase10289-master-v1.patch

add doc change

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch, hbase10289-master-v1.patch


 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.2#6252)


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

2014-05-30 Thread Qiang Tian (JIRA)

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

Qiang Tian updated HBASE-10289:
---

Status: Patch Available  (was: Open)

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch, hbase10289-master-v1.patch


 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.2#6252)


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

2014-05-28 Thread Qiang Tian (JIRA)

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

Qiang Tian updated HBASE-10289:
---

Status: Open  (was: Patch Available)

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch


 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.2#6252)


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

2014-05-28 Thread Qiang Tian (JIRA)

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

Qiang Tian updated HBASE-10289:
---

Attachment: HBase10289-master.patch

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch


 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.2#6252)


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

2014-05-28 Thread Qiang Tian (JIRA)

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

Qiang Tian updated HBASE-10289:
---

Status: Patch Available  (was: Open)

 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
Assignee: Qiang Tian
Priority: Minor
  Labels: stack
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch, 
 HBase10289-master.patch


 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.2#6252)


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

2014-04-04 Thread Demai Ni (JIRA)

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

Demai Ni updated HBASE-10289:
-

Attachment: HBASE-10289-v4.patch

in HMasterCommandLine. I have to repeat 
{code}
jmxServer = new JMXServer(conf, hbase.master);
jmxServer.start();
{code}
twice, so that in the else condition, jmxSever will be start before 
master.start() to register. Otherwise, its port won't be set for HMaster

 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
 Fix For: 0.99.0

 Attachments: HBASE-10289-v4.patch, HBASE-10289.patch, 
 HBASE-10289_1.patch, HBASE-10289_2.patch, HBASE-10289_3.patch


 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.2#6252)


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

2014-01-29 Thread nijel (JIRA)

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

nijel updated HBASE-10289:
--

Attachment: HBASE-10289_3.patch

Updated patch
Test case is failing because test category is not added. Added as small test
Corrected javadoc warning


 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
 Fix For: 0.99.0

 Attachments: HBASE-10289.patch, HBASE-10289_1.patch, 
 HBASE-10289_2.patch, HBASE-10289_3.patch


 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)


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

2014-01-28 Thread rajeshbabu (JIRA)

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

rajeshbabu updated HBASE-10289:
---

Fix Version/s: 0.99.0
   Status: Patch Available  (was: Open)

 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
 Fix For: 0.99.0

 Attachments: HBASE-10289.patch, HBASE-10289_1.patch


 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)


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

2014-01-28 Thread nijel (JIRA)

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

nijel updated HBASE-10289:
--

Attachment: HBASE-10289_2.patch

Updated the patch

 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
 Fix For: 0.99.0

 Attachments: HBASE-10289.patch, HBASE-10289_1.patch, 
 HBASE-10289_2.patch


 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)


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

2014-01-26 Thread nijel (JIRA)

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

nijel updated HBASE-10289:
--

Attachment: HBASE-10289_1.patch

Thanks for the review

Sorry for the delay :) bit stuck with internal tasks

Updated the patch with the comments. Also Added plugin points in Regionserver 
and Master.


 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
 Attachments: HBASE-10289.patch, HBASE-10289_1.patch


 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)


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

2014-01-17 Thread nijel (JIRA)

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

nijel updated HBASE-10289:
--

Attachment: HBASE-10289.patch

Attached initial patch with the Custom JMX server.
Please have a look. If it is ok, i will change the main classes to start this 
JMX server.

 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
 Attachments: HBASE-10289.patch


 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)


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

2014-01-07 Thread nijel (JIRA)

 [ 
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)