You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/04/12 22:32:01 UTC

[GitHub] [ozone] vivekratnavel commented on a change in pull request #2145: HDDS-4842. Add timestamp to Revoked Certs table in SCM DB

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



##########
File path: hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/metadata/SCMDBDefinition.java
##########
@@ -75,6 +80,15 @@
           X509Certificate.class,
           new X509CertificateCodec());
 
+  public static final DBColumnFamilyDefinition<BigInteger, CertInfo>
+      REVOKED_CERTS_V2 =

Review comment:
       Thanks for bringing this up @GlenGeng and @bharatviswa504. I have created a separate jira to fix the persistence via Ratis - https://issues.apache.org/jira/browse/HDDS-5095 since we also need to fix the valid certs table.
   
    




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org