You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Robbie Scott (JIRA)" <ji...@apache.org> on 2008/10/06 18:03:44 UTC

[jira] Created: (ZOOKEEPER-177) needed: docs for JMX

needed: docs for JMX
--------------------

                 Key: ZOOKEEPER-177
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-177
             Project: Zookeeper
          Issue Type: Improvement
          Components: documentation
            Reporter: Robbie Scott


I don't know if this should be part of the logging section in the zookeeper admin guide (see JIRA ZOOKEEPER-166 )
but, per Patrick, "related to security, ack, yea another doc, is the documentation of the JMX support that zk has"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-177) needed: docs for JMX

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668004#action_12668004 ] 

Hudson commented on ZOOKEEPER-177:
----------------------------------

Integrated in ZooKeeper-trunk #212 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/212/])
    .  needed: docs for JMX (phunt via mahadev)


> needed: docs for JMX
> --------------------
>
>                 Key: ZOOKEEPER-177
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-177
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: documentation, jmx
>            Reporter: Robbie Scott
>            Assignee: Patrick Hunt
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-177.patch
>
>
> I don't know if this should be part of the logging section in the zookeeper admin guide (see JIRA ZOOKEEPER-166 )
> but, per Patrick, "related to security, ack, yea another doc, is the documentation of the JMX support that zk has"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-177) needed: docs for JMX

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645125#action_12645125 ] 

Patrick Hunt commented on ZOOKEEPER-177:
----------------------------------------

One thing I noticed when running jmx on my linux system with jdk6

If you start ManagedQuorumPeerMain (3.x) with this option:
      -J-Djava.rmi.server.hostname=localhost 
you can use jconsole to attach on localhost. otw you get some 
weird error related to the jvm host name not matching (something like that)


> needed: docs for JMX
> --------------------
>
>                 Key: ZOOKEEPER-177
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-177
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: documentation, jmx
>            Reporter: Robbie Scott
>             Fix For: 3.1.0
>
>
> I don't know if this should be part of the logging section in the zookeeper admin guide (see JIRA ZOOKEEPER-166 )
> but, per Patrick, "related to security, ack, yea another doc, is the documentation of the JMX support that zk has"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-177) needed: docs for JMX

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-177:
-----------------------------------

    Fix Version/s: 3.1.0

> needed: docs for JMX
> --------------------
>
>                 Key: ZOOKEEPER-177
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-177
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: documentation, jmx
>            Reporter: Robbie Scott
>             Fix For: 3.1.0
>
>
> I don't know if this should be part of the logging section in the zookeeper admin guide (see JIRA ZOOKEEPER-166 )
> but, per Patrick, "related to security, ack, yea another doc, is the documentation of the JMX support that zk has"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-177) needed: docs for JMX

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-177:
-----------------------------------

    Attachment: ZOOKEEPER-177.patch

This addresses the desc/comments in this jira so far. In particular I've documented the JMX management capabilities and also detailed the objects available. Also updated the zkServer to properly start a locally manageable zk instance. (point to sun docs for more details).

> needed: docs for JMX
> --------------------
>
>                 Key: ZOOKEEPER-177
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-177
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: documentation, jmx
>            Reporter: Robbie Scott
>            Assignee: Patrick Hunt
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-177.patch
>
>
> I don't know if this should be part of the logging section in the zookeeper admin guide (see JIRA ZOOKEEPER-166 )
> but, per Patrick, "related to security, ack, yea another doc, is the documentation of the JMX support that zk has"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-177) needed: docs for JMX

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656823#action_12656823 ] 

Patrick Hunt commented on ZOOKEEPER-177:
----------------------------------------

noticed in java6 need:

-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.local.only=false

this works for me on ubuntu 8.10 with java6


> needed: docs for JMX
> --------------------
>
>                 Key: ZOOKEEPER-177
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-177
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: documentation, jmx
>            Reporter: Robbie Scott
>             Fix For: 3.1.0
>
>
> I don't know if this should be part of the logging section in the zookeeper admin guide (see JIRA ZOOKEEPER-166 )
> but, per Patrick, "related to security, ack, yea another doc, is the documentation of the JMX support that zk has"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (ZOOKEEPER-177) needed: docs for JMX

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt reassigned ZOOKEEPER-177:
--------------------------------------

    Assignee: Patrick Hunt

> needed: docs for JMX
> --------------------
>
>                 Key: ZOOKEEPER-177
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-177
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: documentation, jmx
>            Reporter: Robbie Scott
>            Assignee: Patrick Hunt
>             Fix For: 3.1.0
>
>
> I don't know if this should be part of the logging section in the zookeeper admin guide (see JIRA ZOOKEEPER-166 )
> but, per Patrick, "related to security, ack, yea another doc, is the documentation of the JMX support that zk has"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-177) needed: docs for JMX

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated ZOOKEEPER-177:
------------------------------------

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

I just committed this. Thanks pat.

> needed: docs for JMX
> --------------------
>
>                 Key: ZOOKEEPER-177
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-177
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: documentation, jmx
>            Reporter: Robbie Scott
>            Assignee: Patrick Hunt
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-177.patch
>
>
> I don't know if this should be part of the logging section in the zookeeper admin guide (see JIRA ZOOKEEPER-166 )
> but, per Patrick, "related to security, ack, yea another doc, is the documentation of the JMX support that zk has"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-177) needed: docs for JMX

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658707#action_12658707 ] 

Patrick Hunt commented on ZOOKEEPER-177:
----------------------------------------

document zookeeper.jmx.log4j.disable in forrest as well, part of ZOOKEEPER-256 patch

> needed: docs for JMX
> --------------------
>
>                 Key: ZOOKEEPER-177
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-177
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: documentation, jmx
>            Reporter: Robbie Scott
>             Fix For: 3.1.0
>
>
> I don't know if this should be part of the logging section in the zookeeper admin guide (see JIRA ZOOKEEPER-166 )
> but, per Patrick, "related to security, ack, yea another doc, is the documentation of the JMX support that zk has"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-177) needed: docs for JMX

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-177:
-----------------------------------

    Component/s: jmx

> needed: docs for JMX
> --------------------
>
>                 Key: ZOOKEEPER-177
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-177
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: documentation, jmx
>            Reporter: Robbie Scott
>
> I don't know if this should be part of the logging section in the zookeeper admin guide (see JIRA ZOOKEEPER-166 )
> but, per Patrick, "related to security, ack, yea another doc, is the documentation of the JMX support that zk has"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-177) needed: docs for JMX

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-177:
-----------------------------------

    Status: Patch Available  (was: Open)

> needed: docs for JMX
> --------------------
>
>                 Key: ZOOKEEPER-177
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-177
>             Project: Zookeeper
>          Issue Type: Improvement
>          Components: documentation, jmx
>            Reporter: Robbie Scott
>            Assignee: Patrick Hunt
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-177.patch
>
>
> I don't know if this should be part of the logging section in the zookeeper admin guide (see JIRA ZOOKEEPER-166 )
> but, per Patrick, "related to security, ack, yea another doc, is the documentation of the JMX support that zk has"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.