keith-turner commented on code in PR #2665:
URL: https://github.com/apache/accumulo/pull/2665#discussion_r865139710


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/ThriftScanClientHandler.java:
##########
@@ -253,7 +279,9 @@ private ScanResult continueScan(TInfo tinfo, long scanID, 
SingleScanSession scan
     } catch (CancellationException ce) {
       server.getSessionManager().removeSession(scanID);
       Tablet tablet = server.getOnlineTablet(scanSession.extent);

Review Comment:
   Ran into an exception while testing.  Think the following is a fix for it.
   
   ```suggestion
         TabletBase tablet = 
scanSession.getTabletResolver().getTablet(scanSession.extent);
   ```



-- 
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]

Reply via email to