Re: Does Hedged-read usually happen in real workloads?

2019-08-19 Thread Stack
On Mon, Aug 19, 2019 at 5:30 AM Daegyu Han wrote: > Hi all, > > To my understand, Hedged-Read is a technique for copying IO to a replica > when pread () is delayed to mitigate IO latency such as speculative > execution in MapReduce. > > The release note on the feature has a pretty good

Re: Does Hedged-read usually happen in real workloads?

2019-08-19 Thread Wei-Chiu Chuang
On Mon, Aug 19, 2019 at 5:30 AM Daegyu Han wrote: > Hi all, > > To my understand, Hedged-Read is a technique for copying IO to a replica > when pread () is delayed to mitigate IO latency such as speculative > execution in MapReduce. > > - Does Hedged-read really happen where it uses hbase

[ANNOUNCE] Apache HBase 2.0.6, the last 2.0.x release, is now available for download

2019-08-19 Thread stack
The HBase team is happy to announce the immediate availability of Apache HBase 2.0.6. This also happens to be the last release we will make off branch-2.0; there will be no hbase-2.0.7, etc., unless extraordinary circumstance. Download from https://hbase.apache.org/downloads.html Apache HBase is

Does Hedged-read usually happen in real workloads?

2019-08-19 Thread Daegyu Han
Hi all, To my understand, Hedged-Read is a technique for copying IO to a replica when pread () is delayed to mitigate IO latency such as speculative execution in MapReduce. - Does Hedged-read really happen where it uses hbase databases? - Does hedged-read often occur because of a bottleneck in