-
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] Messages seems broken when got SSL exception in the producer #21933
Comments
Not an answer to this problem, but noticed |
Does the problem reproduce with lower sizes? let's say |
Which OS and platform is this ( |
yes, I believe we are just following the examples to create the topics |
yes
|
I was trying to re-create the topic in order to clean the environment before re-running the test, but somehow the topic couldn't be deleted, and I keep seeing some error in the broker like
If I try to delete the topic, it's saying I tried to create another new topic & publish with 3242880, but the polling rate is very slow and stopped receiving new message at some time. |
Do you have a specific reason to use 2.10.x ? 2.10.x is very close to end of support since according to our release policy, we should have already dropped support (decision is pending, mailing list discussion). It would be recommended to use and test the latest LTS release which is 3.0.2 at the moment. In any case, it would be helpful to test with 3.0.2 to see if the problem can be reproduced there. |
It's our current production version and we found this issues when we tried to run the load test to our application sure, thank you |
After we upgraded to 3.1.2, we are still having the same issues It looks similar to this ticket, but we are already using now we have another workaround to set |
This is surprising since I have been assuming that #21421 impacts the case when the |
Just wondering if you might be impacted by #21684 ? do you happen to have |
It's possible that this is a bug in Bookkeeper's checksum calculation. I'll follow up later after investigation. Thanks for the good issue reports! |
we are using |
I believe @semistone is testing with Pulsar 3.2.2, and this error is gone |
Sounds good. btw. It would be worth to test Pulsar 3.2.3 since there's over 100 commits since 3.2.2. Pulsar 3.2.3 release notes: https://github.com/apache/pulsar/releases/tag/v3.2.3 . Pulsar 3.2.3 also includes Bookkeeper 4.16.5 with important fixes. |
I think so, we will test with the latest version and see if all similar issues are gone |
We tested with 3.2.3 broker & client, and the issue is gone now |
Search before asking
Version
2.10.5
Minimal reproduce step
Stop until it produced around 1 million messages
Wait until all the messages goes to BookKeeper backlog
Start consumer to consume all the messages with tls
What did you expect to see?
Able to consume all produced messages properly from the consumer
What did you see instead?
Consumer stopped receiving msg in the middle, and could see some error from the broker logs like
Anything else?
Seems only happening when there is SSL exception in the middle of the produce like
or
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: