-
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
Retrieving data from Tiered Storage (S3) fails initially then succeeds after 15 second retry (Pulsar 2.6.1) #9266
Comments
Is it possible to reduce the retry time (15s) as a workaround? |
Good idea - I looked through the broker conf files and could not find where this was specified |
I have submitted a pull request to show more info about the "Unknown Exception", #9323 |
Thanks @Renkai |
Thanks indeed - we are using Pulsar 2.6.1 - is there any chance this could be back ported to the next maintenance release (2.6.4?) |
Hi, @frankjkelly. Sorry, the next release version is 2.7.1 and we do not have a plan to release 2.6.x. If you want to apply this patch, we can help to cherry-pick this fix to the branch-2.6 and you can build it by yourself. And the streamnative.io have a weekly release at https://github.com/streamnative/pulsar/releases, https://hub.docker.com/r/streamnative/pulsar/tags?page=1&ordering=last_updated. This release is based on the official branch. We can start a quick release for 2.6.3.x with this path well. |
@codelipenghui it appears now that there might be a plan for a 2.6.4 release (I noticed the release label on #7356). Any chance #9323 could be back-ported? |
FYI could be a dupe of #8282 |
The issue had no activity for 30 days, mark with Stale label. |
No longer an issue for us - we wrote our own S3 offloader for various reasons. |
Describe the bug
Retrieving data from Tiered Storage (S3) fails initially according to Broker logs ("unknown exception") then succeeds after 15 second retry resulting in a 15 second response time minimum.
I can reproduce this consistently.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect some delay but not an exception followed by a 15 second retry
Screenshots
Logs
There was no stack trace for that error
Desktop (please complete the following information):
Additional context
Tiered Offload Settings
Broker Overrides to defaults
Other Broker settings
The text was updated successfully, but these errors were encountered: