You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "huaxiang sun (JIRA)" <ji...@apache.org> on 2016/12/30 01:05:58 UTC

[jira] [Created] (HBASE-17394) Correct TimeRangeTracker#init() logic

huaxiang sun created HBASE-17394:
------------------------------------

             Summary: Correct TimeRangeTracker#init() logic
                 Key: HBASE-17394
                 URL: https://issues.apache.org/jira/browse/HBASE-17394
             Project: HBase
          Issue Type: Bug
          Components: regionserver
            Reporter: huaxiang sun
            Assignee: huaxiang sun
            Priority: Minor


It is supposed to be [minimumTimestamp, maximumTimestamp), the following logic suggests  [minimumTimestamp, maximumTimestamp]

https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/TimeRangeTracker.java#L81

needs to be modified to set(l, l + 1)



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