bharatviswa504 commented on a change in pull request #2771:
URL: https://github.com/apache/ozone/pull/2771#discussion_r738923810
##########
File path:
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/BucketArgs.java
##########
@@ -62,6 +62,9 @@
private long quotaInBytes;
private long quotaInNamespace;
+ private String owner;
+ private String admin;
Review comment:
So is admin field just for tracking purpose or also it will be used to
allow that admin user also during key write.
But still I do not completely understand, why admin is needed and what is
the usecase of tracking who originally created the bucket, as said in volume
create admins only create, but buckets can be created by any user who has write
permission on volume. So, there is a real distinguish admin can create volumes,
and admin user can make others as owner for that volume. But that is not the
case with buckets.
--
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]