Kousuke Saruta created HADOOP-10243:
---------------------------------------
Summary: Typo: soft-limit for hard-limit in DFSClient
Key: HADOOP-10243
URL: https://issues.apache.org/jira/browse/HADOOP-10243
Project: Hadoop Common
Issue Type: Bug
Reporter: Kousuke Saruta
Priority: Trivial
In DFSClient#renewLease, there is a log message as follows.
{code}
LOG.warn("Failed to renew lease for " + clientName + " for "
+ (elapsed/1000) + " seconds (>= soft-limit ="
+ (HdfsConstants.LEASE_HARDLIMIT_PERIOD/1000) + " seconds.) "
{code}
This log message includes "soft-limit" but, considering the context, I think
it's typo for "hard-limit".
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)