You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/05/19 16:50:39 UTC

[GitHub] [ozone] adoroszlai commented on a change in pull request #2254: HDDS-5236. Require block token for more operations

adoroszlai commented on a change in pull request #2254:
URL: https://github.com/apache/ozone/pull/2254#discussion_r635419711



##########
File path: hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java
##########
@@ -409,10 +414,10 @@ public static boolean requireBlockToken(
   public static boolean requireContainerToken(
       ContainerProtos.Type cmdType) {
     switch (cmdType) {
+    case ListBlock:

Review comment:
       @xiaoyuyao Can you please explain why this is important and what's the benefit of keeping the current behavior?




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org