Skip to content
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] [ml] The readPosition is greater than the lastPosition #23673

Open
3 tasks done
hanmz opened this issue Dec 3, 2024 · 0 comments
Open
3 tasks done

[Bug] [ml] The readPosition is greater than the lastPosition #23673

hanmz opened this issue Dec 3, 2024 · 0 comments
Labels
type/bug The PR fixed a bug or issue reported a bug

Comments

@hanmz
Copy link
Contributor

hanmz commented Dec 3, 2024

Search before asking

  • I searched in the issues and found nothing similar.

Read release policy

  • I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.

Version

2.9.2

Minimal reproduce step

Currently, it cannot be reproduced stably.

What did you expect to see?

readPosition <= lastPosition + 1

What did you see instead?

readPosition > lastPosition + 1

Anything else?

The following is an example in a real scenario:
The topic max ledger is 35992528, but the readPosition ledger has reached 36641783.
Clipboard_Screenshot_1733212505
Clipboard_Screenshot_1733212537

The problem we encountered is relatively similar to the one here:
#17454

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@hanmz hanmz added the type/bug The PR fixed a bug or issue reported a bug label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

No branches or pull requests

1 participant