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

Azure threaded deleter logs too much at info

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Trivial
    • Resolution: Unresolved
    • 2.9.0
    • None
    • fs/azure
    • None

    Description

      The new azure parallel deleter shares too much information in the logs about what is going on

      2016-08-26 18:56:16,461 WARN  azure.AzureFileSystemThreadPoolExecutor (AzureFileSystemThreadPoolExecutor.java:executeParallel(150)) - Disabling threads for Delete operation as thread count 0 is <= 1
      2016-08-26 18:56:21,424 INFO  azure.AzureFileSystemThreadPoolExecutor (AzureFileSystemThreadPoolExecutor.java:executeParallel(235)) - Time taken for Delete operation is: 4963 ms with threads: 0
      
      1. given that thread count of 0 is the default, warn is overkill and misleading
      2. I (and presumably many other users) don't care about how long something took.

      These should both be downgraded to debug

      Attachments

        1. HADOOP-13550-branch-2-001.patch
          14 kB
          Steve Loughran

        Issue Links

          Activity

            People

              stevel@apache.org Steve Loughran
              stevel@apache.org Steve Loughran
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: