You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2013/06/03 12:32:21 UTC

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

ramkrishna.s.vasudevan created HBASE-8679:
---------------------------------------------

             Summary: 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.95.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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira