我的zk(3.4.6版本)集群启动正常,搭建storm的时候还用到zk集群了.zoo.cfg部分配置如下: #(主机名, 心跳端口、数据端口)server.1=hadoop1:2888:3888server.2=hadoop2:2888:3888server.3=hadoop3:2888:3888myid分别是1,2,3 下面是启动信息 [root@hadoop2 kafka_2.11-0.9.0.1]# bin/kafka-server-start.sh c...
(KafkaServer.scala:215) at kafka.server.KafkaServerStartable.startup(KafkaServerStartable.scala:39) at kafka.Kafka$.main(Kafka.scala:67) at kafka.Kafka.main(Kafka.scala) Caused by: org.apache.kafka.common.KafkaException: SSL trust store is specified, but trust store pass...
info("starting")if(isShuttingDown.get)thrownewIllegalStateException("Kafka server is still shutting down, cannot re-start!")if(startupComplete.get)returnval canStartup= isStartingUp.compareAndSet(false,true)if(canStartup) { metrics=newMetrics(metricConfig, reporters, kafkaMetricsTime,true) broker...
java.lang.IllegalStateException: Kafka server is still starting up, cannot shut down! To Reproduce minikube kubectl -- create namespace kafka minikube kubectl -- create -f 'https://strimzi.io/install/latest?namespace=kafka' -n kafka # download https://raw.githubusercontent.com/strimzi/strim...
(kafka.server.KafkaConfig) [2017-07-2719:19:07,514] INFO starting (kafka.server.KafkaServer) [2017-07-2719:19:07,548] INFO Connecting to zookeeper on master:2181,slave1:2181,slave2:2181(kafka.server.KafkaServer) [2017-07-2719:19:07,662] INFO Starting ZkClienteventthread. (org.I0Itec...
I have configured zookeeper for kerberos and it has started but after configuring kafka for kerberos authentication, broker is not starting, giving below error, ./kafka-server-start.sh ../config/server.properties [2018-09-04 08:14:50,014] INFO KafkaConfig values: advertised.host.name =...
LoggingSignalHandler) [2021-10-11 19:09:29,649] INFO starting (kafka.server.KafkaServer) [2021-10-11 19:09:29,650] INFO Connecting to zookeeper on localhost:2181 (kafka.server.KafkaServer) [2021-10-11 19:09:29,662] ERROR Fatal error during KafkaServer startup. Prepare to shutdown (...
* Start up API for bringing up a single instance of the Kafka server. * Instantiates the LogManager, the SocketServer and the request handlers - KafkaRequestHandlers */defstartup(){try{info("starting")if(isShuttingDown.get)thrownewIllegalStateException("Kafka server is still shutting down, can...
# This is a comma separated host:port pairs, each corresponding to a zk # server. e.g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002". # You can also append an optional chroot string to the urls to specify the # root directory for all kafka znodes. zookeeper.connect=localhost:2181 ...
# The address the socket server listens on. It will get the value returned from # java.net.InetAddress.getCanonicalHostName() if not configured. # FORMAT: # listeners = listener_name://host_name:port # EXAMPLE: # listeners = PLAINTEXT://your.host.name:9092 ...