You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/04/10 20:20:13 UTC

[jira] [Commented] (HBASE-13452) Uninformative error message in HRegion

    [ https://issues.apache.org/jira/browse/HBASE-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14490049#comment-14490049 ] 

Andrew Purtell commented on HBASE-13452:
----------------------------------------

This came in on HBASE-10514. Ping [~stack]. Can we remove this or does this amount to a lurking FIXME ? 

> Uninformative error message in HRegion
> --------------------------------------
>
>                 Key: HBASE-13452
>                 URL: https://issues.apache.org/jira/browse/HBASE-13452
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Dev Lakhani
>
> During normal operation the HRegion class reports a message related to memstore flushing in HRegion.class :
>       if (!canFlush) {
>         addAndGetGlobalMemstoreSize(-memstoreSize.get());
>       } else if (memstoreSize.get() != 0) {
>         LOG.error("Memstore size is " + memstoreSize.get());
>       }
> The log file is filled with lots of 
> Memstore size is: 190192
> Memstore size is: 442232
> Memstore size is: 190192
> ...
> These message are uninformative, clog up the logs and offers no root cause nor solution. Maybe the message needs to be more informative, changed to WARN or some further information provided.



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