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 53fafcf061
commit cf2b5694d6
2 changed files with 3 additions and 1 deletions

View File

@ -799,6 +799,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

@ -362,7 +362,6 @@ public class TestDatanodeDeath {
// these are test settings
dfstream.setChunksPerPacket(5);
dfstream.setArtificialSlowdown(3000);
final long myseed = AppendTestUtil.nextLong();
byte[] buffer = AppendTestUtil.randomBytes(myseed, fileSize);