Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-26979

StoreFileListFile logs frequent stacktraces at INFO level

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.5.0
    • 2.5.0, 3.0.0-alpha-3
    • None
    • None
    • Reviewed

    Description

      In StoreFileListFile we have:

              } catch (EOFException e) {
                // this is normal case, so use info and do not log stacktrace
                LOG.info("Failed to load track file {}: {}", trackFiles[i], e.toString());
              }
      

      except that we see frequent stacktraces at INFO level from StoreFileListFile and this appear to be the culprit.

      Attachments

        Issue Links

          Activity

            People

              apurtell Andrew Kyle Purtell
              apurtell Andrew Kyle Purtell
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: