HBASE-4532 remove system.out.println (Jonathan Hsieh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1190607 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
804e99e4d0
commit
e99dc7fa83
|
@ -156,7 +156,6 @@ class StoreFileScanner implements KeyValueScanner {
|
|||
|
||||
public boolean reseek(KeyValue key) throws IOException {
|
||||
seekCount.incrementAndGet();
|
||||
System.out.println("Reseek " + key + " data block " + HFile.dataBlockReadCnt);
|
||||
try {
|
||||
try {
|
||||
if (!reseekAtOrAfter(hfs, key)) {
|
||||
|
|
Loading…
Reference in New Issue