This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2017-05-28 14:45:09,846] INFO starting (kafka.server.KafkaServer) | |
[2017-05-28 14:45:09,854] INFO Connecting to zookeeper on localhost:2181 (kafka.server.KafkaServer) | |
[2017-05-28 14:45:09,866] INFO Starting ZkClient event thread. (org.I0Itec.zkclient.ZkEventThread) | |
[2017-05-28 14:45:09,883] INFO Waiting for keeper state SyncConnected (org.I0Itec.zkclient.ZkClient) | |
[2017-05-28 14:45:09,925] INFO zookeeper state changed (SyncConnected) (org.I0Itec.zkclient.ZkClient) | |
[2017-05-28 14:45:09,986] INFO Log directory '/Users/noel/Workspace/lagom-tutorials/foo/hello/target/lagom-dynamic-projects/lagom-internal-meta-project-kafka/target/kafka_data' not found, creating it. (kafka.log.LogManager) | |
[2017-05-28 14:45:10,003] INFO Loading logs. (kafka.log.LogManager) | |
[2017-05-28 14:45:10,008] INFO Logs loading complete. (kafka.log.LogManager) | |
[2017-05-28 14:45:10,094] INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) | |
[2017-05-28 14:45:10,096] INFO Starting log flusher with a default period of 922337 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2017-05-28 14:45:10,181] INFO [Controller 0]: Controller starting up (kafka.controller.KafkaController) | |
[2017-05-28 14:45:10,215] INFO [Controller 0]: Broker 0 starting become controller state transition (kafka.controller.KafkaController) | |
[2017-05-28 14:45:10,219] INFO [Controller 0]: Controller 0 incremented epoch to 1 (kafka.controller.KafkaController) | |
[2017-05-28 14:45:10,220] DEBUG [Controller 0]: Registering IsrChangeNotificationListener (kafka.controller.KafkaController) | |
[2017-05-28 14:45:10,234] INFO [Controller 0]: Partitions undergoing preferred replica election: (kafka.controller.KafkaController) | |
[2017-05-28 14:45:10,234] INFO [Controller 0]: Partitions that completed preferred replica election: (kafka.controller.KafkaController) | |
[2017-05-28 14:45:10,234] INFO [Controller 0]: Resuming preferred replica election for partitions: (kafka.controller.KafkaController) | |
[2017-05-28 14:45:10,236] INFO [Controller 0]: Partitions being reassigned: Map() (kafka.controller.KafkaController) | |
[2017-05-28 14:45:1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2017-05-27 11:06:05,062] INFO starting (kafka.server.KafkaServer) | |
[2017-05-27 11:06:05,070] INFO Connecting to zookeeper on localhost:2181 (kafka.server.KafkaServer) | |
[2017-05-27 11:06:05,078] INFO Starting ZkClient event thread. (org.I0Itec.zkclient.ZkEventThread) | |
[2017-05-27 11:06:05,091] INFO Waiting for keeper state SyncConnected (org.I0Itec.zkclient.ZkClient) | |
[2017-05-27 11:06:05,127] INFO zookeeper state changed (SyncConnected) (org.I0Itec.zkclient.ZkClient) | |
[2017-05-27 11:06:05,172] INFO Log directory '/Users/noel/Workspace/lagom-tutorials/foo/hello/target/lagom-dynamic-projects/lagom-internal-meta-project-kafka/target/kafka_data' not found, creating it. (kafka.log.LogManager) | |
[2017-05-27 11:06:05,183] INFO Loading logs. (kafka.log.LogManager) | |
[2017-05-27 11:06:05,189] INFO Logs loading complete. (kafka.log.LogManager) | |
[2017-05-27 11:06:05,273] INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) | |
[2017-05-27 11:06:05,275] INFO Starting log flusher with a default period of 922337 |