[
https://issues.apache.org/jira/browse/HBASE-11320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14026853#comment-14026853
]
stack commented on HBASE-11320:
-------------------------------
Here is what it looks like:
{code}
...
2014-06-10 11:58:10,672 INFO [BucketCacheStatsExecutor] bucket.BucketCache:
failedBlockAdditions=0, totalSize=817.59 MB, freeSize=817.58 MB, usedSize=15
KB, cacheSize=1.04 KB, accesses=28, hits=24, IOhitsPerSecond=0,
IOTimePerHit=0.00, hitRatio=85.71%, cachingAccesses=28, cachingHits=24,
cachingHitsRatio=85.71%, evictions=0, evicted=0, evictedPerRun=NaN
2014-06-10 11:58:10,677 INFO [LruBlockCacheStatsExecutor] hfile.LruBlockCache:
totalSize=216.95 KB, freeSize=204.59 MB, max=204.80 MB, blocks=214748352,
accesses=1, hits=1, hitRatio=100.00%, , cachingAccesses=1, cachingHits=1,
cachingHitsRatio=100.00%, evictions=0, evicted=0, evictedPerRun=NaN
2014-06-10 12:03:10,671 INFO [BucketCacheStatsExecutor] bucket.BucketCache:
failedBlockAdditions=0, totalSize=817.59 MB, freeSize=817.58 MB, usedSize=15
KB, cacheSize=1.04 KB, accesses=30, hits=26, IOhitsPerSecond=0,
IOTimePerHit=0.00, hitRatio=86.67%, cachingAccesses=30, cachingHits=26,
cachingHitsRatio=86.67%, evictions=0, evicted=0, evictedPerRun=NaN
2014-06-10 12:03:10,677 INFO [LruBlockCacheStatsExecutor] hfile.LruBlockCache:
totalSize=216.95 KB, freeSize=204.59 MB, max=204.80 MB, blocks=214748352,
accesses=1, hits=1, hitRatio=100.00%, , cachingAccesses=1, cachingHits=1,
cachingHitsRatio=100.00%, evictions=0, evicted=0, evictedPerRun=NaN
...
{code}
> Reenable bucket cache logging
> -----------------------------
>
> Key: HBASE-11320
> URL: https://issues.apache.org/jira/browse/HBASE-11320
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Attachments: 11320.txt
>
>
> Our bucket caches run threads in the background to log stats on a period only
> since we moved the log level to default INFO, these DEBUG level logs no
> longer show up. Make the loggings INFO level (and do some fixup to make
> bucket cache and lru loggings look same).
--
This message was sent by Atlassian JIRA
(v6.2#6252)