gjacoby126 commented on a change in pull request #1079:
URL: https://github.com/apache/phoenix/pull/1079#discussion_r555320498
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/iterate/MapReduceParallelScanGrouper.java
##########
@@ -71,6 +72,9 @@ public boolean shouldStartNewScan(QueryPlan plan, List<Scan>
scans,
FileSystem fs = rootDir.getFileSystem(conf);
Path snapshotDir =
SnapshotDescriptionUtils.getCompletedSnapshotDir(snapshotName, rootDir);
SnapshotDescription snapshotDescription =
SnapshotDescriptionUtils.readSnapshotInfo(fs, snapshotDir);
+ //Performing snapshot restore which will be
used during scans
Review comment:
Does ParallelScanGrouper need a setup and a cleanup hook?
----------------------------------------------------------------
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]