[
https://issues.apache.org/jira/browse/HADOOP-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536104
]
dhruba borthakur commented on HADOOP-2078:
------------------------------------------
Good catch. I wonder why our unit test does not catch this one. There is a test
that checks zero-length files.
Shouldn't the test be if (fileBlocks == null || pendingFile == null) { throw
exception() }?
> Name-node should be able to close empty files.
> ----------------------------------------------
>
> Key: HADOOP-2078
> URL: https://issues.apache.org/jira/browse/HADOOP-2078
> Project: Hadoop
> Issue Type: Bug
> Affects Versions: 0.15.0
> Reporter: Konstantin Shvachko
> Assignee: Konstantin Shvachko
> Fix For: 0.16.0
>
> Attachments: emptyClose.patch
>
>
> When I try to close an empty file, the name-node throws an exception "Could
> not complete write to file"
> and issues a warning "NameSystem.completeFile: failed to complete".
> I don't see any reason why empty files should not be allowed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.