dont forget that this wont parallelize the flushes or compactions,
since they happen region-server side and there are built in limits
there to keep io down.

this will accelerate sending all the command messages though.

-ryan

On Mon, Jan 24, 2011 at 11:18 AM, Ted Yu <yuzhih...@gmail.com> wrote:
> https://issues.apache.org/jira/browse/HBASE-3471 is created
>
> On Mon, Jan 24, 2011 at 10:56 AM, Jean-Daniel Cryans 
> <jdcry...@apache.org>wrote:
>
>> I'd guess so and the same could be done for splits and compactions
>> since it's (almost) the same code.
>>
>> J-D
>>
>> On Sat, Jan 22, 2011 at 8:00 AM, Ted Yu <yuzhih...@gmail.com> wrote:
>> > In 0.90, HBaseAdmin.flush() uses a loop to go over List<Pair<HRegionInfo,
>> > HServerAddress>>
>> >
>> > Should executor service be used for higher parallelism ?
>> >
>> > Thanks
>> >
>>
>

Reply via email to