ctubbsii commented on code in PR #5483:
URL: https://github.com/apache/accumulo/pull/5483#discussion_r2045774844


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletClientHandler.java:
##########
@@ -1146,11 +1142,19 @@ static void checkPermission(SecurityOperation security, 
ServerContext context,
       throw e;
     }
 
+    if (!canPerformSystemActions) {
+      log.warn("Got {} message from user: {}", request, 
credentials.getPrincipal());

Review Comment:
   I added 67e67f25b9 to make it clear that the request was not just requested, 
but that it was actually denied.



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