[ 
https://issues.apache.org/jira/browse/HADOOP-7392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052157#comment-13052157
 ] 

Luke Lu commented on HADOOP-7392:
---------------------------------

# I think /jmx should preserve the current behavior: list all mbeans, when no 
parameters are specified.
# Need to document the get syntax in the javadoc.
# Need to handle cases when property does(n't exist and make sure propertyinfo 
doesn't cause NPE later.
# Need to set the response status to 404 (SC_NOT_FOUND) if the property is not 
found.

> Implement capability of querying individual property of a mbean using 
> JMXProxyServlet 
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7392
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7392
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Tanping Wang
>            Assignee: Tanping Wang
>             Fix For: 0.23.0
>
>         Attachments: HADOOP-7392.patch
>
>
> Hadoop-7144 provides the capability to query all the properties of a mbean 
> using JMXProxyServlet.  In addition to this, we add the capability to query 
> an individual property of a mbean.  Client will send http request,
> http://hostname/jmx?get=meanName::property
> to query from server.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to