You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/07/29 20:36:14 UTC

[jira] Commented: (HBASE-1719) hold a reference to the HRegion in Store instead of only the HRegionInfo

    [ https://issues.apache.org/jira/browse/HBASE-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736739#action_12736739 ] 

stack commented on HBASE-1719:
------------------------------

+1 (if all tests pass -- I didn't try it)

> hold a reference to the HRegion in Store instead of only the HRegionInfo
> ------------------------------------------------------------------------
>
>                 Key: HBASE-1719
>                 URL: https://issues.apache.org/jira/browse/HBASE-1719
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1719.patch
>
>
> A generally useful and low impact modification. Enabled my fixup patch for HBASE-1715. Lets one potentially take actions on the region out of a store. We're already associating a HRI. Seems like a binding of region to store without the benefits of a reference to the region object. Result passes all local tests. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.