-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
nsqlookupd: inactive #ephemeral topics #1101
Comments
I think this is an issue with ephemeral topics - they'll end up in nsqlookupd, and later be automatically cleaned up from nsqd, but remain in nsqlookupd. It's not a huge problem, but I guess we should try to think of what we can do about it. This would be an nsqd/nsqlookupd issue btw. |
I've never observed this issue and use |
thanks! can you provide the command line arguments (or configuration file) to It looks like you're connecting |
The |
fixed in #1116, thanks for the report! |
Hello,
I would like to ask this problem that it shows "Below is a tree of Topics/Channels that are currently inactive (i.e. not produced on any nsqd in the cluster but are present in the lookup data)" in the nsqadmin lookup page when I use ephemeral topic or I delete the topic manually.
I developed by golang, and use nsq.NewConsumer to create a consumer, and then connectToNSQD.
I was wondering if I use the wrong function so that it shows the alert in lookup page, and how should I do to avoid this warning?
Thank you very much
Fred
The text was updated successfully, but these errors were encountered: