Re: Coprocessor slow down problem!

2012-11-30 Thread ramkrishna vasudevan
Hi Pls check if this issue is similar to HBASE-5897. It is fixed in 0.92.2 as i see from the fix versions. Regards Ram On Fri, Nov 30, 2012 at 1:13 PM, yonghu wrote: > Dear all, > > I have two tables, named test and tracking. For every put in the test > table, I defined a postPut trigger to i

Re: Coprocessor slow down problem!

2012-12-01 Thread Anoop John
Ram, This issue was for prePut()..postPut() was fine only... Can you take a look that at the time of slow put what the corresponding RS threads doing. May be can get some clues from that. -Anoop- On Fri, Nov 30, 2012 at 2:04 PM, ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com> wrote

Re: Coprocessor slow down problem!

2012-12-01 Thread ramkrishna vasudevan
Ok...fine...Ya seeing what is happening in postPut should give an idea. Regards Ram On Sat, Dec 1, 2012 at 1:52 PM, Anoop John wrote: > Ram, This issue was for prePut()..postPut() was fine only... > Can you take a look that at the time of slow put what the corresponding RS > threads doing.

Re: Coprocessor slow down problem!

2012-12-02 Thread yonghu
Hi Anoop, Can you give me a more detailed information about how can I take a look at RS threads doing? Thanks! Yong On Sat, Dec 1, 2012 at 9:23 AM, ramkrishna vasudevan wrote: > Ok...fine...Ya seeing what is happening in postPut should give an idea. > > Regards > Ram > > On Sat, Dec 1, 2012 at

Re: Coprocessor slow down problem!

2012-12-02 Thread Anoop John
Hi You can take thread dumps? -Anoop- On Mon, Dec 3, 2012 at 1:29 AM, yonghu wrote: > Hi Anoop, > > Can you give me a more detailed information about how can I take a > look at RS threads doing? > > Thanks! > > Yong > > On Sat, Dec 1, 2012 at 9:23 AM, ramkrishna vasudevan > wrote: > >