tisonkun commented on code in PR #20764:
URL: https://github.com/apache/pulsar/pull/20764#discussion_r1330010503


##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdNamespaces.java:
##########
@@ -1311,23 +1297,16 @@ void run() throws PulsarAdminException {
             BacklogQuota.Builder builder = 
BacklogQuota.builder().retentionPolicy(policy);
             if (backlogQuotaType == 
BacklogQuota.BacklogQuotaType.destination_storage) {
                 // set quota by storage size
-                if (limitStr == null) {
+                if (limit == null) {

Review Comment:
   Thanks for your explanation! Let's keep it AS IS then.



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

Reply via email to