umamaheswararao commented on code in PR #3630:
URL: https://github.com/apache/ozone/pull/3630#discussion_r931177404
##########
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/TestHddsDatanodeService.java:
##########
@@ -50,6 +54,9 @@ public void setUp() {
conf.set(HddsConfigKeys.OZONE_METADATA_DIRS, testDir.getPath());
conf.setClass(OzoneConfigKeys.HDDS_DATANODE_PLUGINS_KEY, MockService.class,
ServicePlugin.class);
+ conf.setBoolean(OZONE_SECURITY_ENABLED_KEY, false);
Review Comment:
It's ok to set here again for better understanding the situation. Can you
add a comment, why we set them this way?
Just include JIRA ID also. Thanks.
##########
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/TestHddsDatanodeService.java:
##########
@@ -50,6 +54,9 @@ public void setUp() {
conf.set(HddsConfigKeys.OZONE_METADATA_DIRS, testDir.getPath());
conf.setClass(OzoneConfigKeys.HDDS_DATANODE_PLUGINS_KEY, MockService.class,
ServicePlugin.class);
+ conf.setBoolean(OZONE_SECURITY_ENABLED_KEY, false);
Review Comment:
by default security is false right?
--
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]