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

Fix misuse of SLF4j logging API in DatasetVolumeChecker#checkAllVolumes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.10.0, 3.0.4, 3.3.0, 3.2.1, 2.9.3, 3.1.3
    • None
    • None

    Description

       Wrong:

      LOG.warn("checkAllVolumes timed out after {} ms" +
          maxAllowedTimeForCheckMs);
      

      Correct:

      LOG.warn("checkAllVolumes timed out after {} ms",
          maxAllowedTimeForCheckMs);
      

      Attachments

        1. HDFS-14407.001.patch
          0.9 kB
          Wanqiang Ji

        Issue Links

          Activity

            People

              jiwq Wanqiang Ji
              jiwq Wanqiang Ji
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: