BewareMyPower commented on pull request #10506:
URL: https://github.com/apache/pulsar/pull/10506#issuecomment-834450636
In addition to the PR description, when a zero queue consumer resumes, the
broker's logs will be
```
22:12:52.953 [pulsar-io-52-21] WARN
org.apache.pulsar.broker.service.ServerCnx - [/127.0.0.1:58677] Got exception
java.lang.IllegalArgumentException
at
com.google.common.base.Preconditions.checkArgument(Preconditions.java:128)
at
org.apache.pulsar.broker.service.Consumer.flowPermits(Consumer.java:524)
at
org.apache.pulsar.broker.service.ServerCnx.handleFlow(ServerCnx.java:1423)
at
org.apache.pulsar.common.protocol.PulsarDecoder.channelRead(PulsarDecoder.java:181)
```
--
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]