You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2014/11/19 19:11:34 UTC

[jira] [Created] (ACCUMULO-3345) Redundant logging on failed multi-scans

John Vines created ACCUMULO-3345:
------------------------------------

             Summary: Redundant logging on failed multi-scans
                 Key: ACCUMULO-3345
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3345
             Project: Accumulo
          Issue Type: Improvement
          Components: tserver
            Reporter: John Vines


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)