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



##########
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:
       Yes. This will be used by the background service when the crl has passed 
the revocation time. It is not fully integrated yet and is intended to be used 
by the next patch. 




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