[ 
https://issues.apache.org/jira/browse/HADOOP-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16933790#comment-16933790
 ] 

Ranith Sardar edited comment on HADOOP-16585 at 9/19/19 9:38 PM:
-----------------------------------------------------------------

Hi [~jlowe], any suggestions regarding the patch?


was (Author: ranith):
[~jlowe], any suggestions regarding the 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: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to