Created
October 19, 2023 18:20
-
-
Save ajayk/06417b620f6f53374ccc399812b6ebbb to your computer and use it in GitHub Desktop.
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
/work/work # /usr/lib/kafka/bin/zookeeper-server-start.sh | |
USAGE: /usr/lib/kafka/bin/zookeeper-server-start.sh [-daemon] zookeeper.properties | |
/work/work # /usr/lib/kafka/bin/zookeeper-server-start.sh /usr/lib/kafka/config/zookeeper.properties | |
[2023-10-19 18:18:49,887] INFO Reading configuration from: /usr/lib/kafka/config/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,891] INFO clientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,892] INFO secureClientPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,892] INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,892] INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,893] INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) | |
[2023-10-19 18:18:49,893] INFO autopurge.purgeInterval set to 0 (org.apache.zookeeper.server.DatadirCleanupManager) | |
[2023-10-19 18:18:49,893] INFO Purge task is not scheduled. (org.apache.zookeeper.server.DatadirCleanupManager) | |
[2023-10-19 18:18:49,894] WARN Either no config or no quorum defined in config, running in standalone mode (org.apache.zookeeper.server.quorum.QuorumPeerMain) | |
[2023-10-19 18:18:49,895] INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) | |
[2023-10-19 18:18:49,895] INFO Reading configuration from: /usr/lib/kafka/config/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,895] INFO clientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,895] INFO secureClientPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,896] INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,896] INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,896] INFO Starting server (org.apache.zookeeper.server.ZooKeeperServerMain) | |
[2023-10-19 18:18:49,906] INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@1ba9117e (org.apache.zookeeper.server.ServerMetrics) | |
[2023-10-19 18:18:49,908] INFO ACL digest algorithm is: SHA1 (org.apache.zookeeper.server.auth.DigestAuthenticationProvider) | |
[2023-10-19 18:18:49,909] INFO zookeeper.DigestAuthenticationProvider.enabled = true (org.apache.zookeeper.server.auth.DigestAuthenticationProvider) | |
[2023-10-19 18:18:49,911] INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) | |
[2023-10-19 18:18:49,920] INFO (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,920] INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,920] INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,920] INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,920] INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,920] INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,920] INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,920] INFO | | (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,920] INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,920] INFO (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,921] INFO Server environment:zookeeper.version=3.8.3-6ad6d364c7c0bcf0de452d54ebefa3058098ab56, built on 2023-10-05 10:34 UTC (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,921] INFO Server environment:host.name=10dffb66582b (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,921] INFO Server environment:java.version=11.0.21 (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,921] INFO Server environment:java.vendor=wolfi (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,921] INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:java.class.path=/usr/lib/kafka/bin/../libs/activation-1.1.1.jar:/usr/lib/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/usr/lib/kafka/bin/../libs/argparse4j-0.7.0.jar:/usr/lib/kafka/bin/../libs/audience-annotations-0.12.0.jar:/usr/lib/kafka/bin/../libs/caffeine-2.9.3.jar:/usr/lib/kafka/bin/../libs/checker-qual-3.19.0.jar:/usr/lib/kafka/bin/../libs/commons-beanutils-1.9.4.jar:/usr/lib/kafka/bin/../libs/commons-cli-1.4.jar:/usr/lib/kafka/bin/../libs/commons-collections-3.2.2.jar:/usr/lib/kafka/bin/../libs/commons-digester-2.1.jar:/usr/lib/kafka/bin/../libs/commons-io-2.11.0.jar:/usr/lib/kafka/bin/../libs/commons-lang3-3.8.1.jar:/usr/lib/kafka/bin/../libs/commons-logging-1.2.jar:/usr/lib/kafka/bin/../libs/commons-validator-1.7.jar:/usr/lib/kafka/bin/../libs/connect-api-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-basic-auth-extension-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-json-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-mirror-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-mirror-client-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-runtime-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-transforms-3.6.0.jar:/usr/lib/kafka/bin/../libs/error_prone_annotations-2.10.0.jar:/usr/lib/kafka/bin/../libs/hk2-api-2.6.1.jar:/usr/lib/kafka/bin/../libs/hk2-locator-2.6.1.jar:/usr/lib/kafka/bin/../libs/hk2-utils-2.6.1.jar:/usr/lib/kafka/bin/../libs/jackson-annotations-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-core-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-databind-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-dataformat-csv-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-datatype-jdk8-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-jaxrs-base-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-jaxrs-json-provider-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-module-jaxb-annotations-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-module-scala_2.13-2.13.5.jar:/usr/lib/kafka/bin/../libs/jakarta.activation-api-1.2.2.jar:/usr/lib/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/usr/lib/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/usr/lib/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/usr/lib/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/usr/lib/kafka/bin/../libs/jakarta.xml.bind-api-2.3.3.jar:/usr/lib/kafka/bin/../libs/javassist-3.29.2-GA.jar:/usr/lib/kafka/bin/../libs/javax.activation-api-1.2.0.jar:/usr/lib/kafka/bin/../libs/javax.annotation-api-1.3.2.jar:/usr/lib/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/usr/lib/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/usr/lib/kafka/bin/../libs/jaxb-api-2.3.1.jar:/usr/lib/kafka/bin/../libs/jersey-client-2.39.1.jar:/usr/lib/kafka/bin/../libs/jersey-common-2.39.1.jar:/usr/lib/kafka/bin/../libs/jersey-container-servlet-2.39.1.jar:/usr/lib/kafka/bin/../libs/jersey-container-servlet-core-2.39.1.jar:/usr/lib/kafka/bin/../libs/jersey-hk2-2.39.1.jar:/usr/lib/kafka/bin/../libs/jersey-server-2.39.1.jar:/usr/lib/kafka/bin/../libs/jetty-client-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-continuation-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-http-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-io-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-security-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-server-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-servlet-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-servlets-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-util-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-util-ajax-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jline-3.22.0.jar:/usr/lib/kafka/bin/../libs/jopt-simple-5.0.4.jar:/usr/lib/kafka/bin/../libs/jose4j-0.9.3.jar:/usr/lib/kafka/bin/../libs/jsr305-3.0.2.jar:/usr/lib/kafka/bin/../libs/kafka-clients-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-group-coordinator-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-log4j-appender-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-metadata-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-raft-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-server-common-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-shell-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-storage-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-storage-api-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-streams-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-streams-examples-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-streams-scala_2.13-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-streams-test-utils-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-tools-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-tools-api-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka_2.13-3.6.0.jar:/usr/lib/kafka/bin/../libs/lz4-java-1.8.0.jar:/usr/lib/kafka/bin/../libs/maven-artifact-3.8.8.jar:/usr/lib/kafka/bin/../libs/metrics-core-2.2.0.jar:/usr/lib/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/usr/lib/kafka/bin/../libs/netty-buffer-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-codec-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-common-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-handler-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-resolver-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-transport-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-transport-classes-epoll-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-transport-native-epoll-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-transport-native-unix-common-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/usr/lib/kafka/bin/../libs/paranamer-2.8.jar:/usr/lib/kafka/bin/../libs/pcollections-4.0.1.jar:/usr/lib/kafka/bin/../libs/plexus-utils-3.3.1.jar:/usr/lib/kafka/bin/../libs/reflections-0.10.2.jar:/usr/lib/kafka/bin/../libs/reload4j-1.2.25.jar:/usr/lib/kafka/bin/../libs/rocksdbjni-7.9.2.jar:/usr/lib/kafka/bin/../libs/scala-collection-compat_2.13-2.10.0.jar:/usr/lib/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/usr/lib/kafka/bin/../libs/scala-library-2.13.11.jar:/usr/lib/kafka/bin/../libs/scala-logging_2.13-3.9.4.jar:/usr/lib/kafka/bin/../libs/scala-reflect-2.13.11.jar:/usr/lib/kafka/bin/../libs/slf4j-api-1.7.36.jar:/usr/lib/kafka/bin/../libs/slf4j-reload4j-1.7.36.jar:/usr/lib/kafka/bin/../libs/snappy-java-1.1.10.4.jar:/usr/lib/kafka/bin/../libs/swagger-annotations-2.2.8.jar:/usr/lib/kafka/bin/../libs/trogdor-3.6.0.jar:/usr/lib/kafka/bin/../libs/zookeeper-3.8.3.jar:/usr/lib/kafka/bin/../libs/zookeeper-jute-3.8.3.jar:/usr/lib/kafka/bin/../libs/zstd-jni-1.5.5-1.jar (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:java.compiler=<NA> (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:os.version=5.15.120+ (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:user.dir=/work/work (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:os.memory.free=488MB (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:os.memory.max=512MB (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO Server environment:os.memory.total=512MB (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,922] INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,923] INFO zookeeper.flushDelay = 0 ms (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,923] INFO zookeeper.maxWriteQueuePollTime = 0 ms (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,923] INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,923] INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,924] INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) | |
[2023-10-19 18:18:49,925] INFO minSessionTimeout set to 6000 ms (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,925] INFO maxSessionTimeout set to 60000 ms (org.apache.zookeeper.server.ZooKeeperServer) | |
[2023-10-19 18:18:49,926] INFO getData response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) | |
[2023-10-19 18:18:49,926] INFO getChildren response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) | |
[2023-10-19 18:18:49,926] INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) | |
[2023-10-19 18:18:49,926] INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) | |
onnect-console-sink.properties connect-distributed.properties connect-file-source.properties connect-mirror-maker.properties consumer.properties log4j.properties server.properties trogdor.conf | |
connect-console-source.properties connect-file-sink.properties connect-log4j.properties connect-standalone.properties kraft/ producer.properties tools-log4j.properties zookeeper.properties | |
/work/work # /usr/lib/kafka/bin/kafka-server-start.sh /usr/lib/kafka/config/server.properties | |
[2023-10-19 18:19:38,734] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) | |
[2023-10-19 18:19:39,008] INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) | |
[2023-10-19 18:19:39,072] INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) | |
[2023-10-19 18:19:39,073] INFO starting (kafka.server.KafkaServer) | |
[2023-10-19 18:19:39,074] INFO Connecting to zookeeper on localhost:2181 (kafka.server.KafkaServer) | |
[2023-10-19 18:19:39,085] INFO [ZooKeeperClient Kafka server] Initializing a new session to localhost:2181. (kafka.zookeeper.ZooKeeperClient) | |
[2023-10-19 18:19:39,089] INFO Client environment:zookeeper.version=3.8.3-6ad6d364c7c0bcf0de452d54ebefa3058098ab56, built on 2023-10-05 10:34 UTC (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,089] INFO Client environment:host.name=10dffb66582b (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,089] INFO Client environment:java.version=11.0.21 (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,089] INFO Client environment:java.vendor=wolfi (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,089] INFO Client environment:java.home=/usr/lib/jvm/java-11-openjdk (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:java.class.path=/usr/lib/kafka/bin/../libs/activation-1.1.1.jar:/usr/lib/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/usr/lib/kafka/bin/../libs/argparse4j-0.7.0.jar:/usr/lib/kafka/bin/../libs/audience-annotations-0.12.0.jar:/usr/lib/kafka/bin/../libs/caffeine-2.9.3.jar:/usr/lib/kafka/bin/../libs/checker-qual-3.19.0.jar:/usr/lib/kafka/bin/../libs/commons-beanutils-1.9.4.jar:/usr/lib/kafka/bin/../libs/commons-cli-1.4.jar:/usr/lib/kafka/bin/../libs/commons-collections-3.2.2.jar:/usr/lib/kafka/bin/../libs/commons-digester-2.1.jar:/usr/lib/kafka/bin/../libs/commons-io-2.11.0.jar:/usr/lib/kafka/bin/../libs/commons-lang3-3.8.1.jar:/usr/lib/kafka/bin/../libs/commons-logging-1.2.jar:/usr/lib/kafka/bin/../libs/commons-validator-1.7.jar:/usr/lib/kafka/bin/../libs/connect-api-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-basic-auth-extension-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-json-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-mirror-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-mirror-client-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-runtime-3.6.0.jar:/usr/lib/kafka/bin/../libs/connect-transforms-3.6.0.jar:/usr/lib/kafka/bin/../libs/error_prone_annotations-2.10.0.jar:/usr/lib/kafka/bin/../libs/hk2-api-2.6.1.jar:/usr/lib/kafka/bin/../libs/hk2-locator-2.6.1.jar:/usr/lib/kafka/bin/../libs/hk2-utils-2.6.1.jar:/usr/lib/kafka/bin/../libs/jackson-annotations-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-core-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-databind-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-dataformat-csv-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-datatype-jdk8-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-jaxrs-base-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-jaxrs-json-provider-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-module-jaxb-annotations-2.13.5.jar:/usr/lib/kafka/bin/../libs/jackson-module-scala_2.13-2.13.5.jar:/usr/lib/kafka/bin/../libs/jakarta.activation-api-1.2.2.jar:/usr/lib/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/usr/lib/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/usr/lib/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/usr/lib/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/usr/lib/kafka/bin/../libs/jakarta.xml.bind-api-2.3.3.jar:/usr/lib/kafka/bin/../libs/javassist-3.29.2-GA.jar:/usr/lib/kafka/bin/../libs/javax.activation-api-1.2.0.jar:/usr/lib/kafka/bin/../libs/javax.annotation-api-1.3.2.jar:/usr/lib/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/usr/lib/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/usr/lib/kafka/bin/../libs/jaxb-api-2.3.1.jar:/usr/lib/kafka/bin/../libs/jersey-client-2.39.1.jar:/usr/lib/kafka/bin/../libs/jersey-common-2.39.1.jar:/usr/lib/kafka/bin/../libs/jersey-container-servlet-2.39.1.jar:/usr/lib/kafka/bin/../libs/jersey-container-servlet-core-2.39.1.jar:/usr/lib/kafka/bin/../libs/jersey-hk2-2.39.1.jar:/usr/lib/kafka/bin/../libs/jersey-server-2.39.1.jar:/usr/lib/kafka/bin/../libs/jetty-client-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-continuation-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-http-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-io-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-security-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-server-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-servlet-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-servlets-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-util-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jetty-util-ajax-9.4.52.v20230823.jar:/usr/lib/kafka/bin/../libs/jline-3.22.0.jar:/usr/lib/kafka/bin/../libs/jopt-simple-5.0.4.jar:/usr/lib/kafka/bin/../libs/jose4j-0.9.3.jar:/usr/lib/kafka/bin/../libs/jsr305-3.0.2.jar:/usr/lib/kafka/bin/../libs/kafka-clients-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-group-coordinator-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-log4j-appender-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-metadata-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-raft-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-server-common-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-shell-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-storage-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-storage-api-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-streams-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-streams-examples-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-streams-scala_2.13-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-streams-test-utils-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-tools-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka-tools-api-3.6.0.jar:/usr/lib/kafka/bin/../libs/kafka_2.13-3.6.0.jar:/usr/lib/kafka/bin/../libs/lz4-java-1.8.0.jar:/usr/lib/kafka/bin/../libs/maven-artifact-3.8.8.jar:/usr/lib/kafka/bin/../libs/metrics-core-2.2.0.jar:/usr/lib/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/usr/lib/kafka/bin/../libs/netty-buffer-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-codec-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-common-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-handler-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-resolver-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-transport-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-transport-classes-epoll-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-transport-native-epoll-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/netty-transport-native-unix-common-4.1.94.Final.jar:/usr/lib/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/usr/lib/kafka/bin/../libs/paranamer-2.8.jar:/usr/lib/kafka/bin/../libs/pcollections-4.0.1.jar:/usr/lib/kafka/bin/../libs/plexus-utils-3.3.1.jar:/usr/lib/kafka/bin/../libs/reflections-0.10.2.jar:/usr/lib/kafka/bin/../libs/reload4j-1.2.25.jar:/usr/lib/kafka/bin/../libs/rocksdbjni-7.9.2.jar:/usr/lib/kafka/bin/../libs/scala-collection-compat_2.13-2.10.0.jar:/usr/lib/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/usr/lib/kafka/bin/../libs/scala-library-2.13.11.jar:/usr/lib/kafka/bin/../libs/scala-logging_2.13-3.9.4.jar:/usr/lib/kafka/bin/../libs/scala-reflect-2.13.11.jar:/usr/lib/kafka/bin/../libs/slf4j-api-1.7.36.jar:/usr/lib/kafka/bin/../libs/slf4j-reload4j-1.7.36.jar:/usr/lib/kafka/bin/../libs/snappy-java-1.1.10.4.jar:/usr/lib/kafka/bin/../libs/swagger-annotations-2.2.8.jar:/usr/lib/kafka/bin/../libs/trogdor-3.6.0.jar:/usr/lib/kafka/bin/../libs/zookeeper-3.8.3.jar:/usr/lib/kafka/bin/../libs/zookeeper-jute-3.8.3.jar:/usr/lib/kafka/bin/../libs/zstd-jni-1.5.5-1.jar (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:java.compiler=<NA> (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:os.version=5.15.120+ (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:user.name=root (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:user.home=/root (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:user.dir=/work/work (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:os.memory.free=1006MB (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:os.memory.max=1024MB (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,090] INFO Client environment:os.memory.total=1024MB (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,092] INFO Initiating client connection, connectString=localhost:2181 sessionTimeout=18000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@3bcbb589 (org.apache.zookeeper.ZooKeeper) | |
[2023-10-19 18:19:39,095] INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) | |
[2023-10-19 18:19:39,101] INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) | |
[2023-10-19 18:19:39,102] INFO [ZooKeeperClient Kafka server] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) | |
[2023-10-19 18:19:39,104] INFO Opening socket connection to server localhost/127.0.0.1:2181. (org.apache.zookeeper.ClientCnxn) | |
[2023-10-19 18:19:39,107] INFO Socket connection established, initiating session, client: /127.0.0.1:60686, server: localhost/127.0.0.1:2181 (org.apache.zookeeper.ClientCnxn) | |
[2023-10-19 18:19:39,139] INFO Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x1004c8cd5520000, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) | |
[2023-10-19 18:19:39,142] INFO [ZooKeeperClient Kafka server] Connected. (kafka.zookeeper.ZooKeeperClient) | |
[2023-10-19 18:19:39,379] INFO Cluster ID = YcjAW30oQSSochZFmQz9-w (kafka.server.KafkaServer) | |
[2023-10-19 18:19:39,381] WARN No meta.properties file under dir /tmp/kafka-logs/meta.properties (kafka.server.BrokerMetadataCheckpoint) | |
[2023-10-19 18:19:39,419] INFO KafkaConfig values: | |
advertised.listeners = null | |
alter.config.policy.class.name = null | |
alter.log.dirs.replication.quota.window.num = 11 | |
alter.log.dirs.replication.quota.window.size.seconds = 1 | |
authorizer.class.name = | |
auto.create.topics.enable = true | |
auto.include.jmx.reporter = true | |
auto.leader.rebalance.enable = true | |
background.threads = 10 | |
broker.heartbeat.interval.ms = 2000 | |
broker.id = 0 | |
broker.id.generation.enable = true | |
broker.rack = null | |
broker.session.timeout.ms = 9000 | |
client.quota.callback.class = null | |
compression.type = producer | |
connection.failed.authentication.delay.ms = 100 | |
connections.max.idle.ms = 600000 | |
connections.max.reauth.ms = 0 | |
control.plane.listener.name = null | |
controlled.shutdown.enable = true | |
controlled.shutdown.max.retries = 3 | |
controlled.shutdown.retry.backoff.ms = 5000 | |
controller.listener.names = null | |
controller.quorum.append.linger.ms = 25 | |
controller.quorum.election.backoff.max.ms = 1000 | |
controller.quorum.election.timeout.ms = 1000 | |
controller.quorum.fetch.timeout.ms = 2000 | |
controller.quorum.request.timeout.ms = 2000 | |
controller.quorum.retry.backoff.ms = 20 | |
controller.quorum.voters = [] | |
controller.quota.window.num = 11 | |
controller.quota.window.size.seconds = 1 | |
controller.socket.timeout.ms = 30000 | |
create.topic.policy.class.name = null | |
default.replication.factor = 1 | |
delegation.token.expiry.check.interval.ms = 3600000 | |
delegation.token.expiry.time.ms = 86400000 | |
delegation.token.master.key = null | |
delegation.token.max.lifetime.ms = 604800000 | |
delegation.token.secret.key = null | |
delete.records.purgatory.purge.interval.requests = 1 | |
delete.topic.enable = true | |
early.start.listeners = null | |
fetch.max.bytes = 57671680 | |
fetch.purgatory.purge.interval.requests = 1000 | |
group.consumer.assignors = [org.apache.kafka.coordinator.group.assignor.RangeAssignor] | |
group.consumer.heartbeat.interval.ms = 5000 | |
group.consumer.max.heartbeat.interval.ms = 15000 | |
group.consumer.max.session.timeout.ms = 60000 | |
group.consumer.max.size = 2147483647 | |
group.consumer.min.heartbeat.interval.ms = 5000 | |
group.consumer.min.session.timeout.ms = 45000 | |
group.consumer.session.timeout.ms = 45000 | |
group.coordinator.new.enable = false | |
group.coordinator.threads = 1 | |
group.initial.rebalance.delay.ms = 0 | |
group.max.session.timeout.ms = 1800000 | |
group.max.size = 2147483647 | |
group.min.session.timeout.ms = 6000 | |
initial.broker.registration.timeout.ms = 60000 | |
inter.broker.listener.name = null | |
inter.broker.protocol.version = 3.6-IV2 | |
kafka.metrics.polling.interval.secs = 10 | |
kafka.metrics.reporters = [] | |
leader.imbalance.check.interval.seconds = 300 | |
leader.imbalance.per.broker.percentage = 10 | |
listener.security.protocol.map = PLAINTEXT:PLAINTEXT,SSL:SSL,SASL_PLAINTEXT:SASL_PLAINTEXT,SASL_SSL:SASL_SSL | |
listeners = PLAINTEXT://:9092 | |
log.cleaner.backoff.ms = 15000 | |
log.cleaner.dedupe.buffer.size = 134217728 | |
log.cleaner.delete.retention.ms = 86400000 | |
log.cleaner.enable = true | |
log.cleaner.io.buffer.load.factor = 0.9 | |
log.cleaner.io.buffer.size = 524288 | |
log.cleaner.io.max.bytes.per.second = 1.7976931348623157E308 | |
log.cleaner.max.compaction.lag.ms = 9223372036854775807 | |
log.cleaner.min.cleanable.ratio = 0.5 | |
log.cleaner.min.compaction.lag.ms = 0 | |
log.cleaner.threads = 1 | |
log.cleanup.policy = [delete] | |
log.dir = /tmp/kafka-logs | |
log.dirs = /tmp/kafka-logs | |
log.flush.interval.messages = 9223372036854775807 | |
log.flush.interval.ms = null | |
log.flush.offset.checkpoint.interval.ms = 60000 | |
log.flush.scheduler.interval.ms = 9223372036854775807 | |
log.flush.start.offset.checkpoint.interval.ms = 60000 | |
log.index.interval.bytes = 4096 | |
log.index.size.max.bytes = 10485760 | |
log.local.retention.bytes = -2 | |
log.local.retention.ms = -2 | |
log.message.downconversion.enable = true | |
log.message.format.version = 3.0-IV1 | |
log.message.timestamp.after.max.ms = 9223372036854775807 | |
log.message.timestamp.before.max.ms = 9223372036854775807 | |
log.message.timestamp.difference.max.ms = 9223372036854775807 | |
log.message.timestamp.type = CreateTime | |
log.preallocate = false | |
log.retention.bytes = -1 | |
log.retention.check.interval.ms = 300000 | |
log.retention.hours = 168 | |
log.retention.minutes = null | |
log.retention.ms = null | |
log.roll.hours = 168 | |
log.roll.jitter.hours = 0 | |
log.roll.jitter.ms = null | |
log.roll.ms = null | |
log.segment.bytes = 1073741824 | |
log.segment.delete.delay.ms = 60000 | |
max.connection.creation.rate = 2147483647 | |
max.connections = 2147483647 | |
max.connections.per.ip = 2147483647 | |
max.connections.per.ip.overrides = | |
max.incremental.fetch.session.cache.slots = 1000 | |
message.max.bytes = 1048588 | |
metadata.log.dir = null | |
metadata.log.max.record.bytes.between.snapshots = 20971520 | |
metadata.log.max.snapshot.interval.ms = 3600000 | |
metadata.log.segment.bytes = 1073741824 | |
metadata.log.segment.min.bytes = 8388608 | |
metadata.log.segment.ms = 604800000 | |
metadata.max.idle.interval.ms = 500 | |
metadata.max.retention.bytes = 104857600 | |
metadata.max.retention.ms = 604800000 | |
metric.reporters = [] | |
metrics.num.samples = 2 | |
metrics.recording.level = INFO | |
metrics.sample.window.ms = 30000 | |
min.insync.replicas = 1 | |
node.id = 0 | |
num.io.threads = 8 | |
num.network.threads = 3 | |
num.partitions = 1 | |
num.recovery.threads.per.data.dir = 1 | |
num.replica.alter.log.dirs.threads = null | |
num.replica.fetchers = 1 | |
offset.metadata.max.bytes = 4096 | |
offsets.commit.required.acks = -1 | |
offsets.commit.timeout.ms = 5000 | |
offsets.load.buffer.size = 5242880 | |
offsets.retention.check.interval.ms = 600000 | |
offsets.retention.minutes = 10080 | |
offsets.topic.compression.codec = 0 | |
offsets.topic.num.partitions = 50 | |
offsets.topic.replication.factor = 1 | |
offsets.topic.segment.bytes = 104857600 | |
password.encoder.cipher.algorithm = AES/CBC/PKCS5Padding | |
password.encoder.iterations = 4096 | |
password.encoder.key.length = 128 | |
password.encoder.keyfactory.algorithm = null | |
password.encoder.old.secret = null | |
password.encoder.secret = null | |
principal.builder.class = class org.apache.kafka.common.security.authenticator.DefaultKafkaPrincipalBuilder | |
process.roles = [] | |
producer.id.expiration.check.interval.ms = 600000 | |
producer.id.expiration.ms = 86400000 | |
producer.purgatory.purge.interval.requests = 1000 | |
queued.max.request.bytes = -1 | |
queued.max.requests = 500 | |
quota.window.num = 11 | |
quota.window.size.seconds = 1 | |
remote.log.index.file.cache.total.size.bytes = 1073741824 | |
remote.log.manager.task.interval.ms = 30000 | |
remote.log.manager.task.retry.backoff.max.ms = 30000 | |
remote.log.manager.task.retry.backoff.ms = 500 | |
remote.log.manager.task.retry.jitter = 0.2 | |
remote.log.manager.thread.pool.size = 10 | |
remote.log.metadata.custom.metadata.max.bytes = 128 | |
remote.log.metadata.manager.class.name = org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager | |
remote.log.metadata.manager.class.path = null | |
remote.log.metadata.manager.impl.prefix = rlmm.config. | |
remote.log.metadata.manager.listener.name = null | |
remote.log.reader.max.pending.tasks = 100 | |
remote.log.reader.threads = 10 | |
remote.log.storage.manager.class.name = null | |
remote.log.storage.manager.class.path = null | |
remote.log.storage.manager.impl.prefix = rsm.config. | |
remote.log.storage.system.enable = false | |
replica.fetch.backoff.ms = 1000 | |
replica.fetch.max.bytes = 1048576 | |
replica.fetch.min.bytes = 1 | |
replica.fetch.response.max.bytes = 10485760 | |
replica.fetch.wait.max.ms = 500 | |
replica.high.watermark.checkpoint.interval.ms = 5000 | |
replica.lag.time.max.ms = 30000 | |
replica.selector.class = null | |
replica.socket.receive.buffer.bytes = 65536 | |
replica.socket.timeout.ms = 30000 | |
replication.quota.window.num = 11 | |
replication.quota.window.size.seconds = 1 | |
request.timeout.ms = 30000 | |
reserved.broker.max.id = 1000 | |
sasl.client.callback.handler.class = null | |
sasl.enabled.mechanisms = [GSSAPI] | |
sasl.jaas.config = null | |
sasl.kerberos.kinit.cmd = /usr/bin/kinit | |
sasl.kerberos.min.time.before.relogin = 60000 | |
sasl.kerberos.principal.to.local.rules = [DEFAULT] | |
sasl.kerberos.service.name = null | |
sasl.kerberos.ticket.renew.jitter = 0.05 | |
sasl.kerberos.ticket.renew.window.factor = 0.8 | |
sasl.login.callback.handler.class = null | |
sasl.login.class = null | |
sasl.login.connect.timeout.ms = null | |
sasl.login.read.timeout.ms = null | |
sasl.login.refresh.buffer.seconds = 300 | |
sasl.login.refresh.min.period.seconds = 60 | |
sasl.login.refresh.window.factor = 0.8 | |
sasl.login.refresh.window.jitter = 0.05 | |
sasl.login.retry.backoff.max.ms = 10000 | |
sasl.login.retry.backoff.ms = 100 | |
sasl.mechanism.controller.protocol = GSSAPI | |
sasl.mechanism.inter.broker.protocol = GSSAPI | |
sasl.oauthbearer.clock.skew.seconds = 30 | |
sasl.oauthbearer.expected.audience = null | |
sasl.oauthbearer.expected.issuer = null | |
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 | |
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 | |
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 | |
sasl.oauthbearer.jwks.endpoint.url = null | |
sasl.oauthbearer.scope.claim.name = scope | |
sasl.oauthbearer.sub.claim.name = sub | |
sasl.oauthbearer.token.endpoint.url = null | |
sasl.server.callback.handler.class = null | |
sasl.server.max.receive.size = 524288 | |
security.inter.broker.protocol = PLAINTEXT | |
security.providers = null | |
server.max.startup.time.ms = 9223372036854775807 | |
socket.connection.setup.timeout.max.ms = 30000 | |
socket.connection.setup.timeout.ms = 10000 | |
socket.listen.backlog.size = 50 | |
socket.receive.buffer.bytes = 102400 | |
socket.request.max.bytes = 104857600 | |
socket.send.buffer.bytes = 102400 | |
ssl.cipher.suites = [] | |
ssl.client.auth = none | |
ssl.enabled.protocols = [TLSv1.2, TLSv1.3] | |
ssl.endpoint.identification.algorithm = https | |
ssl.engine.factory.class = null | |
ssl.key.password = null | |
ssl.keymanager.algorithm = SunX509 | |
ssl.keystore.certificate.chain = null | |
ssl.keystore.key = null | |
ssl.keystore.location = null | |
ssl.keystore.password = null | |
ssl.keystore.type = JKS | |
ssl.principal.mapping.rules = DEFAULT | |
ssl.protocol = TLSv1.3 | |
ssl.provider = null | |
ssl.secure.random.implementation = null | |
ssl.trustmanager.algorithm = PKIX | |
ssl.truststore.certificates = null | |
ssl.truststore.location = null | |
ssl.truststore.password = null | |
ssl.truststore.type = JKS | |
transaction.abort.timed.out.transaction.cleanup.interval.ms = 10000 | |
transaction.max.timeout.ms = 900000 | |
transaction.partition.verification.enable = true | |
transaction.remove.expired.transaction.cleanup.interval.ms = 3600000 | |
transaction.state.log.load.buffer.size = 5242880 | |
transaction.state.log.min.isr = 1 | |
transaction.state.log.num.partitions = 50 | |
transaction.state.log.replication.factor = 1 | |
transaction.state.log.segment.bytes = 104857600 | |
transactional.id.expiration.ms = 604800000 | |
unclean.leader.election.enable = false | |
unstable.api.versions.enable = false | |
zookeeper.clientCnxnSocket = null | |
zookeeper.connect = localhost:2181 | |
zookeeper.connection.timeout.ms = 18000 | |
zookeeper.max.in.flight.requests = 10 | |
zookeeper.metadata.migration.enable = false | |
zookeeper.session.timeout.ms = 18000 | |
zookeeper.set.acl = false | |
zookeeper.ssl.cipher.suites = null | |
zookeeper.ssl.client.enable = false | |
zookeeper.ssl.crl.enable = false | |
zookeeper.ssl.enabled.protocols = null | |
zookeeper.ssl.endpoint.identification.algorithm = HTTPS | |
zookeeper.ssl.keystore.location = null | |
zookeeper.ssl.keystore.password = null | |
zookeeper.ssl.keystore.type = null | |
zookeeper.ssl.ocsp.enable = false | |
zookeeper.ssl.protocol = TLSv1.2 | |
zookeeper.ssl.truststore.location = null | |
zookeeper.ssl.truststore.password = null | |
zookeeper.ssl.truststore.type = null | |
(kafka.server.KafkaConfig) | |
[2023-10-19 18:19:39,468] INFO [ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) | |
[2023-10-19 18:19:39,469] INFO [ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) | |
[2023-10-19 18:19:39,470] INFO [ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) | |
[2023-10-19 18:19:39,472] INFO [ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) | |
[2023-10-19 18:19:39,483] INFO Log directory /tmp/kafka-logs not found, creating it. (kafka.log.LogManager) | |
[2023-10-19 18:19:39,498] INFO Loading logs from log dirs ArraySeq(/tmp/kafka-logs) (kafka.log.LogManager) | |
[2023-10-19 18:19:39,501] INFO No logs found to be loaded in /tmp/kafka-logs (kafka.log.LogManager) | |
[2023-10-19 18:19:39,508] INFO Loaded 0 logs in 10ms (kafka.log.LogManager) | |
[2023-10-19 18:19:39,509] INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) | |
[2023-10-19 18:19:39,510] INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) | |
[2023-10-19 18:19:39,591] INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner$CleanerThread) | |
[2023-10-19 18:19:39,610] INFO [feature-zk-node-event-process-thread]: Starting (kafka.server.FinalizedFeatureChangeListener$ChangeNotificationProcessorThread) | |
[2023-10-19 18:19:39,618] INFO Feature ZK node at path: /feature does not exist (kafka.server.FinalizedFeatureChangeListener) | |
[2023-10-19 18:19:39,638] INFO [zk-broker-0-to-controller-forwarding-channel-manager]: Starting (kafka.server.BrokerToControllerRequestThread) | |
[2023-10-19 18:19:39,910] INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) | |
[2023-10-19 18:19:39,925] INFO [SocketServer listenerType=ZK_BROKER, nodeId=0] Created data-plane acceptor and processors for endpoint : ListenerName(PLAINTEXT) (kafka.network.SocketServer) | |
[2023-10-19 18:19:39,930] INFO [zk-broker-0-to-controller-alter-partition-channel-manager]: Starting (kafka.server.BrokerToControllerRequestThread) | |
[2023-10-19 18:19:39,951] INFO [ExpirationReaper-0-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) | |
[2023-10-19 18:19:39,952] INFO [ExpirationReaper-0-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) | |
[2023-10-19 18:19:39,953] INFO [ExpirationReaper-0-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) | |
[2023-10-19 18:19:39,954] INFO [ExpirationReaper-0-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) | |
[2023-10-19 18:19:39,954] INFO [ExpirationReaper-0-RemoteFetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) | |
[2023-10-19 18:19:39,965] INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) | |
[2023-10-19 18:19:39,965] INFO [AddPartitionsToTxnSenderThread-0]: Starting (kafka.server.AddPartitionsToTxnManager) | |
[2023-10-19 18:19:39,988] INFO Creating /brokers/ids/0 (is it secure? false) (kafka.zk.KafkaZkClient) | |
[2023-10-19 18:19:40,007] INFO Stat of the created znode at /brokers/ids/0 is: 25,25,1697739580000,1697739580000,1,0,0,72141761795981312,208,0,25 | |
(kafka.zk.KafkaZkClient) | |
[2023-10-19 18:19:40,008] INFO Registered broker 0 at path /brokers/ids/0 with addresses: PLAINTEXT://10dffb66582b:9092, czxid (broker epoch): 25 (kafka.zk.KafkaZkClient) | |
[2023-10-19 18:19:40,060] INFO [ExpirationReaper-0-topic]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) | |
[2023-10-19 18:19:40,065] INFO [ExpirationReaper-0-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) | |
[2023-10-19 18:19:40,066] INFO [ExpirationReaper-0-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) | |
[2023-10-19 18:19:40,067] INFO Successfully created /controller_epoch with initial epoch 0 (kafka.zk.KafkaZkClient) | |
[2023-10-19 18:19:40,079] INFO [GroupCoordinator 0]: Starting up. (kafka.coordinator.group.GroupCoordinator) | |
[2023-10-19 18:19:40,081] INFO Feature ZK node created at path: /feature (kafka.server.FinalizedFeatureChangeListener) | |
[2023-10-19 18:19:40,083] INFO [GroupCoordinator 0]: Startup complete. (kafka.coordinator.group.GroupCoordinator) | |
[2023-10-19 18:19:40,096] INFO [TransactionCoordinator id=0] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) | |
[2023-10-19 18:19:40,098] INFO [TxnMarkerSenderThread-0]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) | |
[2023-10-19 18:19:40,098] INFO [TransactionCoordinator id=0] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) | |
[2023-10-19 18:19:40,101] INFO [MetadataCache brokerId=0] Updated cache from existing None to latest Features(version=3.6-IV2, finalizedFeatures={}, finalizedFeaturesEpoch=0). (kafka.server.metadata.ZkMetadataCache) | |
[2023-10-19 18:19:40,141] INFO [ExpirationReaper-0-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) | |
[2023-10-19 18:19:40,151] INFO [Controller id=0, targetBrokerId=0] Node 0 disconnected. (org.apache.kafka.clients.NetworkClient) | |
[2023-10-19 18:19:40,153] WARN [Controller id=0, targetBrokerId=0] Connection to node 0 (10dffb66582b/172.17.0.2:9092) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient) | |
[2023-10-19 18:19:40,156] INFO [Controller id=0, targetBrokerId=0] Client requested connection close from node 0 (org.apache.kafka.clients.NetworkClient) | |
[2023-10-19 18:19:40,169] INFO [/config/changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) | |
[2023-10-19 18:19:40,182] INFO [SocketServer listenerType=ZK_BROKER, nodeId=0] Enabling request processing. (kafka.network.SocketServer) | |
[2023-10-19 18:19:40,185] INFO Awaiting socket connections on 0.0.0.0:9092. (kafka.network.DataPlaneAcceptor) | |
[2023-10-19 18:19:40,191] INFO Kafka version: 3.6.0 (org.apache.kafka.common.utils.AppInfoParser) | |
[2023-10-19 18:19:40,191] INFO Kafka commitId: 60e845626d8a465a (org.apache.kafka.common.utils.AppInfoParser) | |
[2023-10-19 18:19:40,191] INFO Kafka startTimeMs: 1697739580188 (org.apache.kafka.common.utils.AppInfoParser) | |
[2023-10-19 18:19:40,193] INFO [KafkaServer id=0] started (kafka.server.KafkaServer) | |
[2023-10-19 18:19:40,333] INFO [zk-broker-0-to-controller-alter-partition-channel-manager]: Recorded new controller, from now on will use node 10dffb66582b:9092 (id: 0 rack: null) (kafka.server.BrokerToControllerRequestThread) | |
[2023-10-19 18:19:40,344] INFO [zk-broker-0-to-controller-forwarding-channel-manager]: Recorded new controller, from now on will use node 10dffb66582b:9092 (id: 0 rack: null) (kafka.server.BrokerToControllerRequestThread) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment