You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Tom Beerbower (JIRA)" <ji...@apache.org> on 2013/08/16 03:40:51 UTC

[jira] [Updated] (AMBARI-2926) PropertyHelper.getPropertyCategory() does not account for replacement tokens in property id

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

Tom Beerbower updated AMBARI-2926:
----------------------------------

    Attachment: AMBARI-2926.patch
    
> 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