Skip to content
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

Minimal Kafka as single yaml #234

Closed
wants to merge 5 commits into from
Closed

Minimal Kafka as single yaml #234

wants to merge 5 commits into from

Conversation

solsson
Copy link
Contributor

@solsson solsson commented Dec 11, 2018

Meant to replace #44 and #118, to be used for testing etc.

@syncharny
Copy link

Looks like it may have some issues...minikafka keeps restarting:

[2018-12-19 23:34:08,193] INFO [ZooKeeperClient] Waiting until connected. (kafka.zookeeper.ZooKeeperClient)
[2018-12-19 23:34:08,201] INFO Opening socket connection to server minizoo/10.1.1.8:2181. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn)
[2018-12-19 23:34:14,196] INFO [ZooKeeperClient] Closing. (kafka.zookeeper.ZooKeeperClient)
[2018-12-19 23:34:14,291] WARN Client session timed out, have not heard from server in 6095ms for sessionid 0x0 (org.apache.zookeeper.ClientCnxn)
[2018-12-19 23:34:14,393] INFO Session: 0x0 closed (org.apache.zookeeper.ZooKeeper)
[2018-12-19 23:34:14,394] INFO EventThread shut down for session: 0x0 (org.apache.zookeeper.ClientCnxn)
[2018-12-19 23:34:14,396] INFO [ZooKeeperClient] Closed. (kafka.zookeeper.ZooKeeperClient)
[2018-12-19 23:34:14,401] ERROR Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)
kafka.zookeeper.ZooKeeperClientTimeoutException: Timed out waiting for connection while in state: CONNECTING
at kafka.zookeeper.ZooKeeperClient.$anonfun$waitUntilConnected$3(ZooKeeperClient.scala:268)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
at kafka.utils.CoreUtils$.inLock(CoreUtils.scala:251)
at kafka.zookeeper.ZooKeeperClient.waitUntilConnected(ZooKeeperClient.scala:264)
at kafka.zookeeper.ZooKeeperClient.<init>(ZooKeeperClient.scala:97)
at kafka.zk.KafkaZkClient$.apply(KafkaZkClient.scala:1694)
at kafka.server.KafkaServer.createZkClient$1(KafkaServer.scala:348)
at kafka.server.KafkaServer.initZkClient(KafkaServer.scala:372

@solsson
Copy link
Contributor Author

solsson commented Dec 21, 2018

It's been working multiple times for me. Did you look at the zookeeper logs? Could it be #230 ?

@solsson
Copy link
Contributor Author

solsson commented Mar 26, 2019

Deprecated in favor of #253

@solsson solsson closed this Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants