captainzmc commented on a change in pull request #1677:
URL: https://github.com/apache/ozone/pull/1677#discussion_r545657153
##########
File path: hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto
##########
@@ -503,8 +503,8 @@ message BucketInfo {
optional string sourceVolume = 12;
optional string sourceBucket = 13;
optional uint64 usedBytes = 14;
- optional uint64 quotaInBytes = 15;
- optional uint64 quotaInNamespace = 16;
+ optional int64 quotaInBytes = 15 [default = -2];
Review comment:
Using sint64, I found that the default value changed to
-9223372036854775808 after switching to long. This could be a compatibility
issue. So I switched to int64.

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