Re: HBase client locks application during major compactions

2012-12-28 Thread Ted Yu
Looks like there was socket timeout : java.net.SocketTimeoutException: 6 millis timeout while waiting for channel to be ready for read. ch : java.nio.channels.SocketChannel[connected local=/***:39752 remote=***/***:60020] Have you collected / checked GC log on the server referenced above ? B

Re: HBase client locks application during major compactions

2012-12-28 Thread Baugher,Bryan
On 12/28/12 12:14 PM, "Ted Yu" wrote: >Looks like there was socket timeout : > >java.net.SocketTimeoutException: 6 millis timeout while waiting for >channel to be ready for read. ch : >java.nio.channels.SocketChannel[connected local=/***:39752 >remote=***/***:60020] > >Have you collected /

Re: HBase client locks application during major compactions

2012-12-28 Thread Ted Yu
I was talking about the server which was anonymized: ***/***:60020 Cheers On Fri, Dec 28, 2012 at 10:41 AM, Baugher,Bryan wrote: > > > On 12/28/12 12:14 PM, "Ted Yu" wrote: > > >Looks like there was socket timeout : > > > >java.net.SocketTimeoutException: 6 millis timeout while waiting for

Re: HBase client locks application during major compactions

2012-12-28 Thread Baugher,Bryan
I believe that is one of our region servers which I will have to wait till tomorrow to check gc logs. On 12/28/12 12:45 PM, "Ted Yu" wrote: >I was talking about the server which was anonymized: >***/***:60020 > >Cheers > >On Fri, Dec 28, 2012 at 10:41 AM, Baugher,Bryan >wrote: > >> >> >> On 12/2