[
https://issues.apache.org/jira/browse/HADOOP-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ranith Sardar updated HADOOP-16585:
-----------------------------------
Attachment: HADOOP-16585.001.patch
> [Tool:NNloadGeneratorMR] Multiple threads are using same id for creating
> file LoadGenerator#write
> ---------------------------------------------------------------------------------------------------
>
> Key: HADOOP-16585
> URL: https://issues.apache.org/jira/browse/HADOOP-16585
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Ranith Sardar
> Assignee: Ranith Sardar
> Priority: Major
> Attachments: HADOOP-16585.001.patch
>
>
> {code:java}
> // id would be same for multiple file, so it may occur file not found
> exception
> private void write() throws IOException {
> String dirName = dirs.get(r.nextInt(dirs.size()));
> Path file = new Path(dirName, hostname+id);
> ....
> fc.delete(file, true);
> ..
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]