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

Tom Beerbower commented on AMBARI-2926:
---------------------------------------

pushed...

34c85a689acf604a330be3a3d34b7b0c0e96c032
                
> PropertyHelper.getPropertyCategory() does not account for replacement tokens 
> in property id
> -------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-2926
>                 URL: https://issues.apache.org/jira/browse/AMBARI-2926
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Tom Beerbower
>            Assignee: Tom Beerbower
>         Attachments: AMBARI-2926.patch
>
>
> The utility method PropertyHelper.getPropertyCategory(propertyId) does not 
> account for replacement tokens in property ids.  These were recently added to 
> allow for dynamic metric names.  For example ...
> {code}
> metrics/yarn/Queue/$1.replaceAll(",q(\d+)=","/").substring(1)
> {code}
> Since the / character is used as a delimiter, the / in the replacement token 
> method argument will cause the category for the above property id to be 
> reported as ...
> {code}
> metrics/yarn/Queue/$1.replaceAll(",q(\d+)=","
> {code}
> ... instead of ...
> {code}
> metrics/yarn/Queue
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to