|
Raghu Angadi (JIRA) |
at Jan 16, 2009 at 10:58 pm
|
⇧ |
| |
[
https://issues.apache.org/jira/browse/HADOOP-4997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664728#action_12664728 ]
Raghu Angadi commented on HADOOP-4997:
--------------------------------------
test-patch :
------------
[exec] -1 overall.
[exec] +1 @author. The patch does not contain any @author tags.
[exec] +1 tests included. The patch appears to include 6 new or modified tests.
[exec] -1 javadoc. The javadoc tool appears to have generated 1 warning messages.
[exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings.
[exec] +1 findbugs. The patch does not introduce any new Findbugs warnings.
----------
JavaDoc failures are unrelated to this patch (they are for "CyclicIterator.java").
workaround for tmp file handling on DataNodes in 0.18 (HADOOP-4663)
-------------------------------------------------------------------
Key: HADOOP-4997
URL:
https://issues.apache.org/jira/browse/HADOOP-4997Project: Hadoop Core
Issue Type: Bug
Components: dfs
Affects Versions: 0.18.0
Reporter: Raghu Angadi
Assignee: Raghu Angadi
Priority: Blocker
Fix For: 0.18.3
Attachments: deleteTmp-0.18.patch, HADOOP-4997-branch-18.patch
This is a temporary work around issues discussed in HADOOP-4663.
The proposal is to remove all the files under tmp directory, thus bringing the behavior back to 0.17. The main cost is that sync() will not be supported. This is incompatible with 0.18.x, but not with 0.17 because of this reason.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.