You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/11/18 20:02:10 UTC

[GitHub] [accumulo] dlmarion commented on issue #3084: Confirm that scanning offline table with no ScanServers fails.

dlmarion commented on issue #3084:
URL: https://github.com/apache/accumulo/issues/3084#issuecomment-1320469752

   Confirmed that there is more work to do here.  If you insert the following [here](https://github.com/apache/accumulo/blob/main/test/src/main/java/org/apache/accumulo/test/ScanServerIT.java#L158) the test fails.
   
   ```
   TabletLocator.getLocator((ClientContext) client, TableId.of(client.tableOperations().tableIdMap().get(tableName))).invalidateCache();
   ```
   
   The reason it succeeds currently is that the table was online and a tablet was hosted. That information is in the TabletLocator. Once that information is no longer present, then the current client code fails.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org