keith-turner commented on code in PR #5474: URL: https://github.com/apache/accumulo/pull/5474#discussion_r2047774665
########## core/src/main/java/org/apache/accumulo/core/clientImpl/ClientTabletCacheImpl.java: ########## @@ -660,6 +660,7 @@ private void requestTabletHosting(ClientContext context, } // System tables should always be hosted + // TODO should this return for all sys tables? if (AccumuloTable.ROOT.tableId() == tableId || AccumuloTable.METADATA.tableId() == tableId) { return; } Review Comment: Yes it should return for all tablets, we always expect the system tablets to be hosted. I see there was test added for trying to change their availability. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org