adoroszlai commented on code in PR #4751:
URL: https://github.com/apache/ozone/pull/4751#discussion_r1200412817


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java:
##########
@@ -599,7 +598,7 @@ public static DBStoreBuilder 
addOMTablesAndCodecs(DBStoreBuilder builder) {
         .addCodec(OmDBTenantState.class, new OmDBTenantStateCodec())
         .addCodec(OmDBAccessIdInfo.class, OmDBAccessIdInfo.getCodec())
         .addCodec(OmDBUserPrincipalInfo.class, new 
OmDBUserPrincipalInfoCodec())

Review Comment:
   Do these remaining `Codec` classes (e.g. `OmVolumeArgsCodec`, 
`OmPrefixInfoCodec`, etc.) use proto3?



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

Reply via email to