On Wed, Jun 8, 2011 at 12:50 PM, Ted Yu <[email protected]> wrote: > I am thinking of creating a new policy for region assignment at cluster > startup which assigns regions from each table in round-robin fashion. >
Don't we want to retain assignments on startup since that will ensure greatest locality of data? Round-robin would undo all that (We used to do round-robin but worked hard to make it on restart we kept the pre-restart assignments). St.Ack
