HDFS-8454. Remove unnecessary throttling in TestDatanodeDeath. (Arpit Agarwal)
This commit is contained in:
parent
53fafcf061
commit
cf2b5694d6
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue