dlmarion commented on code in PR #6146:
URL: https://github.com/apache/accumulo/pull/6146#discussion_r2842988195


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/ScanServer.java:
##########
@@ -477,6 +488,79 @@ public void run() {
     }
   }
 
+  // Visible for testing
+  protected boolean isAllowed(TableId tid) {
+    boolean result = allowedTables.containsKey(tid);

Review Comment:
   Good idea, I implemented this in 881b810. I had to change the IT to wait for 
the server to notice the property change.



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

Reply via email to