wzhallright opened a new pull request, #5749:
URL: https://github.com/apache/hadoop/pull/5749
### Description of PR
At TestFIleAppend4.java the method `recoverFile`
`// set the soft limit to be 1 second so that the
// namenode triggers lease recovery upon append request
cluster.setLeasePeriod(1,
conf.getLong(DFSConfigKeys.DFS_LEASE_HARDLIMIT_KEY,
DFSConfigKeys.DFS_LEASE_HARDLIMIT_DEFAULT));`
The notation mean setLeasePeriod of soft limit to be 1 second, but current
set the soft limit to be 1ms.
### How was this patch tested?
### For code changes:
issue: https://issues.apache.org/jira/browse/HDFS-17051
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]