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 2014/06/08 23:27:02 UTC

[jira] [Resolved] (HBASE-8679) Add logging when the flushing condition is not met in HRS.flushRegion

     [ https://issues.apache.org/jira/browse/HBASE-8679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-8679.
-----------------------------------

    Resolution: Invalid

No patch on trivial issue

> Add logging when the flushing condition is not met in HRS.flushRegion
> ---------------------------------------------------------------------
>
>                 Key: HBASE-8679
>                 URL: https://issues.apache.org/jira/browse/HBASE-8679
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>            Priority: Trivial
>
>  boolean shouldFlush = true;
>       if (request.hasIfOlderThanTs()) {
>         shouldFlush = region.getLastFlushTime() < request.getIfOlderThanTs();
>       }
> If shouldFlush is false should add a log to say that flush did not happen for what reason. Better for debugging.



--
This message was sent by Atlassian JIRA
(v6.2#6252)