[
https://issues.apache.org/jira/browse/HDFS-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783958#action_12783958
]
Konstantin Boudnik commented on HDFS-797:
-----------------------------------------
Well, I've ran this test a few time in different configurations: Mac OS laptop
(0.21 and 0.22) and my linux box (0.22 only). The results are strange indeed:
- BSD laptop: the full run takes about 6 (sic!) minutes
- linux box: 75 to 80 seconds
> TestHDFSCLI much slower after HDFS-265 merge
> --------------------------------------------
>
> Key: HDFS-797
> URL: https://issues.apache.org/jira/browse/HDFS-797
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: hdfs client
> Affects Versions: 0.21.0, 0.22.0
> Reporter: Todd Lipcon
>
> After the merge of HDFS-265 into trunk, TestHDFSCLI takes much longer to run
> (>10min, got tired of waiting). Changing dataQueue.wait(1000) to
> dataQueue.wait(10) on line 2708 speeds up the test back to its original
> performance. This isn't a fix, but displays the issue - somehow the thread
> isn't getting properly interrupted. In general this probably represents a
> performance regression for the exit of all HDFS writers (most noticeable in
> CLI tools)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.