Re: Re: Re: single thread threadpool for master_table_operation

2016-04-20 Thread WangYQ
cp is coprocsssor this step is carried out before upgrade hbase, so after remove cp, old hbase will not be used so i want to increase the pool size in old version to speed up the process of removing cp On 2016-04-20 22:01 , Ted Yu Wrote: bq. all cp of all tables What does cp mean ? Do you

Re: Re: single thread threadpool for master_table_operation

2016-04-20 Thread Ted Yu
bq. all cp of all tables What does cp mean ? Do you mean column family ? bq. will never create/enable tables in the future Then what would the cluster be used for ? On Wed, Apr 20, 2016 at 6:16 AM, WangYQ wrote: > i want to remove all cp of all tables in hbase > so

Re:Re: single thread threadpool for master_table_operation

2016-04-20 Thread WangYQ
i want to remove all cp of all tables in hbase so i disable tables concurrently, and then modify tables for hundreds of tables, remove all cp costs 30 miniutes, is not so fast so, i want to speed the whoe process. and will never create/enable tables in the future after examine the code, i

Re: single thread threadpool for master_table_operation

2016-04-20 Thread Ted Yu
Adding subject. Adding back user@hbase But the master wouldn't know what next action admin is going to perform, right ? On Wed, Apr 20, 2016 at 5:59 AM, WangYQ wrote: > if i just disable tables in concurrently, > and will never enable, modify, create table > > i