DomGarguilo opened a new issue, #5617: URL: https://github.com/apache/accumulo/issues/5617
**Describe the bug** https://github.com/apache/accumulo/blob/001eaefedc24a4522071fd56671a01de297d1201/shell/src/main/java/org/apache/accumulo/shell/commands/ListTabletsCommand.java#L119-L129 In the code above, we grab the tableIdMap via `tableOps.tableIdMap()` then later the list of tables via `tableOps.list()`. Its possible that the second call to get the list may become outdated. This doesn't affect any major functionality and an easy fix would be to just use the keySet from the tableIDMap instead of getting the list of table names separately. -- 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-unsubscr...@accumulo.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org