forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix marking individual deletes as dirty (apache#9732)
* Fix marking individual deletes as dirty When we mark cursors as dirty, we aren't marking when individual acks cause a dirty cursor. This results in cursors not being flushed and causing redelivery. This one line fix will ensure we mark the cursor as dirty in this situation as well * add a test * improve tests to not use sleep * make the polling rate be slower
- Loading branch information
Showing
2 changed files
with
83 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters