nandakumar131 commented on code in PR #4518:
URL: https://github.com/apache/ozone/pull/4518#discussion_r1161399296
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMCertStore.java:
##########
@@ -142,7 +144,7 @@ public Optional<Long> revokeCertificates(
CRLReason reason,
Date revocationTime,
CRLApprover crlApprover)
- throws IOException {
+ throws IOException, TimeoutException {
Review Comment:
@neils-dev thanks for taking a look at it. These changes are covered as part
of the follow-up jiras.
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMCertStore.java:
##########
@@ -142,7 +144,7 @@ public Optional<Long> revokeCertificates(
CRLReason reason,
Date revocationTime,
CRLApprover crlApprover)
- throws IOException {
+ throws IOException, TimeoutException {
Review Comment:
@neils-dev thanks for taking a look at it. These changes are covered as part
of the follow-up jiras.
--
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]