This is an automated email from the ASF dual-hosted git repository.
jojochuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 54881878681 Add missing check for GetContainerChecksumInfo.
54881878681 is described below
commit 548818786814d9c7ad3cfe5689afdafd74b67a6d
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Fri Aug 14 11:59:51 2026 -0700
Add missing check for GetContainerChecksumInfo.
Change-Id: I4101336fe909e521d3d4d56109ae464405ccbec4
---
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java
index 3b29663fedd..b4bebeb8b27 100644
--- a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java
+++ b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java
@@ -494,6 +494,7 @@ public static boolean requireContainerToken(Type cmdType) {
case DeleteContainer:
case ReadContainer:
case UpdateContainer:
+ case GetContainerChecksumInfo:
case ListBlock:
return true;
default:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]