http://stackoverflow.com/questions/23228222/running-into-leadernotavailableexception-when-using-kafka-0-8-1-with-zookeeper-3

Kafka uses an external coordination framework (by default Zookeeper) to maintain configuration. It seems the configuration is now out-of-sync with the Kafka log data. In this case, I'd remove affected topic data and related Zookeeper data.

For Test Environment:

  1. Stop Kafka-server and Zookeeper-server
  2. Remove the data directories of both services, by default they are /tmp/kafka-log and /tmp/zookeeper.
  3. Start Kafka-server and Zookeeper-server again
  4. Create a new topic

Now you are able to work with the topic again.

For Production Environment:

As the Kafka topics are stored in different directories, you should remove particular directories. You should also remove /brokers/{broker_id}/topics/{broken_topic} from
Zookeeper by using a Zookeeper client.

Please read Kafka documentation carefully to make sure the configuration structure, before you do anything stupid. Kafka is rolling out a delete
topic feature (KAFKA-330),
so that the problem can be solved more easily.

最新文章

  1. linux中通配符和常用特殊符号
  2. SRM 146 DIV1 600
  3. 参与github上开源项目的大致流程和注意事项
  4. Java总结篇系列:类型转换/造型
  5. Unity NGUI 2D场景添加按钮
  6. TYVJ P1016 装箱问题 Label:01背包 DP
  7. 25_android下文件访问的权限
  8. Serializable在C#中的作用.net中的对象序列化 (转)
  9. Javascript多线程引擎(七)
  10. VS2015转VS2008
  11. [图形学] Chp14 GLU曲面裁剪函数程序示例及样条表示遗留问题
  12. SpringMVC基础-@RequestMapping
  13. 如何实现VM框架中的数据绑定
  14. bzoj2753[SCOI2012]滑雪与时间胶囊 最小生成树
  15. __EF批量删除
  16. python数据结构与算法第十五天【二叉树】
  17. yum、ip、等命令无法不全子命令解决
  18. 016 在大数据中,SSH无密钥登录
  19. WIN10平板 总是提示你需要管理员权限怎么办
  20. ZOJ 1002:Fire Net(DFS+回溯)

热门文章

  1. 初识ecside
  2. Android应用之——自己定义控件ToggleButton
  3. Linux uname 命令 打印系统信息
  4. 如何在maven项目中使用spring
  5. BZOJ 2819 DFS序+线段树
  6. 探讨:crond 引发大量sendmail进程的解决办法
  7. IOC-Castle Windsor映射
  8. Axure设计软件下载安装及注册
  9. WINDOWS系统注册表(读、写)
  10. c#经典书籍