[
https://issues.apache.org/jira/browse/HBASE-9595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell resolved HBASE-9595.
----------------------------------------
Assignee: (was: ramkrishna.s.vasudevan)
Resolution: Incomplete
> HStore should use HFileContext for holding the state therein rather than
> duplicating it
> ---------------------------------------------------------------------------------------
>
> Key: HBASE-9595
> URL: https://issues.apache.org/jira/browse/HBASE-9595
> Project: HBase
> Issue Type: Sub-task
> Reporter: Andrew Kyle Purtell
> Priority: Minor
>
> Currently at the Store level, HFileContext is created on demand using HStore
> state when HFile readers or writers are created. We can't create a
> HFileContext at store creation time and carry long term state within.
> Therefore we can't avoid adding more members to HStore even if we have
> already added a new member to HFileContext. This partially defeats why
> HFileContext is a good idea: It can/should encapsulate the state passed
> between Store and HFile so additions don't require new members to various
> Store and HFile classes.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)