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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
