duongkame commented on code in PR #4417:
URL: https://github.com/apache/ozone/pull/4417#discussion_r1148152990
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ec/reconstruction/TokenHelper.java:
##########
@@ -82,17 +82,15 @@ class TokenHelper {
}
if (blockTokenEnabled) {
Review Comment:
The check for security enabled is already done in the outside block. Today,
we have some cases where `securityEnable=false`, and `containerToken=true` in
the integration tests. That is to allow `integration test without full kerberos
etc. setup`. A bunch of token/security integration tests are written based on
this assumption.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]