[ https://issues.apache.org/jira/browse/HDFS-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734650#action_12734650
]
Bill Zeller commented on HDFS-497:
----------------------------------
The incorrect create() function currently calls an overloaded version of create() with improper
arguments (specifically, it sends {{null}} instead of {{progress}}. This can be fixed by simply
passing the correct argument. However, I also want to look into how these functions are being
tested because the current tests are not catching this issue.
> One of the DFSClient::create functions ignores parameter
> --------------------------------------------------------
>
> Key: HDFS-497
> URL: https://issues.apache.org/jira/browse/HDFS-497
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: hdfs client
> Affects Versions: 0.20.1
> Reporter: Bill Zeller
> Assignee: Bill Zeller
> Priority: Minor
>
> DFSClient::create(String src, boolean overwrite, Progressable progress) ignores progress
parameter
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|