HBASE-13377 Canary may generate false alarm on the first region when there are many delete markers (He Liangliang)

This commit is contained in:
stack 2015-04-07 17:07:39 -07:00
parent af44f79cdf
commit 9ac3c5f16d
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ public final class Canary implements Tool {
get.addFamily(column.getName());
} else {
scan = new Scan();
scan.setRaw(true);
scan.setCaching(1);
scan.setCacheBlocks(false);
scan.setFilter(new FirstKeyOnlyFilter());