Hi guys, I'm having some problems with some LeaseTimeoutExceptions when scanning in HBase from a Mapper (I use some filters that probably match some values that are at the end of the region, or at least not close enough to the beginning of the region). The size of my region is 2G ( *8* times the default, which is 256M ), and the hbase.regionserver.lease.period and hbase.rpc.timeout are 240 seconds (*4 * times the default, which is 60 seconds).
I'm guessing that when increasing the region size we must increase the timeouts in a liniar mode, but I would like to get your opinion about that. So, should I increase the lease timeout *8 x default* in my case? Regards, Lucian
