Apache9 commented on a change in pull request #1655:
URL: https://github.com/apache/hbase/pull/1655#discussion_r420522949
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/SimpleRegionObserver.java
##########
@@ -685,6 +687,40 @@ public StoreFileReader
postStoreFileReaderOpen(ObserverContext<RegionCoprocessor
return reader;
}
+ @Override
+ public void
preStoreScannerOpen(ObserverContext<RegionCoprocessorEnvironment> ctx,
+ Store store, ScanOptions options) throws IOException {
+ if (options.getScan().getTimeRange().isAllTime()) {
Review comment:
OK, the rebuild of the ScanInfo is done in RegionCoprocessorHost, I used
to thought it is done in HStore on some other places.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]