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/07/28 17:58:27 UTC

[GitHub] [ozone] smengcl commented on a change in pull request #2453: HDDS-5485. Add new OM DB tables for AssignUserToTenant

smengcl commented on a change in pull request #2453:
URL: https://github.com/apache/ozone/pull/2453#discussion_r678532701



##########
File path: hadoop-ozone/interface-storage/src/main/java/org/apache/hadoop/ozone/om/OMMetadataManager.java
##########
@@ -350,6 +351,10 @@ String getMultipartKey(String volume, String bucket, String key, String
 
   Table<String, String> getTenantUserTable();
 
+  Table<String, OmDBAccessIdInfo> getTenantAccessIdTable();
+
+  Table<String, OmDBAccessIdInfo> getPrincipalToAccessIdsTable();

Review comment:
       yup. thanks for pointing that out!




-- 
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: issues-unsubscribe@ozone.apache.org

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