Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-3345

Redundant logging on failed multi-scans

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Abandoned
    • None
    • None
    • tserver
    • None

    Description

      When a multi scan fails, for whatever reason, it gets double logged. This makes it harder to track down. We should settle on the logging coming from one location.

      The locations in question are-
      TabletServer.LookupTask.run, there's a catch Throwable that log.warns "exception while doing multi-scan " with the exception.

      Then higher in the stack under
      TabletServer.ThriftClientHandler.continueMultiScan, there's another catch Throwable that log.warns "Failed to get multiscan result"

      Then higher in the stack under thrift in
      ProcessFunction.process, there is another catch Throwable. This log.error "internal error processing *" and logs the exception.

      We should
      A. settle on multi-scan or multiscan or something else
      B. decide which one we prefer
      C. remove/mute the other ones in our default logging configuration

      Attachments

        Activity

          People

            Unassigned Unassigned
            vines John Vines
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: