You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kousuke Saruta (JIRA)" <ji...@apache.org> on 2014/01/20 07:31:21 UTC

[jira] [Created] (HADOOP-10243) Typo: soft-limit for hard-limit in DFSClient

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)