Hi Ted, If the region is already compacted and has no new data, does that mean major compaction will never be triggered and data locality will never be recovered? Thanks.
>Doing major compaction on this region should bring data locally. >Cheers On Wed, Mar 26, 2014 at 4:02 PM, Libo Yu <[email protected]> wrote: > Hi all, > > The hadoop blocks of a region may be moved to different region servers > (e.g. by > hadoop rebalancer). In such a scenario, is there a way to fix that and > move all the > blocks to the region server that hosts the region? Should hadoop > rebalancer never > be used when hbase is in use? Thanks. > > Libo > > >
