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

stack updated HBASE-8679:
-------------------------

    Fix Version/s:     (was: 0.96.0)
                   0.96.1

> 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
>             Fix For: 0.98.0, 0.96.1
>
>
>  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.1#6144)

Reply via email to