Re: Spikes when writing data to HBase

2015-08-12 Thread Serega Sheypak
I agree. 99% <= 112.09 milliseconds I could make 3 gets during 112 MS. 2015-08-12 9:24 GMT+02:00 Vladimir Rodionov : > OK, this is actually checkAndPut -> get - check -put. Latency is dominated > by get operation. Unless you have SSDs 10-40 ms mean read latency is > normal. > > -Vlad > > On Tu

Re: Spikes when writing data to HBase

2015-08-12 Thread Vladimir Rodionov
OK, this is actually checkAndPut -> get - check -put. Latency is dominated by get operation. Unless you have SSDs 10-40 ms mean read latency is normal. -Vlad On Tue, Aug 11, 2015 at 11:24 PM, Serega Sheypak wrote: > Hi, here is it: > https://gist.github.com/seregasheypak/00ef1a44e6293d13e56e >