dlmarion commented on a change in pull request #2422:
URL: https://github.com/apache/accumulo/pull/2422#discussion_r837388185
##########
File path:
server/tserver/src/main/java/org/apache/accumulo/tserver/session/MultiScanSession.java
##########
@@ -43,11 +45,12 @@
public MultiScanSession(TCredentials credentials, KeyExtent threadPoolExtent,
Map<KeyExtent,List<Range>> queries, ScanParameters scanParams,
-
- Map<String,String> executionHints) {
- super(credentials, scanParams, executionHints);
+ Map<String,String> executionHints, TabletResolver tabletResolver) {
+ super(credentials, scanParams, executionHints, tabletResolver);
this.queries = queries;
this.threadPoolExtent = threadPoolExtent;
+ // TODO this is only needed for scan server
Review comment:
I don't think there is anything to do here. We could clean up
ScanSession and MultiScanSession, but that could also be done in another PR
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]