[
https://issues.apache.org/jira/browse/HBASE-16220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15374243#comment-15374243
]
Hudson commented on HBASE-16220:
--------------------------------
FAILURE: Integrated in HBase-Trunk_matrix #1218 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1218/])
HBASE-16220 Demote log level for "HRegionFileSystem - No StoreFiles for"
(apurtell: rev 911706a8732262b4ce0e060900b76f84f5fdf11b)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java
> Demote log level for "HRegionFileSystem - No StoreFiles for" messages to TRACE
> ------------------------------------------------------------------------------
>
> Key: HBASE-16220
> URL: https://issues.apache.org/jira/browse/HBASE-16220
> Project: HBase
> Issue Type: Improvement
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Minor
> Fix For: 2.0.0, 1.4.0, 0.98.21
>
> Attachments: HBASE-16220.patch
>
>
> Messages like this can significantly accumulate in regionserver logs when a
> cluster is carrying empty tables.
> > 2016-07-07 15:59:59,994 DEBUG [region-location-1]
> > regionserver.HRegionFileSystem - No StoreFiles for:
> > hdfs://pod/hbase/data/default/table/region/family
> All this means is no data has been written into a region yet. Table
> utilization information can be collected by other means for managing that.
> Because many deployments run with DEBUG as the default log level, especially
> when trying to track down other production issues, this message is better
> logged at TRACE level.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)