HDFS-9383. TestByteArrayManager#testByteArrayManager fails. Contributed by Tsz Wo Nicholas Sze.
(cherry picked from commit ef926b2e38
)
This commit is contained in:
parent
1c0c77e7f0
commit
ceb062f093
|
@ -308,7 +308,7 @@ public class TestByteArrayManager {
|
|||
public void testByteArrayManager() throws Exception {
|
||||
final int countThreshold = 32;
|
||||
final int countLimit = 64;
|
||||
final long countResetTimePeriodMs = 1000L;
|
||||
final long countResetTimePeriodMs = 10000L;
|
||||
final ByteArrayManager.Impl bam = new ByteArrayManager.Impl(
|
||||
new ByteArrayManager.Conf(
|
||||
countThreshold, countLimit, countResetTimePeriodMs));
|
||||
|
|
|
@ -1443,6 +1443,9 @@ Release 2.7.3 - UNRELEASED
|
|||
HDFS-4937. ReplicationMonitor can infinite-loop in
|
||||
BlockPlacementPolicyDefault#chooseRandom(). (kihwal)
|
||||
|
||||
HDFS-9383. TestByteArrayManager#testByteArrayManager fails.
|
||||
(szetszwo via kihwal)
|
||||
|
||||
Release 2.7.2 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
Loading…
Reference in New Issue