HDFS-8454. Remove unnecessary throttling in TestDatanodeDeath. (Arpit Agarwal)

This commit is contained in:
Arpit Agarwal 2015-05-21 20:43:57 -07:00
parent 673bd9708f
commit a073e5bd31
2 changed files with 3 additions and 1 deletions

View File

@ -465,6 +465,9 @@ Release 2.8.0 - UNRELEASED
HDFS-6348. SecondaryNameNode not terminating properly on runtime exceptions
(Rakesh R via vinayakumarb)
HDFS-8454. Remove unnecessary throttling in TestDatanodeDeath.
(Arpit Agarwal)
Release 2.7.1 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -363,7 +363,6 @@ private void simpleTest(int datanodeToKill) throws IOException {
// these are test settings
dfstream.setChunksPerPacket(5);
dfstream.setArtificialSlowdown(3000);
final long myseed = AppendTestUtil.nextLong();
byte[] buffer = AppendTestUtil.randomBytes(myseed, fileSize);