keith-turner commented on a change in pull request #2422:
URL: https://github.com/apache/accumulo/pull/2422#discussion_r838051628
##########
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:
oh was thinking of only making the set copy if its scan server.. I will
look at this tomorrow.
--
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]