You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2016/09/16 20:37:20 UTC

[jira] [Created] (ACCUMULO-4465) Improve log statements on block caches

Josh Elser created ACCUMULO-4465:
------------------------------------

             Summary: Improve log statements on block caches
                 Key: ACCUMULO-4465
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4465
             Project: Accumulo
          Issue Type: Bug
          Components: tserver
            Reporter: Josh Elser
            Priority: Minor
             Fix For: 1.7.3, 1.8.1, 2.0.0


I noticed that both the LruBlockCache (and the soon-landing TinyLfuBlockCache) both suffer from the same logging issues:

# Not clear if the cache is for index blocks or data blocks
# Two separate log messages make it impossible to know definitively which cache the 2nd message goes with (don't know which cache the stats are actually for).

Should be able to clean this up easily.



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