vivekratnavel commented on a change in pull request #2216:
URL: https://github.com/apache/ozone/pull/2216#discussion_r635539301



##########
File path: 
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/security/x509/certificate/client/DefaultCertificateClient.java
##########
@@ -942,4 +945,66 @@ public void storeRootCACertificate(String pemEncodedCert, 
boolean force)
       lock.unlock();
     }
   }
+
+  @Override
+  public boolean processCrl(CRLInfo crl){

Review comment:
       Do we assume that the revocation time on the CRL has expired when this 
method is called?




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to