[
https://issues.apache.org/jira/browse/HDFS-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Nauroth updated HDFS-4910:
--------------------------------
Attachment: HDFS-4910.2.patch
Thanks, Chuan. This makes {{FSPermissionChecker}} on branch-2 equivalent to
the trunk version as advertised. I confirmed that the test fails on branch-2
and then passes after applying your patch.
Let's aim to make the files identical on trunk and branch-2 so that any
subsequent patches merge easily across branches. Right now, there is just a
minor formatting difference from trunk caused by this line:
{code}
for (; ancestorIndex >= 0 && inodes[ancestorIndex] == null; ancestorIndex--)
;
{code}
I'm attaching an updated version of your patch that just adjusts the formatting
of this line to make it identical to trunk.
Can you confirm that the new patch looks good to you? If so, then I can commit
it.
> TestPermission failed in branch-2
> ---------------------------------
>
> Key: HDFS-4910
> URL: https://issues.apache.org/jira/browse/HDFS-4910
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 2.1.0-beta
> Reporter: Chuan Liu
> Assignee: Chuan Liu
> Attachments: HDFS-4910.2.patch, HDFS-4910.patch
>
>
> TestPermission.testSymlinkPermissions unit test introduced in HDFS-4765 has a
> regression in branch-2. The test case is failing on both Windows and Linux.
--
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