-
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
[Bug] consumer backlog eviction policy should not reset read position of the consumer #18036
Closed
2 tasks done
Closed
2 tasks done
Labels
type/bug
The PR fixed a bug or issue reported a bug
Comments
HQebupt
added a commit
to HQebupt/pulsar
that referenced
this issue
Oct 19, 2022
…osition for consumer (#5) ### Motivation fix apache#18036 ### Modifications - The backlog eviction policy should use `asyncMarkDelete` instead of `resetCursor` in order to move the mark delete position.
5 tasks
nicoloboschi
pushed a commit
to datastax/pulsar
that referenced
this issue
Nov 9, 2022
…ad position for consumer (apache#18037) Fixes apache#18036 - The backlog eviction policy should use `asyncMarkDelete` instead of `resetCursor` in order to move the mark delete position. (cherry picked from commit 0b7140b)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Version
Minimal reproduce step
What did you expect to see?
What did you see instead?
BacklogQuotaManager
. The backlog eviction policy should not the reset read position of the consumer. See the following log.Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: