Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-11876

Refactor code to make it more readable, minor maybePrintStats bug

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 3.0.0-alpha1
    • 2.8.0, 3.0.0-alpha1
    • tools/distcp
    • None

    Description

      This is related to HADOOP-11827 patch from few days ago. I've noticed a minor bug in maybePrintStats logic which is called only when new directory is processed, and prints every 100K objects (effectively, there is a very low probability it'll ever print stats). The reason for this bug is that I was previously printing stats for every new directory, and later decided it's nicer to print stats for large number of new "objects" (files or directories) instead.

      This is a minor issue - and since I'm refactoring this I've also changed the minor retry logic to make code nicer and more readable.

      Attachments

        1. HADOOP-11876.patch
          2 kB
          Zoran Dimitrijevic

        Activity

          People

            3opan Zoran Dimitrijevic
            3opan Zoran Dimitrijevic
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: