aswinshakil commented on code in PR #6945:
URL: https://github.com/apache/ozone/pull/6945#discussion_r1692775035
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/OzoneContainer.java:
##########
@@ -141,7 +141,7 @@ enum InitializingStatus {
public OzoneContainer(
DatanodeDetails datanodeDetails, ConfigurationSource conf,
StateContext context, CertificateClient certClient,
- SecretKeyVerifierClient secretKeyClient) throws IOException {
+ SecretKeyClient secretKeyClient) throws IOException {
Review Comment:
`SecretKeyClient` is the one that is actually being passed from
`DataNodeStateMachine`. But I made this change to add the DNClient. So this can
be reverted.
--
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]