Re:Re: ANNOUNCE: Yu Li joins the Apache HBase PMC

2017-04-16 Thread Chunhui Shen
Congratulations! At 2017-04-17 11:50:31, "Phil Yang" wrote: >Congratulations! > >Thanks, >Phil > > >2017-04-17 10:31 GMT+08:00 Jingcheng Du : > >> Congratulations!!! >> >> 2017-04-17 9:53 GMT+08:00 ramkrishna vasudevan < >> ramkrishna.s.vasude...@gmail.com>: >> >> > Congratulations!! >> > >> >

Re: A new Mutilple-Type Queue idea to handle multiple workloads

2017-04-16 Thread libis
> bq. client-3 will ran out of all handler threads of the get-queue > Looks like you meant to say that client-3 would occupy all handlers. the client-3 would accupy all handlers assigned to the get-queue, which also accepts the requests from the client-4 > The pictures didn't go through. > Sinc

Re: ANNOUNCE: Yu Li joins the Apache HBase PMC

2017-04-16 Thread Phil Yang
Congratulations! Thanks, Phil 2017-04-17 10:31 GMT+08:00 Jingcheng Du : > Congratulations!!! > > 2017-04-17 9:53 GMT+08:00 ramkrishna vasudevan < > ramkrishna.s.vasude...@gmail.com>: > > > Congratulations!! > > > > On Mon, Apr 17, 2017 at 7:05 AM, Guanghao Zhang > > wrote: > > > > > Congratula

[jira] [Created] (HBASE-17928) Shell tool to clear compact queues

2017-04-16 Thread Guangxu Cheng (JIRA)
Guangxu Cheng created HBASE-17928: - Summary: Shell tool to clear compact queues Key: HBASE-17928 URL: https://issues.apache.org/jira/browse/HBASE-17928 Project: HBase Issue Type: New Feature

Re: ANNOUNCE: Yu Li joins the Apache HBase PMC

2017-04-16 Thread Jingcheng Du
Congratulations!!! 2017-04-17 9:53 GMT+08:00 ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com>: > Congratulations!! > > On Mon, Apr 17, 2017 at 7:05 AM, Guanghao Zhang > wrote: > > > Congratulations! > > > > 2017-04-16 21:36 GMT+08:00 Yu Li : > > > > > Thanks all! My honor and will do my

Re: ANNOUNCE: Yu Li joins the Apache HBase PMC

2017-04-16 Thread ramkrishna vasudevan
Congratulations!! On Mon, Apr 17, 2017 at 7:05 AM, Guanghao Zhang wrote: > Congratulations! > > 2017-04-16 21:36 GMT+08:00 Yu Li : > > > Thanks all! My honor and will do my best. > > > > Best Regards, > > Yu > > > > On 16 April 2017 at 14:20, 张铎(Duo Zhang) wrote: > > > > > Congratulations! > >

Re: ANNOUNCE: Yu Li joins the Apache HBase PMC

2017-04-16 Thread Guanghao Zhang
Congratulations! 2017-04-16 21:36 GMT+08:00 Yu Li : > Thanks all! My honor and will do my best. > > Best Regards, > Yu > > On 16 April 2017 at 14:20, 张铎(Duo Zhang) wrote: > > > Congratulations! > > > > 2017-04-16 11:24 GMT+08:00 Mikhail Antonov : > > > >> Congratulations Yu! > >> > >> -Mikhail >

Re: ANNOUNCE: Yu Li joins the Apache HBase PMC

2017-04-16 Thread Yu Li
Thanks all! My honor and will do my best. Best Regards, Yu On 16 April 2017 at 14:20, 张铎(Duo Zhang) wrote: > Congratulations! > > 2017-04-16 11:24 GMT+08:00 Mikhail Antonov : > >> Congratulations Yu! >> >> -Mikhail >> >> On Sat, Apr 15, 2017 at 12:44 PM, Nick Dimiduk >> wrote: >> >> > Congratu

Re: A new Mutilple-Type Queue idea to handle multiple workloads

2017-04-16 Thread Ted Yu
bq. client-3 will ran out of all handler threads of the get-queue Looks like you meant to say that client-3 would occupy all handlers. The pictures didn't go through. Since you have code for this improvement, consider opening JIRA where you can publish your patch and pictures so that we get bett

Re: A new Mutilple-Type Queue idea to handle multiple workloads

2017-04-16 Thread libis
I am runing expriment at the following scenario : both client-1 and client-2 send update requests, the client-1 write the large objects(100KB record) into table-1, and client-2 write the small objects (1KB record) into table-2. The charts below shows the effect of the Mutilple-Type queue feature: