[
https://issues.apache.org/jira/browse/HADOOP-9906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753398#comment-13753398
]
Bikas Saha commented on HADOOP-9906:
------------------------------------
Is the following backwards incompatible since we changed the method of a public
class?
{code}
- public static List<ACL> parseACLs(String aclString) {
+ public static List<ACL> parseACLs(String aclString) throws
+ BadAclFormatException {
{code}
> Move HAZKUtil to o.a.h.util.ZKUtil and make inner-classes public
> ----------------------------------------------------------------
>
> Key: HADOOP-9906
> URL: https://issues.apache.org/jira/browse/HADOOP-9906
> Project: Hadoop Common
> Issue Type: Bug
> Components: ha
> Affects Versions: 2.1.0-beta
> Reporter: Karthik Kambatla
> Assignee: Karthik Kambatla
> Priority: Minor
> Fix For: 2.1.1-beta
>
> Attachments: hadoop-9906-1.patch, hadoop-9906-2.patch
>
>
> HAZKUtil defines a couple of exceptions - BadAclFormatException and
> BadAuthFormatException - that can be made public for use in other components.
> For instance, YARN-353 could use it in tests and ACL validation.
--
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