michaeljmarshall edited a comment on pull request #9393: URL: https://github.com/apache/pulsar/pull/9393#issuecomment-770571883
Looks like the `ResourceUsage` class does not require `usage` to be less than `limit`. However, in looking at this classes usage, I don't see any places where the `usage` would be more than the `limit`. https://github.com/apache/pulsar/blob/73e0dbd4df36571460eeb070964ec498d1955c1d/pulsar-common/src/main/java/org/apache/pulsar/policies/data/loadbalancer/ResourceUsage.java#L27-L68 ---------------------------------------------------------------- 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]
