-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Question - What does red mean? #47
Comments
A topic is marked red if it is marked for deletion in Zookeeper. I have seen cases where if you create a topic and then delete it and attempt to create a topic with the same name, it fails to create properly and just gets marked as deleted by Kafka controller in 0.8.2.1. I will try to validate this tomorrow in my dev environment. |
That actually is what happened. I deleted the topic 'ndstreamer' and stopped everything from pushing to that topic for a day so it would have time to purge out. I then made a new topic with the same name and started pushing to it again. Everything seemed fine for a day until it abruptly showed up red after the weekend. Is there a way to 'unmark' a topic for deletion |
Figured it out by looking at the source. When kafka marks a topic for deletion, it calls the ZkUtils.scala class and adds to zookeeper the following entry: I assume that if a topic appears in both I worked around the issue by removing the topic from the |
For some reason, one of the topics shows up as red.
I think this might be a bug in kafka-manager since this topic isn't currently marked for deletion or anything.
What causes a topic to be marked red?
The text was updated successfully, but these errors were encountered: