Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-4200

Significant log noise at INFO from CachingDirectoryFactory#close

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.1
    • 4.2, 6.0
    • None
    • None
    • solr-impl 4.1-SNAPSHOT 1421496 - ncindex - 2012-12-13 14:56:25

    Description

      The following line in CachingDirectoryFactory is resulting in a lot of noise in my branch_4x logs. It was added by Yonik's recent major sync from trunk to branch_4x, r1420992.

      log.info("Releasing directory:" + cacheValue.path);

      This was probably added to debug a problem, but it seems to get called a lot. The specific thing that led me to bring it up is that it is logged four times for every call to /admin/mbeans. When you've got seven cores and you hit them all, it increases the logging from 7 lines to 35. IMHO, it should be moved to debug instead of info.

      INFO - 2012-12-15 13:36:01.674; org.apache.solr.core.CachingDirectoryFactory; Releasing directory:/index/solr4/cores/s0_0/../../data/s0_0
      INFO - 2012-12-15 13:36:01.676; org.apache.solr.core.CachingDirectoryFactory; Releasing directory:/index/solr4/cores/s0_0/../../data/s0_0/index
      INFO - 2012-12-15 13:36:01.676; org.apache.solr.core.CachingDirectoryFactory; Releasing directory:/index/solr4/cores/s0_0/../../data/s0_0
      INFO - 2012-12-15 13:36:01.678; org.apache.solr.core.CachingDirectoryFactory; Releasing directory:/index/solr4/cores/s0_0/../../data/s0_0/index
      INFO - 2012-12-15 13:36:01.679; org.apache.solr.core.SolrCore; [s0build] webapp=/solr path=/admin/mbeans params=

      {qt.path=/admin/mbeans&wt=javabin&stats=true&version=2}

      status=0 QTime=6

      Attachments

        1. SOLR-4200.patch
          2 kB
          Chris M. Hostetter
        2. SOLR-4200.patch
          2 kB
          Shawn Heisey

        Activity

          People

            elyograg Shawn Heisey
            elyograg Shawn Heisey
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: