[
https://issues.apache.org/jira/browse/HDFS-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878801#action_12878801
]
Tom White commented on HDFS-1170:
---------------------------------
+1
I think this can be committed (to 0.21 and trunk). I ran
TestLargeDirectoryDelete 10 times and got 8 NullPointerExceptions. With this
patch I got no failures and no NPEs in 10 runs, so it fixes HDFS-1170 for me
(this is on a Mac).
> Add more assertions to TestLargeDirectoryDelete
> -----------------------------------------------
>
> Key: HDFS-1170
> URL: https://issues.apache.org/jira/browse/HDFS-1170
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: test
> Affects Versions: 0.22.0
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Priority: Minor
> Fix For: 0.22.0
>
> Attachments: HDFS-1170.patch
>
>
> This issue is for a patch which will only add some more asserts to the
> TestLargeDirectoryDelete test case, to help identify the causes of HDFS-615
> and HDFS-816.
> Proposed
> # split the chained operations into one per line for better stack trace
> diagnostics
> # add {{assertNotNull}} assertions for better diagnostics.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.