Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-5800

Typo: soft-limit for hard-limit in DFSClient

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 2.3.0
    • hdfs-client
    • None
    • Reviewed

    Description

      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".

      Attachments

        1. HDFS-5800.patch
          0.9 kB
          Kousuke Saruta

        Activity

          People

            sarutak Kousuke Saruta
            sarutak Kousuke Saruta
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: