You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/28 17:27:19 UTC

[GitHub] [pulsar] cckellogg commented on a change in pull request #11821: [PIP-82] [pulsar-broker] Misc fixes:

cckellogg commented on a change in pull request #11821:
URL: https://github.com/apache/pulsar/pull/11821#discussion_r697896071



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/resourcegroup/ResourceGroup.java
##########
@@ -321,6 +321,12 @@ protected BytesAndMessagesCount getGlobalUsageStats(ResourceGroupMonitoringClass
 
     protected BytesAndMessagesCount updateLocalQuota(ResourceGroupMonitoringClass monClass,
                                                      BytesAndMessagesCount newQuota) throws PulsarAdminException {
+        // Only the Publish side is functional now; add the Dispatch side code when the consume side is ready.

Review comment:
       Will this check go away when the consume side is ready?




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org