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

Remove unnecessary log message from DFSInputStream

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 2.10.0, 2.9.3
    • None
    • None

    Description

      This was added by HDFS-8703. This usually don't come out unless user makes 0-byte read calls, which does happen.

       if (ret == 0) {
         DFSClient.LOG.warn("zero");
       }
      

      This was removed by HDFS-8905 in trunk and 3.x, but remained in 2.x.

      Attachments

        Issue Links

          Activity

            People

              csun Chao Sun
              kihwal Kihwal Lee
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: