Hello!
I’m testing the Kafka cluster implementation on virtual machines using the Confluent Platform Community. I followed the instructions, but when starting the Kafka service, the VMs do not boot up. I ran ping tests between the VMs and telnet to the ports, and everything seems normal.
[2024-02-21 18:21:13,627] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$)
[2024-02-21 18:21:13,799] INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util)
[2024-02-21 18:21:13,883] INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler)
[2024-02-21 18:21:13,892] INFO [ControllerServer id=1] Starting controller (kafka.server.ControllerServer)
[2024-02-21 18:21:14,121] INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas)
[2024-02-21 18:21:14,146] INFO [SocketServer listenerType=CONTROLLER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(CONTROLLER) (kafka.network.SocketServer)
[2024-02-21 18:21:14,153] INFO [SharedServer id=1] Starting SharedServer (kafka.server.SharedServer)
[2024-02-21 18:21:14,183] INFO [LogLoader partition=__cluster_metadata-0, dir=/opt/confluent-platform/data/kafka] Recovering unflushed segment 0. 0/1 recovered for __cluster_metadata-0. (kafka.log.LogLoader)
[2024-02-21 18:21:14,184] INFO [LogLoader partition=__cluster_metadata-0, dir=/opt/confluent-platform/data/kafka] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$)
[2024-02-21 18:21:14,185] INFO [LogLoader partition=__cluster_metadata-0, dir=/opt/confluent-platform/data/kafka] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.UnifiedLog$)
[2024-02-21 18:21:14,185] INFO [LogLoader partition=__cluster_metadata-0, dir=/opt/confluent-platform/data/kafka] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.UnifiedLog$)
[2024-02-21 18:21:14,191] INFO [LogLoader partition=__cluster_metadata-0, dir=/opt/confluent-platform/data/kafka] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$)
[2024-02-21 18:21:14,192] INFO [LogLoader partition=__cluster_metadata-0, dir=/opt/confluent-platform/data/kafka] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.UnifiedLog$)
[2024-02-21 18:21:14,192] INFO [LogLoader partition=__cluster_metadata-0, dir=/opt/confluent-platform/data/kafka] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.UnifiedLog$)
[2024-02-21 18:21:14,213] INFO Initialized snapshots with IDs SortedSet() from /opt/confluent-platform/data/kafka/__cluster_metadata-0 (kafka.raft.KafkaMetadataLog$)
[2024-02-21 18:21:14,223] INFO [raft-expiration-reaper]: Starting (kafka.raft.TimingWheelExpirationService$ExpiredOperationReaper)
[2024-02-21 18:21:14,317] INFO [RaftManager id=1] Completed transition to CandidateState(localId=1, epoch=2970, retries=1, voteStates={1=GRANTED, 2=UNRECORDED, 3=UNRECORDED}, highWatermark=Optional.empty, electionTimeoutMs=1190) from null (org.apache.kafka.raft.QuorumState)
[2024-02-21 18:21:14,320] INFO [kafka-1-raft-outbound-request-thread]: Starting (kafka.raft.RaftSendThread)
[2024-02-21 18:21:14,321] INFO [kafka-1-raft-io-thread]: Starting (kafka.raft.KafkaRaftManager$RaftIoThread)
[2024-02-21 18:21:14,339] INFO [ControllerServer id=1] Waiting for controller quorum voters future (kafka.server.ControllerServer)
[2024-02-21 18:21:14,339] INFO [ControllerServer id=1] Finished waiting for controller quorum voters future (kafka.server.ControllerServer)
[2024-02-21 18:21:14,342] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:14,358] INFO [RaftManager id=1] Registered the listener org.apache.kafka.image.loader.MetadataLoader@1637960569 (org.apache.kafka.raft.KafkaRaftClient)
[2024-02-21 18:21:14,374] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,375] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,378] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,378] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,442] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,442] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,444] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:14,453] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,453] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,538] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,538] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,544] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:14,562] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,562] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,644] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:14,681] INFO [RaftManager id=1] Registered the listener org.apache.kafka.controller.QuorumController$QuorumMetaLogListener@553834878 (org.apache.kafka.raft.KafkaRaftClient)
[2024-02-21 18:21:14,688] INFO [controller-1-ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper)
[2024-02-21 18:21:14,690] INFO [controller-1-ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper)
[2024-02-21 18:21:14,691] INFO [controller-1-ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper)
[2024-02-21 18:21:14,693] INFO [controller-1-ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper)
[2024-02-21 18:21:14,713] INFO [ExpirationReaper-1-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper)
[2024-02-21 18:21:14,716] INFO [SocketServer listenerType=CONTROLLER, nodeId=1] Enabling request processing. (kafka.network.SocketServer)
[2024-02-21 18:21:14,723] INFO Awaiting socket connections on 192.168.28.110:9093. (kafka.network.DataPlaneAcceptor)
[2024-02-21 18:21:14,725] INFO [ControllerServer id=1] Waiting for all of the authorizer futures to be completed (kafka.server.ControllerServer)
[2024-02-21 18:21:14,725] INFO [ControllerServer id=1] Finished waiting for all of the authorizer futures to be completed (kafka.server.ControllerServer)
[2024-02-21 18:21:14,725] INFO [ControllerServer id=1] Waiting for all of the SocketServer Acceptors to be started (kafka.server.ControllerServer)
[2024-02-21 18:21:14,726] INFO [ControllerServer id=1] Finished waiting for all of the SocketServer Acceptors to be started (kafka.server.ControllerServer)
[2024-02-21 18:21:14,729] INFO [ControllerServer id=1] Waiting for the controller metadata publishers to be installed (kafka.server.ControllerServer)
[2024-02-21 18:21:14,729] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:14,729] INFO [ControllerServer id=1] Finished waiting for the controller metadata publishers to be installed (kafka.server.ControllerServer)
[2024-02-21 18:21:14,730] INFO [BrokerServer id=1] Transition from SHUTDOWN to STARTING (kafka.server.BrokerServer)
[2024-02-21 18:21:14,730] INFO [BrokerServer id=1] Starting broker (kafka.server.BrokerServer)
[2024-02-21 18:21:14,747] INFO [broker-1-ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper)
[2024-02-21 18:21:14,747] INFO [broker-1-ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper)
[2024-02-21 18:21:14,747] INFO [broker-1-ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper)
[2024-02-21 18:21:14,749] INFO [broker-1-ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper)
[2024-02-21 18:21:14,759] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,762] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,762] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,762] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:14,766] INFO [BrokerServer id=1] Waiting for controller quorum voters future (kafka.server.BrokerServer)
[2024-02-21 18:21:14,767] INFO [BrokerServer id=1] Finished waiting for controller quorum voters future (kafka.server.BrokerServer)
[2024-02-21 18:21:14,776] INFO [broker-1-to-controller-forwarding-channel-manager]: Starting (kafka.server.BrokerToControllerRequestThread)
[2024-02-21 18:21:14,817] INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas)
[2024-02-21 18:21:14,824] INFO [SocketServer listenerType=BROKER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(PLAINTEXT) (kafka.network.SocketServer)
[2024-02-21 18:21:14,829] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:14,838] INFO [broker-1-to-controller-alter-partition-channel-manager]: Starting (kafka.server.BrokerToControllerRequestThread)
[2024-02-21 18:21:14,847] INFO [ExpirationReaper-1-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper)
[2024-02-21 18:21:14,848] INFO [ExpirationReaper-1-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper)
[2024-02-21 18:21:14,849] INFO [ExpirationReaper-1-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper)
[2024-02-21 18:21:14,850] INFO [ExpirationReaper-1-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper)
[2024-02-21 18:21:14,864] INFO [ExpirationReaper-1-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper)
[2024-02-21 18:21:14,871] INFO [ExpirationReaper-1-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper)
[2024-02-21 18:21:14,900] INFO [broker-1-to-controller-heartbeat-channel-manager]: Starting (kafka.server.BrokerToControllerRequestThread)
[2024-02-21 18:21:14,902] INFO [BrokerLifecycleManager id=1] Incarnation iSWHBvj4S8S6m4DvQmuMDQ of broker 1 in cluster kwwm930QRqaLaJvBmVTRRQ is now STARTING. (kafka.server.BrokerLifecycleManager)
[2024-02-21 18:21:14,919] INFO [ExpirationReaper-1-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper)
[2024-02-21 18:21:14,931] INFO [BrokerServer id=1] Waiting for the broker metadata publishers to be installed (kafka.server.BrokerServer)
[2024-02-21 18:21:14,931] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:14,932] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:14,932] INFO [BrokerServer id=1] Finished waiting for the broker metadata publishers to be installed (kafka.server.BrokerServer)
[2024-02-21 18:21:14,932] INFO [BrokerServer id=1] Waiting for the controller to acknowledge that we are caught up (kafka.server.BrokerServer)
[2024-02-21 18:21:15,032] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:15,109] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:15,109] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:15,132] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:15,212] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:15,212] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:15,232] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:15,333] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:15,433] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:15,491] INFO [RaftManager id=1] Election has timed out, backing off for 0ms before becoming a candidate again (org.apache.kafka.raft.KafkaRaftClient)
[2024-02-21 18:21:15,491] INFO [RaftManager id=1] Re-elect as candidate after election backoff has completed (org.apache.kafka.raft.KafkaRaftClient)
[2024-02-21 18:21:15,506] INFO [RaftManager id=1] Completed transition to CandidateState(localId=1, epoch=2971, retries=2, voteStates={1=GRANTED, 2=UNRECORDED, 3=UNRECORDED}, highWatermark=Optional.empty, electionTimeoutMs=1800) from CandidateState(localId=1, epoch=2970, retries=1, voteStates={1=GRANTED, 2=UNRECORDED, 3=UNRECORDED}, highWatermark=Optional.empty, electionTimeoutMs=1190) (org.apache.kafka.raft.QuorumState)
[2024-02-21 18:21:15,533] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:15,545] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:15,545] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:15,633] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:15,733] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:15,788] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:15,788] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:15,834] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:15,934] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:16,034] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:16,040] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:16,040] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:16,135] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:16,229] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:16,229] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:16,235] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:16,339] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:16,439] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:16,540] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:16,618] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:16,618] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:16,640] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:16,683] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:16,683] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:16,741] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:16,844] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:16,945] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:17,046] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:17,052] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:17,052] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:17,147] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:17,222] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:17,223] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:17,247] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:17,291] INFO [RaftManager id=1] Election has timed out, backing off for 100ms before becoming a candidate again (org.apache.kafka.raft.KafkaRaftClient)
[2024-02-21 18:21:17,348] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:17,392] INFO [RaftManager id=1] Re-elect as candidate after election backoff has completed (org.apache.kafka.raft.KafkaRaftClient)
[2024-02-21 18:21:17,401] INFO [RaftManager id=1] Completed transition to CandidateState(localId=1, epoch=2972, retries=3, voteStates={1=GRANTED, 2=UNRECORDED, 3=UNRECORDED}, highWatermark=Optional.empty, electionTimeoutMs=1133) from CandidateState(localId=1, epoch=2971, retries=2, voteStates={1=GRANTED, 2=UNRECORDED, 3=UNRECORDED}, highWatermark=Optional.empty, electionTimeoutMs=1800) (org.apache.kafka.raft.QuorumState)
[2024-02-21 18:21:17,449] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:17,550] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:17,620] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:17,621] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:17,653] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:17,754] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:17,826] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:17,827] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:17,855] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:17,956] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:18,057] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:18,090] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:18,091] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:18,157] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:18,257] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:18,357] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:18,396] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:18,396] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:18,458] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:18,528] INFO [RaftManager id=1] Election has timed out, backing off for 500ms before becoming a candidate again (org.apache.kafka.raft.KafkaRaftClient)
[2024-02-21 18:21:18,558] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:18,658] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:18,759] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:18,860] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:18,960] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:19,028] INFO [RaftManager id=1] Re-elect as candidate after election backoff has completed (org.apache.kafka.raft.KafkaRaftClient)
[2024-02-21 18:21:19,039] INFO [RaftManager id=1] Completed transition to CandidateState(localId=1, epoch=2973, retries=4, voteStates={1=GRANTED, 2=UNRECORDED, 3=UNRECORDED}, highWatermark=Optional.empty, electionTimeoutMs=1218) from CandidateState(localId=1, epoch=2972, retries=3, voteStates={1=GRANTED, 2=UNRECORDED, 3=UNRECORDED}, highWatermark=Optional.empty, electionTimeoutMs=1133) (org.apache.kafka.raft.QuorumState)
[2024-02-21 18:21:19,040] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:19,040] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:19,041] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:19,041] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:19,060] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:19,161] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:19,261] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:19,361] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:19,416] INFO [BrokerLifecycleManager id=1] Unable to register the broker because the RPC got timed out before it could be sent. (kafka.server.BrokerLifecycleManager)
[2024-02-21 18:21:19,461] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:19,524] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:19,525] WARN [RaftManager id=1] Connection to node 2 (/192.168.28.111:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:19,562] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:19,603] INFO [RaftManager id=1] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:19,603] WARN [RaftManager id=1] Connection to node 3 (/192.168.28.112:9093) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2024-02-21 18:21:19,662] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:19,762] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:19,863] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:19,963] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don’t know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader)
[2024-02-21 18:21:20,024] INFO [RaftManager id=1] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)