xiaoyuyao commented on a change in pull request #2357:
URL: https://github.com/apache/ozone/pull/2357#discussion_r657366146
##########
File path:
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneBucket.java
##########
@@ -135,6 +136,10 @@
* Quota of key count allocated for the bucket.
*/
private long quotaInNamespace;
+ /**
+ * Bucket Type.
+ */
+ private BucketType bucketType;
Review comment:
I think we need a default bucketType here otherwise Line586 can trigger
NPE.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]