HDFS-14004. TestLeaseRecovery2#testCloseWhileRecoverLease fails intermittently in trunk. Contributed by Ayush Saxena.
(cherry picked from commitefdfe679d6
) (cherry picked from commit7d64d44515
)
This commit is contained in:
parent
e0db6c33d4
commit
3938aa422e
|
@ -170,7 +170,7 @@ public class TestLeaseRecovery2 {
|
|||
// set the soft limit to be 1 hour but recoverLease should
|
||||
// close the file immediately
|
||||
cluster.setLeasePeriod(LONG_LEASE_PERIOD, LONG_LEASE_PERIOD);
|
||||
int size = AppendTestUtil.nextInt(FILE_SIZE);
|
||||
int size = AppendTestUtil.nextInt((int) BLOCK_SIZE);
|
||||
String filestr = "/testCloseWhileRecoverLease";
|
||||
|
||||
AppendTestUtil.LOG.info("filestr=" + filestr);
|
||||
|
|
Loading…
Reference in New Issue