From 13122f5076a26369c3fdde653d045e67e8e772a4 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 14 Oct 2014 10:31:18 +1000 Subject: [PATCH] HBASE-12239 Addendum to fix a typo --- src/main/docbkx/performance.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docbkx/performance.xml b/src/main/docbkx/performance.xml index 8a28d737def..78a828feb2c 100644 --- a/src/main/docbkx/performance.xml +++ b/src/main/docbkx/performance.xml @@ -992,7 +992,7 @@ htable.close(); Hedged Reads Hedged reads are a feature of HDFS, introduced in HDFS-5776. Normally, a - single thread is spawned for each reqd request. However, if hedged reads are enabled, the + single thread is spawned for each read request. However, if hedged reads are enabled, the client waits some configurable amount of time, and if the read does not return, the client spawns a second read request, against a different block replica of the same data. Whichever read returns first is used, and the other read request is discarded. Hedged reads can be