[jira] [Resolved] (HBASE-8330) What is the necessity of having a private ThreadLocal in FSReaderV2

2013-06-26 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manukranth Kolloju resolved HBASE-8330. --- Resolution: Fixed > What is the necessity of having a private ThreadLocal

What is the necessity of having a private ThreadLocal in FSReaderV2

2013-04-12 Thread Manu Kranth Chary
I was trying to investigate the scenarios in which we perform a seek back of 24 bytes(Header size) while we do a HFileBlock read. In the process I stumbled upon this issue. In order to avoid the seek back problem, what we do is to store the header of the next block in a class named PrefetchedHeader

[jira] [Created] (HBASE-8330) What is the necessity of having a private ThreadLocal in FSReaderV2

2013-04-11 Thread Manukranth Kolloju (JIRA)
Manukranth Kolloju created HBASE-8330: - Summary: What is the necessity of having a private ThreadLocal in FSReaderV2 Key: HBASE-8330 URL: https://issues.apache.org/jira/browse/HBASE-8330 Project