You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2013/10/09 08:10:42 UTC

[jira] [Created] (HBASE-9732) Static AtomicLong updated in StoreFileScanner every (re)seek

Lars Hofhansl created HBASE-9732:
------------------------------------

             Summary: Static AtomicLong updated in StoreFileScanner every (re)seek
                 Key: HBASE-9732
                 URL: https://issues.apache.org/jira/browse/HBASE-9732
             Project: HBase
          Issue Type: Bug
            Reporter: Lars Hofhansl
             Fix For: 0.98.0, 0.94.13, 0.96.1


To verify a single test case, we update a static AtomicLong for *every* seek performed on a RegionServer. This is especially bad with multiple seeks going on at the same time.

W.T.F...?

This penalty should only be incured when we're actually testing and need to count the seeks.




--
This message was sent by Atlassian JIRA
(v6.1#6144)