From 832b85e8e385478275470b4ede505a74bb8720d9 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 18 Jan 2013 16:53:13 +0000 Subject: [PATCH] HBASE-7619 tiny correction in the book git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435247 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml index cac9a54bdc8..3e0a8225102 100644 --- a/src/docbkx/book.xml +++ b/src/docbkx/book.xml @@ -2343,7 +2343,7 @@ myHtd.setValue(HTableDescriptor.SPLIT_POLICY, MyCustomSplitPolicy.class.getName( The following StoreFiles exist: 100, 25, 12, and 12 bytes apiece (oldest to newest). - With the above parameters, the files that would be selected for minor compaction are 23, 12, and 12. + With the above parameters, no compaction will be started. Why?