-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3.0
-
Component/s: hdfs-client
-
Labels:None
-
Hadoop Flags:Reviewed
In DFSClient#renewLease, there is a log message as follows.
LOG.warn("Failed to renew lease for " + clientName + " for " + (elapsed/1000) + " seconds (>= soft-limit =" + (HdfsConstants.LEASE_HARDLIMIT_PERIOD/1000) + " seconds.) "
This log message includes "soft-limit" but, considering the context, I think it's typo for "hard-limit".