++ hostname ++ awk -F- '{print $NF}' + STRIMZI_BROKER_ID=2 + export STRIMZI_BROKER_ID + echo STRIMZI_BROKER_ID=2 STRIMZI_BROKER_ID=2 + export GC_LOG_ENABLED=false + GC_LOG_ENABLED=false + '[' -z '' ']' + export KAFKA_LOG4J_OPTS=-Dlog4j.configuration=file:/opt/kafka/custom-config/log4j.properties + KAFKA_LOG4J_OPTS=-Dlog4j.configuration=file:/opt/kafka/custom-config/log4j.properties + rm -f /var/opt/kafka/kafka-ready /var/opt/kafka/zk-connected ++ ls /opt/kafka/libs/kafka-agent.jar + KAFKA_OPTS=' -javaagent:/opt/kafka/libs/kafka-agent.jar=/var/opt/kafka/kafka-ready:/var/opt/kafka/zk-connected' + export KAFKA_OPTS + '[' '' = true ']' + '[' -n '' ']' + KAFKA_OPTS=' -javaagent:/opt/kafka/libs/kafka-agent.jar=/var/opt/kafka/kafka-ready:/var/opt/kafka/zk-connected ' + '[' false = true ']' + export LOG_DIR=/opt/kafka + LOG_DIR=/opt/kafka ++ tr -dc _A-Z-a-z-0-9 ++ head -c32 + CERTS_STORE_PASSWORD=ovdR5uMsv6mxUqW4XkKFA8wuzMoQ7ae1 + export CERTS_STORE_PASSWORD + mkdir -p /tmp/kafka + ./kafka_tls_prepare_certificates.sh Preparing truststore for replication listener Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/kafka/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore for replication listener is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for replication and clienttls listener Preparing keystore for replication and clienttls listener is complete Preparing truststore for clienttls listener Adding /opt/kafka/client-ca-certs/ca.crt to truststore /tmp/kafka/clients.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore for clienttls listener is complete Starting Kafka with configuration: + echo 'Starting Kafka with configuration:' + ./kafka_config_generator.sh + tee /tmp/strimzi.properties + sed -e 's/sasl.jaas.config=.*/sasl.jaas.config=[hidden]/g' -e 's/password=.*/password=[hidden]/g' ############################## ############################## # This file is automatically generated by the Strimzi Cluster Operator # Any changes to this file will be ignored and overwritten! ############################## ############################## ########## # Broker ID ########## broker.id=2 ########## # Zookeeper ########## zookeeper.connect=openshift-my-cluster-zookeeper-client:2181 zookeeper.clientCnxnSocket=org.apache.zookeeper.ClientCnxnSocketNetty zookeeper.ssl.client.enable=true zookeeper.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12 zookeeper.ssl.keystore.password=[hidden] zookeeper.ssl.keystore.type=PKCS12 zookeeper.ssl.truststore.location=/tmp/kafka/cluster.truststore.p12 zookeeper.ssl.truststore.password=[hidden] zookeeper.ssl.truststore.type=PKCS12 ########## # Kafka message logs configuration ########## log.dirs=/var/lib/kafka/data/kafka-log2 ########## # Replication listener ########## listener.name.replication-9091.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12 listener.name.replication-9091.ssl.keystore.password=[hidden] listener.name.replication-9091.ssl.keystore.type=PKCS12 listener.name.replication-9091.ssl.truststore.location=/tmp/kafka/cluster.truststore.p12 listener.name.replication-9091.ssl.truststore.password=[hidden] listener.name.replication-9091.ssl.truststore.type=PKCS12 listener.name.replication-9091.ssl.client.auth=required ########## # Plain listener ########## ########## # TLS listener ########## listener.name.tls-9093.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12 listener.name.tls-9093.ssl.keystore.password=[hidden] listener.name.tls-9093.ssl.keystore.type=PKCS12 ########## # Common listener configuration ########## listeners=REPLICATION-9091://0.0.0.0:9091,PLAIN-9092://0.0.0.0:9092,TLS-9093://0.0.0.0:9093 advertised.listeners=REPLICATION-9091://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091,PLAIN-9092://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9092,TLS-9093://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9093 listener.security.protocol.map=REPLICATION-9091:SSL,PLAIN-9092:PLAINTEXT,TLS-9093:SSL inter.broker.listener.name=REPLICATION-9091 sasl.enabled.mechanisms= ssl.secure.random.implementation=SHA1PRNG ssl.endpoint.identification.algorithm=HTTPS ########## # User provided configuration ########## default.replication.factor=1 log.message.format.version=2.6.0 offsets.topic.replication.factor=3 transaction.state.log.replication.factor=3 + echo '' + '[' -z -Xms128M ']' + . ./set_kafka_gc_options.sh ++ set -e ++ '[' false == true ']' ++ export 'KAFKA_GC_LOG_OPTS= ' ++ KAFKA_GC_LOG_OPTS=' ' ++ export GC_LOG_ENABLED=false ++ GC_LOG_ENABLED=false + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/kafka-server-start.sh /tmp/strimzi.properties 2020-08-18 02:19:03,433 INFO Starting KafkaAgent with brokerReadyFile=/var/opt/kafka/kafka-ready and sessionConnectedFile=/var/opt/kafka/zk-connected (io.strimzi.kafka.agent.KafkaAgent) [main] 2020-08-18 02:19:03,434 INFO Starting metrics registry (io.strimzi.kafka.agent.KafkaAgent) [main] 2020-08-18 02:19:03,584 INFO KafkaYammerMetrics found and will be used. (io.strimzi.kafka.agent.KafkaAgent) [main] 2020-08-18 02:19:03,705 INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [main] 2020-08-18 02:19:04,205 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2020-08-18 02:19:04,255 INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) [main] 2020-08-18 02:19:04,260 INFO starting (kafka.server.KafkaServer) [main] 2020-08-18 02:19:04,260 INFO Connecting to zookeeper on openshift-my-cluster-zookeeper-client:2181 (kafka.server.KafkaServer) [main] 2020-08-18 02:19:04,282 INFO [ZooKeeperClient Kafka server] Initializing a new session to openshift-my-cluster-zookeeper-client:2181. (kafka.zookeeper.ZooKeeperClient) [main] 2020-08-18 02:19:04,288 INFO Client environment:zookeeper.version=3.5.8-f439ca583e70862c3068a1f2a7d4d068eec33315, built on 05/04/2020 15:53 GMT (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,288 INFO Client environment:host.name=openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc.cluster.local (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,288 INFO Client environment:java.version=11.0.8 (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,288 INFO Client environment:java.vendor=N/A (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,288 INFO Client environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64 (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,288 INFO Client environment:java.class.path=/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.5.0.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/bcpkix-jdk15on-1.62.jar:/opt/kafka/bin/../libs/bcprov-jdk15on-1.60.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/commons-math3-3.6.1.jar:/opt/kafka/bin/../libs/connect-api-2.6.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-2.6.0.jar:/opt/kafka/bin/../libs/connect-file-2.6.0.jar:/opt/kafka/bin/../libs/connect-json-2.6.0.jar:/opt/kafka/bin/../libs/connect-mirror-2.6.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-2.6.0.jar:/opt/kafka/bin/../libs/connect-runtime-2.6.0.jar:/opt/kafka/bin/../libs/connect-transforms-2.6.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.11.jar:/opt/kafka/bin/../libs/gson-2.8.6.jar:/opt/kafka/bin/../libs/guava-20.0.jar:/opt/kafka/bin/../libs/hamcrest-core-1.3.jar:/opt/kafka/bin/../libs/hk2-api-2.5.0.jar:/opt/kafka/bin/../libs/hk2-locator-2.5.0.jar:/opt/kafka/bin/../libs/hk2-utils-2.5.0.jar:/opt/kafka/bin/../libs/jackson-annotations-2.10.2.jar:/opt/kafka/bin/../libs/jackson-core-2.10.2.jar:/opt/kafka/bin/../libs/jackson-databind-2.10.2.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.10.2.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.10.2.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.10.2.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.10.2.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.10.2.jar:/opt/kafka/bin/../libs/jackson-module-paranamer-2.10.2.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.12-2.10.2.jar:/opt/kafka/bin/../libs/jaeger-client-1.1.0.jar:/opt/kafka/bin/../libs/jaeger-core-1.1.0.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.1.0.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.1.0.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.4.jar:/opt/kafka/bin/../libs/jakarta.inject-2.5.0.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.5.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.22.0-CR2.jar:/opt/kafka/bin/../libs/javassist-3.26.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.28.jar:/opt/kafka/bin/../libs/jersey-common-2.28.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.28.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.28.jar:/opt/kafka/bin/../libs/jersey-hk2-2.28.jar:/opt/kafka/bin/../libs/jersey-media-jaxb-2.28.jar:/opt/kafka/bin/../libs/jersey-server-2.28.jar:/opt/kafka/bin/../libs/jetty-client-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-http-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-io-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-security-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-server-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-util-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.12.0.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/json-smart-1.1.1.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/junit-4.13.jar:/opt/kafka/bin/../libs/kafka-agent.jar:/opt/kafka/bin/../libs/kafka-clients-2.6.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-2.6.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.5.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.5.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.5.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.5.0.jar:/opt/kafka/bin/../libs/kafka-streams-2.6.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-2.6.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.12-2.6.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-2.6.0.jar:/opt/kafka/bin/../libs/kafka-tools-2.6.0.jar:/opt/kafka/bin/../libs/kafka_2.12-2.6.0-sources.jar:/opt/kafka/bin/../libs/kafka_2.12-2.6.0.jar:/opt/kafka/bin/../libs/keycloak-common-10.0.0.jar:/opt/kafka/bin/../libs/keycloak-core-10.0.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.3.50.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.3.50.jar:/opt/kafka/bin/../libs/libthrift-0.13.0.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/lz4-java-1.7.1.jar:/opt/kafka/bin/../libs/maven-artifact-3.6.3.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.50.Final.jar:/opt/kafka/bin/../libs/okhttp-4.2.2.jar:/opt/kafka/bin/../libs/okio-2.2.2.jar:/opt/kafka/bin/../libs/opa-authorizer-0.4.1.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.12.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.1.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-5.18.4.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.12-2.1.6.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.12-0.9.1.jar:/opt/kafka/bin/../libs/scala-library-2.12.11.jar:/opt/kafka/bin/../libs/scala-logging_2.12-3.9.2.jar:/opt/kafka/bin/../libs/scala-reflect-2.12.11.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snappy-java-1.1.7.3.jar:/opt/kafka/bin/../libs/tracing-agent.jar:/opt/kafka/bin/../libs/validation-api-2.0.1.Final.jar:/opt/kafka/bin/../libs/zookeeper-3.5.8.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.5.8.jar:/opt/kafka/bin/../libs/zstd-jni-1.4.4-7.jar (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,288 INFO Client environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,288 INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,289 INFO Client environment:java.compiler= (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,289 INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,289 INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,289 INFO Client environment:os.version=4.18.0-193.14.3.el8_2.x86_64 (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,289 INFO Client environment:user.name=1000600000 (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,289 INFO Client environment:user.home=/ (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,289 INFO Client environment:user.dir=/opt/kafka (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,289 INFO Client environment:os.memory.free=233MB (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,289 INFO Client environment:os.memory.max=3754MB (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,289 INFO Client environment:os.memory.total=251MB (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,291 INFO Initiating client connection, connectString=openshift-my-cluster-zookeeper-client:2181 sessionTimeout=18000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@389b0789 (org.apache.zookeeper.ZooKeeper) [main] 2020-08-18 02:19:04,387 INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [main] 2020-08-18 02:19:04,396 INFO zookeeper.request.timeout value is 0. feature enabled= (org.apache.zookeeper.ClientCnxn) [main] 2020-08-18 02:19:04,397 INFO Starting poller (io.strimzi.kafka.agent.KafkaAgent) [main] 2020-08-18 02:19:04,401 INFO [ZooKeeperClient Kafka server] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [main] 2020-08-18 02:19:04,430 INFO Opening socket connection to server openshift-my-cluster-zookeeper-client/172.30.170.24:2181. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn) [main-SendThread(openshift-my-cluster-zookeeper-client:2181)] 2020-08-18 02:19:04,850 INFO SSL handler added for channel: [id: 0x9ee2d90c] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-2-1] 2020-08-18 02:19:04,861 INFO Socket connection established, initiating session, client: /10.131.0.138:54970, server: openshift-my-cluster-zookeeper-client/172.30.170.24:2181 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-2-1] 2020-08-18 02:19:04,863 INFO channel is connected: [id: 0x9ee2d90c, L:/10.131.0.138:54970 - R:openshift-my-cluster-zookeeper-client/172.30.170.24:2181] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-2-1] 2020-08-18 02:19:05,267 INFO Session establishment complete on server openshift-my-cluster-zookeeper-client/172.30.170.24:2181, sessionid = 0x200019793030001, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-2-1] 2020-08-18 02:19:05,271 INFO [ZooKeeperClient Kafka server] Connected. (kafka.zookeeper.ZooKeeperClient) [main] 2020-08-18 02:19:05,699 INFO Cluster ID = _Z4QOzmrS_qQWi3C1pu-rg (kafka.server.KafkaServer) [main] 2020-08-18 02:19:05,707 WARN No meta.properties file under dir /var/lib/kafka/data/kafka-log2/meta.properties (kafka.server.BrokerMetadataCheckpoint) [main] 2020-08-18 02:19:05,765 INFO KafkaConfig values: advertised.host.name = null advertised.listeners = REPLICATION-9091://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091,PLAIN-9092://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9092,TLS-9093://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9093 advertised.port = 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.leader.rebalance.enable = true background.threads = 10 broker.id = 2 broker.id.generation.enable = true broker.rack = null 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.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 delete.records.purgatory.purge.interval.requests = 1 delete.topic.enable = true fetch.max.bytes = 57671680 fetch.purgatory.purge.interval.requests = 1000 group.initial.rebalance.delay.ms = 3000 group.max.session.timeout.ms = 1800000 group.max.size = 2147483647 group.min.session.timeout.ms = 6000 host.name = inter.broker.listener.name = REPLICATION-9091 inter.broker.protocol.version = 2.6-IV0 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 = REPLICATION-9091:SSL,PLAIN-9092:PLAINTEXT,TLS-9093:SSL listeners = REPLICATION-9091://0.0.0.0:9091,PLAIN-9092://0.0.0.0:9092,TLS-9093://0.0.0.0:9093 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 = /var/lib/kafka/data/kafka-log2 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.message.downconversion.enable = true log.message.format.version = 2.6.0 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.connections = 2147483647 max.connections.per.ip = 2147483647 max.connections.per.ip.overrides = max.incremental.fetch.session.cache.slots = 1000 message.max.bytes = 1048588 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 min.insync.replicas = 1 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 = 3 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 port = 9092 principal.builder.class = null producer.purgatory.purge.interval.requests = 1000 queued.max.request.bytes = -1 queued.max.requests = 500 quota.consumer.default = 9223372036854775807 quota.producer.default = 9223372036854775807 quota.window.num = 11 quota.window.size.seconds = 1 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 = [] 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.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.mechanism.inter.broker.protocol = GSSAPI sasl.server.callback.handler.class = null security.inter.broker.protocol = PLAINTEXT security.providers = null 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.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 = SHA1PRNG ssl.trustmanager.algorithm = PKIX 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.remove.expired.transaction.cleanup.interval.ms = 3600000 transaction.state.log.load.buffer.size = 5242880 transaction.state.log.min.isr = 2 transaction.state.log.num.partitions = 50 transaction.state.log.replication.factor = 3 transaction.state.log.segment.bytes = 104857600 transactional.id.expiration.ms = 604800000 unclean.leader.election.enable = false zookeeper.clientCnxnSocket = org.apache.zookeeper.ClientCnxnSocketNetty zookeeper.connect = openshift-my-cluster-zookeeper-client:2181 zookeeper.connection.timeout.ms = null zookeeper.max.in.flight.requests = 10 zookeeper.session.timeout.ms = 18000 zookeeper.set.acl = false zookeeper.ssl.cipher.suites = null zookeeper.ssl.client.enable = true zookeeper.ssl.crl.enable = false zookeeper.ssl.enabled.protocols = null zookeeper.ssl.endpoint.identification.algorithm = HTTPS zookeeper.ssl.keystore.location = /tmp/kafka/cluster.keystore.p12 zookeeper.ssl.keystore.password = [hidden] zookeeper.ssl.keystore.type = PKCS12 zookeeper.ssl.ocsp.enable = false zookeeper.ssl.protocol = TLSv1.2 zookeeper.ssl.truststore.location = /tmp/kafka/cluster.truststore.p12 zookeeper.ssl.truststore.password = [hidden] zookeeper.ssl.truststore.type = PKCS12 zookeeper.sync.time.ms = 2000 (kafka.server.KafkaConfig) [main] 2020-08-18 02:19:05,780 INFO KafkaConfig values: advertised.host.name = null advertised.listeners = REPLICATION-9091://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091,PLAIN-9092://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9092,TLS-9093://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9093 advertised.port = 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.leader.rebalance.enable = true background.threads = 10 broker.id = 2 broker.id.generation.enable = true broker.rack = null 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.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 delete.records.purgatory.purge.interval.requests = 1 delete.topic.enable = true fetch.max.bytes = 57671680 fetch.purgatory.purge.interval.requests = 1000 group.initial.rebalance.delay.ms = 3000 group.max.session.timeout.ms = 1800000 group.max.size = 2147483647 group.min.session.timeout.ms = 6000 host.name = inter.broker.listener.name = REPLICATION-9091 inter.broker.protocol.version = 2.6-IV0 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 = REPLICATION-9091:SSL,PLAIN-9092:PLAINTEXT,TLS-9093:SSL listeners = REPLICATION-9091://0.0.0.0:9091,PLAIN-9092://0.0.0.0:9092,TLS-9093://0.0.0.0:9093 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 = /var/lib/kafka/data/kafka-log2 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.message.downconversion.enable = true log.message.format.version = 2.6.0 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.connections = 2147483647 max.connections.per.ip = 2147483647 max.connections.per.ip.overrides = max.incremental.fetch.session.cache.slots = 1000 message.max.bytes = 1048588 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 min.insync.replicas = 1 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 = 3 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 port = 9092 principal.builder.class = null producer.purgatory.purge.interval.requests = 1000 queued.max.request.bytes = -1 queued.max.requests = 500 quota.consumer.default = 9223372036854775807 quota.producer.default = 9223372036854775807 quota.window.num = 11 quota.window.size.seconds = 1 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 = [] 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.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.mechanism.inter.broker.protocol = GSSAPI sasl.server.callback.handler.class = null security.inter.broker.protocol = PLAINTEXT security.providers = null 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.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 = SHA1PRNG ssl.trustmanager.algorithm = PKIX 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.remove.expired.transaction.cleanup.interval.ms = 3600000 transaction.state.log.load.buffer.size = 5242880 transaction.state.log.min.isr = 2 transaction.state.log.num.partitions = 50 transaction.state.log.replication.factor = 3 transaction.state.log.segment.bytes = 104857600 transactional.id.expiration.ms = 604800000 unclean.leader.election.enable = false zookeeper.clientCnxnSocket = org.apache.zookeeper.ClientCnxnSocketNetty zookeeper.connect = openshift-my-cluster-zookeeper-client:2181 zookeeper.connection.timeout.ms = null zookeeper.max.in.flight.requests = 10 zookeeper.session.timeout.ms = 18000 zookeeper.set.acl = false zookeeper.ssl.cipher.suites = null zookeeper.ssl.client.enable = true zookeeper.ssl.crl.enable = false zookeeper.ssl.enabled.protocols = null zookeeper.ssl.endpoint.identification.algorithm = HTTPS zookeeper.ssl.keystore.location = /tmp/kafka/cluster.keystore.p12 zookeeper.ssl.keystore.password = [hidden] zookeeper.ssl.keystore.type = PKCS12 zookeeper.ssl.ocsp.enable = false zookeeper.ssl.protocol = TLSv1.2 zookeeper.ssl.truststore.location = /tmp/kafka/cluster.truststore.p12 zookeeper.ssl.truststore.password = [hidden] zookeeper.ssl.truststore.type = PKCS12 zookeeper.sync.time.ms = 2000 (kafka.server.KafkaConfig) [main] 2020-08-18 02:19:05,820 INFO [ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Fetch] 2020-08-18 02:19:05,820 INFO [ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Produce] 2020-08-18 02:19:05,822 INFO [ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Request] 2020-08-18 02:19:05,851 INFO Log directory /var/lib/kafka/data/kafka-log2 not found, creating it. (kafka.log.LogManager) [main] 2020-08-18 02:19:05,860 INFO Loading logs from log dirs ArrayBuffer(/var/lib/kafka/data/kafka-log2) (kafka.log.LogManager) [main] 2020-08-18 02:19:05,863 INFO Attempting recovery for all logs in /var/lib/kafka/data/kafka-log2 since no clean shutdown file was found (kafka.log.LogManager) [main] 2020-08-18 02:19:05,881 INFO Loaded 0 logs in 21ms. (kafka.log.LogManager) [main] 2020-08-18 02:19:05,900 INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) [main] 2020-08-18 02:19:05,905 INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) [main] 2020-08-18 02:19:05,909 INFO Starting the log cleaner (kafka.log.LogCleaner) [main] 2020-08-18 02:19:05,985 INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner) [kafka-log-cleaner-thread-0] 2020-08-18 02:19:06,472 INFO Awaiting socket connections on 0.0.0.0:9091. (kafka.network.Acceptor) [main] 2020-08-18 02:19:07,276 INFO [SocketServer brokerId=2] Created data-plane acceptor and processors for endpoint : ListenerName(REPLICATION-9091) (kafka.network.SocketServer) [main] 2020-08-18 02:19:07,277 INFO Awaiting socket connections on 0.0.0.0:9092. (kafka.network.Acceptor) [main] 2020-08-18 02:19:07,286 INFO [SocketServer brokerId=2] Created data-plane acceptor and processors for endpoint : ListenerName(PLAIN-9092) (kafka.network.SocketServer) [main] 2020-08-18 02:19:07,286 INFO Awaiting socket connections on 0.0.0.0:9093. (kafka.network.Acceptor) [main] 2020-08-18 02:19:07,330 INFO [SocketServer brokerId=2] Created data-plane acceptor and processors for endpoint : ListenerName(TLS-9093) (kafka.network.SocketServer) [main] 2020-08-18 02:19:07,359 INFO [ExpirationReaper-2-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Produce] 2020-08-18 02:19:07,359 INFO [ExpirationReaper-2-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Fetch] 2020-08-18 02:19:07,360 INFO [ExpirationReaper-2-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-DeleteRecords] 2020-08-18 02:19:07,361 INFO [ExpirationReaper-2-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-ElectLeader] 2020-08-18 02:19:07,390 INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) [LogDirFailureHandler] 2020-08-18 02:19:07,422 INFO Creating /brokers/ids/2 (is it secure? false) (kafka.zk.KafkaZkClient) [main] 2020-08-18 02:19:07,468 INFO Stat of the created znode at /brokers/ids/2 is: 4294967337,4294967337,1597717147452,1597717147452,1,0,0,144116938593992705,604,0,4294967337 (kafka.zk.KafkaZkClient) [main] 2020-08-18 02:19:07,469 INFO Registered broker 2 at path /brokers/ids/2 with addresses: REPLICATION-9091://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091,PLAIN-9092://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9092,TLS-9093://openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9093, czxid (broker epoch): 4294967337 (kafka.zk.KafkaZkClient) [main] 2020-08-18 02:19:07,560 INFO [ControllerEventThread controllerId=2] Starting (kafka.controller.ControllerEventManager$ControllerEventThread) [controller-event-thread] 2020-08-18 02:19:07,563 INFO [ExpirationReaper-2-topic]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-topic] 2020-08-18 02:19:07,578 INFO [ExpirationReaper-2-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Heartbeat] 2020-08-18 02:19:07,580 INFO [ExpirationReaper-2-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Rebalance] 2020-08-18 02:19:07,609 INFO [GroupCoordinator 2]: Starting up. (kafka.coordinator.group.GroupCoordinator) [main] 2020-08-18 02:19:07,610 INFO Successfully created /controller_epoch with initial epoch 0 (kafka.zk.KafkaZkClient) [controller-event-thread] 2020-08-18 02:19:07,611 INFO [GroupCoordinator 2]: Startup complete. (kafka.coordinator.group.GroupCoordinator) [main] 2020-08-18 02:19:07,622 INFO [GroupMetadataManager brokerId=2] Removed 0 expired offsets in 10 milliseconds. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0] 2020-08-18 02:19:07,623 INFO [Controller id=2] 2 successfully elected as the controller. Epoch incremented to 1 and epoch zk version is now 1 (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,623 INFO [Controller id=2] Registering handlers (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,633 INFO [Controller id=2] Deleting log dir event notifications (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,641 INFO [ProducerId Manager 2]: Acquired new producerId block (brokerId:2,blockStartProducerId:0,blockEndProducerId:999) by writing to Zk with path version 1 (kafka.coordinator.transaction.ProducerIdManager) [main] 2020-08-18 02:19:07,642 INFO [Controller id=2] Deleting isr change notifications (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,649 INFO [Controller id=2] Initializing controller context (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,705 INFO [Controller id=2] Initialized broker epochs cache: Map(2 -> 4294967337) (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,717 DEBUG [Controller id=2] Register BrokerModifications handler for Set(2) (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,726 DEBUG [Channel manager on controller 2]: Controller 2 trying to connect to broker 2 (kafka.controller.ControllerChannelManager) [controller-event-thread] 2020-08-18 02:19:07,830 INFO [TransactionCoordinator id=2] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) [main] 2020-08-18 02:19:07,832 INFO [TransactionCoordinator id=2] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) [main] 2020-08-18 02:19:07,842 INFO [Transaction Marker Channel Manager 2]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) [TxnMarkerSenderThread-2] 2020-08-18 02:19:07,866 INFO [ExpirationReaper-2-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-AlterAcls] 2020-08-18 02:19:07,894 INFO [/config/changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/config/changes-event-process-thread] 2020-08-18 02:19:07,894 INFO [Controller id=2] Currently active brokers in the cluster: Set(2) (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,895 INFO [Controller id=2] Currently shutting brokers in the cluster: Set() (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,895 INFO [Controller id=2] Current list of topics in the cluster: Set() (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,896 INFO [Controller id=2] Fetching topic deletions in progress (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,898 INFO [RequestSendThread controllerId=2] Starting (kafka.controller.RequestSendThread) [Controller-2-to-broker-2-send-thread] 2020-08-18 02:19:07,905 INFO [Controller id=2] List of topics to be deleted: (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,905 INFO [Controller id=2] List of topics ineligible for deletion: (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,906 INFO [Controller id=2] Initializing topic deletion manager (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,906 INFO [Topic Deletion Manager 2] Initializing manager with initial deletions: Set(), initial ineligible deletions: Set() (kafka.controller.TopicDeletionManager) [controller-event-thread] 2020-08-18 02:19:07,907 INFO [Controller id=2] Sending update metadata request (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,911 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers Set(2) for 0 partitions (state.change.logger) [controller-event-thread] 2020-08-18 02:19:07,926 INFO [ReplicaStateMachine controllerId=2] Initializing replica state (kafka.controller.ZkReplicaStateMachine) [controller-event-thread] 2020-08-18 02:19:07,927 INFO [ReplicaStateMachine controllerId=2] Triggering online replica state changes (kafka.controller.ZkReplicaStateMachine) [controller-event-thread] 2020-08-18 02:19:07,931 INFO [ReplicaStateMachine controllerId=2] Triggering offline replica state changes (kafka.controller.ZkReplicaStateMachine) [controller-event-thread] 2020-08-18 02:19:07,932 DEBUG [ReplicaStateMachine controllerId=2] Started replica state machine with initial state -> Map() (kafka.controller.ZkReplicaStateMachine) [controller-event-thread] 2020-08-18 02:19:07,933 INFO [PartitionStateMachine controllerId=2] Initializing partition state (kafka.controller.ZkPartitionStateMachine) [controller-event-thread] 2020-08-18 02:19:07,933 INFO [PartitionStateMachine controllerId=2] Triggering online partition state changes (kafka.controller.ZkPartitionStateMachine) [controller-event-thread] 2020-08-18 02:19:07,938 DEBUG [PartitionStateMachine controllerId=2] Started partition state machine with initial state -> Map() (kafka.controller.ZkPartitionStateMachine) [controller-event-thread] 2020-08-18 02:19:07,938 INFO [Controller id=2] Ready to serve as the new controller with epoch 1 (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,950 INFO [SocketServer brokerId=2] Starting socket server acceptors and processors (kafka.network.SocketServer) [main] 2020-08-18 02:19:07,958 INFO [Controller id=2] Partitions undergoing preferred replica election: (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,958 INFO [Controller id=2] Partitions that completed preferred replica election: (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,959 INFO [Controller id=2] Skipping preferred replica election for partitions due to topic deletion: (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,959 INFO [Controller id=2] Resuming preferred replica election for partitions: (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,964 INFO [Controller id=2] Starting replica leader election (PREFERRED) for partitions triggered by ZkTriggered (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,973 INFO [SocketServer brokerId=2] Started data-plane acceptor and processor(s) for endpoint : ListenerName(REPLICATION-9091) (kafka.network.SocketServer) [main] 2020-08-18 02:19:07,977 INFO [SocketServer brokerId=2] Started data-plane acceptor and processor(s) for endpoint : ListenerName(PLAIN-9092) (kafka.network.SocketServer) [main] 2020-08-18 02:19:07,991 INFO [Controller id=2] Starting the controller scheduler (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:07,999 INFO [SocketServer brokerId=2] Started data-plane acceptor and processor(s) for endpoint : ListenerName(TLS-9093) (kafka.network.SocketServer) [main] 2020-08-18 02:19:07,999 INFO [SocketServer brokerId=2] Started socket server acceptors and processors (kafka.network.SocketServer) [main] 2020-08-18 02:19:08,006 INFO Kafka version: 2.6.0 (org.apache.kafka.common.utils.AppInfoParser) [main] 2020-08-18 02:19:08,006 INFO Kafka commitId: 62abe01bee039651 (org.apache.kafka.common.utils.AppInfoParser) [main] 2020-08-18 02:19:08,007 INFO Kafka startTimeMs: 1597717148000 (org.apache.kafka.common.utils.AppInfoParser) [main] 2020-08-18 02:19:08,009 INFO [KafkaServer id=2] started (kafka.server.KafkaServer) [main] 2020-08-18 02:19:08,046 INFO [Controller id=2] Newly added brokers: 0, deleted brokers: , bounced brokers: , all live brokers: 0,2 (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:08,046 DEBUG [Channel manager on controller 2]: Controller 2 trying to connect to broker 0 (kafka.controller.ControllerChannelManager) [controller-event-thread] 2020-08-18 02:19:08,071 INFO [RequestSendThread controllerId=2] Controller 2 connected to openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091 (id: 2 rack: null) for sending state change requests (kafka.controller.RequestSendThread) [Controller-2-to-broker-2-send-thread] 2020-08-18 02:19:08,153 TRACE [Controller id=2 epoch=1] Received response {error_code=0,_tagged_fields={}} for request UPDATE_METADATA with correlation id 0 sent to broker openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2020-08-18 02:19:08,155 INFO [RequestSendThread controllerId=2] Starting (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] 2020-08-18 02:19:08,157 INFO [Controller id=2] New broker startup callback for 0 (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:08,157 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers Set(2) for 0 partitions (state.change.logger) [controller-event-thread] 2020-08-18 02:19:08,158 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers Set(0) for 0 partitions (state.change.logger) [controller-event-thread] 2020-08-18 02:19:08,162 DEBUG [Controller id=2] Register BrokerModifications handler for Vector(0) (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:08,163 TRACE [Controller id=2 epoch=1] Received response {error_code=0,_tagged_fields={}} for request UPDATE_METADATA with correlation id 1 sent to broker openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2020-08-18 02:19:08,168 INFO [Controller id=2] Updated broker epochs cache: Map(2 -> 4294967337, 0 -> 4294967341) (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:08,254 INFO [RequestSendThread controllerId=2] Controller 2 connected to openshift-my-cluster-kafka-0.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091 (id: 0 rack: null) for sending state change requests (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] 2020-08-18 02:19:08,324 TRACE [Controller id=2 epoch=1] Received response {error_code=0,_tagged_fields={}} for request UPDATE_METADATA with correlation id 0 sent to broker openshift-my-cluster-kafka-0.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2020-08-18 02:19:12,887 INFO [Controller id=2] Newly added brokers: 1, deleted brokers: , bounced brokers: , all live brokers: 0,1,2 (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:12,887 DEBUG [Channel manager on controller 2]: Controller 2 trying to connect to broker 1 (kafka.controller.ControllerChannelManager) [controller-event-thread] 2020-08-18 02:19:13,004 INFO [RequestSendThread controllerId=2] Starting (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] 2020-08-18 02:19:13,004 INFO [Controller id=2] New broker startup callback for 1 (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:13,005 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers Set(0, 2) for 0 partitions (state.change.logger) [controller-event-thread] 2020-08-18 02:19:13,006 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers Set(1) for 0 partitions (state.change.logger) [controller-event-thread] 2020-08-18 02:19:13,006 DEBUG [Controller id=2] Register BrokerModifications handler for Vector(1) (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:13,010 TRACE [Controller id=2 epoch=1] Received response {error_code=0,_tagged_fields={}} for request UPDATE_METADATA with correlation id 1 sent to broker openshift-my-cluster-kafka-0.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2020-08-18 02:19:13,012 TRACE [Controller id=2 epoch=1] Received response {error_code=0,_tagged_fields={}} for request UPDATE_METADATA with correlation id 2 sent to broker openshift-my-cluster-kafka-2.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2020-08-18 02:19:13,017 INFO [Controller id=2] Updated broker epochs cache: Map(2 -> 4294967337, 1 -> 4294967358, 0 -> 4294967341) (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:13,018 INFO [Controller id=2] Processing automatic preferred replica leader election (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:13,018 TRACE [Controller id=2] Checking need to trigger auto leader balancing (kafka.controller.KafkaController) [controller-event-thread] 2020-08-18 02:19:13,356 INFO [RequestSendThread controllerId=2] Controller 2 connected to openshift-my-cluster-kafka-1.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091 (id: 1 rack: null) for sending state change requests (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] 2020-08-18 02:19:13,428 TRACE [Controller id=2 epoch=1] Received response {error_code=0,_tagged_fields={}} for request UPDATE_METADATA with correlation id 0 sent to broker openshift-my-cluster-kafka-1.openshift-my-cluster-kafka-brokers.kafka-cluster-test.svc:9091 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread]