HBASE-10447-Memstore flusher scans storefiles also when the scanner heap gets resetKVHeap(Ram)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ramkrishna 2014-02-04 16:58:35 +00:00
parent 174f2bd144
commit 6b7fb21ec0
1 changed files with 0 additions and 2 deletions

View File

@ -233,8 +233,6 @@ public class StoreScanner extends NonReversedNonLazyKeyValueScanner
earliestPutTs, oldestUnexpiredTS, dropDeletesFromRow, dropDeletesToRow);
}
this.store.addChangedReaderObserver(this);
// Filter the list of scanners using Bloom filters, time range, TTL, etc.
scanners = selectScannersFrom(scanners);