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] PushConsumer may cause consumption duplication in some scenarios due to concurrency issues. #479

Open
humkum opened this issue Dec 4, 2024 · 0 comments · May be fixed by #480
Open

Comments

@humkum
Copy link
Contributor

humkum commented Dec 4, 2024

BUG REPORT

  1. Please describe the issue you observed:
  • What did you do (The steps to reproduce)?
  1. Start a consumer client c1.
  2. Start another consumer client c2 and immediately shut it down.
  3. Observe the consumption duplication of the consumer client c1.
    image
  • What did you expect to see?
    There's no consumption duplication.
  • What did you see instead?
    The consumer client c1 duplicate consume the same message many times at the same timestamp.

image

  1. Please tell us about your environment:
  • What is your OS?
    Ubuntu & CentOS
  • What is your client version?
    latest
  • What is your RocketMQ version?
    5.9
  1. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant