Liang Xie created HDFS-6614:
-------------------------------
Summary: shorten TestPread run time with a smaller retry timeout
setting
Key: HDFS-6614
URL: https://issues.apache.org/jira/browse/HDFS-6614
Project: Hadoop HDFS
Issue Type: Test
Components: test
Affects Versions: 3.0.0
Reporter: Liang Xie
Assignee: Liang Xie
Priority: Minor
Attachments: HDFS-6614.txt
Just notice logs like this from TestPread:
DFS chooseDataNode: got # 3 IOException, will wait for 9909.622860072854 msec
so i tried to set a smaller retry window value.
Before patch:
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hdfs.TestPread
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 154.812 sec -
in org.apache.hadoop.hdfs.TestPread
After the change:
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hdfs.TestPread
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 131.724 sec -
in org.apache.hadoop.hdfs.TestPread
--
This message was sent by Atlassian JIRA
(v6.2#6252)