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 02:37:39 UTC

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

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



##########
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:
       @bharatviswa504 Is `REVOKED_CERTS_V2` needed to be replicated across multi SCMs if SCM HA Is on?




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