kevinrr888 commented on code in PR #5487:
URL: https://github.com/apache/accumulo/pull/5487#discussion_r2056194496


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ClientTabletCacheImpl.java:
##########
@@ -632,7 +632,7 @@ private void requestTabletHosting(ClientContext context,
     }
 
     // System tables should always be hosted
-    if (AccumuloTable.ROOT.tableId() == tableId || 
AccumuloTable.METADATA.tableId() == tableId) {
+    if (AccumuloTable.allTableIds().contains(tableId)) {

Review Comment:
   Created https://github.com/apache/accumulo/pull/5498



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

Reply via email to