Skip to content

Instantly share code, notes, and snippets.

@sumanyu
Created March 30, 2015 21:25
Show Gist options
  • Save sumanyu/778e325374bf8a3cded6 to your computer and use it in GitHub Desktop.
Save sumanyu/778e325374bf8a3cded6 to your computer and use it in GitHub Desktop.
Kafka Trace
[2015-03-30 20:16:46,375] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$)
[2015-03-30 20:16:46,559] INFO conflict in /brokers/ids/0 data: {"jmx_port":-1,"timestamp":"1427746606536","host":"10.6.3.2","version":1,"port":9092} stored data: {"jmx_port":-1,"timestamp":"1427746516895","host":"10.6.3.2","version":1,"port":9092} (kafka.utils.ZkUtils$)
[2015-03-30 20:16:46,590] INFO I wrote this conflicted ephemeral node [{"jmx_port":-1,"timestamp":"1427746606536","host":"10.6.3.2","version":1,"port":9092}] at /brokers/ids/0 a while back in a different session, hence I will backoff for this node to be deleted by Zookeeper and retry (kafka.utils.ZkUtils$)
[2015-03-30 20:16:48,012] ERROR Error handling event ZkEvent[Data of /controller changed sent to kafka.server.ZookeeperLeaderElector$LeaderChangeListener@21bbc3eb] (org.I0Itec.zkclient.ZkEventThread)
java.lang.IllegalStateException: Kafka scheduler has not been started
at kafka.utils.KafkaScheduler.ensureStarted(KafkaScheduler.scala:114)
at kafka.utils.KafkaScheduler.shutdown(KafkaScheduler.scala:86)
at kafka.controller.KafkaController.onControllerResignation(KafkaController.scala:350)
at kafka.controller.KafkaController$$anonfun$2.apply$mcV$sp(KafkaController.scala:162)
at kafka.server.ZookeeperLeaderElector$LeaderChangeListener$$anonfun$handleDataDeleted$1.apply$mcZ$sp(ZookeeperLeaderElector.scala:138)
at kafka.server.ZookeeperLeaderElector$LeaderChangeListener$$anonfun$handleDataDeleted$1.apply(ZookeeperLeaderElector.scala:134)
at kafka.server.ZookeeperLeaderElector$LeaderChangeListener$$anonfun$handleDataDeleted$1.apply(ZookeeperLeaderElector.scala:134)
at kafka.utils.Utils$.inLock(Utils.scala:535)
at kafka.server.ZookeeperLeaderElector$LeaderChangeListener.handleDataDeleted(ZookeeperLeaderElector.scala:134)
at org.I0Itec.zkclient.ZkClient$6.run(ZkClient.java:549)
at org.I0Itec.zkclient.ZkEventThread.run(ZkEventThread.java:71)
[2015-03-30 20:16:52,597] INFO Registered broker 0 at path /brokers/ids/0 with address 10.6.3.2:9092. (kafka.utils.ZkUtils$)
[2015-03-30 20:16:52,622] INFO [Kafka Server 0], started (kafka.server.KafkaServer)
[2015-03-30 20:26:00,698] INFO Topic creation {"version":1,"partitions":{"4":[0],"1":[0],"0":[0],"2":[0],"3":[0]}} (kafka.admin.AdminUtils$)
[2015-03-30 20:26:00,702] INFO [KafkaApi-0] Auto creation of topic VirtualPowerSystems.SantaClara.collection.iceblkSpecs with 5 partitions and replication factor 1 is successful! (kafka.server.KafkaApis)
[2015-03-30 20:26:00,873] INFO Closing socket connection to /10.0.2.2. (kafka.network.Processor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment