If we keep current relationship, one approach would be to add the request count to HRegionInfo
On Mon, Mar 14, 2011 at 1:55 PM, Ted Yu <[email protected]> wrote: > This is related to HBASE-3507 > The request count in HRegion should be visible to master so that load > balancer can make use of this information. > > > On Mon, Mar 14, 2011 at 1:52 PM, Stack <[email protected]> wrote: > >> There won't be HRegions in the Master context (The master doesn't >> carry HRegions). There will only be pointers; i.e. the HRegionInfo. >> St.Ack >> >> >> On Mon, Mar 14, 2011 at 1:38 PM, Ted Yu <[email protected]> wrote: >> > Hi, >> > How should I retrieve HRegion's in AssignmentManager ? >> > >> > I see HRegion.getRegionInfo() but there is no counterpart. >> > >> > Thanks >> > >> > >
