RE: HBase client: refreshing the connection

2015-06-08 Thread Hariharan_Sethuraman
Cc: C, Yuling Subject: Re: HBase client: refreshing the connection (removing dev list) We observed there is an zxid mismatch on hbase server logs. This looks like a bug. But the 0.94.15 is quite old now... For hbase.client.retries.number=3, HBase uses an exponential back-off time, so setting

Re: HBase client: refreshing the connection

2015-06-02 Thread Nicolas Liochon
(removing dev list) We observed there is an zxid mismatch on hbase server logs. This looks like a bug. But the 0.94.15 is quite old now... For hbase.client.retries.number=3, HBase uses an exponential back-off time, so setting the #retry to 3 will reduce the hanging time to a few dozen of seconds

HBase client: refreshing the connection

2015-06-01 Thread Hariharan_Sethuraman
Hi All, We are using 0.94.15 in our Opendaylight/TSDR project currently. We observed put operation hanged for 20 mins (with all default timeouts) and then throws an IOException. Even when we re-attempt the same put operation, it hangs for 20 mins again. We observed there is an zxid mismatch on