-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant ack messages on exclusive subscriptions with partioned topic #6552
Comments
sijie
pushed a commit
that referenced
this issue
Mar 19, 2020
tuteng
pushed a commit
to AmateurEvents/pulsar
that referenced
this issue
Mar 21, 2020
…over subscription mode. (apache#6558) Fixes apache#6552 ### Motivation apache#6552 is introduced by apache#5929, so this PR stop increase unacked messages for the consumer with Exclusive/Failover subscription mode. (cherry picked from commit 2449696)
jiazhai
pushed a commit
to jiazhai/pulsar
that referenced
this issue
May 18, 2020
…over subscription mode. (apache#6558) Fixes apache#6552 ### Motivation apache#6552 is introduced by apache#5929, so this PR stop increase unacked messages for the consumer with Exclusive/Failover subscription mode. (cherry picked from commit 2449696)
huangdx0726
pushed a commit
to huangdx0726/pulsar
that referenced
this issue
Aug 24, 2020
…over subscription mode. (apache#6558) Fixes apache#6552 ### Motivation apache#6552 is introduced by apache#5929, so this PR stop increase unacked messages for the consumer with Exclusive/Failover subscription mode.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When creating a consumer with an exclusive subscription, acked messages are not reflected in broker stats.
To Reproduce
Steps to reproduce the behavior:
topic stats
via the admin clientExpected behavior
The "unackedMessages" metric should at most hover at or around the receiveQueueSize if not 0. The backlog should also be descreasing
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
If the subscription is changed to Shared, the topicStats produce the expected behavior (showing messages acked)
The text was updated successfully, but these errors were encountered: