You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2012/12/29 12:34:12 UTC

[jira] [Commented] (HBASE-6666) Allow RegionObserver to access other regions on the same server.

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

Anoop Sam John commented on HBASE-6666:
---------------------------------------

Within a RegionObserver we can access any other region in that RS via the HRegionServer#getOnlineRegion ??
e.getEnvironment().getRegionServerServices().getOnlineRegions(tableName)

Or you mean some thing else here?
                
> Allow RegionObserver to access other regions on the same server.
> ----------------------------------------------------------------
>
>                 Key: HBASE-6666
>                 URL: https://issues.apache.org/jira/browse/HBASE-6666
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>
> This is an idea I had some time back. It would be nice if a RegionObserver (or Endpoint) could get access to all other regions on the same RegionServer to efficiently make updates to those regions as well (instead of going through the standard HTable path).
> Together with a smart region placement strategy this can lead to much better performance for some coprocessor tasks.
> Maybe it could be abstracted in a special HTable implementation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira