Re: HConnection thread waiting on blocking queue indefinitely

2015-06-30 Thread PRANEESH KUMAR
to trouble shoot your app and the way it accesses the server. On Fri, Jun 5, 2015 at 11:21 AM, PRANEESH KUMAR praneesh.san...@gmail.com javascript:; wrote: The client connection was in stalled state. But there was only one

HConnection thread waiting on blocking queue indefinitely

2015-06-17 Thread PRANEESH KUMAR
, Jun 5, 2015 at 11:21 AM, PRANEESH KUMAR praneesh.san...@gmail.com javascript:; wrote: The client connection was in stalled state. But there was only one hconnection thread found in our thread dump, which was waiting indefinitely

Re: How to make the client fast fail

2015-06-14 Thread PRANEESH KUMAR
, PRANEESH KUMAR praneesh.san...@gmail.com wrote: Hi, I have got the Connection object with default configuration, if the zookeeper or HMaster or Region server is down, the client didn't fast fail and it took almost 20 mins to thrown an error. What is the best configuration to make

How to make the client fast fail

2015-06-09 Thread PRANEESH KUMAR
Hi, I have got the Connection object with default configuration, if the zookeeper or HMaster or Region server is down, the client didn't fast fail and it took almost 20 mins to thrown an error. What is the best configuration to make the client fast fail. Also what is significance of changing

Re: HConnection thread waiting on blocking queue indefinitely

2015-06-04 Thread PRANEESH KUMAR
. Can you see if the META has been assigned properly? If the META table is not initialized and opened then your client thread will hang. Regards Ram On Thu, Jun 4, 2015 at 9:05 PM, PRANEESH KUMAR praneesh.san...@gmail.com javascript:; wrote: Hi, We are using Hbase-1.0.0. We also

Re: HConnection thread waiting on blocking queue indefinitely

2015-06-04 Thread PRANEESH KUMAR
to them individually using the hbase shell? On Fri, Jun 5, 2015 at 10:18 AM, PRANEESH KUMAR praneesh.san...@gmail.com wrote: Hi Ram, The cluster ran without any problem for about 2 to 3 days with low load, once we enabled it for high load we immediately faced this issue. Regards

HConnection thread waiting on blocking queue indefinitely

2015-06-04 Thread PRANEESH KUMAR
Hi, We are using Hbase-1.0.0. We also facing the same issue that client connection thread is waiting at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegionInMeta(ConnectionManager.java:1200). Any help is appreciated. Regards, Praneesh