HBASE-13377 Canary may generate false alarm on the first region when there are many delete markers (He Liangliang)
This commit is contained in:
parent
af44f79cdf
commit
9ac3c5f16d
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue