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

queue: notification queue can become stuck if some handlers are not found #1

Open
pierre opened this issue Jul 28, 2013 · 2 comments
Open

Comments

@pierre
Copy link
Member

pierre commented Jul 28, 2013

When a node claims some entries, but cannot find the NotificationQueueHandler for them, the entries are left claimed in the database:

https://github.com/killbill/killbill-commons/blob/master/queue/src/main/java/com/ning/billing/notificationq/NotificationQueueDispatcher.java#L184

This will result in another node eventually stealing them from the first node. If the handler is never present, the notification queue can become stuck (by always claiming these entries which cannot be processed).

@sbrossie sbrossie added the Queue label Jul 27, 2015
@pierre pierre added this to the Release-0.20.0 milestone Mar 10, 2017
@pierre pierre removed this from the Release-0.20.0 milestone Jun 16, 2018
@sbrossie
Copy link
Member

@pierre Should we close this?

@pierre
Copy link
Member Author

pierre commented Feb 24, 2022

I think this is still an issue today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants