Repository: hbase Updated Branches: refs/heads/master 0e4866564 -> 521730ebc
HBASE-16869 Fixed typo in 'Disabling Blockcache' doc Signed-off-by: Jerry He <jerry...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/521730eb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/521730eb Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/521730eb Branch: refs/heads/master Commit: 521730ebc71995df514748b03554e56bfd8beafa Parents: 0e48665 Author: Jan Hentschel <jan.hentsc...@ultratendency.com> Authored: Sun Jan 1 20:53:52 2017 +0100 Committer: Jerry He <jerry...@apache.org> Committed: Sun Jan 1 12:45:21 2017 -0800 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/521730eb/src/main/asciidoc/_chapters/configuration.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc index 6e356bc..baa4d4c 100644 --- a/src/main/asciidoc/_chapters/configuration.adoc +++ b/src/main/asciidoc/_chapters/configuration.adoc @@ -938,7 +938,7 @@ See <<master.processes.loadbalancer,master.processes.loadbalancer>> for more inf [[disabling.blockcache]] ==== Disabling Blockcache -Do not turn off block cache (You'd do it by setting `hbase.block.cache.size` to zero). Currently we do not do well if you do this because the RegionServer will spend all its time loading HFile indices over and over again. +Do not turn off block cache (You'd do it by setting `hfile.block.cache.size` to zero). Currently we do not do well if you do this because the RegionServer will spend all its time loading HFile indices over and over again. If your working set is such that block cache does you no good, at least size the block cache such that HFile indices will stay up in the cache (you can get a rough idea on the size you need by surveying RegionServer UIs; you'll see index block size accounted near the top of the webpage). [[nagles]]