From 61651fbab3a37e5bbad025a525a8a5dcc9f756c2 Mon Sep 17 00:00:00 2001 From: eshcar Date: Wed, 30 May 2018 13:15:37 +0300 Subject: [PATCH] HBASE-20390-ADDENDUM-3: IMC Default Parameters for 2.0.0 (fix documentation) --- src/main/asciidoc/_chapters/inmemory_compaction.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/asciidoc/_chapters/inmemory_compaction.adoc b/src/main/asciidoc/_chapters/inmemory_compaction.adoc index 21513f395f2..f64bc7aca3f 100644 --- a/src/main/asciidoc/_chapters/inmemory_compaction.adoc +++ b/src/main/asciidoc/_chapters/inmemory_compaction.adoc @@ -94,8 +94,7 @@ to set the in-memory attribute to _NONE_). When an in-memory flush happens is calculated by dividing the configured region flush size (Set in the table descriptor or read from _hbase.hregion.memstore.flush.size_) by the number of column families and then multiplying by -_hbase.memstore.inmemoryflush.threshold.factor_ (default is 0.014 - a little less than the size -of a chunk). +_hbase.memstore.inmemoryflush.threshold.factor_. Default is 0.014. The number of flushes carried by the pipeline is monitored so as to fit within the bounds of memstore sizing but you can also set a maximum on the number of flushes total by setting