Hi ,
Thank you for responce. Can you please point me on issue which was resolved
in 0.92. We use CDH3U3 cloudera with hbase 0.90.4?
I run a lot of tests and increasing parameters to 900000 resolve the issue.
conf.set("hbase.regionserver.lease.period" , "900000");
conf.set("hbase.rpc.timeout" , "900000");
I still have a questions:
1) Do I need to change hbase.rpc.timeout value if I
change hbase.regionserver.lease.period?
2) 900000 (15 minutes) it is quite alot of time , so what is the PENALTY
of configuring lease period and rpc timeout to bigger value?
Thanks in advance