-
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] Broker sees topic fenced #20526
Comments
…ding - possible related issues are apache#5284, apache#14941 and apache#20526
Thanks for reporting this. This is an issue which has stayed unresolved for many years. There's an ugly workaround for the problem: The recently merged fixes #18688 and #20527 could help improve the situation. I happened to investigate problems in this area yesterday.
I have created #20540 to address some issues that I have observed in the current solution. One of the remaining challenges in the PR is adding proper test coverage. I'm also waiting for feedback from other code contributors on the PR before finishing it. I'd appreciate feedback on the PR #20540. |
At this time, do you know if there is a bundle unload or a namespace unload executed? You can check the HTTP request log to confirm it. |
Unfortunately, I do not have suck logs retention. I should take a dump, my bad. |
The issue had no activity for 30 days, mark with Stale label. |
Still impacted with this issue. Restarting brokers all day long doesn't seem a proper situation. I wonder if there is any production deployment that's not concerned by this issue, if so, how? |
@StevenLeRoux which Pulsar version are you using? do you have a chance to test #20540 with a custom build? |
…ding - possible related issues are apache#5284, apache#14941 and apache#20526
…ding - possible related issues are apache#5284, apache#14941 and apache#20526
Thanks for pinging us @lhotari. |
Search before asking
Version
2.11.1
Minimal reproduce step
I have a cluster with thousands of topics and one became fenced see broker's logs:
The topic was fenced for 30mins. I just restarted the broker and everything looks good now. Any idea? A wrong cache of fenced or something?
What did you expect to see?
Not fenced
What did you see instead?
Fenced
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: