+++ date ++ echo 'INFO: =================== Mon Jun 8 05:46:01 UTC 2026 ===================' INFO: =================== Mon Jun 8 05:46:01 UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1+++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.38 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + : auto + my_ip= + my_index=1 + '[' auto = auto ']' + for i in {1..10} ++ find_my_ip_and_order_for_node KAFKA ++ local server_typ=KAFKA_NODES ++ find_my_ip_and_order_for_node_list 10.0.0.38,10.0.0.50,10.0.0.33 ++ local servers=10.0.0.38,10.0.0.50,10.0.0.33 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ cat /proc/net/fib_trie +++ grep -vi host +++ uniq +++ awk '/32 host/ { print f } {f=$2}' +++ sort ++ local local_ips=,10.0.0.50,10.20.0.254,127.0.0.1,172.17.0.1,, ++ local ord=1 ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' ++ local server_ip=10.0.0.38 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.38 ]] ++ [[ ,10.0.0.50,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] ++ (( ord+=1 )) ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' ++ local server_ip=10.0.0.50 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.50 ]] ++ [[ ,10.0.0.50,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] ++ echo 10.0.0.50 2 ++ return + my_ip_and_order='10.0.0.50 2' + '[' -n '10.0.0.50 2' ']' + break + '[' -z '10.0.0.50 2' ']' ++ echo 10.0.0.50 2 ++ cut -d ' ' -f 1 + my_ip=10.0.0.50 ++ echo 10.0.0.50 2 ++ cut -d ' ' -f 2 + my_index=2 + export KAFKA_LISTEN_ADDRESS=10.0.0.50 + KAFKA_LISTEN_ADDRESS=10.0.0.50 + zk_servers_array=($ZOOKEEPER_SERVERS_SPACE_DELIM) + zk_list_size=3 + [[ 3 -gt 1 ]] + replication_factor=2 + KAFKA_BROKER_ID=2 + KAFKA_LISTEN_PORT=9092 + KAFKA_log_retention_bytes=268435456 + KAFKA_log_segment_bytes=268435456 + KAFKA_log_retention_hours=24 + KAFKA_log_cleanup_policy=delete + KAFKA_log_cleaner_threads=2 + KAFKA_log_cleaner_dedupe_buffer_size=250000000 + KAFKA_log_cleaner_enable=true + KAFKA_delete_topic_enable=true + KAFKA_KEY_PASSWORD=c0ntrail123 + KAFKA_STORE_PASSWORD=c0ntrail123 + CONFIG=/opt/kafka/config/server.properties + sed -i 's/^broker.id=.*$/broker.id=2/g' /opt/kafka/config/server.properties + sed -i 's/#port=.*$/port=9092/g' /opt/kafka/config/server.properties + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + sed -i 's/^#listeners=.*$/listeners=PLAINTEXT:\/\/10.0.0.50:9092/g' /opt/kafka/config/server.properties + sed -i 's)^zookeeper.connect=.*$)zookeeper.connect=10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181)g' /opt/kafka/config/server.properties + sed -i 's/#advertised.host.name=.*$/advertised.host.name=10.0.0.50/g' /opt/kafka/config/server.properties + sed -i 's/^#log.retention.bytes=.*$/log.retention.bytes=268435456/g' /opt/kafka/config/server.properties + sed -i 's/^log.retention.hours=.*$/log.retention.hours=24/g' /opt/kafka/config/server.properties + sed -i 's/^log.segment.bytes=.*$/log.segment.bytes=268435456/g' /opt/kafka/config/server.properties + sed -i 's/^num.partitions=.*$/num.partitions=30/g' /opt/kafka/config/server.properties + echo ' ' + [[ 3 -eq 2 ]] + [[ 3 -gt 2 ]] + grep -q '^default.replication.factor' /opt/kafka/config/server.properties + echo default.replication.factor=3 + grep -q '^min.insync.replicas' /opt/kafka/config/server.properties + echo min.insync.replicas=2 + echo log.cleanup.policy=delete + echo log.cleaner.threads=2 + echo log.cleaner.dedupe.buffer.size=250000000 + echo offsets.topic.replication.factor=2 + echo reserved.broker.max.id=100001 + chown -R appuser:appuser /opt/kafka /opt/kafka/config /var/log/kafka + chmod -R 750 /var/log/kafka ++ id -u appuser + CONTRAIL_UID=1000 ++ id -g appuser + CONTRAIL_GID=1000 + exec /opt/kafka/bin/kafka-server-start.sh /opt/kafka/config/server.properties [2026-06-08 05:46:04,995] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [2026-06-08 05:46:05,250] INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [2026-06-08 05:46:05,343] INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) [2026-06-08 05:46:05,344] INFO starting (kafka.server.KafkaServer) [2026-06-08 05:46:05,345] INFO Connecting to zookeeper on 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 (kafka.server.KafkaServer) [2026-06-08 05:46:05,369] INFO [ZooKeeperClient Kafka server] Initializing a new session to 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181. (kafka.zookeeper.ZooKeeperClient) [2026-06-08 05:46:05,373] INFO Client environment:zookeeper.version=3.8.4-9316c2a7a97e1666d8f4593f34dd6fc36ecc436c, built on 2024-02-12 22:16 UTC (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,373] INFO Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5902-2. (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,373] INFO Client environment:java.version=21.0.7 (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,373] INFO Client environment:java.vendor=Eclipse Adoptium (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,373] INFO Client environment:java.home=/opt/java/openjdk (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,373] INFO Client environment:java.class.path=/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.12.0.jar:/opt/kafka/bin/../libs/caffeine-2.9.3.jar:/opt/kafka/bin/../libs/commons-beanutils-1.9.4.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-collections-3.2.2.jar:/opt/kafka/bin/../libs/commons-digester-2.1.jar:/opt/kafka/bin/../libs/commons-io-2.14.0.jar:/opt/kafka/bin/../libs/commons-lang3-3.12.0.jar:/opt/kafka/bin/../libs/commons-logging-1.2.jar:/opt/kafka/bin/../libs/commons-validator-1.7.jar:/opt/kafka/bin/../libs/connect-api-3.9.1.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.9.1.jar:/opt/kafka/bin/../libs/connect-json-3.9.1.jar:/opt/kafka/bin/../libs/connect-mirror-3.9.1.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.9.1.jar:/opt/kafka/bin/../libs/connect-runtime-3.9.1.jar:/opt/kafka/bin/../libs/connect-transforms-3.9.1.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.10.0.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/jackson-annotations-2.16.2.jar:/opt/kafka/bin/../libs/jackson-core-2.16.2.jar:/opt/kafka/bin/../libs/jackson-databind-2.16.2.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.16.2.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.16.2.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.16.2.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.16.2.jar:/opt/kafka/bin/../libs/jackson-module-afterburner-2.16.2.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.16.2.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.16.2.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.2.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.3.jar:/opt/kafka/bin/../libs/javassist-3.29.2-GA.jar:/opt/kafka/bin/../libs/javax.activation-api-1.2.0.jar:/opt/kafka/bin/../libs/javax.annotation-api-1.3.2.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.1.jar:/opt/kafka/bin/../libs/jersey-client-2.39.1.jar:/opt/kafka/bin/../libs/jersey-common-2.39.1.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.39.1.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.39.1.jar:/opt/kafka/bin/../libs/jersey-hk2-2.39.1.jar:/opt/kafka/bin/../libs/jersey-server-2.39.1.jar:/opt/kafka/bin/../libs/jetty-client-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-http-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-io-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-security-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-server-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-util-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jline-3.25.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.9.4.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-clients-3.9.1.jar:/opt/kafka/bin/../libs/kafka-group-coordinator-3.9.1.jar:/opt/kafka/bin/../libs/kafka-group-coordinator-api-3.9.1.jar:/opt/kafka/bin/../libs/kafka-metadata-3.9.1.jar:/opt/kafka/bin/../libs/kafka-raft-3.9.1.jar:/opt/kafka/bin/../libs/kafka-server-3.9.1.jar:/opt/kafka/bin/../libs/kafka-server-common-3.9.1.jar:/opt/kafka/bin/../libs/kafka-shell-3.9.1.jar:/opt/kafka/bin/../libs/kafka-storage-3.9.1.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.9.1.jar:/opt/kafka/bin/../libs/kafka-tools-3.9.1.jar:/opt/kafka/bin/../libs/kafka-tools-api-3.9.1.jar:/opt/kafka/bin/../libs/kafka-transaction-coordinator-3.9.1.jar:/opt/kafka/bin/../libs/kafka_2.13-3.9.1.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.9.6.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-classes-epoll-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.119.Final.jar:/opt/kafka/bin/../libs/opentelemetry-proto-1.0.0-alpha.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/pcollections-4.0.1.jar:/opt/kafka/bin/../libs/plexus-utils-3.5.1.jar:/opt/kafka/bin/../libs/protobuf-java-3.25.5.jar:/opt/kafka/bin/../libs/reflections-0.10.2.jar:/opt/kafka/bin/../libs/reload4j-1.2.25.jar:/opt/kafka/bin/../libs/rocksdbjni-7.9.2.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.10.0.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/opt/kafka/bin/../libs/scala-library-2.13.15.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.5.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.15.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.36.jar:/opt/kafka/bin/../libs/slf4j-reload4j-1.7.36.jar:/opt/kafka/bin/../libs/snappy-java-1.1.10.5.jar:/opt/kafka/bin/../libs/swagger-annotations-2.2.8.jar:/opt/kafka/bin/../libs/trogdor-3.9.1.jar:/opt/kafka/bin/../libs/zookeeper-3.8.4.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.8.4.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.6-4.jar (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,377] INFO Client environment:java.library.path=/opt/java/openjdk/lib/server:/opt/java/openjdk/lib:/opt/java/openjdk/../lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,377] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,377] INFO Client environment:java.compiler= (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,377] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,377] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,377] INFO Client environment:os.version=5.15.0-100-generic (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,377] INFO Client environment:user.name=root (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,377] INFO Client environment:user.home=/root (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,378] INFO Client environment:user.dir=/opt/kafka (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,378] INFO Client environment:os.memory.free=981MB (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,378] INFO Client environment:os.memory.max=1024MB (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,378] INFO Client environment:os.memory.total=1024MB (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,381] INFO Initiating client connection, connectString=10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 sessionTimeout=18000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@1ef6d34c (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:46:05,386] INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [2026-06-08 05:46:05,395] INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:46:05,397] INFO [ZooKeeperClient Kafka server] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [2026-06-08 05:46:05,398] INFO Opening socket connection to server /10.0.0.33:2181. (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:46:05,400] INFO Socket connection established, initiating session, client: /10.0.0.50:48060, server: /10.0.0.33:2181 (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:46:05,406] INFO Session establishment complete on server /10.0.0.33:2181, session id = 0x300001a491e000e, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:46:05,411] INFO [ZooKeeperClient Kafka server] Connected. (kafka.zookeeper.ZooKeeperClient) [2026-06-08 05:46:05,648] INFO Cluster ID = 4cTkF7SzS46PA_-_44t6OQ (kafka.server.KafkaServer) [2026-06-08 05:46:05,691] 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 = 2 broker.id.generation.enable = true broker.rack = null broker.session.timeout.ms = 9000 client.quota.callback.class = null compression.gzip.level = -1 compression.lz4.level = 9 compression.type = producer compression.zstd.level = 3 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.bootstrap.servers = [] 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 = 3 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 eligible.leader.replicas.enable = false fetch.max.bytes = 57671680 fetch.purgatory.purge.interval.requests = 1000 group.consumer.assignors = [org.apache.kafka.coordinator.group.assignor.UniformAssignor, 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.migration.policy = disabled group.consumer.min.heartbeat.interval.ms = 5000 group.consumer.min.session.timeout.ms = 45000 group.consumer.session.timeout.ms = 45000 group.coordinator.append.linger.ms = 10 group.coordinator.new.enable = false group.coordinator.rebalance.protocols = [classic] 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 group.share.delivery.count.limit = 5 group.share.enable = false group.share.heartbeat.interval.ms = 5000 group.share.max.groups = 10 group.share.max.heartbeat.interval.ms = 15000 group.share.max.record.lock.duration.ms = 60000 group.share.max.session.timeout.ms = 60000 group.share.max.size = 200 group.share.min.heartbeat.interval.ms = 5000 group.share.min.record.lock.duration.ms = 15000 group.share.min.session.timeout.ms = 45000 group.share.partition.max.record.locks = 200 group.share.record.lock.duration.ms = 30000 group.share.session.timeout.ms = 45000 initial.broker.registration.timeout.ms = 60000 inter.broker.listener.name = null inter.broker.protocol.version = 3.9-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 = SASL_SSL:SASL_SSL,PLAINTEXT:PLAINTEXT,SSL:SSL,SASL_PLAINTEXT:SASL_PLAINTEXT listeners = PLAINTEXT://10.0.0.50:9092 log.cleaner.backoff.ms = 15000 log.cleaner.dedupe.buffer.size = 250000000 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 = 2 log.cleanup.policy = [delete] log.dir = /tmp/kafka-logs log.dir.failure.timeout.ms = 30000 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.initial.task.delay.ms = 30000 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 = 268435456 log.retention.check.interval.ms = 300000 log.retention.hours = 24 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 max.request.partition.size.limit = 2000 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 = 2 node.id = 2 num.io.threads = 8 num.network.threads = 3 num.partitions = 30 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 = 2 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.fetch.max.wait.ms = 500 remote.log.index.file.cache.total.size.bytes = 1073741824 remote.log.manager.copier.thread.pool.size = -1 remote.log.manager.copy.max.bytes.per.second = 9223372036854775807 remote.log.manager.copy.quota.window.num = 11 remote.log.manager.copy.quota.window.size.seconds = 1 remote.log.manager.expiration.thread.pool.size = -1 remote.log.manager.fetch.max.bytes.per.second = 9223372036854775807 remote.log.manager.fetch.quota.window.num = 11 remote.log.manager.fetch.quota.window.size.seconds = 1 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 = 100001 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.allow.dn.changes = false ssl.allow.san.changes = false 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 telemetry.max.bytes = 1048576 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 unclean.leader.election.interval.ms = 300000 unstable.api.versions.enable = false unstable.feature.versions.enable = false zookeeper.clientCnxnSocket = null zookeeper.connect = 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 zookeeper.connection.timeout.ms = 18000 zookeeper.max.in.flight.requests = 10 zookeeper.metadata.migration.enable = false zookeeper.metadata.migration.min.batch.size = 200 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) [2026-06-08 05:46:05,725] INFO [ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:46:05,726] INFO [ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:46:05,727] INFO [ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:46:05,729] INFO [ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:46:05,734] INFO [KafkaServer id=2] Rewriting /tmp/kafka-logs/meta.properties (kafka.server.KafkaServer) [2026-06-08 05:46:05,804] INFO Loading logs from log dirs ArrayBuffer(/tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:46:05,812] INFO No logs found to be loaded in /tmp/kafka-logs (kafka.log.LogManager) [2026-06-08 05:46:05,835] INFO Loaded 0 logs in 31ms (kafka.log.LogManager) [2026-06-08 05:46:05,836] INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) [2026-06-08 05:46:05,842] INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) [2026-06-08 05:46:06,010] INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:46:06,102] INFO [kafka-log-cleaner-thread-1]: Starting (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:46:06,123] INFO [feature-zk-node-event-process-thread]: Starting (kafka.server.FinalizedFeatureChangeListener$ChangeNotificationProcessorThread) [2026-06-08 05:46:06,134] INFO Feature ZK node at path: /feature does not exist (kafka.server.FinalizedFeatureChangeListener) [2026-06-08 05:46:06,158] INFO [zk-broker-2-to-controller-forwarding-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:46:06,434] INFO Feature ZK node created at path: /feature (kafka.server.FinalizedFeatureChangeListener) [2026-06-08 05:46:06,443] INFO [MetadataCache brokerId=2] Updated cache from existing None to latest Features(metadataVersion=3.9-IV0, finalizedFeatures={}, finalizedFeaturesEpoch=0). (kafka.server.metadata.ZkMetadataCache) [2026-06-08 05:46:06,519] INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [2026-06-08 05:46:06,536] INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(PLAINTEXT) (kafka.network.SocketServer) [2026-06-08 05:46:06,541] INFO [zk-broker-2-to-controller-alter-partition-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:46:06,573] INFO [ExpirationReaper-2-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:46:06,574] INFO [ExpirationReaper-2-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:46:06,578] INFO [ExpirationReaper-2-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:46:06,584] INFO [ExpirationReaper-2-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:46:06,585] INFO [ExpirationReaper-2-RemoteFetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:46:06,609] INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) [2026-06-08 05:46:06,610] INFO [AddPartitionsToTxnSenderThread-2]: Starting (kafka.server.AddPartitionsToTxnManager) [2026-06-08 05:46:06,686] INFO Creating /brokers/ids/2 (is it secure? false) (kafka.zk.KafkaZkClient) [2026-06-08 05:46:06,709] INFO Stat of the created znode at /brokers/ids/2 is: 4294967684,4294967684,1780897566698,1780897566698,1,0,0,216172895009636366,202,0,4294967684 (kafka.zk.KafkaZkClient) [2026-06-08 05:46:06,710] INFO Registered broker 2 at path /brokers/ids/2 with addresses: PLAINTEXT://10.0.0.50:9092, czxid (broker epoch): 4294967684 (kafka.zk.KafkaZkClient) [2026-06-08 05:46:06,773] INFO [ExpirationReaper-2-topic]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:46:06,779] INFO [ExpirationReaper-2-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:46:06,787] INFO [ExpirationReaper-2-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:46:06,795] INFO [GroupCoordinator 2]: Starting up. (kafka.coordinator.group.GroupCoordinator) [2026-06-08 05:46:06,800] INFO [GroupCoordinator 2]: Startup complete. (kafka.coordinator.group.GroupCoordinator) [2026-06-08 05:46:06,838] INFO [TransactionCoordinator id=2] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) [2026-06-08 05:46:06,857] INFO [TransactionCoordinator id=2] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) [2026-06-08 05:46:06,859] INFO [TxnMarkerSenderThread-2]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) [2026-06-08 05:46:06,921] INFO [ExpirationReaper-2-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:46:06,944] INFO [/config/changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [2026-06-08 05:46:06,954] INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Enabling request processing. (kafka.network.SocketServer) [2026-06-08 05:46:06,957] INFO Awaiting socket connections on 10.0.0.50:9092. (kafka.network.DataPlaneAcceptor) [2026-06-08 05:46:06,959] INFO [KafkaServer id=2] Start processing authorizer futures (kafka.server.KafkaServer) [2026-06-08 05:46:06,960] INFO [KafkaServer id=2] End processing authorizer futures (kafka.server.KafkaServer) [2026-06-08 05:46:06,960] INFO [KafkaServer id=2] Start processing enable request processing future (kafka.server.KafkaServer) [2026-06-08 05:46:06,960] INFO [KafkaServer id=2] End processing enable request processing future (kafka.server.KafkaServer) [2026-06-08 05:46:06,965] INFO Kafka version: 3.9.1 (org.apache.kafka.common.utils.AppInfoParser) [2026-06-08 05:46:06,965] INFO Kafka commitId: f745dfdcee2b9851 (org.apache.kafka.common.utils.AppInfoParser) [2026-06-08 05:46:06,965] INFO Kafka startTimeMs: 1780897566960 (org.apache.kafka.common.utils.AppInfoParser) [2026-06-08 05:46:06,966] INFO [KafkaServer id=2] started (kafka.server.KafkaServer) [2026-06-08 05:46:07,149] INFO [zk-broker-2-to-controller-alter-partition-channel-manager]: Recorded new ZK controller, from now on will use node 10.0.0.33:9092 (id: 3 rack: null) (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:46:07,170] INFO [zk-broker-2-to-controller-forwarding-channel-manager]: Recorded new ZK controller, from now on will use node 10.0.0.33:9092 (id: 3 rack: null) (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:46:08,028] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-22-4, -uve-topic-22-13, -uve-topic-22-16, -uve-topic-22-25, -uve-topic-22-10, -uve-topic-22-19, -uve-topic-22-22, -uve-topic-22-28, -uve-topic-22-7, -uve-topic-22-1) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:08,239] INFO [LogLoader partition=-uve-topic-22-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,277] INFO Created log for partition -uve-topic-22-1 in /tmp/kafka-logs/-uve-topic-22-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,280] INFO [Partition -uve-topic-22-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-1 (kafka.cluster.Partition) [2026-06-08 05:46:08,286] INFO [Partition -uve-topic-22-1 broker=2] Log loaded for partition -uve-topic-22-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,351] INFO [LogLoader partition=-uve-topic-22-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,353] INFO Created log for partition -uve-topic-22-19 in /tmp/kafka-logs/-uve-topic-22-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,355] INFO [Partition -uve-topic-22-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-19 (kafka.cluster.Partition) [2026-06-08 05:46:08,355] INFO [Partition -uve-topic-22-19 broker=2] Log loaded for partition -uve-topic-22-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,372] INFO [LogLoader partition=-uve-topic-22-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,374] INFO Created log for partition -uve-topic-22-4 in /tmp/kafka-logs/-uve-topic-22-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,375] INFO [Partition -uve-topic-22-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-4 (kafka.cluster.Partition) [2026-06-08 05:46:08,375] INFO [Partition -uve-topic-22-4 broker=2] Log loaded for partition -uve-topic-22-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,394] INFO [LogLoader partition=-uve-topic-22-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,396] INFO Created log for partition -uve-topic-22-13 in /tmp/kafka-logs/-uve-topic-22-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,398] INFO [Partition -uve-topic-22-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-13 (kafka.cluster.Partition) [2026-06-08 05:46:08,398] INFO [Partition -uve-topic-22-13 broker=2] Log loaded for partition -uve-topic-22-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,410] INFO [LogLoader partition=-uve-topic-22-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,411] INFO Created log for partition -uve-topic-22-16 in /tmp/kafka-logs/-uve-topic-22-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,412] INFO [Partition -uve-topic-22-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-16 (kafka.cluster.Partition) [2026-06-08 05:46:08,412] INFO [Partition -uve-topic-22-16 broker=2] Log loaded for partition -uve-topic-22-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,433] INFO [LogLoader partition=-uve-topic-22-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,434] INFO Created log for partition -uve-topic-22-25 in /tmp/kafka-logs/-uve-topic-22-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,434] INFO [Partition -uve-topic-22-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-25 (kafka.cluster.Partition) [2026-06-08 05:46:08,434] INFO [Partition -uve-topic-22-25 broker=2] Log loaded for partition -uve-topic-22-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,450] INFO [LogLoader partition=-uve-topic-22-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,450] INFO Created log for partition -uve-topic-22-10 in /tmp/kafka-logs/-uve-topic-22-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,450] INFO [Partition -uve-topic-22-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-10 (kafka.cluster.Partition) [2026-06-08 05:46:08,450] INFO [Partition -uve-topic-22-10 broker=2] Log loaded for partition -uve-topic-22-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,459] INFO [LogLoader partition=-uve-topic-22-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,460] INFO Created log for partition -uve-topic-22-28 in /tmp/kafka-logs/-uve-topic-22-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,460] INFO [Partition -uve-topic-22-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-28 (kafka.cluster.Partition) [2026-06-08 05:46:08,460] INFO [Partition -uve-topic-22-28 broker=2] Log loaded for partition -uve-topic-22-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,473] INFO [LogLoader partition=-uve-topic-22-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,474] INFO Created log for partition -uve-topic-22-22 in /tmp/kafka-logs/-uve-topic-22-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,474] INFO [Partition -uve-topic-22-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-22 (kafka.cluster.Partition) [2026-06-08 05:46:08,474] INFO [Partition -uve-topic-22-22 broker=2] Log loaded for partition -uve-topic-22-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,484] INFO [LogLoader partition=-uve-topic-22-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,484] INFO Created log for partition -uve-topic-22-7 in /tmp/kafka-logs/-uve-topic-22-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,484] INFO [Partition -uve-topic-22-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-7 (kafka.cluster.Partition) [2026-06-08 05:46:08,484] INFO [Partition -uve-topic-22-7 broker=2] Log loaded for partition -uve-topic-22-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,496] INFO [LogLoader partition=-uve-topic-22-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,497] INFO Created log for partition -uve-topic-22-17 in /tmp/kafka-logs/-uve-topic-22-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,497] INFO [Partition -uve-topic-22-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-17 (kafka.cluster.Partition) [2026-06-08 05:46:08,497] INFO [Partition -uve-topic-22-17 broker=2] Log loaded for partition -uve-topic-22-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,507] INFO [LogLoader partition=-uve-topic-22-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,508] INFO Created log for partition -uve-topic-22-2 in /tmp/kafka-logs/-uve-topic-22-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,508] INFO [Partition -uve-topic-22-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-2 (kafka.cluster.Partition) [2026-06-08 05:46:08,508] INFO [Partition -uve-topic-22-2 broker=2] Log loaded for partition -uve-topic-22-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,514] INFO [LogLoader partition=-uve-topic-22-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,516] INFO Created log for partition -uve-topic-22-15 in /tmp/kafka-logs/-uve-topic-22-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,516] INFO [Partition -uve-topic-22-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-15 (kafka.cluster.Partition) [2026-06-08 05:46:08,516] INFO [Partition -uve-topic-22-15 broker=2] Log loaded for partition -uve-topic-22-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,520] INFO [LogLoader partition=-uve-topic-22-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,522] INFO Created log for partition -uve-topic-22-0 in /tmp/kafka-logs/-uve-topic-22-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,524] INFO [Partition -uve-topic-22-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-0 (kafka.cluster.Partition) [2026-06-08 05:46:08,524] INFO [Partition -uve-topic-22-0 broker=2] Log loaded for partition -uve-topic-22-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,534] INFO [LogLoader partition=-uve-topic-22-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,535] INFO Created log for partition -uve-topic-22-27 in /tmp/kafka-logs/-uve-topic-22-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,535] INFO [Partition -uve-topic-22-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-27 (kafka.cluster.Partition) [2026-06-08 05:46:08,535] INFO [Partition -uve-topic-22-27 broker=2] Log loaded for partition -uve-topic-22-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,539] INFO [LogLoader partition=-uve-topic-22-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,546] INFO Created log for partition -uve-topic-22-12 in /tmp/kafka-logs/-uve-topic-22-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,546] INFO [Partition -uve-topic-22-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-12 (kafka.cluster.Partition) [2026-06-08 05:46:08,546] INFO [Partition -uve-topic-22-12 broker=2] Log loaded for partition -uve-topic-22-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,553] INFO [LogLoader partition=-uve-topic-22-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,554] INFO Created log for partition -uve-topic-22-21 in /tmp/kafka-logs/-uve-topic-22-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,554] INFO [Partition -uve-topic-22-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-21 (kafka.cluster.Partition) [2026-06-08 05:46:08,554] INFO [Partition -uve-topic-22-21 broker=2] Log loaded for partition -uve-topic-22-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,570] INFO [LogLoader partition=-uve-topic-22-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,570] INFO Created log for partition -uve-topic-22-6 in /tmp/kafka-logs/-uve-topic-22-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,570] INFO [Partition -uve-topic-22-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-6 (kafka.cluster.Partition) [2026-06-08 05:46:08,570] INFO [Partition -uve-topic-22-6 broker=2] Log loaded for partition -uve-topic-22-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,575] INFO [LogLoader partition=-uve-topic-22-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,576] INFO Created log for partition -uve-topic-22-23 in /tmp/kafka-logs/-uve-topic-22-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,576] INFO [Partition -uve-topic-22-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-23 (kafka.cluster.Partition) [2026-06-08 05:46:08,576] INFO [Partition -uve-topic-22-23 broker=2] Log loaded for partition -uve-topic-22-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,583] INFO [LogLoader partition=-uve-topic-22-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,583] INFO Created log for partition -uve-topic-22-8 in /tmp/kafka-logs/-uve-topic-22-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,584] INFO [Partition -uve-topic-22-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-8 (kafka.cluster.Partition) [2026-06-08 05:46:08,584] INFO [Partition -uve-topic-22-8 broker=2] Log loaded for partition -uve-topic-22-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,588] INFO [LogLoader partition=-uve-topic-22-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,593] INFO Created log for partition -uve-topic-22-18 in /tmp/kafka-logs/-uve-topic-22-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,594] INFO [Partition -uve-topic-22-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-18 (kafka.cluster.Partition) [2026-06-08 05:46:08,595] INFO [Partition -uve-topic-22-18 broker=2] Log loaded for partition -uve-topic-22-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,604] INFO [LogLoader partition=-uve-topic-22-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,605] INFO Created log for partition -uve-topic-22-3 in /tmp/kafka-logs/-uve-topic-22-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,606] INFO [Partition -uve-topic-22-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-3 (kafka.cluster.Partition) [2026-06-08 05:46:08,606] INFO [Partition -uve-topic-22-3 broker=2] Log loaded for partition -uve-topic-22-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,613] INFO [LogLoader partition=-uve-topic-22-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,614] INFO Created log for partition -uve-topic-22-20 in /tmp/kafka-logs/-uve-topic-22-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,614] INFO [Partition -uve-topic-22-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-20 (kafka.cluster.Partition) [2026-06-08 05:46:08,614] INFO [Partition -uve-topic-22-20 broker=2] Log loaded for partition -uve-topic-22-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,626] INFO [LogLoader partition=-uve-topic-22-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,627] INFO Created log for partition -uve-topic-22-29 in /tmp/kafka-logs/-uve-topic-22-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,627] INFO [Partition -uve-topic-22-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-29 (kafka.cluster.Partition) [2026-06-08 05:46:08,627] INFO [Partition -uve-topic-22-29 broker=2] Log loaded for partition -uve-topic-22-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,642] INFO [LogLoader partition=-uve-topic-22-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,650] INFO Created log for partition -uve-topic-22-14 in /tmp/kafka-logs/-uve-topic-22-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,653] INFO [Partition -uve-topic-22-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-14 (kafka.cluster.Partition) [2026-06-08 05:46:08,655] INFO [Partition -uve-topic-22-14 broker=2] Log loaded for partition -uve-topic-22-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,671] INFO [LogLoader partition=-uve-topic-22-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,674] INFO Created log for partition -uve-topic-22-9 in /tmp/kafka-logs/-uve-topic-22-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,674] INFO [Partition -uve-topic-22-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-9 (kafka.cluster.Partition) [2026-06-08 05:46:08,674] INFO [Partition -uve-topic-22-9 broker=2] Log loaded for partition -uve-topic-22-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,690] INFO [LogLoader partition=-uve-topic-22-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,692] INFO Created log for partition -uve-topic-22-26 in /tmp/kafka-logs/-uve-topic-22-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,694] INFO [Partition -uve-topic-22-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-26 (kafka.cluster.Partition) [2026-06-08 05:46:08,694] INFO [Partition -uve-topic-22-26 broker=2] Log loaded for partition -uve-topic-22-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,704] INFO [LogLoader partition=-uve-topic-22-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,704] INFO Created log for partition -uve-topic-22-11 in /tmp/kafka-logs/-uve-topic-22-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,704] INFO [Partition -uve-topic-22-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-11 (kafka.cluster.Partition) [2026-06-08 05:46:08,704] INFO [Partition -uve-topic-22-11 broker=2] Log loaded for partition -uve-topic-22-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,713] INFO [LogLoader partition=-uve-topic-22-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,714] INFO Created log for partition -uve-topic-22-5 in /tmp/kafka-logs/-uve-topic-22-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,715] INFO [Partition -uve-topic-22-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-5 (kafka.cluster.Partition) [2026-06-08 05:46:08,715] INFO [Partition -uve-topic-22-5 broker=2] Log loaded for partition -uve-topic-22-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,722] INFO [LogLoader partition=-uve-topic-22-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,723] INFO Created log for partition -uve-topic-22-24 in /tmp/kafka-logs/-uve-topic-22-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,723] INFO [Partition -uve-topic-22-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-24 (kafka.cluster.Partition) [2026-06-08 05:46:08,723] INFO [Partition -uve-topic-22-24 broker=2] Log loaded for partition -uve-topic-22-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:08,725] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-22-0, -uve-topic-22-5, -uve-topic-22-3, -uve-topic-22-2, -uve-topic-22-24, -uve-topic-22-23, -uve-topic-22-29, -uve-topic-22-27, -uve-topic-22-26, -uve-topic-22-17, -uve-topic-22-15, -uve-topic-22-14, -uve-topic-22-21, -uve-topic-22-20, -uve-topic-22-18, -uve-topic-22-9, -uve-topic-22-8, -uve-topic-22-6, -uve-topic-22-12, -uve-topic-22-11) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:08,773] INFO [ReplicaFetcherThread-0-1]: Starting (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,781] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(-uve-topic-22-24 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-22-21 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-22-9 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-22-18 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-22-3 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-22-15 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-22-6 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-22-12 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-22-27 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-22-0 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:08,785] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 3 for partitions HashMap(-uve-topic-22-20 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-22-8 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-22-5 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-22-29 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-22-17 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-22-2 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-22-14 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-22-11 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-22-26 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-22-23 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:08,787] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,788] INFO [ReplicaFetcherThread-0-3]: Starting (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,788] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-22-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,789] INFO [UnifiedLog partition=-uve-topic-22-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,789] INFO [UnifiedLog partition=-uve-topic-22-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,790] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-22-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,790] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,790] INFO [UnifiedLog partition=-uve-topic-22-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,790] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-22-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,790] INFO [UnifiedLog partition=-uve-topic-22-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,790] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-22-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,790] INFO [UnifiedLog partition=-uve-topic-22-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,790] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-22-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,790] INFO [UnifiedLog partition=-uve-topic-22-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,790] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-22-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,791] INFO [UnifiedLog partition=-uve-topic-22-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,791] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-22-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,791] INFO [UnifiedLog partition=-uve-topic-22-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,791] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-22-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,791] INFO [UnifiedLog partition=-uve-topic-22-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,791] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-22-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,791] INFO [UnifiedLog partition=-uve-topic-22-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,791] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-22-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,791] INFO [UnifiedLog partition=-uve-topic-22-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,791] INFO [UnifiedLog partition=-uve-topic-22-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,794] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,794] INFO [UnifiedLog partition=-uve-topic-22-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,795] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,796] INFO [UnifiedLog partition=-uve-topic-22-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,796] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,796] INFO [UnifiedLog partition=-uve-topic-22-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,796] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,796] INFO [UnifiedLog partition=-uve-topic-22-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,797] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,798] INFO [UnifiedLog partition=-uve-topic-22-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,798] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,798] INFO [UnifiedLog partition=-uve-topic-22-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,798] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,798] INFO [UnifiedLog partition=-uve-topic-22-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,798] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,798] INFO [UnifiedLog partition=-uve-topic-22-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:08,891] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,893] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,894] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,904] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,905] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,905] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,905] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,905] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,905] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,905] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,956] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,956] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,956] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,956] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,957] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,957] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,957] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,957] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,957] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,957] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-22-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:08,970] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-23-10, -uve-topic-20-14, -uve-topic-24-0, -uve-topic-23-4, -uve-topic-23-19, -uve-topic-25-12, -uve-topic-20-5, -uve-topic-23-28, -uve-topic-24-6, -uve-topic-24-12, -uve-topic-24-15, structured_syslog_topic-22, -uve-topic-20-26, structured_syslog_topic-16, -uve-topic-24-27, structured_syslog_topic-10, -uve-topic-23-25, structured_syslog_topic-28, -uve-topic-24-21, structured_syslog_topic-25, -uve-topic-20-11, structured_syslog_topic-19, -uve-topic-23-22, -uve-topic-20-23, -uve-topic-25-6, -uve-topic-24-3, -uve-topic-25-24, -uve-topic-25-3, -uve-topic-23-7, -uve-topic-23-13, structured_syslog_topic-1, -uve-topic-20-20, structured_syslog_topic-13, -uve-topic-25-21, -uve-topic-25-15, -uve-topic-20-8, -uve-topic-20-29, -uve-topic-23-1, -uve-topic-25-18, -uve-topic-25-9, -uve-topic-24-24, -uve-topic-23-16, -uve-topic-24-9, -uve-topic-20-2, -uve-topic-25-0, structured_syslog_topic-7, -uve-topic-20-17, -uve-topic-25-27, structured_syslog_topic-4, -uve-topic-24-18) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:08,976] INFO [LogLoader partition=-uve-topic-23-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:08,978] INFO Created log for partition -uve-topic-23-28 in /tmp/kafka-logs/-uve-topic-23-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:08,983] INFO [Partition -uve-topic-23-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-28 (kafka.cluster.Partition) [2026-06-08 05:46:08,984] INFO [Partition -uve-topic-23-28 broker=2] Log loaded for partition -uve-topic-23-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,000] INFO [LogLoader partition=-uve-topic-23-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,004] INFO Created log for partition -uve-topic-23-13 in /tmp/kafka-logs/-uve-topic-23-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,004] INFO [Partition -uve-topic-23-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-13 (kafka.cluster.Partition) [2026-06-08 05:46:09,004] INFO [Partition -uve-topic-23-13 broker=2] Log loaded for partition -uve-topic-23-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,029] INFO [LogLoader partition=-uve-topic-25-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,030] INFO Created log for partition -uve-topic-25-6 in /tmp/kafka-logs/-uve-topic-25-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,031] INFO [Partition -uve-topic-25-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-6 (kafka.cluster.Partition) [2026-06-08 05:46:09,031] INFO [Partition -uve-topic-25-6 broker=2] Log loaded for partition -uve-topic-25-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,047] INFO [LogLoader partition=-uve-topic-20-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,048] INFO Created log for partition -uve-topic-20-29 in /tmp/kafka-logs/-uve-topic-20-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,048] INFO [Partition -uve-topic-20-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-29 (kafka.cluster.Partition) [2026-06-08 05:46:09,048] INFO [Partition -uve-topic-20-29 broker=2] Log loaded for partition -uve-topic-20-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,066] INFO [LogLoader partition=-uve-topic-20-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,067] INFO Created log for partition -uve-topic-20-14 in /tmp/kafka-logs/-uve-topic-20-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,069] INFO [Partition -uve-topic-20-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-14 (kafka.cluster.Partition) [2026-06-08 05:46:09,069] INFO [Partition -uve-topic-20-14 broker=2] Log loaded for partition -uve-topic-20-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,087] INFO [LogLoader partition=-uve-topic-24-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,093] INFO Created log for partition -uve-topic-24-21 in /tmp/kafka-logs/-uve-topic-24-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,093] INFO [Partition -uve-topic-24-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-21 (kafka.cluster.Partition) [2026-06-08 05:46:09,093] INFO [Partition -uve-topic-24-21 broker=2] Log loaded for partition -uve-topic-24-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,104] INFO [LogLoader partition=-uve-topic-24-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,105] INFO Created log for partition -uve-topic-24-6 in /tmp/kafka-logs/-uve-topic-24-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,105] INFO [Partition -uve-topic-24-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-6 (kafka.cluster.Partition) [2026-06-08 05:46:09,105] INFO [Partition -uve-topic-24-6 broker=2] Log loaded for partition -uve-topic-24-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,132] INFO [LogLoader partition=-uve-topic-25-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,138] INFO Created log for partition -uve-topic-25-21 in /tmp/kafka-logs/-uve-topic-25-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,138] INFO [Partition -uve-topic-25-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-21 (kafka.cluster.Partition) [2026-06-08 05:46:09,138] INFO [Partition -uve-topic-25-21 broker=2] Log loaded for partition -uve-topic-25-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,167] INFO [LogLoader partition=-uve-topic-20-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,168] INFO Created log for partition -uve-topic-20-20 in /tmp/kafka-logs/-uve-topic-20-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,168] INFO [Partition -uve-topic-20-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-20 (kafka.cluster.Partition) [2026-06-08 05:46:09,168] INFO [Partition -uve-topic-20-20 broker=2] Log loaded for partition -uve-topic-20-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,181] INFO [LogLoader partition=-uve-topic-20-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,182] INFO Created log for partition -uve-topic-20-5 in /tmp/kafka-logs/-uve-topic-20-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,182] INFO [Partition -uve-topic-20-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-5 (kafka.cluster.Partition) [2026-06-08 05:46:09,182] INFO [Partition -uve-topic-20-5 broker=2] Log loaded for partition -uve-topic-20-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,193] INFO [LogLoader partition=-uve-topic-24-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,194] INFO Created log for partition -uve-topic-24-27 in /tmp/kafka-logs/-uve-topic-24-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,194] INFO [Partition -uve-topic-24-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-27 (kafka.cluster.Partition) [2026-06-08 05:46:09,194] INFO [Partition -uve-topic-24-27 broker=2] Log loaded for partition -uve-topic-24-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,211] INFO [LogLoader partition=-uve-topic-24-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,212] INFO Created log for partition -uve-topic-24-12 in /tmp/kafka-logs/-uve-topic-24-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,212] INFO [Partition -uve-topic-24-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-12 (kafka.cluster.Partition) [2026-06-08 05:46:09,215] INFO [Partition -uve-topic-24-12 broker=2] Log loaded for partition -uve-topic-24-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,231] INFO [LogLoader partition=-uve-topic-25-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,233] INFO Created log for partition -uve-topic-25-27 in /tmp/kafka-logs/-uve-topic-25-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,233] INFO [Partition -uve-topic-25-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-27 (kafka.cluster.Partition) [2026-06-08 05:46:09,236] INFO [Partition -uve-topic-25-27 broker=2] Log loaded for partition -uve-topic-25-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,248] INFO [LogLoader partition=-uve-topic-25-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,249] INFO Created log for partition -uve-topic-25-12 in /tmp/kafka-logs/-uve-topic-25-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,249] INFO [Partition -uve-topic-25-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-12 (kafka.cluster.Partition) [2026-06-08 05:46:09,249] INFO [Partition -uve-topic-25-12 broker=2] Log loaded for partition -uve-topic-25-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,262] INFO [LogLoader partition=structured_syslog_topic-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,263] INFO Created log for partition structured_syslog_topic-7 in /tmp/kafka-logs/structured_syslog_topic-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,263] INFO [Partition structured_syslog_topic-7 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-7 (kafka.cluster.Partition) [2026-06-08 05:46:09,263] INFO [Partition structured_syslog_topic-7 broker=2] Log loaded for partition structured_syslog_topic-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,278] INFO [LogLoader partition=structured_syslog_topic-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,278] INFO Created log for partition structured_syslog_topic-22 in /tmp/kafka-logs/structured_syslog_topic-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,279] INFO [Partition structured_syslog_topic-22 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-22 (kafka.cluster.Partition) [2026-06-08 05:46:09,279] INFO [Partition structured_syslog_topic-22 broker=2] Log loaded for partition structured_syslog_topic-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,292] INFO [LogLoader partition=-uve-topic-24-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,293] INFO Created log for partition -uve-topic-24-15 in /tmp/kafka-logs/-uve-topic-24-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,293] INFO [Partition -uve-topic-24-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-15 (kafka.cluster.Partition) [2026-06-08 05:46:09,293] INFO [Partition -uve-topic-24-15 broker=2] Log loaded for partition -uve-topic-24-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,306] INFO [LogLoader partition=-uve-topic-24-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,307] INFO Created log for partition -uve-topic-24-0 in /tmp/kafka-logs/-uve-topic-24-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,307] INFO [Partition -uve-topic-24-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-0 (kafka.cluster.Partition) [2026-06-08 05:46:09,307] INFO [Partition -uve-topic-24-0 broker=2] Log loaded for partition -uve-topic-24-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,321] INFO [LogLoader partition=-uve-topic-25-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,322] INFO Created log for partition -uve-topic-25-15 in /tmp/kafka-logs/-uve-topic-25-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,322] INFO [Partition -uve-topic-25-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-15 (kafka.cluster.Partition) [2026-06-08 05:46:09,322] INFO [Partition -uve-topic-25-15 broker=2] Log loaded for partition -uve-topic-25-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,334] INFO [LogLoader partition=-uve-topic-25-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,335] INFO Created log for partition -uve-topic-25-0 in /tmp/kafka-logs/-uve-topic-25-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,335] INFO [Partition -uve-topic-25-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-0 (kafka.cluster.Partition) [2026-06-08 05:46:09,335] INFO [Partition -uve-topic-25-0 broker=2] Log loaded for partition -uve-topic-25-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,348] INFO [LogLoader partition=structured_syslog_topic-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,350] INFO Created log for partition structured_syslog_topic-10 in /tmp/kafka-logs/structured_syslog_topic-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,351] INFO [Partition structured_syslog_topic-10 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-10 (kafka.cluster.Partition) [2026-06-08 05:46:09,353] INFO [Partition structured_syslog_topic-10 broker=2] Log loaded for partition structured_syslog_topic-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,370] INFO [LogLoader partition=structured_syslog_topic-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,371] INFO Created log for partition structured_syslog_topic-25 in /tmp/kafka-logs/structured_syslog_topic-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,371] INFO [Partition structured_syslog_topic-25 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-25 (kafka.cluster.Partition) [2026-06-08 05:46:09,371] INFO [Partition structured_syslog_topic-25 broker=2] Log loaded for partition structured_syslog_topic-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,384] INFO [LogLoader partition=-uve-topic-20-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,385] INFO Created log for partition -uve-topic-20-23 in /tmp/kafka-logs/-uve-topic-20-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,385] INFO [Partition -uve-topic-20-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-23 (kafka.cluster.Partition) [2026-06-08 05:46:09,386] INFO [Partition -uve-topic-20-23 broker=2] Log loaded for partition -uve-topic-20-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,405] INFO [LogLoader partition=-uve-topic-20-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,406] INFO Created log for partition -uve-topic-20-8 in /tmp/kafka-logs/-uve-topic-20-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,407] INFO [Partition -uve-topic-20-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-8 (kafka.cluster.Partition) [2026-06-08 05:46:09,408] INFO [Partition -uve-topic-20-8 broker=2] Log loaded for partition -uve-topic-20-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,427] INFO [LogLoader partition=structured_syslog_topic-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,428] INFO Created log for partition structured_syslog_topic-1 in /tmp/kafka-logs/structured_syslog_topic-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,428] INFO [Partition structured_syslog_topic-1 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-1 (kafka.cluster.Partition) [2026-06-08 05:46:09,428] INFO [Partition structured_syslog_topic-1 broker=2] Log loaded for partition structured_syslog_topic-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,451] INFO [LogLoader partition=structured_syslog_topic-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,453] INFO Created log for partition structured_syslog_topic-16 in /tmp/kafka-logs/structured_syslog_topic-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,456] INFO [Partition structured_syslog_topic-16 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-16 (kafka.cluster.Partition) [2026-06-08 05:46:09,456] INFO [Partition structured_syslog_topic-16 broker=2] Log loaded for partition structured_syslog_topic-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,468] INFO [LogLoader partition=-uve-topic-23-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,469] INFO Created log for partition -uve-topic-23-22 in /tmp/kafka-logs/-uve-topic-23-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,469] INFO [Partition -uve-topic-23-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-22 (kafka.cluster.Partition) [2026-06-08 05:46:09,469] INFO [Partition -uve-topic-23-22 broker=2] Log loaded for partition -uve-topic-23-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,482] INFO [LogLoader partition=-uve-topic-23-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,483] INFO Created log for partition -uve-topic-23-7 in /tmp/kafka-logs/-uve-topic-23-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,483] INFO [Partition -uve-topic-23-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-7 (kafka.cluster.Partition) [2026-06-08 05:46:09,483] INFO [Partition -uve-topic-23-7 broker=2] Log loaded for partition -uve-topic-23-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,500] INFO [LogLoader partition=structured_syslog_topic-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,501] INFO Created log for partition structured_syslog_topic-19 in /tmp/kafka-logs/structured_syslog_topic-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,501] INFO [Partition structured_syslog_topic-19 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-19 (kafka.cluster.Partition) [2026-06-08 05:46:09,501] INFO [Partition structured_syslog_topic-19 broker=2] Log loaded for partition structured_syslog_topic-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,522] INFO [LogLoader partition=-uve-topic-20-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,522] INFO Created log for partition -uve-topic-20-17 in /tmp/kafka-logs/-uve-topic-20-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,522] INFO [Partition -uve-topic-20-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-17 (kafka.cluster.Partition) [2026-06-08 05:46:09,522] INFO [Partition -uve-topic-20-17 broker=2] Log loaded for partition -uve-topic-20-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,536] INFO [LogLoader partition=-uve-topic-20-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,537] INFO Created log for partition -uve-topic-20-2 in /tmp/kafka-logs/-uve-topic-20-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,537] INFO [Partition -uve-topic-20-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-2 (kafka.cluster.Partition) [2026-06-08 05:46:09,538] INFO [Partition -uve-topic-20-2 broker=2] Log loaded for partition -uve-topic-20-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,555] INFO [LogLoader partition=-uve-topic-23-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,556] INFO Created log for partition -uve-topic-23-25 in /tmp/kafka-logs/-uve-topic-23-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,556] INFO [Partition -uve-topic-23-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-25 (kafka.cluster.Partition) [2026-06-08 05:46:09,556] INFO [Partition -uve-topic-23-25 broker=2] Log loaded for partition -uve-topic-23-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,572] INFO [LogLoader partition=-uve-topic-23-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,573] INFO Created log for partition -uve-topic-23-10 in /tmp/kafka-logs/-uve-topic-23-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,573] INFO [Partition -uve-topic-23-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-10 (kafka.cluster.Partition) [2026-06-08 05:46:09,573] INFO [Partition -uve-topic-23-10 broker=2] Log loaded for partition -uve-topic-23-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,588] INFO [LogLoader partition=structured_syslog_topic-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,589] INFO Created log for partition structured_syslog_topic-4 in /tmp/kafka-logs/structured_syslog_topic-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,589] INFO [Partition structured_syslog_topic-4 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-4 (kafka.cluster.Partition) [2026-06-08 05:46:09,589] INFO [Partition structured_syslog_topic-4 broker=2] Log loaded for partition structured_syslog_topic-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,608] INFO [LogLoader partition=-uve-topic-23-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,608] INFO Created log for partition -uve-topic-23-16 in /tmp/kafka-logs/-uve-topic-23-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,608] INFO [Partition -uve-topic-23-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-16 (kafka.cluster.Partition) [2026-06-08 05:46:09,609] INFO [Partition -uve-topic-23-16 broker=2] Log loaded for partition -uve-topic-23-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,620] INFO [LogLoader partition=-uve-topic-23-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,621] INFO Created log for partition -uve-topic-23-1 in /tmp/kafka-logs/-uve-topic-23-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,621] INFO [Partition -uve-topic-23-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-1 (kafka.cluster.Partition) [2026-06-08 05:46:09,621] INFO [Partition -uve-topic-23-1 broker=2] Log loaded for partition -uve-topic-23-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,644] INFO [LogLoader partition=-uve-topic-24-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,645] INFO Created log for partition -uve-topic-24-24 in /tmp/kafka-logs/-uve-topic-24-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,645] INFO [Partition -uve-topic-24-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-24 (kafka.cluster.Partition) [2026-06-08 05:46:09,645] INFO [Partition -uve-topic-24-24 broker=2] Log loaded for partition -uve-topic-24-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,664] INFO [LogLoader partition=-uve-topic-24-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,667] INFO Created log for partition -uve-topic-24-9 in /tmp/kafka-logs/-uve-topic-24-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,667] INFO [Partition -uve-topic-24-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-9 (kafka.cluster.Partition) [2026-06-08 05:46:09,667] INFO [Partition -uve-topic-24-9 broker=2] Log loaded for partition -uve-topic-24-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,689] INFO [LogLoader partition=-uve-topic-25-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,689] INFO Created log for partition -uve-topic-25-24 in /tmp/kafka-logs/-uve-topic-25-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,689] INFO [Partition -uve-topic-25-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-24 (kafka.cluster.Partition) [2026-06-08 05:46:09,689] INFO [Partition -uve-topic-25-24 broker=2] Log loaded for partition -uve-topic-25-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,725] INFO [LogLoader partition=-uve-topic-25-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,726] INFO Created log for partition -uve-topic-25-9 in /tmp/kafka-logs/-uve-topic-25-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,728] INFO [Partition -uve-topic-25-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-9 (kafka.cluster.Partition) [2026-06-08 05:46:09,729] INFO [Partition -uve-topic-25-9 broker=2] Log loaded for partition -uve-topic-25-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,744] INFO [LogLoader partition=-uve-topic-23-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,745] INFO Created log for partition -uve-topic-23-19 in /tmp/kafka-logs/-uve-topic-23-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,745] INFO [Partition -uve-topic-23-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-19 (kafka.cluster.Partition) [2026-06-08 05:46:09,745] INFO [Partition -uve-topic-23-19 broker=2] Log loaded for partition -uve-topic-23-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,763] INFO [LogLoader partition=structured_syslog_topic-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,763] INFO Created log for partition structured_syslog_topic-13 in /tmp/kafka-logs/structured_syslog_topic-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,763] INFO [Partition structured_syslog_topic-13 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-13 (kafka.cluster.Partition) [2026-06-08 05:46:09,763] INFO [Partition structured_syslog_topic-13 broker=2] Log loaded for partition structured_syslog_topic-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,778] INFO [LogLoader partition=structured_syslog_topic-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,782] INFO Created log for partition structured_syslog_topic-28 in /tmp/kafka-logs/structured_syslog_topic-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,783] INFO [Partition structured_syslog_topic-28 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-28 (kafka.cluster.Partition) [2026-06-08 05:46:09,783] INFO [Partition structured_syslog_topic-28 broker=2] Log loaded for partition structured_syslog_topic-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,800] INFO [LogLoader partition=-uve-topic-23-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,802] INFO Created log for partition -uve-topic-23-4 in /tmp/kafka-logs/-uve-topic-23-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,804] INFO [Partition -uve-topic-23-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-4 (kafka.cluster.Partition) [2026-06-08 05:46:09,804] INFO [Partition -uve-topic-23-4 broker=2] Log loaded for partition -uve-topic-23-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,837] INFO [LogLoader partition=-uve-topic-24-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,838] INFO Created log for partition -uve-topic-24-18 in /tmp/kafka-logs/-uve-topic-24-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,838] INFO [Partition -uve-topic-24-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-18 (kafka.cluster.Partition) [2026-06-08 05:46:09,838] INFO [Partition -uve-topic-24-18 broker=2] Log loaded for partition -uve-topic-24-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,853] INFO [LogLoader partition=-uve-topic-20-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,853] INFO Created log for partition -uve-topic-20-11 in /tmp/kafka-logs/-uve-topic-20-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,853] INFO [Partition -uve-topic-20-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-11 (kafka.cluster.Partition) [2026-06-08 05:46:09,853] INFO [Partition -uve-topic-20-11 broker=2] Log loaded for partition -uve-topic-20-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,883] INFO [LogLoader partition=-uve-topic-24-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,884] INFO Created log for partition -uve-topic-24-3 in /tmp/kafka-logs/-uve-topic-24-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,884] INFO [Partition -uve-topic-24-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-3 (kafka.cluster.Partition) [2026-06-08 05:46:09,884] INFO [Partition -uve-topic-24-3 broker=2] Log loaded for partition -uve-topic-24-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,897] INFO [LogLoader partition=-uve-topic-25-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,897] INFO Created log for partition -uve-topic-25-18 in /tmp/kafka-logs/-uve-topic-25-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,897] INFO [Partition -uve-topic-25-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-18 (kafka.cluster.Partition) [2026-06-08 05:46:09,897] INFO [Partition -uve-topic-25-18 broker=2] Log loaded for partition -uve-topic-25-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,913] INFO [LogLoader partition=-uve-topic-25-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,914] INFO Created log for partition -uve-topic-25-3 in /tmp/kafka-logs/-uve-topic-25-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,914] INFO [Partition -uve-topic-25-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-3 (kafka.cluster.Partition) [2026-06-08 05:46:09,914] INFO [Partition -uve-topic-25-3 broker=2] Log loaded for partition -uve-topic-25-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,937] INFO [LogLoader partition=-uve-topic-20-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,938] INFO Created log for partition -uve-topic-20-26 in /tmp/kafka-logs/-uve-topic-20-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,938] INFO [Partition -uve-topic-20-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-26 (kafka.cluster.Partition) [2026-06-08 05:46:09,938] INFO [Partition -uve-topic-20-26 broker=2] Log loaded for partition -uve-topic-20-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,951] INFO [LogLoader partition=-uve-topic-20-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,952] INFO Created log for partition -uve-topic-20-21 in /tmp/kafka-logs/-uve-topic-20-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,952] INFO [Partition -uve-topic-20-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-21 (kafka.cluster.Partition) [2026-06-08 05:46:09,952] INFO [Partition -uve-topic-20-21 broker=2] Log loaded for partition -uve-topic-20-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,964] INFO [LogLoader partition=-uve-topic-20-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,967] INFO Created log for partition -uve-topic-20-6 in /tmp/kafka-logs/-uve-topic-20-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,973] INFO [Partition -uve-topic-20-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-6 (kafka.cluster.Partition) [2026-06-08 05:46:09,973] INFO [Partition -uve-topic-20-6 broker=2] Log loaded for partition -uve-topic-20-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,982] INFO [LogLoader partition=structured_syslog_topic-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,982] INFO Created log for partition structured_syslog_topic-8 in /tmp/kafka-logs/structured_syslog_topic-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,983] INFO [Partition structured_syslog_topic-8 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-8 (kafka.cluster.Partition) [2026-06-08 05:46:09,983] INFO [Partition structured_syslog_topic-8 broker=2] Log loaded for partition structured_syslog_topic-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,987] INFO [LogLoader partition=structured_syslog_topic-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,987] INFO Created log for partition structured_syslog_topic-23 in /tmp/kafka-logs/structured_syslog_topic-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,988] INFO [Partition structured_syslog_topic-23 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-23 (kafka.cluster.Partition) [2026-06-08 05:46:09,988] INFO [Partition structured_syslog_topic-23 broker=2] Log loaded for partition structured_syslog_topic-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:09,991] INFO [LogLoader partition=-uve-topic-23-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:09,993] INFO Created log for partition -uve-topic-23-21 in /tmp/kafka-logs/-uve-topic-23-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:09,999] INFO [Partition -uve-topic-23-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-21 (kafka.cluster.Partition) [2026-06-08 05:46:09,999] INFO [Partition -uve-topic-23-21 broker=2] Log loaded for partition -uve-topic-23-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,005] INFO [LogLoader partition=-uve-topic-23-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,005] INFO Created log for partition -uve-topic-23-6 in /tmp/kafka-logs/-uve-topic-23-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,009] INFO [Partition -uve-topic-23-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-6 (kafka.cluster.Partition) [2026-06-08 05:46:10,009] INFO [Partition -uve-topic-23-6 broker=2] Log loaded for partition -uve-topic-23-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,013] INFO [LogLoader partition=-uve-topic-23-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,016] INFO Created log for partition -uve-topic-23-20 in /tmp/kafka-logs/-uve-topic-23-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,018] INFO [Partition -uve-topic-23-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-20 (kafka.cluster.Partition) [2026-06-08 05:46:10,018] INFO [Partition -uve-topic-23-20 broker=2] Log loaded for partition -uve-topic-23-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,033] INFO [LogLoader partition=-uve-topic-23-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,035] INFO Created log for partition -uve-topic-23-5 in /tmp/kafka-logs/-uve-topic-23-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,039] INFO [Partition -uve-topic-23-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-5 (kafka.cluster.Partition) [2026-06-08 05:46:10,040] INFO [Partition -uve-topic-23-5 broker=2] Log loaded for partition -uve-topic-23-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,055] INFO [LogLoader partition=-uve-topic-24-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,059] INFO Created log for partition -uve-topic-24-20 in /tmp/kafka-logs/-uve-topic-24-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,064] INFO [Partition -uve-topic-24-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-20 (kafka.cluster.Partition) [2026-06-08 05:46:10,064] INFO [Partition -uve-topic-24-20 broker=2] Log loaded for partition -uve-topic-24-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,109] INFO [LogLoader partition=-uve-topic-24-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,110] INFO Created log for partition -uve-topic-24-5 in /tmp/kafka-logs/-uve-topic-24-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,110] INFO [Partition -uve-topic-24-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-5 (kafka.cluster.Partition) [2026-06-08 05:46:10,110] INFO [Partition -uve-topic-24-5 broker=2] Log loaded for partition -uve-topic-24-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,128] INFO [LogLoader partition=-uve-topic-25-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,129] INFO Created log for partition -uve-topic-25-20 in /tmp/kafka-logs/-uve-topic-25-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,129] INFO [Partition -uve-topic-25-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-20 (kafka.cluster.Partition) [2026-06-08 05:46:10,129] INFO [Partition -uve-topic-25-20 broker=2] Log loaded for partition -uve-topic-25-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,154] INFO [LogLoader partition=-uve-topic-25-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,154] INFO Created log for partition -uve-topic-25-5 in /tmp/kafka-logs/-uve-topic-25-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,155] INFO [Partition -uve-topic-25-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-5 (kafka.cluster.Partition) [2026-06-08 05:46:10,155] INFO [Partition -uve-topic-25-5 broker=2] Log loaded for partition -uve-topic-25-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,166] INFO [LogLoader partition=-uve-topic-23-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,168] INFO Created log for partition -uve-topic-23-8 in /tmp/kafka-logs/-uve-topic-23-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,168] INFO [Partition -uve-topic-23-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-8 (kafka.cluster.Partition) [2026-06-08 05:46:10,168] INFO [Partition -uve-topic-23-8 broker=2] Log loaded for partition -uve-topic-23-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,181] INFO [LogLoader partition=-uve-topic-24-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,184] INFO Created log for partition -uve-topic-24-23 in /tmp/kafka-logs/-uve-topic-24-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,189] INFO [Partition -uve-topic-24-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-23 (kafka.cluster.Partition) [2026-06-08 05:46:10,190] INFO [Partition -uve-topic-24-23 broker=2] Log loaded for partition -uve-topic-24-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,196] INFO [LogLoader partition=-uve-topic-24-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,197] INFO Created log for partition -uve-topic-24-8 in /tmp/kafka-logs/-uve-topic-24-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,197] INFO [Partition -uve-topic-24-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-8 (kafka.cluster.Partition) [2026-06-08 05:46:10,197] INFO [Partition -uve-topic-24-8 broker=2] Log loaded for partition -uve-topic-24-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,214] INFO [LogLoader partition=-uve-topic-25-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,215] INFO Created log for partition -uve-topic-25-23 in /tmp/kafka-logs/-uve-topic-25-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,216] INFO [Partition -uve-topic-25-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-23 (kafka.cluster.Partition) [2026-06-08 05:46:10,221] INFO [Partition -uve-topic-25-23 broker=2] Log loaded for partition -uve-topic-25-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,223] INFO [LogLoader partition=-uve-topic-25-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,224] INFO Created log for partition -uve-topic-25-8 in /tmp/kafka-logs/-uve-topic-25-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,224] INFO [Partition -uve-topic-25-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-8 (kafka.cluster.Partition) [2026-06-08 05:46:10,224] INFO [Partition -uve-topic-25-8 broker=2] Log loaded for partition -uve-topic-25-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,229] INFO [LogLoader partition=-uve-topic-23-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,230] INFO Created log for partition -uve-topic-23-23 in /tmp/kafka-logs/-uve-topic-23-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,230] INFO [Partition -uve-topic-23-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-23 (kafka.cluster.Partition) [2026-06-08 05:46:10,230] INFO [Partition -uve-topic-23-23 broker=2] Log loaded for partition -uve-topic-23-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,235] INFO [LogLoader partition=-uve-topic-20-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,235] INFO Created log for partition -uve-topic-20-22 in /tmp/kafka-logs/-uve-topic-20-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,235] INFO [Partition -uve-topic-20-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-22 (kafka.cluster.Partition) [2026-06-08 05:46:10,235] INFO [Partition -uve-topic-20-22 broker=2] Log loaded for partition -uve-topic-20-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,242] INFO [LogLoader partition=-uve-topic-24-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,243] INFO Created log for partition -uve-topic-24-7 in /tmp/kafka-logs/-uve-topic-24-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,243] INFO [Partition -uve-topic-24-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-7 (kafka.cluster.Partition) [2026-06-08 05:46:10,243] INFO [Partition -uve-topic-24-7 broker=2] Log loaded for partition -uve-topic-24-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,246] INFO [LogLoader partition=-uve-topic-25-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,248] INFO Created log for partition -uve-topic-25-22 in /tmp/kafka-logs/-uve-topic-25-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,248] INFO [Partition -uve-topic-25-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-22 (kafka.cluster.Partition) [2026-06-08 05:46:10,248] INFO [Partition -uve-topic-25-22 broker=2] Log loaded for partition -uve-topic-25-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,251] INFO [LogLoader partition=-uve-topic-25-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,252] INFO Created log for partition -uve-topic-25-7 in /tmp/kafka-logs/-uve-topic-25-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,252] INFO [Partition -uve-topic-25-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-7 (kafka.cluster.Partition) [2026-06-08 05:46:10,252] INFO [Partition -uve-topic-25-7 broker=2] Log loaded for partition -uve-topic-25-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,260] INFO [LogLoader partition=structured_syslog_topic-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,260] INFO Created log for partition structured_syslog_topic-9 in /tmp/kafka-logs/structured_syslog_topic-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,260] INFO [Partition structured_syslog_topic-9 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-9 (kafka.cluster.Partition) [2026-06-08 05:46:10,260] INFO [Partition structured_syslog_topic-9 broker=2] Log loaded for partition structured_syslog_topic-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,265] INFO [LogLoader partition=structured_syslog_topic-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,266] INFO Created log for partition structured_syslog_topic-24 in /tmp/kafka-logs/structured_syslog_topic-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,268] INFO [Partition structured_syslog_topic-24 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-24 (kafka.cluster.Partition) [2026-06-08 05:46:10,268] INFO [Partition structured_syslog_topic-24 broker=2] Log loaded for partition structured_syslog_topic-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,272] INFO [LogLoader partition=-uve-topic-20-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,272] INFO Created log for partition -uve-topic-20-7 in /tmp/kafka-logs/-uve-topic-20-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,273] INFO [Partition -uve-topic-20-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-7 (kafka.cluster.Partition) [2026-06-08 05:46:10,273] INFO [Partition -uve-topic-20-7 broker=2] Log loaded for partition -uve-topic-20-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,275] INFO [LogLoader partition=-uve-topic-24-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,275] INFO Created log for partition -uve-topic-24-22 in /tmp/kafka-logs/-uve-topic-24-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,276] INFO [Partition -uve-topic-24-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-22 (kafka.cluster.Partition) [2026-06-08 05:46:10,276] INFO [Partition -uve-topic-24-22 broker=2] Log loaded for partition -uve-topic-24-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,280] INFO [LogLoader partition=structured_syslog_topic-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,280] INFO Created log for partition structured_syslog_topic-27 in /tmp/kafka-logs/structured_syslog_topic-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,283] INFO [Partition structured_syslog_topic-27 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-27 (kafka.cluster.Partition) [2026-06-08 05:46:10,283] INFO [Partition structured_syslog_topic-27 broker=2] Log loaded for partition structured_syslog_topic-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,286] INFO [LogLoader partition=-uve-topic-24-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,290] INFO Created log for partition -uve-topic-24-25 in /tmp/kafka-logs/-uve-topic-24-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,290] INFO [Partition -uve-topic-24-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-25 (kafka.cluster.Partition) [2026-06-08 05:46:10,290] INFO [Partition -uve-topic-24-25 broker=2] Log loaded for partition -uve-topic-24-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,294] INFO [LogLoader partition=-uve-topic-24-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,297] INFO Created log for partition -uve-topic-24-10 in /tmp/kafka-logs/-uve-topic-24-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,297] INFO [Partition -uve-topic-24-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-10 (kafka.cluster.Partition) [2026-06-08 05:46:10,297] INFO [Partition -uve-topic-24-10 broker=2] Log loaded for partition -uve-topic-24-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,301] INFO [LogLoader partition=-uve-topic-25-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,301] INFO Created log for partition -uve-topic-25-25 in /tmp/kafka-logs/-uve-topic-25-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,301] INFO [Partition -uve-topic-25-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-25 (kafka.cluster.Partition) [2026-06-08 05:46:10,301] INFO [Partition -uve-topic-25-25 broker=2] Log loaded for partition -uve-topic-25-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,307] INFO [LogLoader partition=-uve-topic-20-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,307] INFO Created log for partition -uve-topic-20-25 in /tmp/kafka-logs/-uve-topic-20-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,307] INFO [Partition -uve-topic-20-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-25 (kafka.cluster.Partition) [2026-06-08 05:46:10,307] INFO [Partition -uve-topic-20-25 broker=2] Log loaded for partition -uve-topic-20-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,312] INFO [LogLoader partition=-uve-topic-20-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,313] INFO Created log for partition -uve-topic-20-10 in /tmp/kafka-logs/-uve-topic-20-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,313] INFO [Partition -uve-topic-20-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-10 (kafka.cluster.Partition) [2026-06-08 05:46:10,313] INFO [Partition -uve-topic-20-10 broker=2] Log loaded for partition -uve-topic-20-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,317] INFO [LogLoader partition=structured_syslog_topic-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,318] INFO Created log for partition structured_syslog_topic-11 in /tmp/kafka-logs/structured_syslog_topic-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,318] INFO [Partition structured_syslog_topic-11 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-11 (kafka.cluster.Partition) [2026-06-08 05:46:10,318] INFO [Partition structured_syslog_topic-11 broker=2] Log loaded for partition structured_syslog_topic-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,325] INFO [LogLoader partition=-uve-topic-23-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,326] INFO Created log for partition -uve-topic-23-24 in /tmp/kafka-logs/-uve-topic-23-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,326] INFO [Partition -uve-topic-23-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-24 (kafka.cluster.Partition) [2026-06-08 05:46:10,326] INFO [Partition -uve-topic-23-24 broker=2] Log loaded for partition -uve-topic-23-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,331] INFO [LogLoader partition=structured_syslog_topic-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,336] INFO Created log for partition structured_syslog_topic-26 in /tmp/kafka-logs/structured_syslog_topic-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,336] INFO [Partition structured_syslog_topic-26 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-26 (kafka.cluster.Partition) [2026-06-08 05:46:10,336] INFO [Partition structured_syslog_topic-26 broker=2] Log loaded for partition structured_syslog_topic-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,340] INFO [LogLoader partition=-uve-topic-23-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,340] INFO Created log for partition -uve-topic-23-9 in /tmp/kafka-logs/-uve-topic-23-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,340] INFO [Partition -uve-topic-23-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-9 (kafka.cluster.Partition) [2026-06-08 05:46:10,341] INFO [Partition -uve-topic-23-9 broker=2] Log loaded for partition -uve-topic-23-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,345] INFO [LogLoader partition=-uve-topic-20-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,346] INFO Created log for partition -uve-topic-20-24 in /tmp/kafka-logs/-uve-topic-20-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,346] INFO [Partition -uve-topic-20-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-24 (kafka.cluster.Partition) [2026-06-08 05:46:10,346] INFO [Partition -uve-topic-20-24 broker=2] Log loaded for partition -uve-topic-20-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,350] INFO [LogLoader partition=-uve-topic-20-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,354] INFO Created log for partition -uve-topic-20-9 in /tmp/kafka-logs/-uve-topic-20-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,354] INFO [Partition -uve-topic-20-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-9 (kafka.cluster.Partition) [2026-06-08 05:46:10,354] INFO [Partition -uve-topic-20-9 broker=2] Log loaded for partition -uve-topic-20-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,357] INFO [LogLoader partition=-uve-topic-24-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,357] INFO Created log for partition -uve-topic-24-11 in /tmp/kafka-logs/-uve-topic-24-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,359] INFO [Partition -uve-topic-24-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-11 (kafka.cluster.Partition) [2026-06-08 05:46:10,359] INFO [Partition -uve-topic-24-11 broker=2] Log loaded for partition -uve-topic-24-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,363] INFO [LogLoader partition=-uve-topic-25-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,365] INFO Created log for partition -uve-topic-25-26 in /tmp/kafka-logs/-uve-topic-25-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,365] INFO [Partition -uve-topic-25-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-26 (kafka.cluster.Partition) [2026-06-08 05:46:10,365] INFO [Partition -uve-topic-25-26 broker=2] Log loaded for partition -uve-topic-25-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,372] INFO [LogLoader partition=-uve-topic-25-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,373] INFO Created log for partition -uve-topic-25-11 in /tmp/kafka-logs/-uve-topic-25-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,373] INFO [Partition -uve-topic-25-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-11 (kafka.cluster.Partition) [2026-06-08 05:46:10,373] INFO [Partition -uve-topic-25-11 broker=2] Log loaded for partition -uve-topic-25-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,381] INFO [LogLoader partition=-uve-topic-20-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,381] INFO Created log for partition -uve-topic-20-27 in /tmp/kafka-logs/-uve-topic-20-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,382] INFO [Partition -uve-topic-20-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-27 (kafka.cluster.Partition) [2026-06-08 05:46:10,382] INFO [Partition -uve-topic-20-27 broker=2] Log loaded for partition -uve-topic-20-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,388] INFO [LogLoader partition=-uve-topic-20-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,390] INFO Created log for partition -uve-topic-20-12 in /tmp/kafka-logs/-uve-topic-20-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,394] INFO [Partition -uve-topic-20-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-12 (kafka.cluster.Partition) [2026-06-08 05:46:10,394] INFO [Partition -uve-topic-20-12 broker=2] Log loaded for partition -uve-topic-20-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,399] INFO [LogLoader partition=-uve-topic-23-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,399] INFO Created log for partition -uve-topic-23-27 in /tmp/kafka-logs/-uve-topic-23-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,399] INFO [Partition -uve-topic-23-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-27 (kafka.cluster.Partition) [2026-06-08 05:46:10,399] INFO [Partition -uve-topic-23-27 broker=2] Log loaded for partition -uve-topic-23-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,407] INFO [LogLoader partition=-uve-topic-25-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,408] INFO Created log for partition -uve-topic-25-10 in /tmp/kafka-logs/-uve-topic-25-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,408] INFO [Partition -uve-topic-25-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-10 (kafka.cluster.Partition) [2026-06-08 05:46:10,408] INFO [Partition -uve-topic-25-10 broker=2] Log loaded for partition -uve-topic-25-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,412] INFO [LogLoader partition=structured_syslog_topic-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,412] INFO Created log for partition structured_syslog_topic-12 in /tmp/kafka-logs/structured_syslog_topic-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,412] INFO [Partition structured_syslog_topic-12 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-12 (kafka.cluster.Partition) [2026-06-08 05:46:10,412] INFO [Partition structured_syslog_topic-12 broker=2] Log loaded for partition structured_syslog_topic-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,417] INFO [LogLoader partition=-uve-topic-23-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,420] INFO Created log for partition -uve-topic-23-26 in /tmp/kafka-logs/-uve-topic-23-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,422] INFO [Partition -uve-topic-23-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-26 (kafka.cluster.Partition) [2026-06-08 05:46:10,422] INFO [Partition -uve-topic-23-26 broker=2] Log loaded for partition -uve-topic-23-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,426] INFO [LogLoader partition=-uve-topic-23-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,427] INFO Created log for partition -uve-topic-23-11 in /tmp/kafka-logs/-uve-topic-23-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,427] INFO [Partition -uve-topic-23-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-11 (kafka.cluster.Partition) [2026-06-08 05:46:10,427] INFO [Partition -uve-topic-23-11 broker=2] Log loaded for partition -uve-topic-23-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,432] INFO [LogLoader partition=-uve-topic-24-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,433] INFO Created log for partition -uve-topic-24-26 in /tmp/kafka-logs/-uve-topic-24-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,433] INFO [Partition -uve-topic-24-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-26 (kafka.cluster.Partition) [2026-06-08 05:46:10,433] INFO [Partition -uve-topic-24-26 broker=2] Log loaded for partition -uve-topic-24-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,437] INFO [LogLoader partition=structured_syslog_topic-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,438] INFO Created log for partition structured_syslog_topic-0 in /tmp/kafka-logs/structured_syslog_topic-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,438] INFO [Partition structured_syslog_topic-0 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-0 (kafka.cluster.Partition) [2026-06-08 05:46:10,439] INFO [Partition structured_syslog_topic-0 broker=2] Log loaded for partition structured_syslog_topic-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,445] INFO [LogLoader partition=structured_syslog_topic-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,446] INFO Created log for partition structured_syslog_topic-15 in /tmp/kafka-logs/structured_syslog_topic-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,446] INFO [Partition structured_syslog_topic-15 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-15 (kafka.cluster.Partition) [2026-06-08 05:46:10,446] INFO [Partition structured_syslog_topic-15 broker=2] Log loaded for partition structured_syslog_topic-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,449] INFO [LogLoader partition=-uve-topic-24-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,450] INFO Created log for partition -uve-topic-24-28 in /tmp/kafka-logs/-uve-topic-24-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,450] INFO [Partition -uve-topic-24-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-28 (kafka.cluster.Partition) [2026-06-08 05:46:10,450] INFO [Partition -uve-topic-24-28 broker=2] Log loaded for partition -uve-topic-24-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,454] INFO [LogLoader partition=-uve-topic-24-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,454] INFO Created log for partition -uve-topic-24-13 in /tmp/kafka-logs/-uve-topic-24-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,457] INFO [Partition -uve-topic-24-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-13 (kafka.cluster.Partition) [2026-06-08 05:46:10,457] INFO [Partition -uve-topic-24-13 broker=2] Log loaded for partition -uve-topic-24-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,469] INFO [LogLoader partition=-uve-topic-25-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,470] INFO Created log for partition -uve-topic-25-28 in /tmp/kafka-logs/-uve-topic-25-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,470] INFO [Partition -uve-topic-25-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-28 (kafka.cluster.Partition) [2026-06-08 05:46:10,470] INFO [Partition -uve-topic-25-28 broker=2] Log loaded for partition -uve-topic-25-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,476] INFO [LogLoader partition=-uve-topic-25-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,477] INFO Created log for partition -uve-topic-25-13 in /tmp/kafka-logs/-uve-topic-25-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,477] INFO [Partition -uve-topic-25-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-13 (kafka.cluster.Partition) [2026-06-08 05:46:10,477] INFO [Partition -uve-topic-25-13 broker=2] Log loaded for partition -uve-topic-25-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,482] INFO [LogLoader partition=-uve-topic-23-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,483] INFO Created log for partition -uve-topic-23-12 in /tmp/kafka-logs/-uve-topic-23-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,483] INFO [Partition -uve-topic-23-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-12 (kafka.cluster.Partition) [2026-06-08 05:46:10,483] INFO [Partition -uve-topic-23-12 broker=2] Log loaded for partition -uve-topic-23-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,485] INFO [LogLoader partition=structured_syslog_topic-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,486] INFO Created log for partition structured_syslog_topic-14 in /tmp/kafka-logs/structured_syslog_topic-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,487] INFO [Partition structured_syslog_topic-14 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-14 (kafka.cluster.Partition) [2026-06-08 05:46:10,487] INFO [Partition structured_syslog_topic-14 broker=2] Log loaded for partition structured_syslog_topic-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,492] INFO [LogLoader partition=structured_syslog_topic-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,492] INFO Created log for partition structured_syslog_topic-29 in /tmp/kafka-logs/structured_syslog_topic-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,492] INFO [Partition structured_syslog_topic-29 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-29 (kafka.cluster.Partition) [2026-06-08 05:46:10,494] INFO [Partition structured_syslog_topic-29 broker=2] Log loaded for partition structured_syslog_topic-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,497] INFO [LogLoader partition=-uve-topic-20-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,498] INFO Created log for partition -uve-topic-20-28 in /tmp/kafka-logs/-uve-topic-20-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,498] INFO [Partition -uve-topic-20-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-28 (kafka.cluster.Partition) [2026-06-08 05:46:10,498] INFO [Partition -uve-topic-20-28 broker=2] Log loaded for partition -uve-topic-20-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,506] INFO [LogLoader partition=-uve-topic-20-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,507] INFO Created log for partition -uve-topic-20-13 in /tmp/kafka-logs/-uve-topic-20-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,507] INFO [Partition -uve-topic-20-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-13 (kafka.cluster.Partition) [2026-06-08 05:46:10,507] INFO [Partition -uve-topic-20-13 broker=2] Log loaded for partition -uve-topic-20-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,511] INFO [LogLoader partition=-uve-topic-23-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,512] INFO Created log for partition -uve-topic-23-0 in /tmp/kafka-logs/-uve-topic-23-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,512] INFO [Partition -uve-topic-23-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-0 (kafka.cluster.Partition) [2026-06-08 05:46:10,512] INFO [Partition -uve-topic-23-0 broker=2] Log loaded for partition -uve-topic-23-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,522] INFO [LogLoader partition=structured_syslog_topic-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,523] INFO Created log for partition structured_syslog_topic-2 in /tmp/kafka-logs/structured_syslog_topic-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,523] INFO [Partition structured_syslog_topic-2 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-2 (kafka.cluster.Partition) [2026-06-08 05:46:10,523] INFO [Partition structured_syslog_topic-2 broker=2] Log loaded for partition structured_syslog_topic-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,529] INFO [LogLoader partition=structured_syslog_topic-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,529] INFO Created log for partition structured_syslog_topic-17 in /tmp/kafka-logs/structured_syslog_topic-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,529] INFO [Partition structured_syslog_topic-17 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-17 (kafka.cluster.Partition) [2026-06-08 05:46:10,529] INFO [Partition structured_syslog_topic-17 broker=2] Log loaded for partition structured_syslog_topic-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,534] INFO [LogLoader partition=-uve-topic-20-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,535] INFO Created log for partition -uve-topic-20-15 in /tmp/kafka-logs/-uve-topic-20-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,535] INFO [Partition -uve-topic-20-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-15 (kafka.cluster.Partition) [2026-06-08 05:46:10,535] INFO [Partition -uve-topic-20-15 broker=2] Log loaded for partition -uve-topic-20-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,542] INFO [LogLoader partition=-uve-topic-20-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,543] INFO Created log for partition -uve-topic-20-0 in /tmp/kafka-logs/-uve-topic-20-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,543] INFO [Partition -uve-topic-20-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-0 (kafka.cluster.Partition) [2026-06-08 05:46:10,543] INFO [Partition -uve-topic-20-0 broker=2] Log loaded for partition -uve-topic-20-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,548] INFO [LogLoader partition=-uve-topic-23-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,549] INFO Created log for partition -uve-topic-23-15 in /tmp/kafka-logs/-uve-topic-23-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,549] INFO [Partition -uve-topic-23-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-15 (kafka.cluster.Partition) [2026-06-08 05:46:10,549] INFO [Partition -uve-topic-23-15 broker=2] Log loaded for partition -uve-topic-23-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,553] INFO [LogLoader partition=-uve-topic-25-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,555] INFO Created log for partition -uve-topic-25-14 in /tmp/kafka-logs/-uve-topic-25-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,555] INFO [Partition -uve-topic-25-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-14 (kafka.cluster.Partition) [2026-06-08 05:46:10,555] INFO [Partition -uve-topic-25-14 broker=2] Log loaded for partition -uve-topic-25-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,560] INFO [LogLoader partition=-uve-topic-23-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,561] INFO Created log for partition -uve-topic-23-29 in /tmp/kafka-logs/-uve-topic-23-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,561] INFO [Partition -uve-topic-23-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-29 (kafka.cluster.Partition) [2026-06-08 05:46:10,563] INFO [Partition -uve-topic-23-29 broker=2] Log loaded for partition -uve-topic-23-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,567] INFO [LogLoader partition=-uve-topic-23-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,568] INFO Created log for partition -uve-topic-23-14 in /tmp/kafka-logs/-uve-topic-23-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,568] INFO [Partition -uve-topic-23-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-14 (kafka.cluster.Partition) [2026-06-08 05:46:10,568] INFO [Partition -uve-topic-23-14 broker=2] Log loaded for partition -uve-topic-23-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,574] INFO [LogLoader partition=-uve-topic-24-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,575] INFO Created log for partition -uve-topic-24-29 in /tmp/kafka-logs/-uve-topic-24-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,575] INFO [Partition -uve-topic-24-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-29 (kafka.cluster.Partition) [2026-06-08 05:46:10,575] INFO [Partition -uve-topic-24-29 broker=2] Log loaded for partition -uve-topic-24-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,580] INFO [LogLoader partition=-uve-topic-24-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,581] INFO Created log for partition -uve-topic-24-14 in /tmp/kafka-logs/-uve-topic-24-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,581] INFO [Partition -uve-topic-24-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-14 (kafka.cluster.Partition) [2026-06-08 05:46:10,581] INFO [Partition -uve-topic-24-14 broker=2] Log loaded for partition -uve-topic-24-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,586] INFO [LogLoader partition=-uve-topic-25-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,587] INFO Created log for partition -uve-topic-25-29 in /tmp/kafka-logs/-uve-topic-25-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,587] INFO [Partition -uve-topic-25-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-29 (kafka.cluster.Partition) [2026-06-08 05:46:10,587] INFO [Partition -uve-topic-25-29 broker=2] Log loaded for partition -uve-topic-25-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,592] INFO [LogLoader partition=-uve-topic-23-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,592] INFO Created log for partition -uve-topic-23-17 in /tmp/kafka-logs/-uve-topic-23-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,592] INFO [Partition -uve-topic-23-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-17 (kafka.cluster.Partition) [2026-06-08 05:46:10,592] INFO [Partition -uve-topic-23-17 broker=2] Log loaded for partition -uve-topic-23-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,597] INFO [LogLoader partition=-uve-topic-23-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,598] INFO Created log for partition -uve-topic-23-2 in /tmp/kafka-logs/-uve-topic-23-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,598] INFO [Partition -uve-topic-23-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-2 (kafka.cluster.Partition) [2026-06-08 05:46:10,598] INFO [Partition -uve-topic-23-2 broker=2] Log loaded for partition -uve-topic-23-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,601] INFO [LogLoader partition=-uve-topic-24-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,601] INFO Created log for partition -uve-topic-24-17 in /tmp/kafka-logs/-uve-topic-24-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,602] INFO [Partition -uve-topic-24-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-17 (kafka.cluster.Partition) [2026-06-08 05:46:10,602] INFO [Partition -uve-topic-24-17 broker=2] Log loaded for partition -uve-topic-24-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,606] INFO [LogLoader partition=-uve-topic-24-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,606] INFO Created log for partition -uve-topic-24-2 in /tmp/kafka-logs/-uve-topic-24-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,606] INFO [Partition -uve-topic-24-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-2 (kafka.cluster.Partition) [2026-06-08 05:46:10,606] INFO [Partition -uve-topic-24-2 broker=2] Log loaded for partition -uve-topic-24-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,610] INFO [LogLoader partition=-uve-topic-25-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,613] INFO Created log for partition -uve-topic-25-17 in /tmp/kafka-logs/-uve-topic-25-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,613] INFO [Partition -uve-topic-25-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-17 (kafka.cluster.Partition) [2026-06-08 05:46:10,613] INFO [Partition -uve-topic-25-17 broker=2] Log loaded for partition -uve-topic-25-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,617] INFO [LogLoader partition=-uve-topic-25-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,617] INFO Created log for partition -uve-topic-25-2 in /tmp/kafka-logs/-uve-topic-25-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,617] INFO [Partition -uve-topic-25-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-2 (kafka.cluster.Partition) [2026-06-08 05:46:10,617] INFO [Partition -uve-topic-25-2 broker=2] Log loaded for partition -uve-topic-25-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,623] INFO [LogLoader partition=structured_syslog_topic-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,624] INFO Created log for partition structured_syslog_topic-3 in /tmp/kafka-logs/structured_syslog_topic-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,624] INFO [Partition structured_syslog_topic-3 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-3 (kafka.cluster.Partition) [2026-06-08 05:46:10,624] INFO [Partition structured_syslog_topic-3 broker=2] Log loaded for partition structured_syslog_topic-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,630] INFO [LogLoader partition=structured_syslog_topic-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,630] INFO Created log for partition structured_syslog_topic-18 in /tmp/kafka-logs/structured_syslog_topic-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,630] INFO [Partition structured_syslog_topic-18 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-18 (kafka.cluster.Partition) [2026-06-08 05:46:10,630] INFO [Partition structured_syslog_topic-18 broker=2] Log loaded for partition structured_syslog_topic-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,635] INFO [LogLoader partition=-uve-topic-24-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,635] INFO Created log for partition -uve-topic-24-16 in /tmp/kafka-logs/-uve-topic-24-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,636] INFO [Partition -uve-topic-24-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-16 (kafka.cluster.Partition) [2026-06-08 05:46:10,637] INFO [Partition -uve-topic-24-16 broker=2] Log loaded for partition -uve-topic-24-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,640] INFO [LogLoader partition=-uve-topic-24-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,640] INFO Created log for partition -uve-topic-24-1 in /tmp/kafka-logs/-uve-topic-24-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,641] INFO [Partition -uve-topic-24-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-1 (kafka.cluster.Partition) [2026-06-08 05:46:10,641] INFO [Partition -uve-topic-24-1 broker=2] Log loaded for partition -uve-topic-24-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,647] INFO [LogLoader partition=-uve-topic-25-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,648] INFO Created log for partition -uve-topic-25-16 in /tmp/kafka-logs/-uve-topic-25-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,648] INFO [Partition -uve-topic-25-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-16 (kafka.cluster.Partition) [2026-06-08 05:46:10,648] INFO [Partition -uve-topic-25-16 broker=2] Log loaded for partition -uve-topic-25-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,651] INFO [LogLoader partition=-uve-topic-25-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,651] INFO Created log for partition -uve-topic-25-1 in /tmp/kafka-logs/-uve-topic-25-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,657] INFO [Partition -uve-topic-25-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-1 (kafka.cluster.Partition) [2026-06-08 05:46:10,657] INFO [Partition -uve-topic-25-1 broker=2] Log loaded for partition -uve-topic-25-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,660] INFO [LogLoader partition=-uve-topic-20-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,661] INFO Created log for partition -uve-topic-20-16 in /tmp/kafka-logs/-uve-topic-20-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,661] INFO [Partition -uve-topic-20-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-16 (kafka.cluster.Partition) [2026-06-08 05:46:10,661] INFO [Partition -uve-topic-20-16 broker=2] Log loaded for partition -uve-topic-20-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,664] INFO [LogLoader partition=-uve-topic-20-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,665] INFO Created log for partition -uve-topic-20-1 in /tmp/kafka-logs/-uve-topic-20-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,665] INFO [Partition -uve-topic-20-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-1 (kafka.cluster.Partition) [2026-06-08 05:46:10,666] INFO [Partition -uve-topic-20-1 broker=2] Log loaded for partition -uve-topic-20-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,704] INFO [LogLoader partition=-uve-topic-20-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,705] INFO Created log for partition -uve-topic-20-19 in /tmp/kafka-logs/-uve-topic-20-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,705] INFO [Partition -uve-topic-20-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-19 (kafka.cluster.Partition) [2026-06-08 05:46:10,705] INFO [Partition -uve-topic-20-19 broker=2] Log loaded for partition -uve-topic-20-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,712] INFO [LogLoader partition=-uve-topic-20-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,713] INFO Created log for partition -uve-topic-20-4 in /tmp/kafka-logs/-uve-topic-20-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,713] INFO [Partition -uve-topic-20-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-4 (kafka.cluster.Partition) [2026-06-08 05:46:10,713] INFO [Partition -uve-topic-20-4 broker=2] Log loaded for partition -uve-topic-20-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,719] INFO [LogLoader partition=-uve-topic-24-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,719] INFO Created log for partition -uve-topic-24-19 in /tmp/kafka-logs/-uve-topic-24-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,719] INFO [Partition -uve-topic-24-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-19 (kafka.cluster.Partition) [2026-06-08 05:46:10,719] INFO [Partition -uve-topic-24-19 broker=2] Log loaded for partition -uve-topic-24-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,723] INFO [LogLoader partition=structured_syslog_topic-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,723] INFO Created log for partition structured_syslog_topic-6 in /tmp/kafka-logs/structured_syslog_topic-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,724] INFO [Partition structured_syslog_topic-6 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-6 (kafka.cluster.Partition) [2026-06-08 05:46:10,724] INFO [Partition structured_syslog_topic-6 broker=2] Log loaded for partition structured_syslog_topic-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,731] INFO [LogLoader partition=-uve-topic-24-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,732] INFO Created log for partition -uve-topic-24-4 in /tmp/kafka-logs/-uve-topic-24-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,733] INFO [Partition -uve-topic-24-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-4 (kafka.cluster.Partition) [2026-06-08 05:46:10,733] INFO [Partition -uve-topic-24-4 broker=2] Log loaded for partition -uve-topic-24-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,741] INFO [LogLoader partition=-uve-topic-25-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,741] INFO Created log for partition -uve-topic-25-19 in /tmp/kafka-logs/-uve-topic-25-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,741] INFO [Partition -uve-topic-25-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-19 (kafka.cluster.Partition) [2026-06-08 05:46:10,741] INFO [Partition -uve-topic-25-19 broker=2] Log loaded for partition -uve-topic-25-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,748] INFO [LogLoader partition=structured_syslog_topic-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,748] INFO Created log for partition structured_syslog_topic-21 in /tmp/kafka-logs/structured_syslog_topic-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,748] INFO [Partition structured_syslog_topic-21 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-21 (kafka.cluster.Partition) [2026-06-08 05:46:10,749] INFO [Partition structured_syslog_topic-21 broker=2] Log loaded for partition structured_syslog_topic-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,755] INFO [LogLoader partition=-uve-topic-25-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,756] INFO Created log for partition -uve-topic-25-4 in /tmp/kafka-logs/-uve-topic-25-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,756] INFO [Partition -uve-topic-25-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-4 (kafka.cluster.Partition) [2026-06-08 05:46:10,756] INFO [Partition -uve-topic-25-4 broker=2] Log loaded for partition -uve-topic-25-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,762] INFO [LogLoader partition=-uve-topic-20-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,763] INFO Created log for partition -uve-topic-20-3 in /tmp/kafka-logs/-uve-topic-20-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,763] INFO [Partition -uve-topic-20-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-3 (kafka.cluster.Partition) [2026-06-08 05:46:10,763] INFO [Partition -uve-topic-20-3 broker=2] Log loaded for partition -uve-topic-20-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,768] INFO [LogLoader partition=-uve-topic-23-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,768] INFO Created log for partition -uve-topic-23-18 in /tmp/kafka-logs/-uve-topic-23-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,768] INFO [Partition -uve-topic-23-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-18 (kafka.cluster.Partition) [2026-06-08 05:46:10,768] INFO [Partition -uve-topic-23-18 broker=2] Log loaded for partition -uve-topic-23-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,777] INFO [LogLoader partition=-uve-topic-23-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,778] INFO Created log for partition -uve-topic-23-3 in /tmp/kafka-logs/-uve-topic-23-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,778] INFO [Partition -uve-topic-23-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-3 (kafka.cluster.Partition) [2026-06-08 05:46:10,778] INFO [Partition -uve-topic-23-3 broker=2] Log loaded for partition -uve-topic-23-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,783] INFO [LogLoader partition=-uve-topic-20-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,783] INFO Created log for partition -uve-topic-20-18 in /tmp/kafka-logs/-uve-topic-20-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,784] INFO [Partition -uve-topic-20-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-18 (kafka.cluster.Partition) [2026-06-08 05:46:10,784] INFO [Partition -uve-topic-20-18 broker=2] Log loaded for partition -uve-topic-20-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,787] INFO [LogLoader partition=structured_syslog_topic-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,789] INFO Created log for partition structured_syslog_topic-5 in /tmp/kafka-logs/structured_syslog_topic-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,789] INFO [Partition structured_syslog_topic-5 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-5 (kafka.cluster.Partition) [2026-06-08 05:46:10,789] INFO [Partition structured_syslog_topic-5 broker=2] Log loaded for partition structured_syslog_topic-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,795] INFO [LogLoader partition=structured_syslog_topic-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,795] INFO Created log for partition structured_syslog_topic-20 in /tmp/kafka-logs/structured_syslog_topic-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,795] INFO [Partition structured_syslog_topic-20 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-20 (kafka.cluster.Partition) [2026-06-08 05:46:10,795] INFO [Partition structured_syslog_topic-20 broker=2] Log loaded for partition structured_syslog_topic-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,797] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-23-6, structured_syslog_topic-24, -uve-topic-23-23, structured_syslog_topic-15, -uve-topic-24-22, -uve-topic-25-22, -uve-topic-20-6, -uve-topic-23-14, -uve-topic-24-14, -uve-topic-25-14, structured_syslog_topic-0, -uve-topic-24-7, -uve-topic-25-7, -uve-topic-23-24, -uve-topic-20-24, -uve-topic-20-15, -uve-topic-23-15, -uve-topic-24-23, -uve-topic-25-23, -uve-topic-20-7, structured_syslog_topic-8, -uve-topic-23-0, -uve-topic-25-8, -uve-topic-20-0, -uve-topic-24-25, structured_syslog_topic-26, -uve-topic-25-25, -uve-topic-20-25, structured_syslog_topic-17, -uve-topic-24-16, -uve-topic-20-16, structured_syslog_topic-9, -uve-topic-23-8, -uve-topic-24-8, -uve-topic-25-16, -uve-topic-24-1, structured_syslog_topic-2, -uve-topic-25-1, -uve-topic-20-1, -uve-topic-23-26, -uve-topic-24-26, -uve-topic-25-26, structured_syslog_topic-27, -uve-topic-23-17, -uve-topic-24-17, structured_syslog_topic-18, -uve-topic-25-17, -uve-topic-23-9, -uve-topic-20-9, -uve-topic-23-2, -uve-topic-24-2, -uve-topic-25-2, structured_syslog_topic-3, -uve-topic-20-27, -uve-topic-23-27, -uve-topic-23-18, -uve-topic-20-18, -uve-topic-24-10, -uve-topic-25-10, structured_syslog_topic-11, -uve-topic-20-10, -uve-topic-20-28, -uve-topic-20-3, -uve-topic-23-3, -uve-topic-25-28, structured_syslog_topic-29, -uve-topic-24-28, -uve-topic-24-19, -uve-topic-25-19, -uve-topic-20-19, structured_syslog_topic-20, -uve-topic-24-11, -uve-topic-25-11, structured_syslog_topic-12, -uve-topic-23-11, -uve-topic-25-4, structured_syslog_topic-5, -uve-topic-24-4, -uve-topic-20-21, -uve-topic-23-29, -uve-topic-24-29, -uve-topic-25-29, -uve-topic-25-20, -uve-topic-20-12, structured_syslog_topic-21, -uve-topic-23-20, -uve-topic-24-20, -uve-topic-20-4, -uve-topic-23-12, -uve-topic-23-5, -uve-topic-24-5, structured_syslog_topic-6, -uve-topic-25-5, structured_syslog_topic-23, -uve-topic-20-22, -uve-topic-20-13, -uve-topic-23-21, -uve-topic-24-13, structured_syslog_topic-14, -uve-topic-25-13) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:10,802] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(-uve-topic-23-21 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-25-29 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), structured_syslog_topic-3 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-24-5 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), structured_syslog_topic-15 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-24-14 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-20-16 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-24-8 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-24-29 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-24-17 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-20-22 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-24-11 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-25-2 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-25-8 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-25-23 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-23-18 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-23-6 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-23-9 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), structured_syslog_topic-6 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-24-26 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), structured_syslog_topic-9 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-24-23 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), structured_syslog_topic-24 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-23-3 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-23-0 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-20-28 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-20-7 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-23-27 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-24-2 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-23-15 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-20-4 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-24-20 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), structured_syslog_topic-21 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-25-5 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), structured_syslog_topic-0 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), structured_syslog_topic-12 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-25-17 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-20-19 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-23-12 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-20-13 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-25-20 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-25-14 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), structured_syslog_topic-27 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-20-10 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-20-1 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), structured_syslog_topic-18 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-25-26 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-20-25 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-23-24 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-25-11 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:10,803] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 3 for partitions HashMap(-uve-topic-20-0 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), structured_syslog_topic-17 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-20-27 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-23-20 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-25-28 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-25-22 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-23-11 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-23-2 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-20-12 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-24-4 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-20-24 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-25-10 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), structured_syslog_topic-5 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-23-8 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-20-9 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-20-6 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-23-5 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-25-16 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-25-7 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-25-13 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-24-28 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-24-22 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-23-14 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-24-7 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-23-17 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-24-19 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), structured_syslog_topic-26 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-25-4 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), structured_syslog_topic-20 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-20-15 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-24-1 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), structured_syslog_topic-8 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-23-26 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), structured_syslog_topic-14 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), structured_syslog_topic-2 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-23-23 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-23-29 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-25-25 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-24-16 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-24-13 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-25-1 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), structured_syslog_topic-29 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-20-3 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-20-21 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), structured_syslog_topic-23 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-24-25 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-20-18 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), structured_syslog_topic-11 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-24-10 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-25-19 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:10,879] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-11-8, -uve-topic-0-11, -uve-topic-12-15, -uve-topic-29-0, -uve-topic-21-23, -uve-topic-29-27, -uve-topic-13-6, -uve-topic-11-2, -uve-topic-12-21, -uve-topic-27-8, -uve-topic-1-17, -uve-topic-28-9, -uve-topic-1-5, -uve-topic-0-23, -uve-topic-2-13, -uve-topic-1-26, -uve-topic-26-24, -uve-topic-28-27, -uve-topic-13-15, -uve-topic-13-18, -uve-topic-11-5, -uve-topic-0-5, -uve-topic-28-12, -uve-topic-3-14, -uve-topic-12-9, -uve-topic-2-1, -uve-topic-0-2, -uve-topic-12-6, -uve-topic-28-3, -uve-topic-21-20, -uve-topic-1-23, -uve-topic-13-21, -uve-topic-11-29, -uve-topic-27-20, -uve-topic-1-20, -uve-topic-3-2, -uve-topic-2-10, -uve-topic-29-12, -uve-topic-11-17, -uve-topic-29-9, -uve-topic-28-24, -uve-topic-21-8, -uve-topic-0-8, -uve-topic-27-11, -uve-topic-1-14, -uve-topic-27-14, -uve-topic-28-15, -uve-topic-27-17, -uve-topic-2-28, -uve-topic-12-18, -uve-topic-3-29, -uve-topic-26-18, -uve-topic-2-7, -uve-topic-13-12, -uve-topic-3-8, -uve-topic-26-9, -uve-topic-12-3, -uve-topic-0-17, -uve-topic-27-26, -uve-topic-2-19, -uve-topic-2-16, -uve-topic-0-26, -uve-topic-27-23, -uve-topic-3-11, -uve-topic-3-17, -uve-topic-26-6, -uve-topic-28-21, -uve-topic-13-27, -uve-topic-12-0, -uve-topic-21-29, -uve-topic-0-20, -uve-topic-13-3, -uve-topic-3-26, -uve-topic-21-5, -uve-topic-11-14, -uve-topic-27-29, -uve-topic-3-5, -uve-topic-29-24, -uve-topic-0-14, -uve-topic-28-18, -uve-topic-13-24, -uve-topic-2-4, -uve-topic-2-25, -uve-topic-12-12, -uve-topic-29-21, -uve-topic-11-26, -uve-topic-3-23, -uve-topic-21-17, -uve-topic-28-6, -uve-topic-29-15, -uve-topic-2-22, -uve-topic-26-15, -uve-topic-11-11, -uve-topic-27-5, -uve-topic-27-2, -uve-topic-21-2, -uve-topic-12-27, -uve-topic-28-0, -uve-topic-26-27, -uve-topic-26-12, -uve-topic-1-11, -uve-topic-11-23, -uve-topic-12-24, -uve-topic-0-29, -uve-topic-21-14, -uve-topic-29-18, -uve-topic-26-3, -uve-topic-3-20, -uve-topic-26-21, -uve-topic-13-0, -uve-topic-26-0, -uve-topic-13-9, -uve-topic-21-26, -uve-topic-29-6, -uve-topic-21-11, -uve-topic-11-20, -uve-topic-1-8, -uve-topic-29-3, -uve-topic-1-2, -uve-topic-1-29) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:10,883] INFO [LogLoader partition=-uve-topic-2-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,883] INFO Created log for partition -uve-topic-2-19 in /tmp/kafka-logs/-uve-topic-2-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,884] INFO [Partition -uve-topic-2-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-19 (kafka.cluster.Partition) [2026-06-08 05:46:10,884] INFO [Partition -uve-topic-2-19 broker=2] Log loaded for partition -uve-topic-2-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,908] INFO [LogLoader partition=-uve-topic-2-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,908] INFO Created log for partition -uve-topic-2-4 in /tmp/kafka-logs/-uve-topic-2-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,908] INFO [Partition -uve-topic-2-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-4 (kafka.cluster.Partition) [2026-06-08 05:46:10,908] INFO [Partition -uve-topic-2-4 broker=2] Log loaded for partition -uve-topic-2-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,921] INFO [LogLoader partition=-uve-topic-26-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,922] INFO Created log for partition -uve-topic-26-21 in /tmp/kafka-logs/-uve-topic-26-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,922] INFO [Partition -uve-topic-26-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-21 (kafka.cluster.Partition) [2026-06-08 05:46:10,922] INFO [Partition -uve-topic-26-21 broker=2] Log loaded for partition -uve-topic-26-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,933] INFO [LogLoader partition=-uve-topic-26-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,937] INFO Created log for partition -uve-topic-26-6 in /tmp/kafka-logs/-uve-topic-26-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,937] INFO [Partition -uve-topic-26-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-6 (kafka.cluster.Partition) [2026-06-08 05:46:10,937] INFO [Partition -uve-topic-26-6 broker=2] Log loaded for partition -uve-topic-26-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,948] INFO [LogLoader partition=-uve-topic-0-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,949] INFO Created log for partition -uve-topic-0-20 in /tmp/kafka-logs/-uve-topic-0-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,949] INFO [Partition -uve-topic-0-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-20 (kafka.cluster.Partition) [2026-06-08 05:46:10,949] INFO [Partition -uve-topic-0-20 broker=2] Log loaded for partition -uve-topic-0-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,961] INFO [LogLoader partition=-uve-topic-28-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,962] INFO Created log for partition -uve-topic-28-21 in /tmp/kafka-logs/-uve-topic-28-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,962] INFO [Partition -uve-topic-28-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-21 (kafka.cluster.Partition) [2026-06-08 05:46:10,962] INFO [Partition -uve-topic-28-21 broker=2] Log loaded for partition -uve-topic-28-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,985] INFO [LogLoader partition=-uve-topic-28-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:10,987] INFO Created log for partition -uve-topic-28-6 in /tmp/kafka-logs/-uve-topic-28-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:10,988] INFO [Partition -uve-topic-28-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-6 (kafka.cluster.Partition) [2026-06-08 05:46:10,988] INFO [Partition -uve-topic-28-6 broker=2] Log loaded for partition -uve-topic-28-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:10,999] INFO [LogLoader partition=-uve-topic-29-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,000] INFO Created log for partition -uve-topic-29-21 in /tmp/kafka-logs/-uve-topic-29-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,000] INFO [Partition -uve-topic-29-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-21 (kafka.cluster.Partition) [2026-06-08 05:46:11,000] INFO [Partition -uve-topic-29-21 broker=2] Log loaded for partition -uve-topic-29-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-23-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-23-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-23-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-23-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-20-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-20-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-24-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-24-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-20-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-20-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-25-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-25-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-20-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-20-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-24-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-24-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-25-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-25-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition structured_syslog_topic-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=structured_syslog_topic-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-23-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-23-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-24-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-24-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-20-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,010] INFO [UnifiedLog partition=-uve-topic-20-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,010] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-25-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,011] INFO [UnifiedLog partition=-uve-topic-25-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,011] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-25-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,011] INFO [UnifiedLog partition=-uve-topic-25-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,011] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition structured_syslog_topic-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,011] INFO [UnifiedLog partition=structured_syslog_topic-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,011] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-20-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,011] INFO [UnifiedLog partition=-uve-topic-20-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,011] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-24-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,011] INFO [UnifiedLog partition=-uve-topic-24-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,011] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-24-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,011] INFO [UnifiedLog partition=-uve-topic-24-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,011] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-20-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,011] INFO [UnifiedLog partition=-uve-topic-20-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,011] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-25-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,011] INFO [UnifiedLog partition=-uve-topic-25-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,011] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition structured_syslog_topic-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=structured_syslog_topic-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition structured_syslog_topic-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=structured_syslog_topic-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-23-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-23-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-25-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-25-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition structured_syslog_topic-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=structured_syslog_topic-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-24-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-24-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-20-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-20-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-24-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-24-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-20-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-20-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition structured_syslog_topic-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=structured_syslog_topic-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-25-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-25-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-23-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-23-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition structured_syslog_topic-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=structured_syslog_topic-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-24-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-24-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-20-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-20-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-23-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-23-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-23-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-23-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,012] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-25-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,012] INFO [UnifiedLog partition=-uve-topic-25-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,013] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-24-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,013] INFO [UnifiedLog partition=-uve-topic-24-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,013] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition structured_syslog_topic-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,013] INFO [UnifiedLog partition=structured_syslog_topic-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,013] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-25-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,013] INFO [UnifiedLog partition=-uve-topic-25-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,013] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-23-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,013] INFO [UnifiedLog partition=-uve-topic-23-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,013] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition structured_syslog_topic-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,013] INFO [UnifiedLog partition=structured_syslog_topic-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,013] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-23-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,013] INFO [UnifiedLog partition=-uve-topic-23-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,013] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-23-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,013] INFO [UnifiedLog partition=-uve-topic-23-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,013] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-20-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,013] INFO [UnifiedLog partition=-uve-topic-20-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,013] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-24-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,013] INFO [UnifiedLog partition=-uve-topic-24-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,013] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition structured_syslog_topic-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,013] INFO [UnifiedLog partition=structured_syslog_topic-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,013] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-25-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,013] INFO [UnifiedLog partition=-uve-topic-25-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,029] INFO [LogLoader partition=-uve-topic-11-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,029] INFO Created log for partition -uve-topic-11-23 in /tmp/kafka-logs/-uve-topic-11-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,029] INFO [Partition -uve-topic-11-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-23 (kafka.cluster.Partition) [2026-06-08 05:46:11,029] INFO [Partition -uve-topic-11-23 broker=2] Log loaded for partition -uve-topic-11-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,039] INFO [LogLoader partition=-uve-topic-11-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,039] INFO Created log for partition -uve-topic-11-8 in /tmp/kafka-logs/-uve-topic-11-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,039] INFO [Partition -uve-topic-11-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-8 (kafka.cluster.Partition) [2026-06-08 05:46:11,039] INFO [Partition -uve-topic-11-8 broker=2] Log loaded for partition -uve-topic-11-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,049] INFO [LogLoader partition=-uve-topic-21-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,050] INFO Created log for partition -uve-topic-21-20 in /tmp/kafka-logs/-uve-topic-21-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,050] INFO [Partition -uve-topic-21-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-20 (kafka.cluster.Partition) [2026-06-08 05:46:11,050] INFO [Partition -uve-topic-21-20 broker=2] Log loaded for partition -uve-topic-21-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,059] INFO [LogLoader partition=-uve-topic-21-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,060] INFO Created log for partition -uve-topic-21-5 in /tmp/kafka-logs/-uve-topic-21-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,060] INFO [Partition -uve-topic-21-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-5 (kafka.cluster.Partition) [2026-06-08 05:46:11,060] INFO [Partition -uve-topic-21-5 broker=2] Log loaded for partition -uve-topic-21-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,070] INFO [LogLoader partition=-uve-topic-3-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,070] INFO Created log for partition -uve-topic-3-20 in /tmp/kafka-logs/-uve-topic-3-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,070] INFO [Partition -uve-topic-3-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-20 (kafka.cluster.Partition) [2026-06-08 05:46:11,070] INFO [Partition -uve-topic-3-20 broker=2] Log loaded for partition -uve-topic-3-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,080] INFO [LogLoader partition=-uve-topic-3-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,081] INFO Created log for partition -uve-topic-3-5 in /tmp/kafka-logs/-uve-topic-3-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,081] INFO [Partition -uve-topic-3-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-5 (kafka.cluster.Partition) [2026-06-08 05:46:11,081] INFO [Partition -uve-topic-3-5 broker=2] Log loaded for partition -uve-topic-3-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,090] INFO [LogLoader partition=-uve-topic-0-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,093] INFO Created log for partition -uve-topic-0-5 in /tmp/kafka-logs/-uve-topic-0-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,093] INFO [Partition -uve-topic-0-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-5 (kafka.cluster.Partition) [2026-06-08 05:46:11,093] INFO [Partition -uve-topic-0-5 broker=2] Log loaded for partition -uve-topic-0-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,103] INFO [LogLoader partition=-uve-topic-1-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,104] INFO Created log for partition -uve-topic-1-20 in /tmp/kafka-logs/-uve-topic-1-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,104] INFO [Partition -uve-topic-1-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-20 (kafka.cluster.Partition) [2026-06-08 05:46:11,106] INFO [Partition -uve-topic-1-20 broker=2] Log loaded for partition -uve-topic-1-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,116] INFO [LogLoader partition=-uve-topic-1-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,116] INFO Created log for partition -uve-topic-1-5 in /tmp/kafka-logs/-uve-topic-1-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,116] INFO [Partition -uve-topic-1-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-5 (kafka.cluster.Partition) [2026-06-08 05:46:11,116] INFO [Partition -uve-topic-1-5 broker=2] Log loaded for partition -uve-topic-1-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,126] INFO [LogLoader partition=-uve-topic-27-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,126] INFO Created log for partition -uve-topic-27-20 in /tmp/kafka-logs/-uve-topic-27-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,127] INFO [Partition -uve-topic-27-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-20 (kafka.cluster.Partition) [2026-06-08 05:46:11,127] INFO [Partition -uve-topic-27-20 broker=2] Log loaded for partition -uve-topic-27-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,140] INFO [LogLoader partition=-uve-topic-27-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,141] INFO Created log for partition -uve-topic-27-5 in /tmp/kafka-logs/-uve-topic-27-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,141] INFO [Partition -uve-topic-27-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-5 (kafka.cluster.Partition) [2026-06-08 05:46:11,141] INFO [Partition -uve-topic-27-5 broker=2] Log loaded for partition -uve-topic-27-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,152] INFO [LogLoader partition=-uve-topic-27-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,152] INFO Created log for partition -uve-topic-27-23 in /tmp/kafka-logs/-uve-topic-27-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,152] INFO [Partition -uve-topic-27-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-23 (kafka.cluster.Partition) [2026-06-08 05:46:11,153] INFO [Partition -uve-topic-27-23 broker=2] Log loaded for partition -uve-topic-27-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,164] INFO [LogLoader partition=-uve-topic-21-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,165] INFO Created log for partition -uve-topic-21-23 in /tmp/kafka-logs/-uve-topic-21-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,165] INFO [Partition -uve-topic-21-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-23 (kafka.cluster.Partition) [2026-06-08 05:46:11,165] INFO [Partition -uve-topic-21-23 broker=2] Log loaded for partition -uve-topic-21-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,180] INFO [LogLoader partition=-uve-topic-21-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,180] INFO Created log for partition -uve-topic-21-8 in /tmp/kafka-logs/-uve-topic-21-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,180] INFO [Partition -uve-topic-21-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-8 (kafka.cluster.Partition) [2026-06-08 05:46:11,181] INFO [Partition -uve-topic-21-8 broker=2] Log loaded for partition -uve-topic-21-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,193] INFO [LogLoader partition=-uve-topic-2-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,193] INFO Created log for partition -uve-topic-2-7 in /tmp/kafka-logs/-uve-topic-2-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,193] INFO [Partition -uve-topic-2-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-7 (kafka.cluster.Partition) [2026-06-08 05:46:11,193] INFO [Partition -uve-topic-2-7 broker=2] Log loaded for partition -uve-topic-2-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,204] INFO [LogLoader partition=-uve-topic-29-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,205] INFO Created log for partition -uve-topic-29-6 in /tmp/kafka-logs/-uve-topic-29-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,205] INFO [Partition -uve-topic-29-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-6 (kafka.cluster.Partition) [2026-06-08 05:46:11,205] INFO [Partition -uve-topic-29-6 broker=2] Log loaded for partition -uve-topic-29-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,216] INFO [LogLoader partition=-uve-topic-2-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,216] INFO Created log for partition -uve-topic-2-22 in /tmp/kafka-logs/-uve-topic-2-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,216] INFO [Partition -uve-topic-2-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-22 (kafka.cluster.Partition) [2026-06-08 05:46:11,217] INFO [Partition -uve-topic-2-22 broker=2] Log loaded for partition -uve-topic-2-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,228] INFO [LogLoader partition=-uve-topic-12-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,229] INFO Created log for partition -uve-topic-12-24 in /tmp/kafka-logs/-uve-topic-12-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,229] INFO [Partition -uve-topic-12-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-24 (kafka.cluster.Partition) [2026-06-08 05:46:11,229] INFO [Partition -uve-topic-12-24 broker=2] Log loaded for partition -uve-topic-12-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,244] INFO [LogLoader partition=-uve-topic-12-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,244] INFO Created log for partition -uve-topic-12-9 in /tmp/kafka-logs/-uve-topic-12-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,244] INFO [Partition -uve-topic-12-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-9 (kafka.cluster.Partition) [2026-06-08 05:46:11,244] INFO [Partition -uve-topic-12-9 broker=2] Log loaded for partition -uve-topic-12-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,255] INFO [LogLoader partition=-uve-topic-13-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,255] INFO Created log for partition -uve-topic-13-24 in /tmp/kafka-logs/-uve-topic-13-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,255] INFO [Partition -uve-topic-13-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-24 (kafka.cluster.Partition) [2026-06-08 05:46:11,255] INFO [Partition -uve-topic-13-24 broker=2] Log loaded for partition -uve-topic-13-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,262] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,263] INFO [UnifiedLog partition=-uve-topic-24-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,263] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,263] INFO [UnifiedLog partition=-uve-topic-25-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=structured_syslog_topic-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-23-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=structured_syslog_topic-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-23-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=structured_syslog_topic-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-23-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-24-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-20-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-25-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=structured_syslog_topic-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-20-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-23-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-23-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-23-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-24-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-20-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-25-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,264] INFO [UnifiedLog partition=-uve-topic-20-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,264] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-24-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-25-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=structured_syslog_topic-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-23-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-25-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-20-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-24-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-25-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-25-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=structured_syslog_topic-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-24-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-20-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=structured_syslog_topic-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-24-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-20-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-23-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-24-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=-uve-topic-20-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,265] INFO [UnifiedLog partition=structured_syslog_topic-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,265] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,266] INFO [UnifiedLog partition=-uve-topic-25-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,266] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,266] INFO [UnifiedLog partition=-uve-topic-24-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,266] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,266] INFO [UnifiedLog partition=-uve-topic-20-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,266] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,266] INFO [UnifiedLog partition=-uve-topic-25-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,266] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,266] INFO [UnifiedLog partition=structured_syslog_topic-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,266] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,266] INFO [UnifiedLog partition=-uve-topic-24-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,266] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,266] INFO [UnifiedLog partition=-uve-topic-20-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,266] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,266] INFO [UnifiedLog partition=structured_syslog_topic-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,266] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,266] INFO [UnifiedLog partition=-uve-topic-25-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,266] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,266] INFO [UnifiedLog partition=-uve-topic-23-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,266] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,266] INFO [UnifiedLog partition=-uve-topic-23-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:11,266] INFO [LogLoader partition=-uve-topic-13-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,267] INFO Created log for partition -uve-topic-13-9 in /tmp/kafka-logs/-uve-topic-13-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,267] INFO [Partition -uve-topic-13-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-9 (kafka.cluster.Partition) [2026-06-08 05:46:11,268] INFO [Partition -uve-topic-13-9 broker=2] Log loaded for partition -uve-topic-13-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,277] INFO [LogLoader partition=-uve-topic-26-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,278] INFO Created log for partition -uve-topic-26-9 in /tmp/kafka-logs/-uve-topic-26-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,278] INFO [Partition -uve-topic-26-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-9 (kafka.cluster.Partition) [2026-06-08 05:46:11,278] INFO [Partition -uve-topic-26-9 broker=2] Log loaded for partition -uve-topic-26-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,288] INFO [LogLoader partition=-uve-topic-28-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,289] INFO Created log for partition -uve-topic-28-24 in /tmp/kafka-logs/-uve-topic-28-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,289] INFO [Partition -uve-topic-28-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-24 (kafka.cluster.Partition) [2026-06-08 05:46:11,289] INFO [Partition -uve-topic-28-24 broker=2] Log loaded for partition -uve-topic-28-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,297] INFO [LogLoader partition=-uve-topic-28-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,298] INFO Created log for partition -uve-topic-28-9 in /tmp/kafka-logs/-uve-topic-28-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,298] INFO [Partition -uve-topic-28-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-9 (kafka.cluster.Partition) [2026-06-08 05:46:11,298] INFO [Partition -uve-topic-28-9 broker=2] Log loaded for partition -uve-topic-28-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,316] INFO [LogLoader partition=-uve-topic-29-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,316] INFO Created log for partition -uve-topic-29-24 in /tmp/kafka-logs/-uve-topic-29-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,316] INFO [Partition -uve-topic-29-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-24 (kafka.cluster.Partition) [2026-06-08 05:46:11,316] INFO [Partition -uve-topic-29-24 broker=2] Log loaded for partition -uve-topic-29-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,324] INFO [LogLoader partition=-uve-topic-29-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,324] INFO Created log for partition -uve-topic-29-9 in /tmp/kafka-logs/-uve-topic-29-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,324] INFO [Partition -uve-topic-29-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-9 (kafka.cluster.Partition) [2026-06-08 05:46:11,324] INFO [Partition -uve-topic-29-9 broker=2] Log loaded for partition -uve-topic-29-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,336] INFO [LogLoader partition=-uve-topic-2-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,337] INFO Created log for partition -uve-topic-2-1 in /tmp/kafka-logs/-uve-topic-2-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,337] INFO [Partition -uve-topic-2-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-1 (kafka.cluster.Partition) [2026-06-08 05:46:11,337] INFO [Partition -uve-topic-2-1 broker=2] Log loaded for partition -uve-topic-2-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,348] INFO [LogLoader partition=-uve-topic-12-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,349] INFO Created log for partition -uve-topic-12-27 in /tmp/kafka-logs/-uve-topic-12-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,349] INFO [Partition -uve-topic-12-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-27 (kafka.cluster.Partition) [2026-06-08 05:46:11,349] INFO [Partition -uve-topic-12-27 broker=2] Log loaded for partition -uve-topic-12-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,359] INFO [LogLoader partition=-uve-topic-2-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,359] INFO Created log for partition -uve-topic-2-16 in /tmp/kafka-logs/-uve-topic-2-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,359] INFO [Partition -uve-topic-2-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-16 (kafka.cluster.Partition) [2026-06-08 05:46:11,359] INFO [Partition -uve-topic-2-16 broker=2] Log loaded for partition -uve-topic-2-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,370] INFO [LogLoader partition=-uve-topic-27-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,370] INFO Created log for partition -uve-topic-27-8 in /tmp/kafka-logs/-uve-topic-27-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,370] INFO [Partition -uve-topic-27-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-8 (kafka.cluster.Partition) [2026-06-08 05:46:11,370] INFO [Partition -uve-topic-27-8 broker=2] Log loaded for partition -uve-topic-27-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,381] INFO [LogLoader partition=-uve-topic-1-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,382] INFO Created log for partition -uve-topic-1-2 in /tmp/kafka-logs/-uve-topic-1-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,383] INFO [Partition -uve-topic-1-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-2 (kafka.cluster.Partition) [2026-06-08 05:46:11,383] INFO [Partition -uve-topic-1-2 broker=2] Log loaded for partition -uve-topic-1-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,393] INFO [LogLoader partition=-uve-topic-11-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,394] INFO Created log for partition -uve-topic-11-26 in /tmp/kafka-logs/-uve-topic-11-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,394] INFO [Partition -uve-topic-11-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-26 (kafka.cluster.Partition) [2026-06-08 05:46:11,394] INFO [Partition -uve-topic-11-26 broker=2] Log loaded for partition -uve-topic-11-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,402] INFO [LogLoader partition=-uve-topic-3-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,403] INFO Created log for partition -uve-topic-3-17 in /tmp/kafka-logs/-uve-topic-3-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,403] INFO [Partition -uve-topic-3-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-17 (kafka.cluster.Partition) [2026-06-08 05:46:11,403] INFO [Partition -uve-topic-3-17 broker=2] Log loaded for partition -uve-topic-3-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,413] INFO [LogLoader partition=-uve-topic-11-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,414] INFO Created log for partition -uve-topic-11-11 in /tmp/kafka-logs/-uve-topic-11-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,414] INFO [Partition -uve-topic-11-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-11 (kafka.cluster.Partition) [2026-06-08 05:46:11,414] INFO [Partition -uve-topic-11-11 broker=2] Log loaded for partition -uve-topic-11-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,426] INFO [LogLoader partition=-uve-topic-0-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,426] INFO Created log for partition -uve-topic-0-17 in /tmp/kafka-logs/-uve-topic-0-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,426] INFO [Partition -uve-topic-0-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-17 (kafka.cluster.Partition) [2026-06-08 05:46:11,426] INFO [Partition -uve-topic-0-17 broker=2] Log loaded for partition -uve-topic-0-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,434] INFO [LogLoader partition=-uve-topic-26-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,435] INFO Created log for partition -uve-topic-26-24 in /tmp/kafka-logs/-uve-topic-26-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,435] INFO [Partition -uve-topic-26-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-24 (kafka.cluster.Partition) [2026-06-08 05:46:11,435] INFO [Partition -uve-topic-26-24 broker=2] Log loaded for partition -uve-topic-26-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,446] INFO [LogLoader partition=-uve-topic-0-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,447] INFO Created log for partition -uve-topic-0-2 in /tmp/kafka-logs/-uve-topic-0-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,447] INFO [Partition -uve-topic-0-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-2 (kafka.cluster.Partition) [2026-06-08 05:46:11,447] INFO [Partition -uve-topic-0-2 broker=2] Log loaded for partition -uve-topic-0-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,457] INFO [LogLoader partition=-uve-topic-1-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,458] INFO Created log for partition -uve-topic-1-17 in /tmp/kafka-logs/-uve-topic-1-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,458] INFO [Partition -uve-topic-1-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-17 (kafka.cluster.Partition) [2026-06-08 05:46:11,458] INFO [Partition -uve-topic-1-17 broker=2] Log loaded for partition -uve-topic-1-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,470] INFO [LogLoader partition=-uve-topic-27-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,471] INFO Created log for partition -uve-topic-27-26 in /tmp/kafka-logs/-uve-topic-27-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,471] INFO [Partition -uve-topic-27-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-26 (kafka.cluster.Partition) [2026-06-08 05:46:11,471] INFO [Partition -uve-topic-27-26 broker=2] Log loaded for partition -uve-topic-27-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,482] INFO [LogLoader partition=-uve-topic-3-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,483] INFO Created log for partition -uve-topic-3-2 in /tmp/kafka-logs/-uve-topic-3-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,483] INFO [Partition -uve-topic-3-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-2 (kafka.cluster.Partition) [2026-06-08 05:46:11,483] INFO [Partition -uve-topic-3-2 broker=2] Log loaded for partition -uve-topic-3-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,493] INFO [LogLoader partition=-uve-topic-27-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,494] INFO Created log for partition -uve-topic-27-11 in /tmp/kafka-logs/-uve-topic-27-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,494] INFO [Partition -uve-topic-27-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-11 (kafka.cluster.Partition) [2026-06-08 05:46:11,494] INFO [Partition -uve-topic-27-11 broker=2] Log loaded for partition -uve-topic-27-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,502] INFO [LogLoader partition=-uve-topic-12-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,502] INFO Created log for partition -uve-topic-12-12 in /tmp/kafka-logs/-uve-topic-12-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,502] INFO [Partition -uve-topic-12-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-12 (kafka.cluster.Partition) [2026-06-08 05:46:11,502] INFO [Partition -uve-topic-12-12 broker=2] Log loaded for partition -uve-topic-12-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,509] INFO [LogLoader partition=-uve-topic-13-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,509] INFO Created log for partition -uve-topic-13-27 in /tmp/kafka-logs/-uve-topic-13-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,510] INFO [Partition -uve-topic-13-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-27 (kafka.cluster.Partition) [2026-06-08 05:46:11,510] INFO [Partition -uve-topic-13-27 broker=2] Log loaded for partition -uve-topic-13-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,519] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,520] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,524] INFO [LogLoader partition=-uve-topic-13-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,524] INFO Created log for partition -uve-topic-13-12 in /tmp/kafka-logs/-uve-topic-13-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,524] INFO [Partition -uve-topic-13-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-12 (kafka.cluster.Partition) [2026-06-08 05:46:11,524] INFO [Partition -uve-topic-13-12 broker=2] Log loaded for partition -uve-topic-13-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,536] INFO [LogLoader partition=-uve-topic-21-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,537] INFO Created log for partition -uve-topic-21-26 in /tmp/kafka-logs/-uve-topic-21-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,537] INFO [Partition -uve-topic-21-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-26 (kafka.cluster.Partition) [2026-06-08 05:46:11,537] INFO [Partition -uve-topic-21-26 broker=2] Log loaded for partition -uve-topic-21-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,553] INFO [LogLoader partition=-uve-topic-21-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,554] INFO Created log for partition -uve-topic-21-11 in /tmp/kafka-logs/-uve-topic-21-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,554] INFO [Partition -uve-topic-21-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-11 (kafka.cluster.Partition) [2026-06-08 05:46:11,554] INFO [Partition -uve-topic-21-11 broker=2] Log loaded for partition -uve-topic-21-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,575] INFO [LogLoader partition=-uve-topic-12-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,575] INFO Created log for partition -uve-topic-12-0 in /tmp/kafka-logs/-uve-topic-12-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,575] INFO [Partition -uve-topic-12-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-0 (kafka.cluster.Partition) [2026-06-08 05:46:11,575] INFO [Partition -uve-topic-12-0 broker=2] Log loaded for partition -uve-topic-12-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,599] INFO [LogLoader partition=-uve-topic-13-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,599] INFO Created log for partition -uve-topic-13-15 in /tmp/kafka-logs/-uve-topic-13-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,599] INFO [Partition -uve-topic-13-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-15 (kafka.cluster.Partition) [2026-06-08 05:46:11,599] INFO [Partition -uve-topic-13-15 broker=2] Log loaded for partition -uve-topic-13-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,615] INFO [LogLoader partition=-uve-topic-13-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,616] INFO Created log for partition -uve-topic-13-0 in /tmp/kafka-logs/-uve-topic-13-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,616] INFO [Partition -uve-topic-13-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-0 (kafka.cluster.Partition) [2026-06-08 05:46:11,616] INFO [Partition -uve-topic-13-0 broker=2] Log loaded for partition -uve-topic-13-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,634] INFO [LogLoader partition=-uve-topic-12-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,635] INFO Created log for partition -uve-topic-12-15 in /tmp/kafka-logs/-uve-topic-12-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,635] INFO [Partition -uve-topic-12-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-15 (kafka.cluster.Partition) [2026-06-08 05:46:11,635] INFO [Partition -uve-topic-12-15 broker=2] Log loaded for partition -uve-topic-12-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,646] INFO [LogLoader partition=-uve-topic-21-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,646] INFO Created log for partition -uve-topic-21-29 in /tmp/kafka-logs/-uve-topic-21-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,646] INFO [Partition -uve-topic-21-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-29 (kafka.cluster.Partition) [2026-06-08 05:46:11,646] INFO [Partition -uve-topic-21-29 broker=2] Log loaded for partition -uve-topic-21-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,669] INFO [LogLoader partition=-uve-topic-28-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,669] INFO Created log for partition -uve-topic-28-27 in /tmp/kafka-logs/-uve-topic-28-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,669] INFO [Partition -uve-topic-28-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-27 (kafka.cluster.Partition) [2026-06-08 05:46:11,669] INFO [Partition -uve-topic-28-27 broker=2] Log loaded for partition -uve-topic-28-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,689] INFO [LogLoader partition=-uve-topic-28-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,690] INFO Created log for partition -uve-topic-28-12 in /tmp/kafka-logs/-uve-topic-28-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,690] INFO [Partition -uve-topic-28-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-12 (kafka.cluster.Partition) [2026-06-08 05:46:11,690] INFO [Partition -uve-topic-28-12 broker=2] Log loaded for partition -uve-topic-28-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,699] INFO [LogLoader partition=-uve-topic-29-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,700] INFO Created log for partition -uve-topic-29-27 in /tmp/kafka-logs/-uve-topic-29-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,700] INFO [Partition -uve-topic-29-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-27 (kafka.cluster.Partition) [2026-06-08 05:46:11,700] INFO [Partition -uve-topic-29-27 broker=2] Log loaded for partition -uve-topic-29-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,712] INFO [LogLoader partition=-uve-topic-29-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,712] INFO Created log for partition -uve-topic-29-12 in /tmp/kafka-logs/-uve-topic-29-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,712] INFO [Partition -uve-topic-29-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-12 (kafka.cluster.Partition) [2026-06-08 05:46:11,712] INFO [Partition -uve-topic-29-12 broker=2] Log loaded for partition -uve-topic-29-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,731] INFO [LogLoader partition=-uve-topic-11-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,731] INFO Created log for partition -uve-topic-11-29 in /tmp/kafka-logs/-uve-topic-11-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,732] INFO [Partition -uve-topic-11-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-29 (kafka.cluster.Partition) [2026-06-08 05:46:11,732] INFO [Partition -uve-topic-11-29 broker=2] Log loaded for partition -uve-topic-11-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,740] INFO [LogLoader partition=-uve-topic-11-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,741] INFO Created log for partition -uve-topic-11-14 in /tmp/kafka-logs/-uve-topic-11-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,741] INFO [Partition -uve-topic-11-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-14 (kafka.cluster.Partition) [2026-06-08 05:46:11,741] INFO [Partition -uve-topic-11-14 broker=2] Log loaded for partition -uve-topic-11-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,752] INFO [LogLoader partition=-uve-topic-26-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,752] INFO Created log for partition -uve-topic-26-27 in /tmp/kafka-logs/-uve-topic-26-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,752] INFO [Partition -uve-topic-26-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-27 (kafka.cluster.Partition) [2026-06-08 05:46:11,752] INFO [Partition -uve-topic-26-27 broker=2] Log loaded for partition -uve-topic-26-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,763] INFO [LogLoader partition=-uve-topic-26-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,764] INFO Created log for partition -uve-topic-26-12 in /tmp/kafka-logs/-uve-topic-26-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,769] INFO [Partition -uve-topic-26-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-12 (kafka.cluster.Partition) [2026-06-08 05:46:11,769] INFO [Partition -uve-topic-26-12 broker=2] Log loaded for partition -uve-topic-26-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,773] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,773] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-24-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-25-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition structured_syslog_topic-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-23-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,774] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,775] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,775] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,775] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,775] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,775] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,775] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,775] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,775] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-20-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:11,779] INFO [LogLoader partition=-uve-topic-2-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,780] INFO Created log for partition -uve-topic-2-13 in /tmp/kafka-logs/-uve-topic-2-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,780] INFO [Partition -uve-topic-2-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-13 (kafka.cluster.Partition) [2026-06-08 05:46:11,780] INFO [Partition -uve-topic-2-13 broker=2] Log loaded for partition -uve-topic-2-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,796] INFO [LogLoader partition=-uve-topic-2-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,796] INFO Created log for partition -uve-topic-2-28 in /tmp/kafka-logs/-uve-topic-2-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,797] INFO [Partition -uve-topic-2-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-28 (kafka.cluster.Partition) [2026-06-08 05:46:11,797] INFO [Partition -uve-topic-2-28 broker=2] Log loaded for partition -uve-topic-2-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,809] INFO [LogLoader partition=-uve-topic-11-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,809] INFO Created log for partition -uve-topic-11-17 in /tmp/kafka-logs/-uve-topic-11-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,809] INFO [Partition -uve-topic-11-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-17 (kafka.cluster.Partition) [2026-06-08 05:46:11,809] INFO [Partition -uve-topic-11-17 broker=2] Log loaded for partition -uve-topic-11-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,825] INFO [LogLoader partition=-uve-topic-11-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,825] INFO Created log for partition -uve-topic-11-2 in /tmp/kafka-logs/-uve-topic-11-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,825] INFO [Partition -uve-topic-11-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-2 (kafka.cluster.Partition) [2026-06-08 05:46:11,825] INFO [Partition -uve-topic-11-2 broker=2] Log loaded for partition -uve-topic-11-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,836] INFO [LogLoader partition=-uve-topic-26-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,837] INFO Created log for partition -uve-topic-26-15 in /tmp/kafka-logs/-uve-topic-26-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,837] INFO [Partition -uve-topic-26-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-15 (kafka.cluster.Partition) [2026-06-08 05:46:11,838] INFO [Partition -uve-topic-26-15 broker=2] Log loaded for partition -uve-topic-26-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,850] INFO [LogLoader partition=-uve-topic-26-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,850] INFO Created log for partition -uve-topic-26-0 in /tmp/kafka-logs/-uve-topic-26-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,850] INFO [Partition -uve-topic-26-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-0 (kafka.cluster.Partition) [2026-06-08 05:46:11,850] INFO [Partition -uve-topic-26-0 broker=2] Log loaded for partition -uve-topic-26-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,860] INFO [LogLoader partition=-uve-topic-3-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,860] INFO Created log for partition -uve-topic-3-14 in /tmp/kafka-logs/-uve-topic-3-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,860] INFO [Partition -uve-topic-3-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-14 (kafka.cluster.Partition) [2026-06-08 05:46:11,860] INFO [Partition -uve-topic-3-14 broker=2] Log loaded for partition -uve-topic-3-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,872] INFO [LogLoader partition=-uve-topic-28-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,872] INFO Created log for partition -uve-topic-28-15 in /tmp/kafka-logs/-uve-topic-28-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,872] INFO [Partition -uve-topic-28-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-15 (kafka.cluster.Partition) [2026-06-08 05:46:11,872] INFO [Partition -uve-topic-28-15 broker=2] Log loaded for partition -uve-topic-28-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,888] INFO [LogLoader partition=-uve-topic-1-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,888] INFO Created log for partition -uve-topic-1-14 in /tmp/kafka-logs/-uve-topic-1-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,888] INFO [Partition -uve-topic-1-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-14 (kafka.cluster.Partition) [2026-06-08 05:46:11,888] INFO [Partition -uve-topic-1-14 broker=2] Log loaded for partition -uve-topic-1-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,903] INFO [LogLoader partition=-uve-topic-28-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,904] INFO Created log for partition -uve-topic-28-0 in /tmp/kafka-logs/-uve-topic-28-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,904] INFO [Partition -uve-topic-28-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-0 (kafka.cluster.Partition) [2026-06-08 05:46:11,904] INFO [Partition -uve-topic-28-0 broker=2] Log loaded for partition -uve-topic-28-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,914] INFO [LogLoader partition=-uve-topic-29-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,914] INFO Created log for partition -uve-topic-29-15 in /tmp/kafka-logs/-uve-topic-29-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,914] INFO [Partition -uve-topic-29-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-15 (kafka.cluster.Partition) [2026-06-08 05:46:11,914] INFO [Partition -uve-topic-29-15 broker=2] Log loaded for partition -uve-topic-29-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,924] INFO [LogLoader partition=-uve-topic-3-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,924] INFO Created log for partition -uve-topic-3-29 in /tmp/kafka-logs/-uve-topic-3-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,924] INFO [Partition -uve-topic-3-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-29 (kafka.cluster.Partition) [2026-06-08 05:46:11,924] INFO [Partition -uve-topic-3-29 broker=2] Log loaded for partition -uve-topic-3-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,939] INFO [LogLoader partition=-uve-topic-29-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,940] INFO Created log for partition -uve-topic-29-0 in /tmp/kafka-logs/-uve-topic-29-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,940] INFO [Partition -uve-topic-29-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-0 (kafka.cluster.Partition) [2026-06-08 05:46:11,940] INFO [Partition -uve-topic-29-0 broker=2] Log loaded for partition -uve-topic-29-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,950] INFO [LogLoader partition=-uve-topic-0-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,951] INFO Created log for partition -uve-topic-0-29 in /tmp/kafka-logs/-uve-topic-0-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,951] INFO [Partition -uve-topic-0-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-29 (kafka.cluster.Partition) [2026-06-08 05:46:11,951] INFO [Partition -uve-topic-0-29 broker=2] Log loaded for partition -uve-topic-0-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,969] INFO [LogLoader partition=-uve-topic-0-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,970] INFO Created log for partition -uve-topic-0-14 in /tmp/kafka-logs/-uve-topic-0-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,970] INFO [Partition -uve-topic-0-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-14 (kafka.cluster.Partition) [2026-06-08 05:46:11,970] INFO [Partition -uve-topic-0-14 broker=2] Log loaded for partition -uve-topic-0-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,979] INFO [LogLoader partition=-uve-topic-1-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,979] INFO Created log for partition -uve-topic-1-29 in /tmp/kafka-logs/-uve-topic-1-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,980] INFO [Partition -uve-topic-1-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-29 (kafka.cluster.Partition) [2026-06-08 05:46:11,983] INFO [Partition -uve-topic-1-29 broker=2] Log loaded for partition -uve-topic-1-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:11,992] INFO [LogLoader partition=-uve-topic-27-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:11,992] INFO Created log for partition -uve-topic-27-29 in /tmp/kafka-logs/-uve-topic-27-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:11,992] INFO [Partition -uve-topic-27-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-29 (kafka.cluster.Partition) [2026-06-08 05:46:11,992] INFO [Partition -uve-topic-27-29 broker=2] Log loaded for partition -uve-topic-27-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,002] INFO [LogLoader partition=-uve-topic-27-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,003] INFO Created log for partition -uve-topic-27-14 in /tmp/kafka-logs/-uve-topic-27-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,003] INFO [Partition -uve-topic-27-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-14 (kafka.cluster.Partition) [2026-06-08 05:46:12,003] INFO [Partition -uve-topic-27-14 broker=2] Log loaded for partition -uve-topic-27-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,032] INFO [LogLoader partition=-uve-topic-21-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,032] INFO Created log for partition -uve-topic-21-14 in /tmp/kafka-logs/-uve-topic-21-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,032] INFO [Partition -uve-topic-21-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-14 (kafka.cluster.Partition) [2026-06-08 05:46:12,032] INFO [Partition -uve-topic-21-14 broker=2] Log loaded for partition -uve-topic-21-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,042] INFO [LogLoader partition=-uve-topic-21-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,042] INFO Created log for partition -uve-topic-21-2 in /tmp/kafka-logs/-uve-topic-21-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,042] INFO [Partition -uve-topic-21-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-2 (kafka.cluster.Partition) [2026-06-08 05:46:12,042] INFO [Partition -uve-topic-21-2 broker=2] Log loaded for partition -uve-topic-21-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,053] INFO [LogLoader partition=-uve-topic-3-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,054] INFO Created log for partition -uve-topic-3-8 in /tmp/kafka-logs/-uve-topic-3-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,054] INFO [Partition -uve-topic-3-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-8 (kafka.cluster.Partition) [2026-06-08 05:46:12,054] INFO [Partition -uve-topic-3-8 broker=2] Log loaded for partition -uve-topic-3-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,063] INFO [LogLoader partition=-uve-topic-1-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,064] INFO Created log for partition -uve-topic-1-8 in /tmp/kafka-logs/-uve-topic-1-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,064] INFO [Partition -uve-topic-1-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-8 (kafka.cluster.Partition) [2026-06-08 05:46:12,064] INFO [Partition -uve-topic-1-8 broker=2] Log loaded for partition -uve-topic-1-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,077] INFO [LogLoader partition=-uve-topic-3-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,078] INFO Created log for partition -uve-topic-3-23 in /tmp/kafka-logs/-uve-topic-3-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,078] INFO [Partition -uve-topic-3-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-23 (kafka.cluster.Partition) [2026-06-08 05:46:12,078] INFO [Partition -uve-topic-3-23 broker=2] Log loaded for partition -uve-topic-3-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,091] INFO [LogLoader partition=-uve-topic-0-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,091] INFO Created log for partition -uve-topic-0-23 in /tmp/kafka-logs/-uve-topic-0-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,091] INFO [Partition -uve-topic-0-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-23 (kafka.cluster.Partition) [2026-06-08 05:46:12,091] INFO [Partition -uve-topic-0-23 broker=2] Log loaded for partition -uve-topic-0-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,101] INFO [LogLoader partition=-uve-topic-0-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,102] INFO Created log for partition -uve-topic-0-8 in /tmp/kafka-logs/-uve-topic-0-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,102] INFO [Partition -uve-topic-0-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-8 (kafka.cluster.Partition) [2026-06-08 05:46:12,102] INFO [Partition -uve-topic-0-8 broker=2] Log loaded for partition -uve-topic-0-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,112] INFO [LogLoader partition=-uve-topic-1-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,112] INFO Created log for partition -uve-topic-1-23 in /tmp/kafka-logs/-uve-topic-1-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,112] INFO [Partition -uve-topic-1-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-23 (kafka.cluster.Partition) [2026-06-08 05:46:12,112] INFO [Partition -uve-topic-1-23 broker=2] Log loaded for partition -uve-topic-1-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,123] INFO [LogLoader partition=-uve-topic-21-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,124] INFO Created log for partition -uve-topic-21-17 in /tmp/kafka-logs/-uve-topic-21-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,124] INFO [Partition -uve-topic-21-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-17 (kafka.cluster.Partition) [2026-06-08 05:46:12,124] INFO [Partition -uve-topic-21-17 broker=2] Log loaded for partition -uve-topic-21-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,134] INFO [LogLoader partition=-uve-topic-27-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,135] INFO Created log for partition -uve-topic-27-17 in /tmp/kafka-logs/-uve-topic-27-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,135] INFO [Partition -uve-topic-27-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-17 (kafka.cluster.Partition) [2026-06-08 05:46:12,135] INFO [Partition -uve-topic-27-17 broker=2] Log loaded for partition -uve-topic-27-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,147] INFO [LogLoader partition=-uve-topic-27-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,148] INFO Created log for partition -uve-topic-27-2 in /tmp/kafka-logs/-uve-topic-27-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,148] INFO [Partition -uve-topic-27-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-2 (kafka.cluster.Partition) [2026-06-08 05:46:12,148] INFO [Partition -uve-topic-27-2 broker=2] Log loaded for partition -uve-topic-27-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,160] INFO [LogLoader partition=-uve-topic-12-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,161] INFO Created log for partition -uve-topic-12-18 in /tmp/kafka-logs/-uve-topic-12-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,161] INFO [Partition -uve-topic-12-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-18 (kafka.cluster.Partition) [2026-06-08 05:46:12,161] INFO [Partition -uve-topic-12-18 broker=2] Log loaded for partition -uve-topic-12-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,175] INFO [LogLoader partition=-uve-topic-12-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,175] INFO Created log for partition -uve-topic-12-3 in /tmp/kafka-logs/-uve-topic-12-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,175] INFO [Partition -uve-topic-12-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-3 (kafka.cluster.Partition) [2026-06-08 05:46:12,175] INFO [Partition -uve-topic-12-3 broker=2] Log loaded for partition -uve-topic-12-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,189] INFO [LogLoader partition=-uve-topic-13-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,189] INFO Created log for partition -uve-topic-13-18 in /tmp/kafka-logs/-uve-topic-13-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,189] INFO [Partition -uve-topic-13-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-18 (kafka.cluster.Partition) [2026-06-08 05:46:12,189] INFO [Partition -uve-topic-13-18 broker=2] Log loaded for partition -uve-topic-13-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,200] INFO [LogLoader partition=-uve-topic-13-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,200] INFO Created log for partition -uve-topic-13-3 in /tmp/kafka-logs/-uve-topic-13-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,201] INFO [Partition -uve-topic-13-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-3 (kafka.cluster.Partition) [2026-06-08 05:46:12,201] INFO [Partition -uve-topic-13-3 broker=2] Log loaded for partition -uve-topic-13-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,212] INFO [LogLoader partition=-uve-topic-2-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,212] INFO Created log for partition -uve-topic-2-25 in /tmp/kafka-logs/-uve-topic-2-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,212] INFO [Partition -uve-topic-2-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-25 (kafka.cluster.Partition) [2026-06-08 05:46:12,212] INFO [Partition -uve-topic-2-25 broker=2] Log loaded for partition -uve-topic-2-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,224] INFO [LogLoader partition=-uve-topic-2-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,224] INFO Created log for partition -uve-topic-2-10 in /tmp/kafka-logs/-uve-topic-2-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,224] INFO [Partition -uve-topic-2-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-10 (kafka.cluster.Partition) [2026-06-08 05:46:12,224] INFO [Partition -uve-topic-2-10 broker=2] Log loaded for partition -uve-topic-2-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,232] INFO [LogLoader partition=-uve-topic-12-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,233] INFO Created log for partition -uve-topic-12-21 in /tmp/kafka-logs/-uve-topic-12-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,233] INFO [Partition -uve-topic-12-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-21 (kafka.cluster.Partition) [2026-06-08 05:46:12,233] INFO [Partition -uve-topic-12-21 broker=2] Log loaded for partition -uve-topic-12-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,248] INFO [LogLoader partition=-uve-topic-12-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,248] INFO Created log for partition -uve-topic-12-6 in /tmp/kafka-logs/-uve-topic-12-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,248] INFO [Partition -uve-topic-12-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-6 (kafka.cluster.Partition) [2026-06-08 05:46:12,248] INFO [Partition -uve-topic-12-6 broker=2] Log loaded for partition -uve-topic-12-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,258] INFO [LogLoader partition=-uve-topic-13-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,260] INFO Created log for partition -uve-topic-13-21 in /tmp/kafka-logs/-uve-topic-13-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,260] INFO [Partition -uve-topic-13-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-21 (kafka.cluster.Partition) [2026-06-08 05:46:12,260] INFO [Partition -uve-topic-13-21 broker=2] Log loaded for partition -uve-topic-13-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,270] INFO [LogLoader partition=-uve-topic-13-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,270] INFO Created log for partition -uve-topic-13-6 in /tmp/kafka-logs/-uve-topic-13-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,270] INFO [Partition -uve-topic-13-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-6 (kafka.cluster.Partition) [2026-06-08 05:46:12,270] INFO [Partition -uve-topic-13-6 broker=2] Log loaded for partition -uve-topic-13-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,281] INFO [LogLoader partition=-uve-topic-0-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,281] INFO Created log for partition -uve-topic-0-11 in /tmp/kafka-logs/-uve-topic-0-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,281] INFO [Partition -uve-topic-0-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-11 (kafka.cluster.Partition) [2026-06-08 05:46:12,281] INFO [Partition -uve-topic-0-11 broker=2] Log loaded for partition -uve-topic-0-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,291] INFO [LogLoader partition=-uve-topic-1-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,292] INFO Created log for partition -uve-topic-1-26 in /tmp/kafka-logs/-uve-topic-1-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,292] INFO [Partition -uve-topic-1-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-26 (kafka.cluster.Partition) [2026-06-08 05:46:12,292] INFO [Partition -uve-topic-1-26 broker=2] Log loaded for partition -uve-topic-1-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,302] INFO [LogLoader partition=-uve-topic-1-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,302] INFO Created log for partition -uve-topic-1-11 in /tmp/kafka-logs/-uve-topic-1-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,303] INFO [Partition -uve-topic-1-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-11 (kafka.cluster.Partition) [2026-06-08 05:46:12,303] INFO [Partition -uve-topic-1-11 broker=2] Log loaded for partition -uve-topic-1-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,313] INFO [LogLoader partition=-uve-topic-11-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,314] INFO Created log for partition -uve-topic-11-20 in /tmp/kafka-logs/-uve-topic-11-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,314] INFO [Partition -uve-topic-11-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-20 (kafka.cluster.Partition) [2026-06-08 05:46:12,314] INFO [Partition -uve-topic-11-20 broker=2] Log loaded for partition -uve-topic-11-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,325] INFO [LogLoader partition=-uve-topic-0-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,325] INFO Created log for partition -uve-topic-0-26 in /tmp/kafka-logs/-uve-topic-0-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,325] INFO [Partition -uve-topic-0-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-26 (kafka.cluster.Partition) [2026-06-08 05:46:12,325] INFO [Partition -uve-topic-0-26 broker=2] Log loaded for partition -uve-topic-0-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,339] INFO [LogLoader partition=-uve-topic-28-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,340] INFO Created log for partition -uve-topic-28-3 in /tmp/kafka-logs/-uve-topic-28-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,340] INFO [Partition -uve-topic-28-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-3 (kafka.cluster.Partition) [2026-06-08 05:46:12,340] INFO [Partition -uve-topic-28-3 broker=2] Log loaded for partition -uve-topic-28-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,352] INFO [LogLoader partition=-uve-topic-29-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,352] INFO Created log for partition -uve-topic-29-18 in /tmp/kafka-logs/-uve-topic-29-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,352] INFO [Partition -uve-topic-29-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-18 (kafka.cluster.Partition) [2026-06-08 05:46:12,352] INFO [Partition -uve-topic-29-18 broker=2] Log loaded for partition -uve-topic-29-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,385] INFO [LogLoader partition=-uve-topic-29-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,386] INFO Created log for partition -uve-topic-29-3 in /tmp/kafka-logs/-uve-topic-29-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,386] INFO [Partition -uve-topic-29-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-3 (kafka.cluster.Partition) [2026-06-08 05:46:12,386] INFO [Partition -uve-topic-29-3 broker=2] Log loaded for partition -uve-topic-29-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,396] INFO [LogLoader partition=-uve-topic-11-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,397] INFO Created log for partition -uve-topic-11-5 in /tmp/kafka-logs/-uve-topic-11-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,397] INFO [Partition -uve-topic-11-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-5 (kafka.cluster.Partition) [2026-06-08 05:46:12,397] INFO [Partition -uve-topic-11-5 broker=2] Log loaded for partition -uve-topic-11-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,413] INFO [LogLoader partition=-uve-topic-26-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,414] INFO Created log for partition -uve-topic-26-18 in /tmp/kafka-logs/-uve-topic-26-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,414] INFO [Partition -uve-topic-26-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-18 (kafka.cluster.Partition) [2026-06-08 05:46:12,414] INFO [Partition -uve-topic-26-18 broker=2] Log loaded for partition -uve-topic-26-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,424] INFO [LogLoader partition=-uve-topic-26-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,424] INFO Created log for partition -uve-topic-26-3 in /tmp/kafka-logs/-uve-topic-26-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,424] INFO [Partition -uve-topic-26-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-3 (kafka.cluster.Partition) [2026-06-08 05:46:12,424] INFO [Partition -uve-topic-26-3 broker=2] Log loaded for partition -uve-topic-26-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,437] INFO [LogLoader partition=-uve-topic-3-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,437] INFO Created log for partition -uve-topic-3-26 in /tmp/kafka-logs/-uve-topic-3-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,437] INFO [Partition -uve-topic-3-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-26 (kafka.cluster.Partition) [2026-06-08 05:46:12,437] INFO [Partition -uve-topic-3-26 broker=2] Log loaded for partition -uve-topic-3-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,447] INFO [LogLoader partition=-uve-topic-28-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,453] INFO Created log for partition -uve-topic-28-18 in /tmp/kafka-logs/-uve-topic-28-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,453] INFO [Partition -uve-topic-28-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-18 (kafka.cluster.Partition) [2026-06-08 05:46:12,453] INFO [Partition -uve-topic-28-18 broker=2] Log loaded for partition -uve-topic-28-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,463] INFO [LogLoader partition=-uve-topic-3-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,465] INFO Created log for partition -uve-topic-3-11 in /tmp/kafka-logs/-uve-topic-3-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,465] INFO [Partition -uve-topic-3-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-11 (kafka.cluster.Partition) [2026-06-08 05:46:12,465] INFO [Partition -uve-topic-3-11 broker=2] Log loaded for partition -uve-topic-3-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,496] INFO [LogLoader partition=-uve-topic-3-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,496] INFO Created log for partition -uve-topic-3-4 in /tmp/kafka-logs/-uve-topic-3-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,496] INFO [Partition -uve-topic-3-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-4 (kafka.cluster.Partition) [2026-06-08 05:46:12,496] INFO [Partition -uve-topic-3-4 broker=2] Log loaded for partition -uve-topic-3-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,505] INFO [LogLoader partition=-uve-topic-1-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,505] INFO Created log for partition -uve-topic-1-4 in /tmp/kafka-logs/-uve-topic-1-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,505] INFO [Partition -uve-topic-1-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-4 (kafka.cluster.Partition) [2026-06-08 05:46:12,505] INFO [Partition -uve-topic-1-4 broker=2] Log loaded for partition -uve-topic-1-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,532] INFO [LogLoader partition=-uve-topic-12-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,533] INFO Created log for partition -uve-topic-12-8 in /tmp/kafka-logs/-uve-topic-12-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,534] INFO [Partition -uve-topic-12-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-8 (kafka.cluster.Partition) [2026-06-08 05:46:12,534] INFO [Partition -uve-topic-12-8 broker=2] Log loaded for partition -uve-topic-12-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,540] INFO [LogLoader partition=-uve-topic-13-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,540] INFO Created log for partition -uve-topic-13-8 in /tmp/kafka-logs/-uve-topic-13-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,540] INFO [Partition -uve-topic-13-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-8 (kafka.cluster.Partition) [2026-06-08 05:46:12,540] INFO [Partition -uve-topic-13-8 broker=2] Log loaded for partition -uve-topic-13-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,543] INFO [LogLoader partition=-uve-topic-27-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,544] INFO Created log for partition -uve-topic-27-6 in /tmp/kafka-logs/-uve-topic-27-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,544] INFO [Partition -uve-topic-27-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-6 (kafka.cluster.Partition) [2026-06-08 05:46:12,544] INFO [Partition -uve-topic-27-6 broker=2] Log loaded for partition -uve-topic-27-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,562] INFO [LogLoader partition=-uve-topic-21-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,564] INFO Created log for partition -uve-topic-21-6 in /tmp/kafka-logs/-uve-topic-21-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,564] INFO [Partition -uve-topic-21-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-6 (kafka.cluster.Partition) [2026-06-08 05:46:12,564] INFO [Partition -uve-topic-21-6 broker=2] Log loaded for partition -uve-topic-21-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,574] INFO [LogLoader partition=-uve-topic-2-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,574] INFO Created log for partition -uve-topic-2-5 in /tmp/kafka-logs/-uve-topic-2-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,574] INFO [Partition -uve-topic-2-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-5 (kafka.cluster.Partition) [2026-06-08 05:46:12,576] INFO [Partition -uve-topic-2-5 broker=2] Log loaded for partition -uve-topic-2-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,579] INFO [LogLoader partition=-uve-topic-13-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,581] INFO Created log for partition -uve-topic-13-7 in /tmp/kafka-logs/-uve-topic-13-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,581] INFO [Partition -uve-topic-13-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-7 (kafka.cluster.Partition) [2026-06-08 05:46:12,581] INFO [Partition -uve-topic-13-7 broker=2] Log loaded for partition -uve-topic-13-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,586] INFO [LogLoader partition=-uve-topic-26-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,587] INFO Created log for partition -uve-topic-26-5 in /tmp/kafka-logs/-uve-topic-26-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,587] INFO [Partition -uve-topic-26-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-5 (kafka.cluster.Partition) [2026-06-08 05:46:12,587] INFO [Partition -uve-topic-26-5 broker=2] Log loaded for partition -uve-topic-26-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,598] INFO [LogLoader partition=-uve-topic-28-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,600] INFO Created log for partition -uve-topic-28-5 in /tmp/kafka-logs/-uve-topic-28-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,600] INFO [Partition -uve-topic-28-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-5 (kafka.cluster.Partition) [2026-06-08 05:46:12,600] INFO [Partition -uve-topic-28-5 broker=2] Log loaded for partition -uve-topic-28-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,607] INFO [LogLoader partition=-uve-topic-29-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,607] INFO Created log for partition -uve-topic-29-5 in /tmp/kafka-logs/-uve-topic-29-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,607] INFO [Partition -uve-topic-29-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-5 (kafka.cluster.Partition) [2026-06-08 05:46:12,607] INFO [Partition -uve-topic-29-5 broker=2] Log loaded for partition -uve-topic-29-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,618] INFO [LogLoader partition=-uve-topic-11-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,618] INFO Created log for partition -uve-topic-11-7 in /tmp/kafka-logs/-uve-topic-11-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,618] INFO [Partition -uve-topic-11-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-7 (kafka.cluster.Partition) [2026-06-08 05:46:12,618] INFO [Partition -uve-topic-11-7 broker=2] Log loaded for partition -uve-topic-11-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,623] INFO [LogLoader partition=-uve-topic-12-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,624] INFO Created log for partition -uve-topic-12-7 in /tmp/kafka-logs/-uve-topic-12-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,624] INFO [Partition -uve-topic-12-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-7 (kafka.cluster.Partition) [2026-06-08 05:46:12,624] INFO [Partition -uve-topic-12-7 broker=2] Log loaded for partition -uve-topic-12-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,629] INFO [LogLoader partition=-uve-topic-3-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,630] INFO Created log for partition -uve-topic-3-6 in /tmp/kafka-logs/-uve-topic-3-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,630] INFO [Partition -uve-topic-3-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-6 (kafka.cluster.Partition) [2026-06-08 05:46:12,630] INFO [Partition -uve-topic-3-6 broker=2] Log loaded for partition -uve-topic-3-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,633] INFO [LogLoader partition=-uve-topic-28-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,634] INFO Created log for partition -uve-topic-28-7 in /tmp/kafka-logs/-uve-topic-28-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,634] INFO [Partition -uve-topic-28-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-7 (kafka.cluster.Partition) [2026-06-08 05:46:12,634] INFO [Partition -uve-topic-28-7 broker=2] Log loaded for partition -uve-topic-28-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,641] INFO [LogLoader partition=-uve-topic-1-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,641] INFO Created log for partition -uve-topic-1-6 in /tmp/kafka-logs/-uve-topic-1-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,642] INFO [Partition -uve-topic-1-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-6 (kafka.cluster.Partition) [2026-06-08 05:46:12,642] INFO [Partition -uve-topic-1-6 broker=2] Log loaded for partition -uve-topic-1-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,649] INFO [LogLoader partition=-uve-topic-29-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,650] INFO Created log for partition -uve-topic-29-7 in /tmp/kafka-logs/-uve-topic-29-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,650] INFO [Partition -uve-topic-29-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-7 (kafka.cluster.Partition) [2026-06-08 05:46:12,650] INFO [Partition -uve-topic-29-7 broker=2] Log loaded for partition -uve-topic-29-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,652] INFO [LogLoader partition=-uve-topic-2-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,653] INFO Created log for partition -uve-topic-2-6 in /tmp/kafka-logs/-uve-topic-2-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,654] INFO [Partition -uve-topic-2-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-6 (kafka.cluster.Partition) [2026-06-08 05:46:12,654] INFO [Partition -uve-topic-2-6 broker=2] Log loaded for partition -uve-topic-2-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,659] INFO [LogLoader partition=-uve-topic-0-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,662] INFO Created log for partition -uve-topic-0-6 in /tmp/kafka-logs/-uve-topic-0-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,662] INFO [Partition -uve-topic-0-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-6 (kafka.cluster.Partition) [2026-06-08 05:46:12,662] INFO [Partition -uve-topic-0-6 broker=2] Log loaded for partition -uve-topic-0-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,669] INFO [LogLoader partition=-uve-topic-11-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,669] INFO Created log for partition -uve-topic-11-10 in /tmp/kafka-logs/-uve-topic-11-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,670] INFO [Partition -uve-topic-11-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-10 (kafka.cluster.Partition) [2026-06-08 05:46:12,670] INFO [Partition -uve-topic-11-10 broker=2] Log loaded for partition -uve-topic-11-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,675] INFO [LogLoader partition=-uve-topic-12-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,675] INFO Created log for partition -uve-topic-12-10 in /tmp/kafka-logs/-uve-topic-12-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,675] INFO [Partition -uve-topic-12-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-10 (kafka.cluster.Partition) [2026-06-08 05:46:12,675] INFO [Partition -uve-topic-12-10 broker=2] Log loaded for partition -uve-topic-12-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,679] INFO [LogLoader partition=-uve-topic-13-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,679] INFO Created log for partition -uve-topic-13-10 in /tmp/kafka-logs/-uve-topic-13-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,679] INFO [Partition -uve-topic-13-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-10 (kafka.cluster.Partition) [2026-06-08 05:46:12,679] INFO [Partition -uve-topic-13-10 broker=2] Log loaded for partition -uve-topic-13-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,686] INFO [LogLoader partition=-uve-topic-26-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,686] INFO Created log for partition -uve-topic-26-8 in /tmp/kafka-logs/-uve-topic-26-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,686] INFO [Partition -uve-topic-26-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-8 (kafka.cluster.Partition) [2026-06-08 05:46:12,687] INFO [Partition -uve-topic-26-8 broker=2] Log loaded for partition -uve-topic-26-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,691] INFO [LogLoader partition=-uve-topic-3-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,691] INFO Created log for partition -uve-topic-3-7 in /tmp/kafka-logs/-uve-topic-3-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,695] INFO [Partition -uve-topic-3-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-7 (kafka.cluster.Partition) [2026-06-08 05:46:12,695] INFO [Partition -uve-topic-3-7 broker=2] Log loaded for partition -uve-topic-3-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,697] INFO [LogLoader partition=-uve-topic-0-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,697] INFO Created log for partition -uve-topic-0-7 in /tmp/kafka-logs/-uve-topic-0-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,697] INFO [Partition -uve-topic-0-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-7 (kafka.cluster.Partition) [2026-06-08 05:46:12,697] INFO [Partition -uve-topic-0-7 broker=2] Log loaded for partition -uve-topic-0-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,702] INFO [LogLoader partition=-uve-topic-1-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,702] INFO Created log for partition -uve-topic-1-7 in /tmp/kafka-logs/-uve-topic-1-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,704] INFO [Partition -uve-topic-1-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-7 (kafka.cluster.Partition) [2026-06-08 05:46:12,704] INFO [Partition -uve-topic-1-7 broker=2] Log loaded for partition -uve-topic-1-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,710] INFO [LogLoader partition=-uve-topic-11-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,710] INFO Created log for partition -uve-topic-11-9 in /tmp/kafka-logs/-uve-topic-11-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,710] INFO [Partition -uve-topic-11-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-9 (kafka.cluster.Partition) [2026-06-08 05:46:12,710] INFO [Partition -uve-topic-11-9 broker=2] Log loaded for partition -uve-topic-11-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,721] INFO [LogLoader partition=-uve-topic-26-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,721] INFO Created log for partition -uve-topic-26-7 in /tmp/kafka-logs/-uve-topic-26-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,721] INFO [Partition -uve-topic-26-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-7 (kafka.cluster.Partition) [2026-06-08 05:46:12,722] INFO [Partition -uve-topic-26-7 broker=2] Log loaded for partition -uve-topic-26-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,725] INFO [LogLoader partition=-uve-topic-27-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,725] INFO Created log for partition -uve-topic-27-7 in /tmp/kafka-logs/-uve-topic-27-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,725] INFO [Partition -uve-topic-27-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-7 (kafka.cluster.Partition) [2026-06-08 05:46:12,725] INFO [Partition -uve-topic-27-7 broker=2] Log loaded for partition -uve-topic-27-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,728] INFO [LogLoader partition=-uve-topic-21-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,731] INFO Created log for partition -uve-topic-21-7 in /tmp/kafka-logs/-uve-topic-21-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,731] INFO [Partition -uve-topic-21-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-7 (kafka.cluster.Partition) [2026-06-08 05:46:12,731] INFO [Partition -uve-topic-21-7 broker=2] Log loaded for partition -uve-topic-21-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,736] INFO [LogLoader partition=-uve-topic-13-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,737] INFO Created log for partition -uve-topic-13-11 in /tmp/kafka-logs/-uve-topic-13-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,737] INFO [Partition -uve-topic-13-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-11 (kafka.cluster.Partition) [2026-06-08 05:46:12,737] INFO [Partition -uve-topic-13-11 broker=2] Log loaded for partition -uve-topic-13-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,739] INFO [LogLoader partition=-uve-topic-27-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,739] INFO Created log for partition -uve-topic-27-9 in /tmp/kafka-logs/-uve-topic-27-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,741] INFO [Partition -uve-topic-27-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-9 (kafka.cluster.Partition) [2026-06-08 05:46:12,741] INFO [Partition -uve-topic-27-9 broker=2] Log loaded for partition -uve-topic-27-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,745] INFO [LogLoader partition=-uve-topic-21-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,745] INFO Created log for partition -uve-topic-21-10 in /tmp/kafka-logs/-uve-topic-21-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,748] INFO [Partition -uve-topic-21-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-10 (kafka.cluster.Partition) [2026-06-08 05:46:12,748] INFO [Partition -uve-topic-21-10 broker=2] Log loaded for partition -uve-topic-21-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,753] INFO [LogLoader partition=-uve-topic-3-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,754] INFO Created log for partition -uve-topic-3-1 in /tmp/kafka-logs/-uve-topic-3-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,754] INFO [Partition -uve-topic-3-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-1 (kafka.cluster.Partition) [2026-06-08 05:46:12,755] INFO [Partition -uve-topic-3-1 broker=2] Log loaded for partition -uve-topic-3-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,758] INFO [LogLoader partition=-uve-topic-0-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,762] INFO Created log for partition -uve-topic-0-1 in /tmp/kafka-logs/-uve-topic-0-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,763] INFO [Partition -uve-topic-0-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-1 (kafka.cluster.Partition) [2026-06-08 05:46:12,764] INFO [Partition -uve-topic-0-1 broker=2] Log loaded for partition -uve-topic-0-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,767] INFO [LogLoader partition=-uve-topic-11-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,767] INFO Created log for partition -uve-topic-11-12 in /tmp/kafka-logs/-uve-topic-11-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,767] INFO [Partition -uve-topic-11-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-12 (kafka.cluster.Partition) [2026-06-08 05:46:12,768] INFO [Partition -uve-topic-11-12 broker=2] Log loaded for partition -uve-topic-11-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,772] INFO [LogLoader partition=-uve-topic-1-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,772] INFO Created log for partition -uve-topic-1-1 in /tmp/kafka-logs/-uve-topic-1-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,772] INFO [Partition -uve-topic-1-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-1 (kafka.cluster.Partition) [2026-06-08 05:46:12,773] INFO [Partition -uve-topic-1-1 broker=2] Log loaded for partition -uve-topic-1-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,779] INFO [LogLoader partition=-uve-topic-28-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,779] INFO Created log for partition -uve-topic-28-8 in /tmp/kafka-logs/-uve-topic-28-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,779] INFO [Partition -uve-topic-28-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-8 (kafka.cluster.Partition) [2026-06-08 05:46:12,779] INFO [Partition -uve-topic-28-8 broker=2] Log loaded for partition -uve-topic-28-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,784] INFO [LogLoader partition=-uve-topic-29-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,785] INFO Created log for partition -uve-topic-29-8 in /tmp/kafka-logs/-uve-topic-29-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,785] INFO [Partition -uve-topic-29-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-8 (kafka.cluster.Partition) [2026-06-08 05:46:12,785] INFO [Partition -uve-topic-29-8 broker=2] Log loaded for partition -uve-topic-29-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,788] INFO [LogLoader partition=-uve-topic-2-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,789] INFO Created log for partition -uve-topic-2-2 in /tmp/kafka-logs/-uve-topic-2-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,790] INFO [Partition -uve-topic-2-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-2 (kafka.cluster.Partition) [2026-06-08 05:46:12,790] INFO [Partition -uve-topic-2-2 broker=2] Log loaded for partition -uve-topic-2-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,792] INFO [LogLoader partition=-uve-topic-12-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,793] INFO Created log for partition -uve-topic-12-11 in /tmp/kafka-logs/-uve-topic-12-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,793] INFO [Partition -uve-topic-12-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-11 (kafka.cluster.Partition) [2026-06-08 05:46:12,793] INFO [Partition -uve-topic-12-11 broker=2] Log loaded for partition -uve-topic-12-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,821] INFO [LogLoader partition=-uve-topic-21-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,822] INFO Created log for partition -uve-topic-21-9 in /tmp/kafka-logs/-uve-topic-21-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,822] INFO [Partition -uve-topic-21-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-9 (kafka.cluster.Partition) [2026-06-08 05:46:12,822] INFO [Partition -uve-topic-21-9 broker=2] Log loaded for partition -uve-topic-21-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,826] INFO [LogLoader partition=-uve-topic-28-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,827] INFO Created log for partition -uve-topic-28-11 in /tmp/kafka-logs/-uve-topic-28-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,828] INFO [Partition -uve-topic-28-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-11 (kafka.cluster.Partition) [2026-06-08 05:46:12,828] INFO [Partition -uve-topic-28-11 broker=2] Log loaded for partition -uve-topic-28-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,832] INFO [LogLoader partition=-uve-topic-29-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,832] INFO Created log for partition -uve-topic-29-11 in /tmp/kafka-logs/-uve-topic-29-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,832] INFO [Partition -uve-topic-29-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-11 (kafka.cluster.Partition) [2026-06-08 05:46:12,832] INFO [Partition -uve-topic-29-11 broker=2] Log loaded for partition -uve-topic-29-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,839] INFO [LogLoader partition=-uve-topic-11-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,840] INFO Created log for partition -uve-topic-11-13 in /tmp/kafka-logs/-uve-topic-11-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,840] INFO [Partition -uve-topic-11-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-13 (kafka.cluster.Partition) [2026-06-08 05:46:12,840] INFO [Partition -uve-topic-11-13 broker=2] Log loaded for partition -uve-topic-11-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,842] INFO [LogLoader partition=-uve-topic-12-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,843] INFO Created log for partition -uve-topic-12-13 in /tmp/kafka-logs/-uve-topic-12-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,845] INFO [Partition -uve-topic-12-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-13 (kafka.cluster.Partition) [2026-06-08 05:46:12,845] INFO [Partition -uve-topic-12-13 broker=2] Log loaded for partition -uve-topic-12-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,847] INFO [LogLoader partition=-uve-topic-13-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,849] INFO Created log for partition -uve-topic-13-13 in /tmp/kafka-logs/-uve-topic-13-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,849] INFO [Partition -uve-topic-13-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-13 (kafka.cluster.Partition) [2026-06-08 05:46:12,849] INFO [Partition -uve-topic-13-13 broker=2] Log loaded for partition -uve-topic-13-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,851] INFO [LogLoader partition=-uve-topic-26-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,853] INFO Created log for partition -uve-topic-26-11 in /tmp/kafka-logs/-uve-topic-26-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,853] INFO [Partition -uve-topic-26-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-11 (kafka.cluster.Partition) [2026-06-08 05:46:12,853] INFO [Partition -uve-topic-26-11 broker=2] Log loaded for partition -uve-topic-26-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,863] INFO [LogLoader partition=-uve-topic-0-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,864] INFO Created log for partition -uve-topic-0-3 in /tmp/kafka-logs/-uve-topic-0-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,864] INFO [Partition -uve-topic-0-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-3 (kafka.cluster.Partition) [2026-06-08 05:46:12,864] INFO [Partition -uve-topic-0-3 broker=2] Log loaded for partition -uve-topic-0-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,873] INFO [LogLoader partition=-uve-topic-1-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,873] INFO Created log for partition -uve-topic-1-3 in /tmp/kafka-logs/-uve-topic-1-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,873] INFO [Partition -uve-topic-1-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-3 (kafka.cluster.Partition) [2026-06-08 05:46:12,873] INFO [Partition -uve-topic-1-3 broker=2] Log loaded for partition -uve-topic-1-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,889] INFO [LogLoader partition=-uve-topic-21-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,890] INFO Created log for partition -uve-topic-21-12 in /tmp/kafka-logs/-uve-topic-21-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,890] INFO [Partition -uve-topic-21-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-12 (kafka.cluster.Partition) [2026-06-08 05:46:12,890] INFO [Partition -uve-topic-21-12 broker=2] Log loaded for partition -uve-topic-21-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,892] INFO [LogLoader partition=-uve-topic-29-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,893] INFO Created log for partition -uve-topic-29-10 in /tmp/kafka-logs/-uve-topic-29-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,893] INFO [Partition -uve-topic-29-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-10 (kafka.cluster.Partition) [2026-06-08 05:46:12,893] INFO [Partition -uve-topic-29-10 broker=2] Log loaded for partition -uve-topic-29-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,898] INFO [LogLoader partition=-uve-topic-26-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,900] INFO Created log for partition -uve-topic-26-10 in /tmp/kafka-logs/-uve-topic-26-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,900] INFO [Partition -uve-topic-26-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-10 (kafka.cluster.Partition) [2026-06-08 05:46:12,900] INFO [Partition -uve-topic-26-10 broker=2] Log loaded for partition -uve-topic-26-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,906] INFO [LogLoader partition=-uve-topic-27-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,907] INFO Created log for partition -uve-topic-27-10 in /tmp/kafka-logs/-uve-topic-27-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,907] INFO [Partition -uve-topic-27-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-10 (kafka.cluster.Partition) [2026-06-08 05:46:12,907] INFO [Partition -uve-topic-27-10 broker=2] Log loaded for partition -uve-topic-27-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,913] INFO [LogLoader partition=-uve-topic-2-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,914] INFO Created log for partition -uve-topic-2-3 in /tmp/kafka-logs/-uve-topic-2-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,914] INFO [Partition -uve-topic-2-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-3 (kafka.cluster.Partition) [2026-06-08 05:46:12,914] INFO [Partition -uve-topic-2-3 broker=2] Log loaded for partition -uve-topic-2-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,919] INFO [LogLoader partition=-uve-topic-28-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,919] INFO Created log for partition -uve-topic-28-10 in /tmp/kafka-logs/-uve-topic-28-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,919] INFO [Partition -uve-topic-28-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-10 (kafka.cluster.Partition) [2026-06-08 05:46:12,919] INFO [Partition -uve-topic-28-10 broker=2] Log loaded for partition -uve-topic-28-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,929] INFO [LogLoader partition=-uve-topic-3-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,929] INFO Created log for partition -uve-topic-3-3 in /tmp/kafka-logs/-uve-topic-3-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,929] INFO [Partition -uve-topic-3-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-3 (kafka.cluster.Partition) [2026-06-08 05:46:12,929] INFO [Partition -uve-topic-3-3 broker=2] Log loaded for partition -uve-topic-3-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,936] INFO [LogLoader partition=-uve-topic-0-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,936] INFO Created log for partition -uve-topic-0-4 in /tmp/kafka-logs/-uve-topic-0-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,936] INFO [Partition -uve-topic-0-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-4 (kafka.cluster.Partition) [2026-06-08 05:46:12,936] INFO [Partition -uve-topic-0-4 broker=2] Log loaded for partition -uve-topic-0-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,939] INFO [LogLoader partition=-uve-topic-27-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,939] INFO Created log for partition -uve-topic-27-28 in /tmp/kafka-logs/-uve-topic-27-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,944] INFO [Partition -uve-topic-27-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-28 (kafka.cluster.Partition) [2026-06-08 05:46:12,944] INFO [Partition -uve-topic-27-28 broker=2] Log loaded for partition -uve-topic-27-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,947] INFO [LogLoader partition=-uve-topic-28-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,947] INFO Created log for partition -uve-topic-28-28 in /tmp/kafka-logs/-uve-topic-28-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,947] INFO [Partition -uve-topic-28-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-28 (kafka.cluster.Partition) [2026-06-08 05:46:12,947] INFO [Partition -uve-topic-28-28 broker=2] Log loaded for partition -uve-topic-28-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,951] INFO [LogLoader partition=-uve-topic-0-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,953] INFO Created log for partition -uve-topic-0-12 in /tmp/kafka-logs/-uve-topic-0-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,953] INFO [Partition -uve-topic-0-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-12 (kafka.cluster.Partition) [2026-06-08 05:46:12,953] INFO [Partition -uve-topic-0-12 broker=2] Log loaded for partition -uve-topic-0-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,955] INFO [LogLoader partition=-uve-topic-29-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,956] INFO Created log for partition -uve-topic-29-28 in /tmp/kafka-logs/-uve-topic-29-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,957] INFO [Partition -uve-topic-29-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-28 (kafka.cluster.Partition) [2026-06-08 05:46:12,957] INFO [Partition -uve-topic-29-28 broker=2] Log loaded for partition -uve-topic-29-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,965] INFO [LogLoader partition=-uve-topic-11-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,965] INFO Created log for partition -uve-topic-11-0 in /tmp/kafka-logs/-uve-topic-11-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,965] INFO [Partition -uve-topic-11-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-0 (kafka.cluster.Partition) [2026-06-08 05:46:12,965] INFO [Partition -uve-topic-11-0 broker=2] Log loaded for partition -uve-topic-11-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,968] INFO [LogLoader partition=-uve-topic-26-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,969] INFO Created log for partition -uve-topic-26-28 in /tmp/kafka-logs/-uve-topic-26-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,970] INFO [Partition -uve-topic-26-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-28 (kafka.cluster.Partition) [2026-06-08 05:46:12,970] INFO [Partition -uve-topic-26-28 broker=2] Log loaded for partition -uve-topic-26-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,977] INFO [LogLoader partition=-uve-topic-3-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,978] INFO Created log for partition -uve-topic-3-12 in /tmp/kafka-logs/-uve-topic-3-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,978] INFO [Partition -uve-topic-3-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-12 (kafka.cluster.Partition) [2026-06-08 05:46:12,978] INFO [Partition -uve-topic-3-12 broker=2] Log loaded for partition -uve-topic-3-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,990] INFO [LogLoader partition=-uve-topic-1-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,990] INFO Created log for partition -uve-topic-1-12 in /tmp/kafka-logs/-uve-topic-1-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,990] INFO [Partition -uve-topic-1-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-12 (kafka.cluster.Partition) [2026-06-08 05:46:12,990] INFO [Partition -uve-topic-1-12 broker=2] Log loaded for partition -uve-topic-1-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:12,994] INFO [LogLoader partition=-uve-topic-2-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:12,995] INFO Created log for partition -uve-topic-2-12 in /tmp/kafka-logs/-uve-topic-2-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:12,996] INFO [Partition -uve-topic-2-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-12 (kafka.cluster.Partition) [2026-06-08 05:46:12,996] INFO [Partition -uve-topic-2-12 broker=2] Log loaded for partition -uve-topic-2-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,001] INFO [LogLoader partition=-uve-topic-12-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,001] INFO Created log for partition -uve-topic-12-29 in /tmp/kafka-logs/-uve-topic-12-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,001] INFO [Partition -uve-topic-12-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-29 (kafka.cluster.Partition) [2026-06-08 05:46:13,001] INFO [Partition -uve-topic-12-29 broker=2] Log loaded for partition -uve-topic-12-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,009] INFO [LogLoader partition=-uve-topic-13-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,010] INFO Created log for partition -uve-topic-13-29 in /tmp/kafka-logs/-uve-topic-13-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,010] INFO [Partition -uve-topic-13-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-29 (kafka.cluster.Partition) [2026-06-08 05:46:13,010] INFO [Partition -uve-topic-13-29 broker=2] Log loaded for partition -uve-topic-13-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,021] INFO [LogLoader partition=-uve-topic-27-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,023] INFO Created log for partition -uve-topic-27-27 in /tmp/kafka-logs/-uve-topic-27-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,023] INFO [Partition -uve-topic-27-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-27 (kafka.cluster.Partition) [2026-06-08 05:46:13,023] INFO [Partition -uve-topic-27-27 broker=2] Log loaded for partition -uve-topic-27-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,026] INFO [LogLoader partition=-uve-topic-21-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,026] INFO Created log for partition -uve-topic-21-28 in /tmp/kafka-logs/-uve-topic-21-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,030] INFO [Partition -uve-topic-21-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-28 (kafka.cluster.Partition) [2026-06-08 05:46:13,040] INFO [Partition -uve-topic-21-28 broker=2] Log loaded for partition -uve-topic-21-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,043] INFO [LogLoader partition=-uve-topic-3-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,043] INFO Created log for partition -uve-topic-3-13 in /tmp/kafka-logs/-uve-topic-3-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,043] INFO [Partition -uve-topic-3-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-13 (kafka.cluster.Partition) [2026-06-08 05:46:13,043] INFO [Partition -uve-topic-3-13 broker=2] Log loaded for partition -uve-topic-3-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,047] INFO [LogLoader partition=-uve-topic-0-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,047] INFO Created log for partition -uve-topic-0-13 in /tmp/kafka-logs/-uve-topic-0-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,048] INFO [Partition -uve-topic-0-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-13 (kafka.cluster.Partition) [2026-06-08 05:46:13,049] INFO [Partition -uve-topic-0-13 broker=2] Log loaded for partition -uve-topic-0-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,057] INFO [LogLoader partition=-uve-topic-1-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,058] INFO Created log for partition -uve-topic-1-13 in /tmp/kafka-logs/-uve-topic-1-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,058] INFO [Partition -uve-topic-1-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-13 (kafka.cluster.Partition) [2026-06-08 05:46:13,058] INFO [Partition -uve-topic-1-13 broker=2] Log loaded for partition -uve-topic-1-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,062] INFO [LogLoader partition=-uve-topic-12-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,063] INFO Created log for partition -uve-topic-12-2 in /tmp/kafka-logs/-uve-topic-12-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,064] INFO [Partition -uve-topic-12-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-2 (kafka.cluster.Partition) [2026-06-08 05:46:13,065] INFO [Partition -uve-topic-12-2 broker=2] Log loaded for partition -uve-topic-12-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,073] INFO [LogLoader partition=-uve-topic-13-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,073] INFO Created log for partition -uve-topic-13-2 in /tmp/kafka-logs/-uve-topic-13-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,073] INFO [Partition -uve-topic-13-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-2 (kafka.cluster.Partition) [2026-06-08 05:46:13,073] INFO [Partition -uve-topic-13-2 broker=2] Log loaded for partition -uve-topic-13-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,075] INFO [LogLoader partition=-uve-topic-21-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,075] INFO Created log for partition -uve-topic-21-0 in /tmp/kafka-logs/-uve-topic-21-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,075] INFO [Partition -uve-topic-21-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-0 (kafka.cluster.Partition) [2026-06-08 05:46:13,075] INFO [Partition -uve-topic-21-0 broker=2] Log loaded for partition -uve-topic-21-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,077] INFO [LogLoader partition=-uve-topic-27-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,078] INFO Created log for partition -uve-topic-27-0 in /tmp/kafka-logs/-uve-topic-27-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,079] INFO [Partition -uve-topic-27-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-0 (kafka.cluster.Partition) [2026-06-08 05:46:13,079] INFO [Partition -uve-topic-27-0 broker=2] Log loaded for partition -uve-topic-27-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,082] INFO [LogLoader partition=-uve-topic-2-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,082] INFO Created log for partition -uve-topic-2-14 in /tmp/kafka-logs/-uve-topic-2-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,084] INFO [Partition -uve-topic-2-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-14 (kafka.cluster.Partition) [2026-06-08 05:46:13,084] INFO [Partition -uve-topic-2-14 broker=2] Log loaded for partition -uve-topic-2-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,090] INFO [LogLoader partition=-uve-topic-11-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,097] INFO Created log for partition -uve-topic-11-1 in /tmp/kafka-logs/-uve-topic-11-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,097] INFO [Partition -uve-topic-11-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-1 (kafka.cluster.Partition) [2026-06-08 05:46:13,097] INFO [Partition -uve-topic-11-1 broker=2] Log loaded for partition -uve-topic-11-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,100] INFO [LogLoader partition=-uve-topic-26-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,101] INFO Created log for partition -uve-topic-26-29 in /tmp/kafka-logs/-uve-topic-26-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,101] INFO [Partition -uve-topic-26-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-29 (kafka.cluster.Partition) [2026-06-08 05:46:13,101] INFO [Partition -uve-topic-26-29 broker=2] Log loaded for partition -uve-topic-26-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,107] INFO [LogLoader partition=-uve-topic-12-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,108] INFO Created log for partition -uve-topic-12-1 in /tmp/kafka-logs/-uve-topic-12-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,108] INFO [Partition -uve-topic-12-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-1 (kafka.cluster.Partition) [2026-06-08 05:46:13,108] INFO [Partition -uve-topic-12-1 broker=2] Log loaded for partition -uve-topic-12-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,113] INFO [LogLoader partition=-uve-topic-13-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,114] INFO Created log for partition -uve-topic-13-1 in /tmp/kafka-logs/-uve-topic-13-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,114] INFO [Partition -uve-topic-13-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-1 (kafka.cluster.Partition) [2026-06-08 05:46:13,114] INFO [Partition -uve-topic-13-1 broker=2] Log loaded for partition -uve-topic-13-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,118] INFO [LogLoader partition=-uve-topic-28-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,119] INFO Created log for partition -uve-topic-28-29 in /tmp/kafka-logs/-uve-topic-28-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,119] INFO [Partition -uve-topic-28-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-29 (kafka.cluster.Partition) [2026-06-08 05:46:13,119] INFO [Partition -uve-topic-28-29 broker=2] Log loaded for partition -uve-topic-28-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,121] INFO [LogLoader partition=-uve-topic-29-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,121] INFO Created log for partition -uve-topic-29-29 in /tmp/kafka-logs/-uve-topic-29-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,121] INFO [Partition -uve-topic-29-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-29 (kafka.cluster.Partition) [2026-06-08 05:46:13,121] INFO [Partition -uve-topic-29-29 broker=2] Log loaded for partition -uve-topic-29-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,123] INFO [LogLoader partition=-uve-topic-2-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,124] INFO Created log for partition -uve-topic-2-15 in /tmp/kafka-logs/-uve-topic-2-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,124] INFO [Partition -uve-topic-2-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-15 (kafka.cluster.Partition) [2026-06-08 05:46:13,124] INFO [Partition -uve-topic-2-15 broker=2] Log loaded for partition -uve-topic-2-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,129] INFO [LogLoader partition=-uve-topic-3-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,129] INFO Created log for partition -uve-topic-3-15 in /tmp/kafka-logs/-uve-topic-3-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,130] INFO [Partition -uve-topic-3-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-15 (kafka.cluster.Partition) [2026-06-08 05:46:13,130] INFO [Partition -uve-topic-3-15 broker=2] Log loaded for partition -uve-topic-3-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,135] INFO [LogLoader partition=-uve-topic-0-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,135] INFO Created log for partition -uve-topic-0-15 in /tmp/kafka-logs/-uve-topic-0-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,135] INFO [Partition -uve-topic-0-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-15 (kafka.cluster.Partition) [2026-06-08 05:46:13,135] INFO [Partition -uve-topic-0-15 broker=2] Log loaded for partition -uve-topic-0-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,138] INFO [LogLoader partition=-uve-topic-1-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,139] INFO Created log for partition -uve-topic-1-15 in /tmp/kafka-logs/-uve-topic-1-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,142] INFO [Partition -uve-topic-1-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-15 (kafka.cluster.Partition) [2026-06-08 05:46:13,142] INFO [Partition -uve-topic-1-15 broker=2] Log loaded for partition -uve-topic-1-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,145] INFO [LogLoader partition=-uve-topic-11-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,145] INFO Created log for partition -uve-topic-11-4 in /tmp/kafka-logs/-uve-topic-11-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,145] INFO [Partition -uve-topic-11-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-4 (kafka.cluster.Partition) [2026-06-08 05:46:13,145] INFO [Partition -uve-topic-11-4 broker=2] Log loaded for partition -uve-topic-11-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,147] INFO [LogLoader partition=-uve-topic-2-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,147] INFO Created log for partition -uve-topic-2-8 in /tmp/kafka-logs/-uve-topic-2-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,148] INFO [Partition -uve-topic-2-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-8 (kafka.cluster.Partition) [2026-06-08 05:46:13,148] INFO [Partition -uve-topic-2-8 broker=2] Log loaded for partition -uve-topic-2-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,152] INFO [LogLoader partition=-uve-topic-29-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,153] INFO Created log for partition -uve-topic-29-2 in /tmp/kafka-logs/-uve-topic-29-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,153] INFO [Partition -uve-topic-29-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-2 (kafka.cluster.Partition) [2026-06-08 05:46:13,153] INFO [Partition -uve-topic-29-2 broker=2] Log loaded for partition -uve-topic-29-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,156] INFO [LogLoader partition=-uve-topic-12-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,156] INFO Created log for partition -uve-topic-12-4 in /tmp/kafka-logs/-uve-topic-12-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,158] INFO [Partition -uve-topic-12-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-4 (kafka.cluster.Partition) [2026-06-08 05:46:13,158] INFO [Partition -uve-topic-12-4 broker=2] Log loaded for partition -uve-topic-12-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,163] INFO [LogLoader partition=-uve-topic-13-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,164] INFO Created log for partition -uve-topic-13-4 in /tmp/kafka-logs/-uve-topic-13-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,164] INFO [Partition -uve-topic-13-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-4 (kafka.cluster.Partition) [2026-06-08 05:46:13,164] INFO [Partition -uve-topic-13-4 broker=2] Log loaded for partition -uve-topic-13-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,166] INFO [LogLoader partition=-uve-topic-26-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,166] INFO Created log for partition -uve-topic-26-2 in /tmp/kafka-logs/-uve-topic-26-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,167] INFO [Partition -uve-topic-26-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-2 (kafka.cluster.Partition) [2026-06-08 05:46:13,167] INFO [Partition -uve-topic-26-2 broker=2] Log loaded for partition -uve-topic-26-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,170] INFO [LogLoader partition=-uve-topic-28-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,170] INFO Created log for partition -uve-topic-28-2 in /tmp/kafka-logs/-uve-topic-28-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,171] INFO [Partition -uve-topic-28-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-2 (kafka.cluster.Partition) [2026-06-08 05:46:13,171] INFO [Partition -uve-topic-28-2 broker=2] Log loaded for partition -uve-topic-28-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,178] INFO [LogLoader partition=-uve-topic-2-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,179] INFO Created log for partition -uve-topic-2-9 in /tmp/kafka-logs/-uve-topic-2-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,179] INFO [Partition -uve-topic-2-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-9 (kafka.cluster.Partition) [2026-06-08 05:46:13,179] INFO [Partition -uve-topic-2-9 broker=2] Log loaded for partition -uve-topic-2-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,186] INFO [LogLoader partition=-uve-topic-3-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,186] INFO Created log for partition -uve-topic-3-9 in /tmp/kafka-logs/-uve-topic-3-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,186] INFO [Partition -uve-topic-3-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-9 (kafka.cluster.Partition) [2026-06-08 05:46:13,186] INFO [Partition -uve-topic-3-9 broker=2] Log loaded for partition -uve-topic-3-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,192] INFO [LogLoader partition=-uve-topic-11-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,192] INFO Created log for partition -uve-topic-11-3 in /tmp/kafka-logs/-uve-topic-11-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,192] INFO [Partition -uve-topic-11-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-3 (kafka.cluster.Partition) [2026-06-08 05:46:13,192] INFO [Partition -uve-topic-11-3 broker=2] Log loaded for partition -uve-topic-11-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,198] INFO [LogLoader partition=-uve-topic-0-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,198] INFO Created log for partition -uve-topic-0-9 in /tmp/kafka-logs/-uve-topic-0-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,198] INFO [Partition -uve-topic-0-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-9 (kafka.cluster.Partition) [2026-06-08 05:46:13,198] INFO [Partition -uve-topic-0-9 broker=2] Log loaded for partition -uve-topic-0-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,208] INFO [LogLoader partition=-uve-topic-1-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,209] INFO Created log for partition -uve-topic-1-9 in /tmp/kafka-logs/-uve-topic-1-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,209] INFO [Partition -uve-topic-1-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-9 (kafka.cluster.Partition) [2026-06-08 05:46:13,209] INFO [Partition -uve-topic-1-9 broker=2] Log loaded for partition -uve-topic-1-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,219] INFO [LogLoader partition=-uve-topic-21-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,222] INFO Created log for partition -uve-topic-21-1 in /tmp/kafka-logs/-uve-topic-21-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,222] INFO [Partition -uve-topic-21-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-1 (kafka.cluster.Partition) [2026-06-08 05:46:13,222] INFO [Partition -uve-topic-21-1 broker=2] Log loaded for partition -uve-topic-21-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,225] INFO [LogLoader partition=-uve-topic-26-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,225] INFO Created log for partition -uve-topic-26-1 in /tmp/kafka-logs/-uve-topic-26-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,225] INFO [Partition -uve-topic-26-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-1 (kafka.cluster.Partition) [2026-06-08 05:46:13,225] INFO [Partition -uve-topic-26-1 broker=2] Log loaded for partition -uve-topic-26-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,228] INFO [LogLoader partition=-uve-topic-27-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,228] INFO Created log for partition -uve-topic-27-1 in /tmp/kafka-logs/-uve-topic-27-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,228] INFO [Partition -uve-topic-27-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-1 (kafka.cluster.Partition) [2026-06-08 05:46:13,228] INFO [Partition -uve-topic-27-1 broker=2] Log loaded for partition -uve-topic-27-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,232] INFO [LogLoader partition=-uve-topic-28-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,232] INFO Created log for partition -uve-topic-28-1 in /tmp/kafka-logs/-uve-topic-28-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,233] INFO [Partition -uve-topic-28-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-1 (kafka.cluster.Partition) [2026-06-08 05:46:13,233] INFO [Partition -uve-topic-28-1 broker=2] Log loaded for partition -uve-topic-28-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,242] INFO [LogLoader partition=-uve-topic-29-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,242] INFO Created log for partition -uve-topic-29-1 in /tmp/kafka-logs/-uve-topic-29-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,242] INFO [Partition -uve-topic-29-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-1 (kafka.cluster.Partition) [2026-06-08 05:46:13,242] INFO [Partition -uve-topic-29-1 broker=2] Log loaded for partition -uve-topic-29-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,249] INFO [LogLoader partition=-uve-topic-1-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,249] INFO Created log for partition -uve-topic-1-10 in /tmp/kafka-logs/-uve-topic-1-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,249] INFO [Partition -uve-topic-1-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-10 (kafka.cluster.Partition) [2026-06-08 05:46:13,249] INFO [Partition -uve-topic-1-10 broker=2] Log loaded for partition -uve-topic-1-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,252] INFO [LogLoader partition=-uve-topic-21-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,252] INFO Created log for partition -uve-topic-21-4 in /tmp/kafka-logs/-uve-topic-21-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,253] INFO [Partition -uve-topic-21-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-4 (kafka.cluster.Partition) [2026-06-08 05:46:13,253] INFO [Partition -uve-topic-21-4 broker=2] Log loaded for partition -uve-topic-21-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,258] INFO [LogLoader partition=-uve-topic-0-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,258] INFO Created log for partition -uve-topic-0-10 in /tmp/kafka-logs/-uve-topic-0-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,258] INFO [Partition -uve-topic-0-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-10 (kafka.cluster.Partition) [2026-06-08 05:46:13,258] INFO [Partition -uve-topic-0-10 broker=2] Log loaded for partition -uve-topic-0-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,265] INFO [LogLoader partition=-uve-topic-27-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,266] INFO Created log for partition -uve-topic-27-4 in /tmp/kafka-logs/-uve-topic-27-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,266] INFO [Partition -uve-topic-27-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-4 (kafka.cluster.Partition) [2026-06-08 05:46:13,266] INFO [Partition -uve-topic-27-4 broker=2] Log loaded for partition -uve-topic-27-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,274] INFO [LogLoader partition=-uve-topic-28-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,274] INFO Created log for partition -uve-topic-28-4 in /tmp/kafka-logs/-uve-topic-28-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,275] INFO [Partition -uve-topic-28-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-4 (kafka.cluster.Partition) [2026-06-08 05:46:13,275] INFO [Partition -uve-topic-28-4 broker=2] Log loaded for partition -uve-topic-28-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,280] INFO [LogLoader partition=-uve-topic-29-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,281] INFO Created log for partition -uve-topic-29-4 in /tmp/kafka-logs/-uve-topic-29-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,281] INFO [Partition -uve-topic-29-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-4 (kafka.cluster.Partition) [2026-06-08 05:46:13,281] INFO [Partition -uve-topic-29-4 broker=2] Log loaded for partition -uve-topic-29-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,288] INFO [LogLoader partition=-uve-topic-11-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,289] INFO Created log for partition -uve-topic-11-6 in /tmp/kafka-logs/-uve-topic-11-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,289] INFO [Partition -uve-topic-11-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-6 (kafka.cluster.Partition) [2026-06-08 05:46:13,289] INFO [Partition -uve-topic-11-6 broker=2] Log loaded for partition -uve-topic-11-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,296] INFO [LogLoader partition=-uve-topic-3-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,297] INFO Created log for partition -uve-topic-3-10 in /tmp/kafka-logs/-uve-topic-3-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,297] INFO [Partition -uve-topic-3-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-10 (kafka.cluster.Partition) [2026-06-08 05:46:13,297] INFO [Partition -uve-topic-3-10 broker=2] Log loaded for partition -uve-topic-3-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,303] INFO [LogLoader partition=-uve-topic-26-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,303] INFO Created log for partition -uve-topic-26-4 in /tmp/kafka-logs/-uve-topic-26-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,303] INFO [Partition -uve-topic-26-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-4 (kafka.cluster.Partition) [2026-06-08 05:46:13,303] INFO [Partition -uve-topic-26-4 broker=2] Log loaded for partition -uve-topic-26-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,307] INFO [LogLoader partition=-uve-topic-21-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,307] INFO Created log for partition -uve-topic-21-3 in /tmp/kafka-logs/-uve-topic-21-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,307] INFO [Partition -uve-topic-21-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-3 (kafka.cluster.Partition) [2026-06-08 05:46:13,307] INFO [Partition -uve-topic-21-3 broker=2] Log loaded for partition -uve-topic-21-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,312] INFO [LogLoader partition=-uve-topic-12-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,312] INFO Created log for partition -uve-topic-12-5 in /tmp/kafka-logs/-uve-topic-12-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,312] INFO [Partition -uve-topic-12-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-5 (kafka.cluster.Partition) [2026-06-08 05:46:13,312] INFO [Partition -uve-topic-12-5 broker=2] Log loaded for partition -uve-topic-12-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,314] INFO [LogLoader partition=-uve-topic-13-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,314] INFO Created log for partition -uve-topic-13-5 in /tmp/kafka-logs/-uve-topic-13-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,314] INFO [Partition -uve-topic-13-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-5 (kafka.cluster.Partition) [2026-06-08 05:46:13,314] INFO [Partition -uve-topic-13-5 broker=2] Log loaded for partition -uve-topic-13-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,319] INFO [LogLoader partition=-uve-topic-2-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,319] INFO Created log for partition -uve-topic-2-11 in /tmp/kafka-logs/-uve-topic-2-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,320] INFO [Partition -uve-topic-2-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-11 (kafka.cluster.Partition) [2026-06-08 05:46:13,320] INFO [Partition -uve-topic-2-11 broker=2] Log loaded for partition -uve-topic-2-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,328] INFO [LogLoader partition=-uve-topic-27-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,328] INFO Created log for partition -uve-topic-27-3 in /tmp/kafka-logs/-uve-topic-27-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,328] INFO [Partition -uve-topic-27-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-3 (kafka.cluster.Partition) [2026-06-08 05:46:13,328] INFO [Partition -uve-topic-27-3 broker=2] Log loaded for partition -uve-topic-27-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,331] INFO [LogLoader partition=-uve-topic-21-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,331] INFO Created log for partition -uve-topic-21-21 in /tmp/kafka-logs/-uve-topic-21-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,331] INFO [Partition -uve-topic-21-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-21 (kafka.cluster.Partition) [2026-06-08 05:46:13,331] INFO [Partition -uve-topic-21-21 broker=2] Log loaded for partition -uve-topic-21-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,338] INFO [LogLoader partition=-uve-topic-3-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,338] INFO Created log for partition -uve-topic-3-19 in /tmp/kafka-logs/-uve-topic-3-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,338] INFO [Partition -uve-topic-3-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-19 (kafka.cluster.Partition) [2026-06-08 05:46:13,338] INFO [Partition -uve-topic-3-19 broker=2] Log loaded for partition -uve-topic-3-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,341] INFO [LogLoader partition=-uve-topic-13-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,341] INFO Created log for partition -uve-topic-13-23 in /tmp/kafka-logs/-uve-topic-13-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,342] INFO [Partition -uve-topic-13-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-23 (kafka.cluster.Partition) [2026-06-08 05:46:13,342] INFO [Partition -uve-topic-13-23 broker=2] Log loaded for partition -uve-topic-13-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,353] INFO [LogLoader partition=-uve-topic-27-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,353] INFO Created log for partition -uve-topic-27-21 in /tmp/kafka-logs/-uve-topic-27-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,354] INFO [Partition -uve-topic-27-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-21 (kafka.cluster.Partition) [2026-06-08 05:46:13,354] INFO [Partition -uve-topic-27-21 broker=2] Log loaded for partition -uve-topic-27-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,359] INFO [LogLoader partition=-uve-topic-12-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,363] INFO Created log for partition -uve-topic-12-23 in /tmp/kafka-logs/-uve-topic-12-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,363] INFO [Partition -uve-topic-12-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-23 (kafka.cluster.Partition) [2026-06-08 05:46:13,363] INFO [Partition -uve-topic-12-23 broker=2] Log loaded for partition -uve-topic-12-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,367] INFO [LogLoader partition=-uve-topic-2-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,367] INFO Created log for partition -uve-topic-2-20 in /tmp/kafka-logs/-uve-topic-2-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,368] INFO [Partition -uve-topic-2-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-20 (kafka.cluster.Partition) [2026-06-08 05:46:13,368] INFO [Partition -uve-topic-2-20 broker=2] Log loaded for partition -uve-topic-2-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,370] INFO [LogLoader partition=-uve-topic-28-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,372] INFO Created log for partition -uve-topic-28-20 in /tmp/kafka-logs/-uve-topic-28-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,373] INFO [Partition -uve-topic-28-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-20 (kafka.cluster.Partition) [2026-06-08 05:46:13,373] INFO [Partition -uve-topic-28-20 broker=2] Log loaded for partition -uve-topic-28-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,382] INFO [LogLoader partition=-uve-topic-29-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,382] INFO Created log for partition -uve-topic-29-20 in /tmp/kafka-logs/-uve-topic-29-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,382] INFO [Partition -uve-topic-29-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-20 (kafka.cluster.Partition) [2026-06-08 05:46:13,382] INFO [Partition -uve-topic-29-20 broker=2] Log loaded for partition -uve-topic-29-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,388] INFO [LogLoader partition=-uve-topic-11-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,389] INFO Created log for partition -uve-topic-11-22 in /tmp/kafka-logs/-uve-topic-11-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,389] INFO [Partition -uve-topic-11-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-22 (kafka.cluster.Partition) [2026-06-08 05:46:13,389] INFO [Partition -uve-topic-11-22 broker=2] Log loaded for partition -uve-topic-11-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,392] INFO [LogLoader partition=-uve-topic-12-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,392] INFO Created log for partition -uve-topic-12-22 in /tmp/kafka-logs/-uve-topic-12-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,393] INFO [Partition -uve-topic-12-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-22 (kafka.cluster.Partition) [2026-06-08 05:46:13,393] INFO [Partition -uve-topic-12-22 broker=2] Log loaded for partition -uve-topic-12-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,396] INFO [LogLoader partition=-uve-topic-13-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,399] INFO Created log for partition -uve-topic-13-22 in /tmp/kafka-logs/-uve-topic-13-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,400] INFO [Partition -uve-topic-13-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-22 (kafka.cluster.Partition) [2026-06-08 05:46:13,400] INFO [Partition -uve-topic-13-22 broker=2] Log loaded for partition -uve-topic-13-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,429] INFO [LogLoader partition=-uve-topic-26-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,429] INFO Created log for partition -uve-topic-26-20 in /tmp/kafka-logs/-uve-topic-26-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,430] INFO [Partition -uve-topic-26-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-20 (kafka.cluster.Partition) [2026-06-08 05:46:13,430] INFO [Partition -uve-topic-26-20 broker=2] Log loaded for partition -uve-topic-26-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,437] INFO [LogLoader partition=-uve-topic-29-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,438] INFO Created log for partition -uve-topic-29-22 in /tmp/kafka-logs/-uve-topic-29-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,438] INFO [Partition -uve-topic-29-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-22 (kafka.cluster.Partition) [2026-06-08 05:46:13,438] INFO [Partition -uve-topic-29-22 broker=2] Log loaded for partition -uve-topic-29-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,441] INFO [LogLoader partition=-uve-topic-2-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,441] INFO Created log for partition -uve-topic-2-21 in /tmp/kafka-logs/-uve-topic-2-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,441] INFO [Partition -uve-topic-2-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-21 (kafka.cluster.Partition) [2026-06-08 05:46:13,441] INFO [Partition -uve-topic-2-21 broker=2] Log loaded for partition -uve-topic-2-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,444] INFO [LogLoader partition=-uve-topic-3-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,444] INFO Created log for partition -uve-topic-3-21 in /tmp/kafka-logs/-uve-topic-3-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,446] INFO [Partition -uve-topic-3-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-21 (kafka.cluster.Partition) [2026-06-08 05:46:13,447] INFO [Partition -uve-topic-3-21 broker=2] Log loaded for partition -uve-topic-3-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,450] INFO [LogLoader partition=-uve-topic-0-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,450] INFO Created log for partition -uve-topic-0-21 in /tmp/kafka-logs/-uve-topic-0-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,451] INFO [Partition -uve-topic-0-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-21 (kafka.cluster.Partition) [2026-06-08 05:46:13,451] INFO [Partition -uve-topic-0-21 broker=2] Log loaded for partition -uve-topic-0-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,455] INFO [LogLoader partition=-uve-topic-1-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,456] INFO Created log for partition -uve-topic-1-21 in /tmp/kafka-logs/-uve-topic-1-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,456] INFO [Partition -uve-topic-1-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-21 (kafka.cluster.Partition) [2026-06-08 05:46:13,456] INFO [Partition -uve-topic-1-21 broker=2] Log loaded for partition -uve-topic-1-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,460] INFO [LogLoader partition=-uve-topic-11-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,460] INFO Created log for partition -uve-topic-11-25 in /tmp/kafka-logs/-uve-topic-11-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,461] INFO [Partition -uve-topic-11-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-25 (kafka.cluster.Partition) [2026-06-08 05:46:13,461] INFO [Partition -uve-topic-11-25 broker=2] Log loaded for partition -uve-topic-11-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,473] INFO [LogLoader partition=-uve-topic-12-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,474] INFO Created log for partition -uve-topic-12-25 in /tmp/kafka-logs/-uve-topic-12-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,474] INFO [Partition -uve-topic-12-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-25 (kafka.cluster.Partition) [2026-06-08 05:46:13,478] INFO [Partition -uve-topic-12-25 broker=2] Log loaded for partition -uve-topic-12-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,481] INFO [LogLoader partition=-uve-topic-13-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,482] INFO Created log for partition -uve-topic-13-25 in /tmp/kafka-logs/-uve-topic-13-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,482] INFO [Partition -uve-topic-13-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-25 (kafka.cluster.Partition) [2026-06-08 05:46:13,498] INFO [Partition -uve-topic-13-25 broker=2] Log loaded for partition -uve-topic-13-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,502] INFO [LogLoader partition=-uve-topic-26-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,503] INFO Created log for partition -uve-topic-26-23 in /tmp/kafka-logs/-uve-topic-26-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,503] INFO [Partition -uve-topic-26-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-23 (kafka.cluster.Partition) [2026-06-08 05:46:13,503] INFO [Partition -uve-topic-26-23 broker=2] Log loaded for partition -uve-topic-26-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,508] INFO [LogLoader partition=-uve-topic-3-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,508] INFO Created log for partition -uve-topic-3-22 in /tmp/kafka-logs/-uve-topic-3-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,508] INFO [Partition -uve-topic-3-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-22 (kafka.cluster.Partition) [2026-06-08 05:46:13,508] INFO [Partition -uve-topic-3-22 broker=2] Log loaded for partition -uve-topic-3-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,513] INFO [LogLoader partition=-uve-topic-1-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,513] INFO Created log for partition -uve-topic-1-22 in /tmp/kafka-logs/-uve-topic-1-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,513] INFO [Partition -uve-topic-1-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-22 (kafka.cluster.Partition) [2026-06-08 05:46:13,514] INFO [Partition -uve-topic-1-22 broker=2] Log loaded for partition -uve-topic-1-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,521] INFO [LogLoader partition=-uve-topic-0-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,521] INFO Created log for partition -uve-topic-0-22 in /tmp/kafka-logs/-uve-topic-0-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,521] INFO [Partition -uve-topic-0-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-22 (kafka.cluster.Partition) [2026-06-08 05:46:13,521] INFO [Partition -uve-topic-0-22 broker=2] Log loaded for partition -uve-topic-0-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,526] INFO [LogLoader partition=-uve-topic-26-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,526] INFO Created log for partition -uve-topic-26-22 in /tmp/kafka-logs/-uve-topic-26-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,527] INFO [Partition -uve-topic-26-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-22 (kafka.cluster.Partition) [2026-06-08 05:46:13,527] INFO [Partition -uve-topic-26-22 broker=2] Log loaded for partition -uve-topic-26-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,538] INFO [LogLoader partition=-uve-topic-27-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,539] INFO Created log for partition -uve-topic-27-22 in /tmp/kafka-logs/-uve-topic-27-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,539] INFO [Partition -uve-topic-27-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-22 (kafka.cluster.Partition) [2026-06-08 05:46:13,539] INFO [Partition -uve-topic-27-22 broker=2] Log loaded for partition -uve-topic-27-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,545] INFO [LogLoader partition=-uve-topic-28-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,546] INFO Created log for partition -uve-topic-28-22 in /tmp/kafka-logs/-uve-topic-28-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,546] INFO [Partition -uve-topic-28-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-22 (kafka.cluster.Partition) [2026-06-08 05:46:13,546] INFO [Partition -uve-topic-28-22 broker=2] Log loaded for partition -uve-topic-28-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,548] INFO [LogLoader partition=-uve-topic-21-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,549] INFO Created log for partition -uve-topic-21-22 in /tmp/kafka-logs/-uve-topic-21-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,550] INFO [Partition -uve-topic-21-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-22 (kafka.cluster.Partition) [2026-06-08 05:46:13,550] INFO [Partition -uve-topic-21-22 broker=2] Log loaded for partition -uve-topic-21-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,554] INFO [LogLoader partition=-uve-topic-11-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,554] INFO Created log for partition -uve-topic-11-24 in /tmp/kafka-logs/-uve-topic-11-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,554] INFO [Partition -uve-topic-11-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-24 (kafka.cluster.Partition) [2026-06-08 05:46:13,554] INFO [Partition -uve-topic-11-24 broker=2] Log loaded for partition -uve-topic-11-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,563] INFO [LogLoader partition=-uve-topic-27-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,563] INFO Created log for partition -uve-topic-27-24 in /tmp/kafka-logs/-uve-topic-27-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,563] INFO [Partition -uve-topic-27-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-24 (kafka.cluster.Partition) [2026-06-08 05:46:13,563] INFO [Partition -uve-topic-27-24 broker=2] Log loaded for partition -uve-topic-27-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,566] INFO [LogLoader partition=-uve-topic-3-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,567] INFO Created log for partition -uve-topic-3-16 in /tmp/kafka-logs/-uve-topic-3-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,567] INFO [Partition -uve-topic-3-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-16 (kafka.cluster.Partition) [2026-06-08 05:46:13,567] INFO [Partition -uve-topic-3-16 broker=2] Log loaded for partition -uve-topic-3-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,570] INFO [LogLoader partition=-uve-topic-11-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,571] INFO Created log for partition -uve-topic-11-27 in /tmp/kafka-logs/-uve-topic-11-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,572] INFO [Partition -uve-topic-11-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-27 (kafka.cluster.Partition) [2026-06-08 05:46:13,572] INFO [Partition -uve-topic-11-27 broker=2] Log loaded for partition -uve-topic-11-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,575] INFO [LogLoader partition=-uve-topic-1-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,575] INFO Created log for partition -uve-topic-1-16 in /tmp/kafka-logs/-uve-topic-1-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,575] INFO [Partition -uve-topic-1-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-16 (kafka.cluster.Partition) [2026-06-08 05:46:13,575] INFO [Partition -uve-topic-1-16 broker=2] Log loaded for partition -uve-topic-1-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,578] INFO [LogLoader partition=-uve-topic-0-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,578] INFO Created log for partition -uve-topic-0-16 in /tmp/kafka-logs/-uve-topic-0-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,578] INFO [Partition -uve-topic-0-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-16 (kafka.cluster.Partition) [2026-06-08 05:46:13,578] INFO [Partition -uve-topic-0-16 broker=2] Log loaded for partition -uve-topic-0-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,582] INFO [LogLoader partition=-uve-topic-21-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,582] INFO Created log for partition -uve-topic-21-25 in /tmp/kafka-logs/-uve-topic-21-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,583] INFO [Partition -uve-topic-21-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-25 (kafka.cluster.Partition) [2026-06-08 05:46:13,583] INFO [Partition -uve-topic-21-25 broker=2] Log loaded for partition -uve-topic-21-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,590] INFO [LogLoader partition=-uve-topic-28-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,590] INFO Created log for partition -uve-topic-28-23 in /tmp/kafka-logs/-uve-topic-28-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,590] INFO [Partition -uve-topic-28-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-23 (kafka.cluster.Partition) [2026-06-08 05:46:13,590] INFO [Partition -uve-topic-28-23 broker=2] Log loaded for partition -uve-topic-28-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,593] INFO [LogLoader partition=-uve-topic-29-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,593] INFO Created log for partition -uve-topic-29-23 in /tmp/kafka-logs/-uve-topic-29-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,593] INFO [Partition -uve-topic-29-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-23 (kafka.cluster.Partition) [2026-06-08 05:46:13,593] INFO [Partition -uve-topic-29-23 broker=2] Log loaded for partition -uve-topic-29-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,597] INFO [LogLoader partition=-uve-topic-2-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,598] INFO Created log for partition -uve-topic-2-17 in /tmp/kafka-logs/-uve-topic-2-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,598] INFO [Partition -uve-topic-2-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-17 (kafka.cluster.Partition) [2026-06-08 05:46:13,598] INFO [Partition -uve-topic-2-17 broker=2] Log loaded for partition -uve-topic-2-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,604] INFO [LogLoader partition=-uve-topic-12-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,604] INFO Created log for partition -uve-topic-12-26 in /tmp/kafka-logs/-uve-topic-12-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,604] INFO [Partition -uve-topic-12-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-26 (kafka.cluster.Partition) [2026-06-08 05:46:13,604] INFO [Partition -uve-topic-12-26 broker=2] Log loaded for partition -uve-topic-12-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,607] INFO [LogLoader partition=-uve-topic-13-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,607] INFO Created log for partition -uve-topic-13-26 in /tmp/kafka-logs/-uve-topic-13-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,607] INFO [Partition -uve-topic-13-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-26 (kafka.cluster.Partition) [2026-06-08 05:46:13,607] INFO [Partition -uve-topic-13-26 broker=2] Log loaded for partition -uve-topic-13-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,610] INFO [LogLoader partition=-uve-topic-21-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,611] INFO Created log for partition -uve-topic-21-24 in /tmp/kafka-logs/-uve-topic-21-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,611] INFO [Partition -uve-topic-21-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-24 (kafka.cluster.Partition) [2026-06-08 05:46:13,611] INFO [Partition -uve-topic-21-24 broker=2] Log loaded for partition -uve-topic-21-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,619] INFO [LogLoader partition=-uve-topic-29-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,620] INFO Created log for partition -uve-topic-29-26 in /tmp/kafka-logs/-uve-topic-29-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,620] INFO [Partition -uve-topic-29-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-26 (kafka.cluster.Partition) [2026-06-08 05:46:13,620] INFO [Partition -uve-topic-29-26 broker=2] Log loaded for partition -uve-topic-29-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,640] INFO [LogLoader partition=-uve-topic-12-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,640] INFO Created log for partition -uve-topic-12-28 in /tmp/kafka-logs/-uve-topic-12-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,640] INFO [Partition -uve-topic-12-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-28 (kafka.cluster.Partition) [2026-06-08 05:46:13,640] INFO [Partition -uve-topic-12-28 broker=2] Log loaded for partition -uve-topic-12-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,645] INFO [LogLoader partition=-uve-topic-13-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,645] INFO Created log for partition -uve-topic-13-28 in /tmp/kafka-logs/-uve-topic-13-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,645] INFO [Partition -uve-topic-13-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-28 (kafka.cluster.Partition) [2026-06-08 05:46:13,645] INFO [Partition -uve-topic-13-28 broker=2] Log loaded for partition -uve-topic-13-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,648] INFO [LogLoader partition=-uve-topic-26-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,648] INFO Created log for partition -uve-topic-26-26 in /tmp/kafka-logs/-uve-topic-26-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,648] INFO [Partition -uve-topic-26-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-26 (kafka.cluster.Partition) [2026-06-08 05:46:13,648] INFO [Partition -uve-topic-26-26 broker=2] Log loaded for partition -uve-topic-26-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,651] INFO [LogLoader partition=-uve-topic-28-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,651] INFO Created log for partition -uve-topic-28-26 in /tmp/kafka-logs/-uve-topic-28-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,651] INFO [Partition -uve-topic-28-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-26 (kafka.cluster.Partition) [2026-06-08 05:46:13,651] INFO [Partition -uve-topic-28-26 broker=2] Log loaded for partition -uve-topic-28-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,654] INFO [LogLoader partition=-uve-topic-1-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,655] INFO Created log for partition -uve-topic-1-18 in /tmp/kafka-logs/-uve-topic-1-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,656] INFO [Partition -uve-topic-1-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-18 (kafka.cluster.Partition) [2026-06-08 05:46:13,656] INFO [Partition -uve-topic-1-18 broker=2] Log loaded for partition -uve-topic-1-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,662] INFO [LogLoader partition=-uve-topic-21-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,662] INFO Created log for partition -uve-topic-21-27 in /tmp/kafka-logs/-uve-topic-21-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,662] INFO [Partition -uve-topic-21-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-27 (kafka.cluster.Partition) [2026-06-08 05:46:13,662] INFO [Partition -uve-topic-21-27 broker=2] Log loaded for partition -uve-topic-21-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,665] INFO [LogLoader partition=-uve-topic-2-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,665] INFO Created log for partition -uve-topic-2-18 in /tmp/kafka-logs/-uve-topic-2-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,665] INFO [Partition -uve-topic-2-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-18 (kafka.cluster.Partition) [2026-06-08 05:46:13,666] INFO [Partition -uve-topic-2-18 broker=2] Log loaded for partition -uve-topic-2-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,670] INFO [LogLoader partition=-uve-topic-0-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,671] INFO Created log for partition -uve-topic-0-18 in /tmp/kafka-logs/-uve-topic-0-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,671] INFO [Partition -uve-topic-0-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-18 (kafka.cluster.Partition) [2026-06-08 05:46:13,671] INFO [Partition -uve-topic-0-18 broker=2] Log loaded for partition -uve-topic-0-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,673] INFO [LogLoader partition=-uve-topic-26-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,674] INFO Created log for partition -uve-topic-26-25 in /tmp/kafka-logs/-uve-topic-26-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,674] INFO [Partition -uve-topic-26-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-25 (kafka.cluster.Partition) [2026-06-08 05:46:13,674] INFO [Partition -uve-topic-26-25 broker=2] Log loaded for partition -uve-topic-26-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,683] INFO [LogLoader partition=-uve-topic-27-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,683] INFO Created log for partition -uve-topic-27-25 in /tmp/kafka-logs/-uve-topic-27-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,683] INFO [Partition -uve-topic-27-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-25 (kafka.cluster.Partition) [2026-06-08 05:46:13,683] INFO [Partition -uve-topic-27-25 broker=2] Log loaded for partition -uve-topic-27-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,686] INFO [LogLoader partition=-uve-topic-28-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,686] INFO Created log for partition -uve-topic-28-25 in /tmp/kafka-logs/-uve-topic-28-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,687] INFO [Partition -uve-topic-28-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-25 (kafka.cluster.Partition) [2026-06-08 05:46:13,687] INFO [Partition -uve-topic-28-25 broker=2] Log loaded for partition -uve-topic-28-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,690] INFO [LogLoader partition=-uve-topic-3-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,690] INFO Created log for partition -uve-topic-3-18 in /tmp/kafka-logs/-uve-topic-3-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,691] INFO [Partition -uve-topic-3-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-18 (kafka.cluster.Partition) [2026-06-08 05:46:13,691] INFO [Partition -uve-topic-3-18 broker=2] Log loaded for partition -uve-topic-3-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,693] INFO [LogLoader partition=-uve-topic-29-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,694] INFO Created log for partition -uve-topic-29-25 in /tmp/kafka-logs/-uve-topic-29-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,695] INFO [Partition -uve-topic-29-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-25 (kafka.cluster.Partition) [2026-06-08 05:46:13,695] INFO [Partition -uve-topic-29-25 broker=2] Log loaded for partition -uve-topic-29-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,701] INFO [LogLoader partition=-uve-topic-0-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,702] INFO Created log for partition -uve-topic-0-19 in /tmp/kafka-logs/-uve-topic-0-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,702] INFO [Partition -uve-topic-0-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-19 (kafka.cluster.Partition) [2026-06-08 05:46:13,702] INFO [Partition -uve-topic-0-19 broker=2] Log loaded for partition -uve-topic-0-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,706] INFO [LogLoader partition=-uve-topic-1-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,707] INFO Created log for partition -uve-topic-1-19 in /tmp/kafka-logs/-uve-topic-1-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,707] INFO [Partition -uve-topic-1-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-19 (kafka.cluster.Partition) [2026-06-08 05:46:13,707] INFO [Partition -uve-topic-1-19 broker=2] Log loaded for partition -uve-topic-1-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,713] INFO [LogLoader partition=-uve-topic-11-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,714] INFO Created log for partition -uve-topic-11-28 in /tmp/kafka-logs/-uve-topic-11-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,714] INFO [Partition -uve-topic-11-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-28 (kafka.cluster.Partition) [2026-06-08 05:46:13,714] INFO [Partition -uve-topic-11-28 broker=2] Log loaded for partition -uve-topic-11-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,716] INFO [LogLoader partition=-uve-topic-26-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,717] INFO Created log for partition -uve-topic-26-13 in /tmp/kafka-logs/-uve-topic-26-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,719] INFO [Partition -uve-topic-26-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-13 (kafka.cluster.Partition) [2026-06-08 05:46:13,719] INFO [Partition -uve-topic-26-13 broker=2] Log loaded for partition -uve-topic-26-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,721] INFO [LogLoader partition=-uve-topic-0-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,722] INFO Created log for partition -uve-topic-0-27 in /tmp/kafka-logs/-uve-topic-0-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,723] INFO [Partition -uve-topic-0-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-27 (kafka.cluster.Partition) [2026-06-08 05:46:13,723] INFO [Partition -uve-topic-0-27 broker=2] Log loaded for partition -uve-topic-0-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,731] INFO [LogLoader partition=-uve-topic-27-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,731] INFO Created log for partition -uve-topic-27-13 in /tmp/kafka-logs/-uve-topic-27-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,731] INFO [Partition -uve-topic-27-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-13 (kafka.cluster.Partition) [2026-06-08 05:46:13,731] INFO [Partition -uve-topic-27-13 broker=2] Log loaded for partition -uve-topic-27-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,736] INFO [LogLoader partition=-uve-topic-1-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,736] INFO Created log for partition -uve-topic-1-27 in /tmp/kafka-logs/-uve-topic-1-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,736] INFO [Partition -uve-topic-1-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-27 (kafka.cluster.Partition) [2026-06-08 05:46:13,736] INFO [Partition -uve-topic-1-27 broker=2] Log loaded for partition -uve-topic-1-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,741] INFO [LogLoader partition=-uve-topic-28-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,743] INFO Created log for partition -uve-topic-28-13 in /tmp/kafka-logs/-uve-topic-28-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,743] INFO [Partition -uve-topic-28-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-13 (kafka.cluster.Partition) [2026-06-08 05:46:13,743] INFO [Partition -uve-topic-28-13 broker=2] Log loaded for partition -uve-topic-28-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,751] INFO [LogLoader partition=-uve-topic-29-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,751] INFO Created log for partition -uve-topic-29-13 in /tmp/kafka-logs/-uve-topic-29-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,751] INFO [Partition -uve-topic-29-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-13 (kafka.cluster.Partition) [2026-06-08 05:46:13,751] INFO [Partition -uve-topic-29-13 broker=2] Log loaded for partition -uve-topic-29-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,756] INFO [LogLoader partition=-uve-topic-11-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,756] INFO Created log for partition -uve-topic-11-15 in /tmp/kafka-logs/-uve-topic-11-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,756] INFO [Partition -uve-topic-11-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-15 (kafka.cluster.Partition) [2026-06-08 05:46:13,756] INFO [Partition -uve-topic-11-15 broker=2] Log loaded for partition -uve-topic-11-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,763] INFO [LogLoader partition=-uve-topic-2-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,763] INFO Created log for partition -uve-topic-2-27 in /tmp/kafka-logs/-uve-topic-2-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,763] INFO [Partition -uve-topic-2-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-27 (kafka.cluster.Partition) [2026-06-08 05:46:13,763] INFO [Partition -uve-topic-2-27 broker=2] Log loaded for partition -uve-topic-2-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,766] INFO [LogLoader partition=-uve-topic-3-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,766] INFO Created log for partition -uve-topic-3-27 in /tmp/kafka-logs/-uve-topic-3-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,766] INFO [Partition -uve-topic-3-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-27 (kafka.cluster.Partition) [2026-06-08 05:46:13,766] INFO [Partition -uve-topic-3-27 broker=2] Log loaded for partition -uve-topic-3-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,773] INFO [LogLoader partition=-uve-topic-27-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,773] INFO Created log for partition -uve-topic-27-12 in /tmp/kafka-logs/-uve-topic-27-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,773] INFO [Partition -uve-topic-27-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-12 (kafka.cluster.Partition) [2026-06-08 05:46:13,773] INFO [Partition -uve-topic-27-12 broker=2] Log loaded for partition -uve-topic-27-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,776] INFO [LogLoader partition=-uve-topic-0-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,776] INFO Created log for partition -uve-topic-0-28 in /tmp/kafka-logs/-uve-topic-0-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,779] INFO [Partition -uve-topic-0-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-28 (kafka.cluster.Partition) [2026-06-08 05:46:13,779] INFO [Partition -uve-topic-0-28 broker=2] Log loaded for partition -uve-topic-0-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,785] INFO [LogLoader partition=-uve-topic-12-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,785] INFO Created log for partition -uve-topic-12-14 in /tmp/kafka-logs/-uve-topic-12-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,785] INFO [Partition -uve-topic-12-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-14 (kafka.cluster.Partition) [2026-06-08 05:46:13,785] INFO [Partition -uve-topic-12-14 broker=2] Log loaded for partition -uve-topic-12-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,795] INFO [LogLoader partition=-uve-topic-13-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,795] INFO Created log for partition -uve-topic-13-14 in /tmp/kafka-logs/-uve-topic-13-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,796] INFO [Partition -uve-topic-13-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-14 (kafka.cluster.Partition) [2026-06-08 05:46:13,796] INFO [Partition -uve-topic-13-14 broker=2] Log loaded for partition -uve-topic-13-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,805] INFO [LogLoader partition=-uve-topic-21-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,805] INFO Created log for partition -uve-topic-21-13 in /tmp/kafka-logs/-uve-topic-21-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,805] INFO [Partition -uve-topic-21-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-13 (kafka.cluster.Partition) [2026-06-08 05:46:13,805] INFO [Partition -uve-topic-21-13 broker=2] Log loaded for partition -uve-topic-21-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,808] INFO [LogLoader partition=-uve-topic-3-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,808] INFO Created log for partition -uve-topic-3-28 in /tmp/kafka-logs/-uve-topic-3-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,808] INFO [Partition -uve-topic-3-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-28 (kafka.cluster.Partition) [2026-06-08 05:46:13,808] INFO [Partition -uve-topic-3-28 broker=2] Log loaded for partition -uve-topic-3-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,817] INFO [LogLoader partition=-uve-topic-1-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,821] INFO Created log for partition -uve-topic-1-28 in /tmp/kafka-logs/-uve-topic-1-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,824] INFO [Partition -uve-topic-1-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-28 (kafka.cluster.Partition) [2026-06-08 05:46:13,824] INFO [Partition -uve-topic-1-28 broker=2] Log loaded for partition -uve-topic-1-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,826] INFO [LogLoader partition=-uve-topic-12-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,827] INFO Created log for partition -uve-topic-12-17 in /tmp/kafka-logs/-uve-topic-12-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,827] INFO [Partition -uve-topic-12-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-17 (kafka.cluster.Partition) [2026-06-08 05:46:13,827] INFO [Partition -uve-topic-12-17 broker=2] Log loaded for partition -uve-topic-12-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,838] INFO [LogLoader partition=-uve-topic-13-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,839] INFO Created log for partition -uve-topic-13-17 in /tmp/kafka-logs/-uve-topic-13-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,839] INFO [Partition -uve-topic-13-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-17 (kafka.cluster.Partition) [2026-06-08 05:46:13,839] INFO [Partition -uve-topic-13-17 broker=2] Log loaded for partition -uve-topic-13-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,849] INFO [LogLoader partition=-uve-topic-27-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,850] INFO Created log for partition -uve-topic-27-15 in /tmp/kafka-logs/-uve-topic-27-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,850] INFO [Partition -uve-topic-27-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-15 (kafka.cluster.Partition) [2026-06-08 05:46:13,850] INFO [Partition -uve-topic-27-15 broker=2] Log loaded for partition -uve-topic-27-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,856] INFO [LogLoader partition=-uve-topic-21-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,858] INFO Created log for partition -uve-topic-21-15 in /tmp/kafka-logs/-uve-topic-21-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,861] INFO [Partition -uve-topic-21-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-15 (kafka.cluster.Partition) [2026-06-08 05:46:13,861] INFO [Partition -uve-topic-21-15 broker=2] Log loaded for partition -uve-topic-21-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,864] INFO [LogLoader partition=-uve-topic-2-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,864] INFO Created log for partition -uve-topic-2-29 in /tmp/kafka-logs/-uve-topic-2-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,864] INFO [Partition -uve-topic-2-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-29 (kafka.cluster.Partition) [2026-06-08 05:46:13,864] INFO [Partition -uve-topic-2-29 broker=2] Log loaded for partition -uve-topic-2-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,870] INFO [LogLoader partition=-uve-topic-12-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,870] INFO Created log for partition -uve-topic-12-16 in /tmp/kafka-logs/-uve-topic-12-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,870] INFO [Partition -uve-topic-12-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-16 (kafka.cluster.Partition) [2026-06-08 05:46:13,871] INFO [Partition -uve-topic-12-16 broker=2] Log loaded for partition -uve-topic-12-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,876] INFO [LogLoader partition=-uve-topic-13-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,876] INFO Created log for partition -uve-topic-13-16 in /tmp/kafka-logs/-uve-topic-13-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,876] INFO [Partition -uve-topic-13-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-16 (kafka.cluster.Partition) [2026-06-08 05:46:13,876] INFO [Partition -uve-topic-13-16 broker=2] Log loaded for partition -uve-topic-13-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,881] INFO [LogLoader partition=-uve-topic-26-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,881] INFO Created log for partition -uve-topic-26-14 in /tmp/kafka-logs/-uve-topic-26-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,881] INFO [Partition -uve-topic-26-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-14 (kafka.cluster.Partition) [2026-06-08 05:46:13,881] INFO [Partition -uve-topic-26-14 broker=2] Log loaded for partition -uve-topic-26-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,888] INFO [LogLoader partition=-uve-topic-28-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,888] INFO Created log for partition -uve-topic-28-14 in /tmp/kafka-logs/-uve-topic-28-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,888] INFO [Partition -uve-topic-28-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-14 (kafka.cluster.Partition) [2026-06-08 05:46:13,888] INFO [Partition -uve-topic-28-14 broker=2] Log loaded for partition -uve-topic-28-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,890] INFO [LogLoader partition=-uve-topic-11-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,890] INFO Created log for partition -uve-topic-11-16 in /tmp/kafka-logs/-uve-topic-11-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,890] INFO [Partition -uve-topic-11-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-16 (kafka.cluster.Partition) [2026-06-08 05:46:13,890] INFO [Partition -uve-topic-11-16 broker=2] Log loaded for partition -uve-topic-11-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,891] INFO [LogLoader partition=-uve-topic-3-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,892] INFO Created log for partition -uve-topic-3-0 in /tmp/kafka-logs/-uve-topic-3-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,892] INFO [Partition -uve-topic-3-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-0 (kafka.cluster.Partition) [2026-06-08 05:46:13,892] INFO [Partition -uve-topic-3-0 broker=2] Log loaded for partition -uve-topic-3-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,898] INFO [LogLoader partition=-uve-topic-1-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,898] INFO Created log for partition -uve-topic-1-0 in /tmp/kafka-logs/-uve-topic-1-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,898] INFO [Partition -uve-topic-1-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-0 (kafka.cluster.Partition) [2026-06-08 05:46:13,898] INFO [Partition -uve-topic-1-0 broker=2] Log loaded for partition -uve-topic-1-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,905] INFO [LogLoader partition=-uve-topic-2-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,905] INFO Created log for partition -uve-topic-2-0 in /tmp/kafka-logs/-uve-topic-2-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,905] INFO [Partition -uve-topic-2-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-0 (kafka.cluster.Partition) [2026-06-08 05:46:13,905] INFO [Partition -uve-topic-2-0 broker=2] Log loaded for partition -uve-topic-2-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,907] INFO [LogLoader partition=-uve-topic-29-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,908] INFO Created log for partition -uve-topic-29-14 in /tmp/kafka-logs/-uve-topic-29-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,910] INFO [Partition -uve-topic-29-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-14 (kafka.cluster.Partition) [2026-06-08 05:46:13,911] INFO [Partition -uve-topic-29-14 broker=2] Log loaded for partition -uve-topic-29-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,915] INFO [LogLoader partition=-uve-topic-0-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,915] INFO Created log for partition -uve-topic-0-0 in /tmp/kafka-logs/-uve-topic-0-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,916] INFO [Partition -uve-topic-0-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-0 (kafka.cluster.Partition) [2026-06-08 05:46:13,925] INFO [Partition -uve-topic-0-0 broker=2] Log loaded for partition -uve-topic-0-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,928] INFO [LogLoader partition=-uve-topic-11-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,928] INFO Created log for partition -uve-topic-11-19 in /tmp/kafka-logs/-uve-topic-11-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,928] INFO [Partition -uve-topic-11-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-19 (kafka.cluster.Partition) [2026-06-08 05:46:13,928] INFO [Partition -uve-topic-11-19 broker=2] Log loaded for partition -uve-topic-11-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,936] INFO [LogLoader partition=-uve-topic-2-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,937] INFO Created log for partition -uve-topic-2-23 in /tmp/kafka-logs/-uve-topic-2-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,938] INFO [Partition -uve-topic-2-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-23 (kafka.cluster.Partition) [2026-06-08 05:46:13,938] INFO [Partition -uve-topic-2-23 broker=2] Log loaded for partition -uve-topic-2-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,944] INFO [LogLoader partition=-uve-topic-12-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,944] INFO Created log for partition -uve-topic-12-19 in /tmp/kafka-logs/-uve-topic-12-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,945] INFO [Partition -uve-topic-12-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-19 (kafka.cluster.Partition) [2026-06-08 05:46:13,945] INFO [Partition -uve-topic-12-19 broker=2] Log loaded for partition -uve-topic-12-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,951] INFO [LogLoader partition=-uve-topic-13-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,951] INFO Created log for partition -uve-topic-13-19 in /tmp/kafka-logs/-uve-topic-13-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,951] INFO [Partition -uve-topic-13-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-19 (kafka.cluster.Partition) [2026-06-08 05:46:13,951] INFO [Partition -uve-topic-13-19 broker=2] Log loaded for partition -uve-topic-13-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,956] INFO [LogLoader partition=-uve-topic-26-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,956] INFO Created log for partition -uve-topic-26-17 in /tmp/kafka-logs/-uve-topic-26-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,956] INFO [Partition -uve-topic-26-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-17 (kafka.cluster.Partition) [2026-06-08 05:46:13,956] INFO [Partition -uve-topic-26-17 broker=2] Log loaded for partition -uve-topic-26-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,959] INFO [LogLoader partition=-uve-topic-28-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,959] INFO Created log for partition -uve-topic-28-17 in /tmp/kafka-logs/-uve-topic-28-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,959] INFO [Partition -uve-topic-28-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-17 (kafka.cluster.Partition) [2026-06-08 05:46:13,959] INFO [Partition -uve-topic-28-17 broker=2] Log loaded for partition -uve-topic-28-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,964] INFO [LogLoader partition=-uve-topic-29-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,967] INFO Created log for partition -uve-topic-29-17 in /tmp/kafka-logs/-uve-topic-29-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,967] INFO [Partition -uve-topic-29-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-17 (kafka.cluster.Partition) [2026-06-08 05:46:13,967] INFO [Partition -uve-topic-29-17 broker=2] Log loaded for partition -uve-topic-29-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,969] INFO [LogLoader partition=-uve-topic-3-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,969] INFO Created log for partition -uve-topic-3-24 in /tmp/kafka-logs/-uve-topic-3-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,970] INFO [Partition -uve-topic-3-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-24 (kafka.cluster.Partition) [2026-06-08 05:46:13,970] INFO [Partition -uve-topic-3-24 broker=2] Log loaded for partition -uve-topic-3-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,979] INFO [LogLoader partition=-uve-topic-11-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,980] INFO Created log for partition -uve-topic-11-18 in /tmp/kafka-logs/-uve-topic-11-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,980] INFO [Partition -uve-topic-11-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-18 (kafka.cluster.Partition) [2026-06-08 05:46:13,980] INFO [Partition -uve-topic-11-18 broker=2] Log loaded for partition -uve-topic-11-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,983] INFO [LogLoader partition=-uve-topic-1-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,983] INFO Created log for partition -uve-topic-1-24 in /tmp/kafka-logs/-uve-topic-1-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,983] INFO [Partition -uve-topic-1-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-24 (kafka.cluster.Partition) [2026-06-08 05:46:13,983] INFO [Partition -uve-topic-1-24 broker=2] Log loaded for partition -uve-topic-1-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,987] INFO [LogLoader partition=-uve-topic-26-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,992] INFO Created log for partition -uve-topic-26-16 in /tmp/kafka-logs/-uve-topic-26-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,994] INFO [Partition -uve-topic-26-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-16 (kafka.cluster.Partition) [2026-06-08 05:46:13,994] INFO [Partition -uve-topic-26-16 broker=2] Log loaded for partition -uve-topic-26-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:13,996] INFO [LogLoader partition=-uve-topic-2-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:13,997] INFO Created log for partition -uve-topic-2-24 in /tmp/kafka-logs/-uve-topic-2-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:13,997] INFO [Partition -uve-topic-2-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-24 (kafka.cluster.Partition) [2026-06-08 05:46:13,997] INFO [Partition -uve-topic-2-24 broker=2] Log loaded for partition -uve-topic-2-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,002] INFO [LogLoader partition=-uve-topic-0-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,003] INFO Created log for partition -uve-topic-0-24 in /tmp/kafka-logs/-uve-topic-0-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,003] INFO [Partition -uve-topic-0-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-24 (kafka.cluster.Partition) [2026-06-08 05:46:14,003] INFO [Partition -uve-topic-0-24 broker=2] Log loaded for partition -uve-topic-0-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,008] INFO [LogLoader partition=-uve-topic-21-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,008] INFO Created log for partition -uve-topic-21-16 in /tmp/kafka-logs/-uve-topic-21-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,008] INFO [Partition -uve-topic-21-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-16 (kafka.cluster.Partition) [2026-06-08 05:46:14,008] INFO [Partition -uve-topic-21-16 broker=2] Log loaded for partition -uve-topic-21-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,016] INFO [LogLoader partition=-uve-topic-27-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,016] INFO Created log for partition -uve-topic-27-16 in /tmp/kafka-logs/-uve-topic-27-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,016] INFO [Partition -uve-topic-27-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-16 (kafka.cluster.Partition) [2026-06-08 05:46:14,016] INFO [Partition -uve-topic-27-16 broker=2] Log loaded for partition -uve-topic-27-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,023] INFO [LogLoader partition=-uve-topic-28-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,023] INFO Created log for partition -uve-topic-28-16 in /tmp/kafka-logs/-uve-topic-28-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,023] INFO [Partition -uve-topic-28-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-16 (kafka.cluster.Partition) [2026-06-08 05:46:14,023] INFO [Partition -uve-topic-28-16 broker=2] Log loaded for partition -uve-topic-28-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,028] INFO [LogLoader partition=-uve-topic-29-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,028] INFO Created log for partition -uve-topic-29-16 in /tmp/kafka-logs/-uve-topic-29-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,028] INFO [Partition -uve-topic-29-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-16 (kafka.cluster.Partition) [2026-06-08 05:46:14,028] INFO [Partition -uve-topic-29-16 broker=2] Log loaded for partition -uve-topic-29-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,035] INFO [LogLoader partition=-uve-topic-21-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,037] INFO Created log for partition -uve-topic-21-19 in /tmp/kafka-logs/-uve-topic-21-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,039] INFO [Partition -uve-topic-21-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-19 (kafka.cluster.Partition) [2026-06-08 05:46:14,039] INFO [Partition -uve-topic-21-19 broker=2] Log loaded for partition -uve-topic-21-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,044] INFO [LogLoader partition=-uve-topic-3-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,044] INFO Created log for partition -uve-topic-3-25 in /tmp/kafka-logs/-uve-topic-3-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,044] INFO [Partition -uve-topic-3-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-25 (kafka.cluster.Partition) [2026-06-08 05:46:14,044] INFO [Partition -uve-topic-3-25 broker=2] Log loaded for partition -uve-topic-3-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,047] INFO [LogLoader partition=-uve-topic-0-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,047] INFO Created log for partition -uve-topic-0-25 in /tmp/kafka-logs/-uve-topic-0-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,050] INFO [Partition -uve-topic-0-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-25 (kafka.cluster.Partition) [2026-06-08 05:46:14,050] INFO [Partition -uve-topic-0-25 broker=2] Log loaded for partition -uve-topic-0-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,053] INFO [LogLoader partition=-uve-topic-1-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,053] INFO Created log for partition -uve-topic-1-25 in /tmp/kafka-logs/-uve-topic-1-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,053] INFO [Partition -uve-topic-1-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-25 (kafka.cluster.Partition) [2026-06-08 05:46:14,053] INFO [Partition -uve-topic-1-25 broker=2] Log loaded for partition -uve-topic-1-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,055] INFO [LogLoader partition=-uve-topic-28-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,055] INFO Created log for partition -uve-topic-28-19 in /tmp/kafka-logs/-uve-topic-28-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,057] INFO [Partition -uve-topic-28-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-19 (kafka.cluster.Partition) [2026-06-08 05:46:14,057] INFO [Partition -uve-topic-28-19 broker=2] Log loaded for partition -uve-topic-28-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,065] INFO [LogLoader partition=-uve-topic-29-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,065] INFO Created log for partition -uve-topic-29-19 in /tmp/kafka-logs/-uve-topic-29-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,065] INFO [Partition -uve-topic-29-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-19 (kafka.cluster.Partition) [2026-06-08 05:46:14,065] INFO [Partition -uve-topic-29-19 broker=2] Log loaded for partition -uve-topic-29-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,070] INFO [LogLoader partition=-uve-topic-11-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,070] INFO Created log for partition -uve-topic-11-21 in /tmp/kafka-logs/-uve-topic-11-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,070] INFO [Partition -uve-topic-11-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-21 (kafka.cluster.Partition) [2026-06-08 05:46:14,070] INFO [Partition -uve-topic-11-21 broker=2] Log loaded for partition -uve-topic-11-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,075] INFO [LogLoader partition=-uve-topic-26-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,075] INFO Created log for partition -uve-topic-26-19 in /tmp/kafka-logs/-uve-topic-26-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,075] INFO [Partition -uve-topic-26-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-19 (kafka.cluster.Partition) [2026-06-08 05:46:14,075] INFO [Partition -uve-topic-26-19 broker=2] Log loaded for partition -uve-topic-26-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,081] INFO [LogLoader partition=-uve-topic-27-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,081] INFO Created log for partition -uve-topic-27-19 in /tmp/kafka-logs/-uve-topic-27-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,081] INFO [Partition -uve-topic-27-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-19 (kafka.cluster.Partition) [2026-06-08 05:46:14,081] INFO [Partition -uve-topic-27-19 broker=2] Log loaded for partition -uve-topic-27-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,087] INFO [LogLoader partition=-uve-topic-21-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,087] INFO Created log for partition -uve-topic-21-18 in /tmp/kafka-logs/-uve-topic-21-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,088] INFO [Partition -uve-topic-21-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-18 (kafka.cluster.Partition) [2026-06-08 05:46:14,088] INFO [Partition -uve-topic-21-18 broker=2] Log loaded for partition -uve-topic-21-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,093] INFO [LogLoader partition=-uve-topic-2-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,094] INFO Created log for partition -uve-topic-2-26 in /tmp/kafka-logs/-uve-topic-2-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,094] INFO [Partition -uve-topic-2-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-26 (kafka.cluster.Partition) [2026-06-08 05:46:14,094] INFO [Partition -uve-topic-2-26 broker=2] Log loaded for partition -uve-topic-2-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,099] INFO [LogLoader partition=-uve-topic-12-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,099] INFO Created log for partition -uve-topic-12-20 in /tmp/kafka-logs/-uve-topic-12-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,099] INFO [Partition -uve-topic-12-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-20 (kafka.cluster.Partition) [2026-06-08 05:46:14,099] INFO [Partition -uve-topic-12-20 broker=2] Log loaded for partition -uve-topic-12-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,104] INFO [LogLoader partition=-uve-topic-13-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,104] INFO Created log for partition -uve-topic-13-20 in /tmp/kafka-logs/-uve-topic-13-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,104] INFO [Partition -uve-topic-13-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-20 (kafka.cluster.Partition) [2026-06-08 05:46:14,104] INFO [Partition -uve-topic-13-20 broker=2] Log loaded for partition -uve-topic-13-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,107] INFO [LogLoader partition=-uve-topic-27-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,107] INFO Created log for partition -uve-topic-27-18 in /tmp/kafka-logs/-uve-topic-27-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,107] INFO [Partition -uve-topic-27-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-18 (kafka.cluster.Partition) [2026-06-08 05:46:14,107] INFO [Partition -uve-topic-27-18 broker=2] Log loaded for partition -uve-topic-27-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,108] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-27-6, -uve-topic-0-22, -uve-topic-13-7, -uve-topic-11-24, -uve-topic-3-22, -uve-topic-1-22, -uve-topic-27-22, -uve-topic-28-22, -uve-topic-0-6, -uve-topic-29-22, -uve-topic-13-23, -uve-topic-26-22, -uve-topic-21-6, -uve-topic-11-7, -uve-topic-12-7, -uve-topic-3-6, -uve-topic-1-6, -uve-topic-2-6, -uve-topic-28-7, -uve-topic-29-7, -uve-topic-26-7, -uve-topic-27-7, -uve-topic-11-25, -uve-topic-21-24, -uve-topic-12-25, -uve-topic-13-25, -uve-topic-2-23, -uve-topic-28-23, -uve-topic-0-7, -uve-topic-29-23, -uve-topic-1-7, -uve-topic-26-23, -uve-topic-21-7, -uve-topic-12-8, -uve-topic-13-8, -uve-topic-3-7, -uve-topic-29-8, -uve-topic-26-8, -uve-topic-28-8, -uve-topic-12-26, -uve-topic-13-26, -uve-topic-2-20, -uve-topic-21-25, -uve-topic-27-24, -uve-topic-11-9, -uve-topic-3-4, -uve-topic-1-4, -uve-topic-0-4, -uve-topic-27-9, -uve-topic-26-26, -uve-topic-2-21, -uve-topic-3-21, -uve-topic-11-27, -uve-topic-0-21, -uve-topic-1-21, -uve-topic-26-25, -uve-topic-27-25, -uve-topic-28-25, -uve-topic-29-25, -uve-topic-12-10, -uve-topic-13-10, -uve-topic-2-5, -uve-topic-11-10, -uve-topic-21-9, -uve-topic-26-2, -uve-topic-2-26, -uve-topic-11-3, -uve-topic-28-2, -uve-topic-29-2, -uve-topic-13-19, -uve-topic-3-10, -uve-topic-1-10, -uve-topic-0-10, -uve-topic-11-19, -uve-topic-21-18, -uve-topic-12-19, -uve-topic-27-18, -uve-topic-2-27, -uve-topic-27-3, -uve-topic-3-27, -uve-topic-0-27, -uve-topic-11-4, -uve-topic-21-3, -uve-topic-1-27, -uve-topic-12-4, -uve-topic-13-4, -uve-topic-26-19, -uve-topic-2-11, -uve-topic-27-19, -uve-topic-21-19, -uve-topic-12-20, -uve-topic-13-20, -uve-topic-28-19, -uve-topic-29-19, -uve-topic-1-24, -uve-topic-26-4, -uve-topic-2-24, -uve-topic-27-4, -uve-topic-28-4, -uve-topic-0-24, -uve-topic-21-4, -uve-topic-12-5, -uve-topic-13-5, -uve-topic-21-21, -uve-topic-11-22, -uve-topic-29-4, -uve-topic-3-24, -uve-topic-26-20, -uve-topic-2-8, -uve-topic-28-20, -uve-topic-11-21, -uve-topic-29-20, -uve-topic-26-5, -uve-topic-3-25, -uve-topic-28-5, -uve-topic-0-25, -uve-topic-29-5, -uve-topic-1-25, -uve-topic-21-22, -uve-topic-12-23, -uve-topic-2-9, -uve-topic-27-21, -uve-topic-3-9, -uve-topic-0-9, -uve-topic-1-9, -uve-topic-12-22, -uve-topic-13-22, -uve-topic-11-6, -uve-topic-11-15, -uve-topic-2-14, -uve-topic-28-14, -uve-topic-29-14, -uve-topic-26-14, -uve-topic-11-0, -uve-topic-0-15, -uve-topic-1-15, -uve-topic-21-15, -uve-topic-11-16, -uve-topic-12-16, -uve-topic-13-16, -uve-topic-2-15, -uve-topic-3-15, -uve-topic-27-15, -uve-topic-21-0, -uve-topic-11-1, -uve-topic-12-1, -uve-topic-13-1, -uve-topic-3-28, -uve-topic-1-28, -uve-topic-0-28, -uve-topic-27-0, -uve-topic-21-16, -uve-topic-12-17, -uve-topic-13-17, -uve-topic-3-12, -uve-topic-1-12, -uve-topic-2-12, -uve-topic-0-12, -uve-topic-29-16, -uve-topic-26-16, -uve-topic-27-16, -uve-topic-28-16, -uve-topic-12-2, -uve-topic-13-2, -uve-topic-2-29, -uve-topic-21-1, -uve-topic-26-1, -uve-topic-27-1, -uve-topic-28-1, -uve-topic-29-1, -uve-topic-3-13, -uve-topic-0-13, -uve-topic-11-18, -uve-topic-1-13, -uve-topic-26-17, -uve-topic-28-17, -uve-topic-29-17, -uve-topic-27-10, -uve-topic-28-10, -uve-topic-29-10, -uve-topic-3-18, -uve-topic-1-18, -uve-topic-27-27, -uve-topic-2-18, -uve-topic-21-27, -uve-topic-11-28, -uve-topic-0-18, -uve-topic-12-28, -uve-topic-13-28, -uve-topic-28-26, -uve-topic-29-26, -uve-topic-13-11, -uve-topic-26-10, -uve-topic-2-2, -uve-topic-21-10, -uve-topic-12-11, -uve-topic-28-11, -uve-topic-29-11, -uve-topic-26-28, -uve-topic-27-28, -uve-topic-28-28, -uve-topic-3-19, -uve-topic-21-28, -uve-topic-0-19, -uve-topic-12-29, -uve-topic-1-19, -uve-topic-13-29, -uve-topic-26-11, -uve-topic-2-3, -uve-topic-3-3, -uve-topic-0-3, -uve-topic-11-12, -uve-topic-1-3, -uve-topic-26-29, -uve-topic-1-16, -uve-topic-28-29, -uve-topic-29-29, -uve-topic-0-16, -uve-topic-29-28, -uve-topic-3-16, -uve-topic-1-0, -uve-topic-2-0, -uve-topic-27-12, -uve-topic-0-0, -uve-topic-11-13, -uve-topic-21-12, -uve-topic-12-13, -uve-topic-13-13, -uve-topic-3-0, -uve-topic-2-17, -uve-topic-21-13, -uve-topic-26-13, -uve-topic-27-13, -uve-topic-3-1, -uve-topic-28-13, -uve-topic-0-1, -uve-topic-29-13, -uve-topic-1-1, -uve-topic-12-14, -uve-topic-13-14) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:14,125] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(-uve-topic-21-1 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-21-16 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-21-13 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-13-11 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-2-18 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-26-20 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-28-26 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-28-2 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-11-16 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-3-10 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-12-5 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-29-11 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-21-7 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-3-19 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-0-16 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-3-28 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-0-25 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-29-29 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-12-14 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-21-4 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-12-17 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-29-23 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-11-13 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-2-6 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-2-27 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-0-4 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-3-25 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-27-10 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-29-5 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-28-11 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-2-24 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-13-26 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-3-4 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-13-5 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-29-26 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-28-8 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-21-28 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-26-5 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-0-22 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-26-23 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-26-29 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-3-7 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-27-19 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-29-2 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-13-23 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-29-8 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-12-26 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-13-20 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-11-25 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-3-22 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-0-13 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-26-17 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-1-13 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-12-11 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-27-7 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-1-1 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-2-21 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-13-8 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-1-22 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-13-14 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-11-22 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-28-17 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-12-29 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-27-16 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-12-23 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-1-7 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-28-14 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-26-26 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-3-16 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-12-20 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-1-19 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-1-16 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-21-25 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-21-10 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-11-19 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-1-25 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-2-15 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-11-10 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-28-20 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-26-11 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-27-22 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-1-28 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-1-10 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-27-13 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-13-2 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-28-23 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-0-28 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-3-13 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-21-22 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-27-1 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-1-4 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-2-3 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-29-17 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-11-7 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-27-28 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-27-25 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-26-2 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-13-29 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-12-8 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-11-1 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-12-2 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-26-8 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-2-12 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-13-17 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-0-10 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-29-20 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-28-5 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-11-28 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-11-4 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-29-14 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-21-19 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-0-1 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-2-9 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-3-1 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-2-0 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-26-14 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-28-29 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-0-19 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-0-7 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-27-4 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:14,126] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 3 for partitions HashMap(-uve-topic-13-28 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-3-12 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-21-0 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-13-25 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-1-12 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-11-24 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-13-22 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-1-3 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-28-10 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-28-1 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-21-15 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-27-0 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-27-18 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-3-21 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-28-28 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-27-24 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-1-6 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-2-20 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-28-19 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-28-25 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-13-19 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-28-4 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-1-0 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-13-7 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-13-10 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-29-13 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-28-22 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-27-3 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-26-7 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-21-12 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-27-21 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-1-9 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-12-25 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-11-21 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-3-3 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-12-22 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-0-3 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-29-4 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-0-15 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-29-10 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-11-9 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-0-9 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-26-13 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-29-25 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-12-10 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-27-6 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-26-16 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-13-4 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-21-24 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-1-27 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-13-1 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-26-10 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-29-28 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-2-14 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-27-27 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-1-24 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-0-0 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-28-7 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-29-22 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-29-16 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-1-18 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-26-25 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-0-12 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-12-19 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-0-21 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-2-2 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-1-15 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-13-16 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-2-11 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-26-22 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-21-21 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-11-6 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-26-4 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-1-21 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-12-7 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-26-28 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-29-19 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-2-23 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-12-13 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-3-15 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-29-7 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-0-24 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-12-4 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-2-17 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-21-18 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-0-18 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-3-9 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-21-9 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-12-1 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-11-18 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-12-28 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-26-19 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-11-3 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-11-0 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-29-1 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-0-27 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-2-29 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-3-0 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-2-8 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-3-18 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-13-13 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-28-16 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-3-27 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-0-6 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-12-16 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-11-15 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-2-26 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-21-6 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-2-5 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-3-6 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-27-9 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-21-27 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-11-27 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-21-3 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-11-12 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-26-1 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-3-24 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-27-12 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-27-15 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-28-13 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:14,177] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-10-7, -uve-topic-9-5, -uve-topic-16-4, -uve-topic-10-1, -uve-topic-8-5, -uve-topic-18-3, -uve-topic-5-23, -uve-topic-18-27, -uve-topic-7-8, -uve-topic-17-1, -uve-topic-14-7, -uve-topic-17-19, -uve-topic-17-25, -uve-topic-8-2, -uve-topic-14-13, -uve-topic-7-17, -uve-topic-6-27, -uve-topic-7-26, -uve-topic-16-25, -uve-topic-8-29, -uve-topic-5-5, -uve-topic-14-1, -uve-topic-14-16, -uve-topic-19-14, -uve-topic-17-4, -uve-topic-8-20, -uve-topic-14-28, -uve-topic-17-22, -uve-topic-18-12, -uve-topic-6-0, -uve-topic-7-14, -uve-topic-6-6, -uve-topic-10-28, -uve-topic-9-23, -uve-topic-18-9, -uve-topic-19-5, -uve-topic-19-11, -uve-topic-19-26, -uve-topic-14-22, -uve-topic-6-24, -uve-topic-8-17, -uve-topic-8-26, -uve-topic-9-2, -uve-topic-17-7, -uve-topic-15-7, -uve-topic-9-20, -uve-topic-7-11, -uve-topic-19-29, -uve-topic-16-19, -uve-topic-4-12, -uve-topic-16-10, -uve-topic-17-28, -uve-topic-7-29, -uve-topic-6-21, -uve-topic-19-23, -uve-topic-19-17, -uve-topic-14-4, -uve-topic-15-25, -uve-topic-8-23, -uve-topic-8-8, -uve-topic-10-16, -uve-topic-4-3, -uve-topic-15-13, -uve-topic-4-9, -uve-topic-16-7, -uve-topic-6-15, -uve-topic-5-20, -uve-topic-9-8, -uve-topic-15-4, -uve-topic-5-14, -uve-topic-9-26, -uve-topic-4-27, -uve-topic-6-9, -uve-topic-10-13, -uve-topic-19-20, -uve-topic-5-8, -uve-topic-18-18, -uve-topic-9-29, -uve-topic-4-0, -uve-topic-19-8, -uve-topic-15-22, -uve-topic-6-18, -uve-topic-15-16, -uve-topic-4-18, -uve-topic-5-17, -uve-topic-6-3, -uve-topic-18-15, -uve-topic-5-2, -uve-topic-9-17, -uve-topic-10-25, -uve-topic-16-16, -uve-topic-18-21, -uve-topic-9-14, -uve-topic-7-23, -uve-topic-19-2, -uve-topic-4-6, -uve-topic-16-28, -uve-topic-15-19, -uve-topic-16-13, -uve-topic-15-10, -uve-topic-14-25, -uve-topic-7-5, -uve-topic-18-24, -uve-topic-8-11, -uve-topic-4-15, -uve-topic-17-10, -uve-topic-16-22, -uve-topic-4-21, -uve-topic-4-24, -uve-topic-7-2, -uve-topic-10-4, -uve-topic-10-22, -uve-topic-16-1, -uve-topic-8-14, -uve-topic-14-10, -uve-topic-5-29, -uve-topic-7-20, -uve-topic-18-6, -uve-topic-5-26, -uve-topic-15-1, -uve-topic-10-19, -uve-topic-6-12, -uve-topic-5-11, -uve-topic-18-0, -uve-topic-10-10, -uve-topic-17-16, -uve-topic-15-28, -uve-topic-17-13, -uve-topic-14-19, -uve-topic-9-11) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:14,186] INFO [LogLoader partition=-uve-topic-17-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,186] INFO Created log for partition -uve-topic-17-7 in /tmp/kafka-logs/-uve-topic-17-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,190] INFO [Partition -uve-topic-17-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-7 (kafka.cluster.Partition) [2026-06-08 05:46:14,195] INFO [Partition -uve-topic-17-7 broker=2] Log loaded for partition -uve-topic-17-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,204] INFO [LogLoader partition=-uve-topic-7-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,204] INFO Created log for partition -uve-topic-7-20 in /tmp/kafka-logs/-uve-topic-7-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,204] INFO [Partition -uve-topic-7-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-20 (kafka.cluster.Partition) [2026-06-08 05:46:14,204] INFO [Partition -uve-topic-7-20 broker=2] Log loaded for partition -uve-topic-7-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,214] INFO [LogLoader partition=-uve-topic-7-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,214] INFO Created log for partition -uve-topic-7-5 in /tmp/kafka-logs/-uve-topic-7-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,214] INFO [Partition -uve-topic-7-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-5 (kafka.cluster.Partition) [2026-06-08 05:46:14,214] INFO [Partition -uve-topic-7-5 broker=2] Log loaded for partition -uve-topic-7-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,223] INFO [LogLoader partition=-uve-topic-8-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,223] INFO Created log for partition -uve-topic-8-20 in /tmp/kafka-logs/-uve-topic-8-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,223] INFO [Partition -uve-topic-8-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-20 (kafka.cluster.Partition) [2026-06-08 05:46:14,223] INFO [Partition -uve-topic-8-20 broker=2] Log loaded for partition -uve-topic-8-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,233] INFO [LogLoader partition=-uve-topic-5-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,233] INFO Created log for partition -uve-topic-5-20 in /tmp/kafka-logs/-uve-topic-5-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,233] INFO [Partition -uve-topic-5-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-20 (kafka.cluster.Partition) [2026-06-08 05:46:14,233] INFO [Partition -uve-topic-5-20 broker=2] Log loaded for partition -uve-topic-5-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,244] INFO [LogLoader partition=-uve-topic-5-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,244] INFO Created log for partition -uve-topic-5-5 in /tmp/kafka-logs/-uve-topic-5-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,244] INFO [Partition -uve-topic-5-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-5 (kafka.cluster.Partition) [2026-06-08 05:46:14,244] INFO [Partition -uve-topic-5-5 broker=2] Log loaded for partition -uve-topic-5-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,253] INFO [LogLoader partition=-uve-topic-18-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,253] INFO Created log for partition -uve-topic-18-6 in /tmp/kafka-logs/-uve-topic-18-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,253] INFO [Partition -uve-topic-18-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-6 (kafka.cluster.Partition) [2026-06-08 05:46:14,253] INFO [Partition -uve-topic-18-6 broker=2] Log loaded for partition -uve-topic-18-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,262] INFO [LogLoader partition=-uve-topic-14-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,262] INFO Created log for partition -uve-topic-14-22 in /tmp/kafka-logs/-uve-topic-14-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,262] INFO [Partition -uve-topic-14-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-22 (kafka.cluster.Partition) [2026-06-08 05:46:14,262] INFO [Partition -uve-topic-14-22 broker=2] Log loaded for partition -uve-topic-14-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,274] INFO [LogLoader partition=-uve-topic-14-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,275] INFO Created log for partition -uve-topic-14-7 in /tmp/kafka-logs/-uve-topic-14-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,275] INFO [Partition -uve-topic-14-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-7 (kafka.cluster.Partition) [2026-06-08 05:46:14,275] INFO [Partition -uve-topic-14-7 broker=2] Log loaded for partition -uve-topic-14-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,284] INFO [LogLoader partition=-uve-topic-15-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,284] INFO Created log for partition -uve-topic-15-22 in /tmp/kafka-logs/-uve-topic-15-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,284] INFO [Partition -uve-topic-15-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-22 (kafka.cluster.Partition) [2026-06-08 05:46:14,284] INFO [Partition -uve-topic-15-22 broker=2] Log loaded for partition -uve-topic-15-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,295] INFO [LogLoader partition=-uve-topic-15-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,296] INFO Created log for partition -uve-topic-15-7 in /tmp/kafka-logs/-uve-topic-15-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,296] INFO [Partition -uve-topic-15-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-7 (kafka.cluster.Partition) [2026-06-08 05:46:14,296] INFO [Partition -uve-topic-15-7 broker=2] Log loaded for partition -uve-topic-15-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,308] INFO [LogLoader partition=-uve-topic-16-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,308] INFO Created log for partition -uve-topic-16-22 in /tmp/kafka-logs/-uve-topic-16-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,309] INFO [Partition -uve-topic-16-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-22 (kafka.cluster.Partition) [2026-06-08 05:46:14,309] INFO [Partition -uve-topic-16-22 broker=2] Log loaded for partition -uve-topic-16-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,321] INFO [LogLoader partition=-uve-topic-16-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,321] INFO Created log for partition -uve-topic-16-7 in /tmp/kafka-logs/-uve-topic-16-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,321] INFO [Partition -uve-topic-16-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-7 (kafka.cluster.Partition) [2026-06-08 05:46:14,321] INFO [Partition -uve-topic-16-7 broker=2] Log loaded for partition -uve-topic-16-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,332] INFO [LogLoader partition=-uve-topic-17-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,333] INFO Created log for partition -uve-topic-17-22 in /tmp/kafka-logs/-uve-topic-17-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,333] INFO [Partition -uve-topic-17-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-22 (kafka.cluster.Partition) [2026-06-08 05:46:14,333] INFO [Partition -uve-topic-17-22 broker=2] Log loaded for partition -uve-topic-17-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,343] INFO [LogLoader partition=-uve-topic-10-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,343] INFO Created log for partition -uve-topic-10-22 in /tmp/kafka-logs/-uve-topic-10-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,343] INFO [Partition -uve-topic-10-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-22 (kafka.cluster.Partition) [2026-06-08 05:46:14,343] INFO [Partition -uve-topic-10-22 broker=2] Log loaded for partition -uve-topic-10-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,354] INFO [LogLoader partition=-uve-topic-10-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,355] INFO Created log for partition -uve-topic-10-7 in /tmp/kafka-logs/-uve-topic-10-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,355] INFO [Partition -uve-topic-10-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-7 (kafka.cluster.Partition) [2026-06-08 05:46:14,355] INFO [Partition -uve-topic-10-7 broker=2] Log loaded for partition -uve-topic-10-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,367] INFO [LogLoader partition=-uve-topic-8-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,367] INFO Created log for partition -uve-topic-8-5 in /tmp/kafka-logs/-uve-topic-8-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,367] INFO [Partition -uve-topic-8-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-5 (kafka.cluster.Partition) [2026-06-08 05:46:14,367] INFO [Partition -uve-topic-8-5 broker=2] Log loaded for partition -uve-topic-8-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,376] INFO [LogLoader partition=-uve-topic-9-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,376] INFO Created log for partition -uve-topic-9-20 in /tmp/kafka-logs/-uve-topic-9-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,377] INFO [Partition -uve-topic-9-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-20 (kafka.cluster.Partition) [2026-06-08 05:46:14,377] INFO [Partition -uve-topic-9-20 broker=2] Log loaded for partition -uve-topic-9-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,386] INFO [LogLoader partition=-uve-topic-9-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,386] INFO Created log for partition -uve-topic-9-5 in /tmp/kafka-logs/-uve-topic-9-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,386] INFO [Partition -uve-topic-9-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-5 (kafka.cluster.Partition) [2026-06-08 05:46:14,386] INFO [Partition -uve-topic-9-5 broker=2] Log loaded for partition -uve-topic-9-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,395] INFO [LogLoader partition=-uve-topic-6-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,396] INFO Created log for partition -uve-topic-6-21 in /tmp/kafka-logs/-uve-topic-6-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,396] INFO [Partition -uve-topic-6-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-21 (kafka.cluster.Partition) [2026-06-08 05:46:14,396] INFO [Partition -uve-topic-6-21 broker=2] Log loaded for partition -uve-topic-6-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,407] INFO [LogLoader partition=-uve-topic-6-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,408] INFO Created log for partition -uve-topic-6-6 in /tmp/kafka-logs/-uve-topic-6-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,408] INFO [Partition -uve-topic-6-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-6 (kafka.cluster.Partition) [2026-06-08 05:46:14,408] INFO [Partition -uve-topic-6-6 broker=2] Log loaded for partition -uve-topic-6-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,420] INFO [LogLoader partition=-uve-topic-4-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,420] INFO Created log for partition -uve-topic-4-21 in /tmp/kafka-logs/-uve-topic-4-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,420] INFO [Partition -uve-topic-4-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-21 (kafka.cluster.Partition) [2026-06-08 05:46:14,420] INFO [Partition -uve-topic-4-21 broker=2] Log loaded for partition -uve-topic-4-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,437] INFO [LogLoader partition=-uve-topic-4-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,438] INFO Created log for partition -uve-topic-4-6 in /tmp/kafka-logs/-uve-topic-4-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,438] INFO [Partition -uve-topic-4-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-6 (kafka.cluster.Partition) [2026-06-08 05:46:14,438] INFO [Partition -uve-topic-4-6 broker=2] Log loaded for partition -uve-topic-4-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,451] INFO [LogLoader partition=-uve-topic-18-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,451] INFO Created log for partition -uve-topic-18-24 in /tmp/kafka-logs/-uve-topic-18-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,451] INFO [Partition -uve-topic-18-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-24 (kafka.cluster.Partition) [2026-06-08 05:46:14,451] INFO [Partition -uve-topic-18-24 broker=2] Log loaded for partition -uve-topic-18-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,466] INFO [LogLoader partition=-uve-topic-18-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,468] INFO Created log for partition -uve-topic-18-9 in /tmp/kafka-logs/-uve-topic-18-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,469] INFO [Partition -uve-topic-18-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-9 (kafka.cluster.Partition) [2026-06-08 05:46:14,469] INFO [Partition -uve-topic-18-9 broker=2] Log loaded for partition -uve-topic-18-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,479] INFO [LogLoader partition=-uve-topic-10-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,479] INFO Created log for partition -uve-topic-10-10 in /tmp/kafka-logs/-uve-topic-10-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,479] INFO [Partition -uve-topic-10-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-10 (kafka.cluster.Partition) [2026-06-08 05:46:14,479] INFO [Partition -uve-topic-10-10 broker=2] Log loaded for partition -uve-topic-10-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,492] INFO [LogLoader partition=-uve-topic-14-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,492] INFO Created log for partition -uve-topic-14-25 in /tmp/kafka-logs/-uve-topic-14-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,492] INFO [Partition -uve-topic-14-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-25 (kafka.cluster.Partition) [2026-06-08 05:46:14,492] INFO [Partition -uve-topic-14-25 broker=2] Log loaded for partition -uve-topic-14-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,508] INFO [LogLoader partition=-uve-topic-10-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,508] INFO Created log for partition -uve-topic-10-25 in /tmp/kafka-logs/-uve-topic-10-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,508] INFO [Partition -uve-topic-10-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-25 (kafka.cluster.Partition) [2026-06-08 05:46:14,508] INFO [Partition -uve-topic-10-25 broker=2] Log loaded for partition -uve-topic-10-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,511] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,516] INFO [UnifiedLog partition=-uve-topic-0-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,518] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,519] INFO [UnifiedLog partition=-uve-topic-3-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,519] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,519] INFO [UnifiedLog partition=-uve-topic-1-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,519] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,519] INFO [UnifiedLog partition=-uve-topic-27-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,519] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,519] INFO [UnifiedLog partition=-uve-topic-13-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,519] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,519] INFO [UnifiedLog partition=-uve-topic-28-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,519] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,519] INFO [UnifiedLog partition=-uve-topic-11-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,519] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,519] INFO [UnifiedLog partition=-uve-topic-29-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,519] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-26-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-2-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-27-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-11-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-28-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-0-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-29-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-11-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-1-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-26-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-2-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-21-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,520] INFO [UnifiedLog partition=-uve-topic-12-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,520] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-13-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-3-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-29-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-11-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-3-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-1-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-26-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-28-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-0-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-12-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-13-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,521] INFO [UnifiedLog partition=-uve-topic-21-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,521] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-21-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-12-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-13-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-2-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-3-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-1-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-27-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-0-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-12-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-13-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-21-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-26-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-2-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,522] INFO [UnifiedLog partition=-uve-topic-27-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,522] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-27-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-3-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-0-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-1-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-26-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-28-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-11-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-29-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-26-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-27-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-2-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-11-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-28-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-29-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-3-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-1-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-28-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-0-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-11-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-29-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,524] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,524] INFO [UnifiedLog partition=-uve-topic-13-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,525] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,525] INFO [UnifiedLog partition=-uve-topic-21-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,525] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,525] INFO [UnifiedLog partition=-uve-topic-12-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,525] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,525] INFO [UnifiedLog partition=-uve-topic-2-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,525] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,525] INFO [UnifiedLog partition=-uve-topic-28-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,525] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,525] INFO [UnifiedLog partition=-uve-topic-11-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,525] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,525] INFO [UnifiedLog partition=-uve-topic-29-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,525] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,525] INFO [UnifiedLog partition=-uve-topic-27-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,525] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,525] INFO [UnifiedLog partition=-uve-topic-3-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,525] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,525] INFO [UnifiedLog partition=-uve-topic-21-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,525] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-0-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-12-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-1-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-13-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-27-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-21-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-12-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-13-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-26-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-2-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-2-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-27-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-21-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-12-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,526] INFO [UnifiedLog partition=-uve-topic-13-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,526] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-26-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-1-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-28-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-11-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-29-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-0-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-26-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-28-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-3-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-2-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-29-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-11-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-26-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-3-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-28-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-0-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,527] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,527] INFO [UnifiedLog partition=-uve-topic-29-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,528] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,528] INFO [UnifiedLog partition=-uve-topic-1-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,528] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,528] INFO [UnifiedLog partition=-uve-topic-21-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,528] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,528] INFO [UnifiedLog partition=-uve-topic-12-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,528] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,528] INFO [UnifiedLog partition=-uve-topic-2-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,528] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,528] INFO [UnifiedLog partition=-uve-topic-21-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,528] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,528] INFO [UnifiedLog partition=-uve-topic-27-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,528] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,528] INFO [UnifiedLog partition=-uve-topic-3-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,528] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,528] INFO [UnifiedLog partition=-uve-topic-0-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,528] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,528] INFO [UnifiedLog partition=-uve-topic-1-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,528] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,528] INFO [UnifiedLog partition=-uve-topic-12-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,528] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,528] INFO [UnifiedLog partition=-uve-topic-13-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,536] INFO [LogLoader partition=-uve-topic-19-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,538] INFO Created log for partition -uve-topic-19-23 in /tmp/kafka-logs/-uve-topic-19-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,538] INFO [Partition -uve-topic-19-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-23 (kafka.cluster.Partition) [2026-06-08 05:46:14,538] INFO [Partition -uve-topic-19-23 broker=2] Log loaded for partition -uve-topic-19-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,550] INFO [LogLoader partition=-uve-topic-19-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,551] INFO Created log for partition -uve-topic-19-8 in /tmp/kafka-logs/-uve-topic-19-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,551] INFO [Partition -uve-topic-19-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-8 (kafka.cluster.Partition) [2026-06-08 05:46:14,551] INFO [Partition -uve-topic-19-8 broker=2] Log loaded for partition -uve-topic-19-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,563] INFO [LogLoader partition=-uve-topic-19-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,563] INFO Created log for partition -uve-topic-19-26 in /tmp/kafka-logs/-uve-topic-19-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,563] INFO [Partition -uve-topic-19-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-26 (kafka.cluster.Partition) [2026-06-08 05:46:14,563] INFO [Partition -uve-topic-19-26 broker=2] Log loaded for partition -uve-topic-19-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,578] INFO [LogLoader partition=-uve-topic-19-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,578] INFO Created log for partition -uve-topic-19-11 in /tmp/kafka-logs/-uve-topic-19-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,578] INFO [Partition -uve-topic-19-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-11 (kafka.cluster.Partition) [2026-06-08 05:46:14,578] INFO [Partition -uve-topic-19-11 broker=2] Log loaded for partition -uve-topic-19-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,593] INFO [LogLoader partition=-uve-topic-6-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,593] INFO Created log for partition -uve-topic-6-15 in /tmp/kafka-logs/-uve-topic-6-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,593] INFO [Partition -uve-topic-6-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-15 (kafka.cluster.Partition) [2026-06-08 05:46:14,593] INFO [Partition -uve-topic-6-15 broker=2] Log loaded for partition -uve-topic-6-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,594] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,594] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,594] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,594] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,594] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,594] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,599] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,600] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,608] INFO [LogLoader partition=-uve-topic-6-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,608] INFO Created log for partition -uve-topic-6-0 in /tmp/kafka-logs/-uve-topic-6-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,608] INFO [Partition -uve-topic-6-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-0 (kafka.cluster.Partition) [2026-06-08 05:46:14,608] INFO [Partition -uve-topic-6-0 broker=2] Log loaded for partition -uve-topic-6-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,623] INFO [LogLoader partition=-uve-topic-14-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,623] INFO Created log for partition -uve-topic-14-10 in /tmp/kafka-logs/-uve-topic-14-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,623] INFO [Partition -uve-topic-14-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-10 (kafka.cluster.Partition) [2026-06-08 05:46:14,623] INFO [Partition -uve-topic-14-10 broker=2] Log loaded for partition -uve-topic-14-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,626] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-27-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,629] INFO [UnifiedLog partition=-uve-topic-27-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,631] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-13-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,633] INFO [UnifiedLog partition=-uve-topic-13-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,633] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-11-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,633] INFO [UnifiedLog partition=-uve-topic-11-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,633] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-28-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,633] INFO [UnifiedLog partition=-uve-topic-28-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,633] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-0-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,633] INFO [UnifiedLog partition=-uve-topic-0-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,633] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-29-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,633] INFO [UnifiedLog partition=-uve-topic-29-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,633] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-11-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,633] INFO [UnifiedLog partition=-uve-topic-11-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-26-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-26-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-2-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-2-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-21-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-21-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-12-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-12-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-3-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-3-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-1-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-1-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-28-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-28-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-29-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-29-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-11-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-11-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-26-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-26-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-21-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-21-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-0-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-0-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-12-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-12-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-1-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-1-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-13-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-13-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-2-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-2-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-21-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-21-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-12-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-12-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-13-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-13-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-3-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-3-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-27-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-27-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-21-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-21-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,634] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-12-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,634] INFO [UnifiedLog partition=-uve-topic-12-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-13-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-13-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-2-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-2-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-27-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-27-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-3-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-3-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-1-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-1-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-27-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-27-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-0-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-0-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-11-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-11-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-29-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-29-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-26-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-26-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-28-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-28-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-2-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-2-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-27-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-27-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-26-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-26-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-3-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-3-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-11-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-11-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-28-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-28-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,635] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-0-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,635] INFO [UnifiedLog partition=-uve-topic-0-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,636] INFO [LogLoader partition=-uve-topic-15-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,636] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-29-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,637] INFO [UnifiedLog partition=-uve-topic-29-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,637] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-1-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,637] INFO [UnifiedLog partition=-uve-topic-1-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,637] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-26-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,637] INFO [UnifiedLog partition=-uve-topic-26-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,637] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-28-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,636] INFO Created log for partition -uve-topic-15-25 in /tmp/kafka-logs/-uve-topic-15-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,637] INFO [Partition -uve-topic-15-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-25 (kafka.cluster.Partition) [2026-06-08 05:46:14,637] INFO [Partition -uve-topic-15-25 broker=2] Log loaded for partition -uve-topic-15-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,637] INFO [UnifiedLog partition=-uve-topic-28-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,638] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-29-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,638] INFO [UnifiedLog partition=-uve-topic-29-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,638] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-11-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,638] INFO [UnifiedLog partition=-uve-topic-11-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,638] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-12-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,638] INFO [UnifiedLog partition=-uve-topic-12-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,638] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-13-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,638] INFO [UnifiedLog partition=-uve-topic-13-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-2-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-2-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-21-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-21-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-2-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-2-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-28-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-28-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-11-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-11-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-29-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-29-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-3-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-3-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-1-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-1-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-27-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-27-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-21-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-21-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-0-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-0-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-12-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,642] INFO [UnifiedLog partition=-uve-topic-12-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,642] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-13-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,643] INFO [UnifiedLog partition=-uve-topic-13-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,643] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-13-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,643] INFO [UnifiedLog partition=-uve-topic-13-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,643] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-21-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,643] INFO [UnifiedLog partition=-uve-topic-21-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,643] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-12-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,643] INFO [UnifiedLog partition=-uve-topic-12-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,643] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-26-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,643] INFO [UnifiedLog partition=-uve-topic-26-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,643] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-2-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,644] INFO [UnifiedLog partition=-uve-topic-2-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,644] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-27-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,644] INFO [UnifiedLog partition=-uve-topic-27-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,644] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-27-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,644] INFO [UnifiedLog partition=-uve-topic-27-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,644] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-3-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,644] INFO [UnifiedLog partition=-uve-topic-3-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,644] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-0-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,644] INFO [UnifiedLog partition=-uve-topic-0-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,644] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-21-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,644] INFO [UnifiedLog partition=-uve-topic-21-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,644] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-1-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,644] INFO [UnifiedLog partition=-uve-topic-1-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,644] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-12-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,644] INFO [UnifiedLog partition=-uve-topic-12-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,644] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-13-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,644] INFO [UnifiedLog partition=-uve-topic-13-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,644] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-26-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,644] INFO [UnifiedLog partition=-uve-topic-26-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,645] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-28-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,645] INFO [UnifiedLog partition=-uve-topic-28-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,645] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-26-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,645] INFO [UnifiedLog partition=-uve-topic-26-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,646] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-2-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,646] INFO [UnifiedLog partition=-uve-topic-2-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,646] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-3-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,646] INFO [UnifiedLog partition=-uve-topic-3-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,646] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-28-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,646] INFO [UnifiedLog partition=-uve-topic-28-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,646] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-0-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,646] INFO [UnifiedLog partition=-uve-topic-0-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,646] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-29-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,646] INFO [UnifiedLog partition=-uve-topic-29-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,646] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-11-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,646] INFO [UnifiedLog partition=-uve-topic-11-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,646] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-1-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,646] INFO [UnifiedLog partition=-uve-topic-1-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,646] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-1-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,646] INFO [UnifiedLog partition=-uve-topic-1-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,646] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-26-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,646] INFO [UnifiedLog partition=-uve-topic-26-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,646] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-28-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,646] INFO [UnifiedLog partition=-uve-topic-28-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,646] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-0-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,646] INFO [UnifiedLog partition=-uve-topic-0-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-21-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-21-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-29-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-29-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-3-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-3-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-2-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-2-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-11-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-11-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-29-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-29-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-1-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-1-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-27-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-27-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-0-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-0-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-21-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-21-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-12-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-12-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-13-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-13-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-3-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,647] INFO [UnifiedLog partition=-uve-topic-3-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,647] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-2-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,648] INFO [UnifiedLog partition=-uve-topic-2-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,648] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-27-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,648] INFO [UnifiedLog partition=-uve-topic-27-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,648] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-3-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,648] INFO [UnifiedLog partition=-uve-topic-3-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,648] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-0-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,648] INFO [UnifiedLog partition=-uve-topic-0-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,648] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-1-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,648] INFO [UnifiedLog partition=-uve-topic-1-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,648] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-12-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,648] INFO [UnifiedLog partition=-uve-topic-12-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,648] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-13-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,648] INFO [UnifiedLog partition=-uve-topic-13-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,648] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-26-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,648] INFO [LogLoader partition=-uve-topic-15-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,648] INFO Created log for partition -uve-topic-15-10 in /tmp/kafka-logs/-uve-topic-15-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,648] INFO [Partition -uve-topic-15-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-10 (kafka.cluster.Partition) [2026-06-08 05:46:14,648] INFO [Partition -uve-topic-15-10 broker=2] Log loaded for partition -uve-topic-15-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,648] INFO [UnifiedLog partition=-uve-topic-26-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,649] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-28-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,649] INFO [UnifiedLog partition=-uve-topic-28-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,649] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-11-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,649] INFO [UnifiedLog partition=-uve-topic-11-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,649] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-29-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,649] INFO [UnifiedLog partition=-uve-topic-29-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:14,657] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,657] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,657] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,657] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,657] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,657] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-27-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-13-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,658] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-11-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,659] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,660] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-28-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,660] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,660] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,660] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,660] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,660] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,663] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,661] INFO [LogLoader partition=-uve-topic-16-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,663] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-0-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-29-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,664] INFO Created log for partition -uve-topic-16-25 in /tmp/kafka-logs/-uve-topic-16-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,664] INFO [Partition -uve-topic-16-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-25 (kafka.cluster.Partition) [2026-06-08 05:46:14,671] INFO [Partition -uve-topic-16-25 broker=2] Log loaded for partition -uve-topic-16-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,665] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,672] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,672] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,672] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-26-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,674] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,676] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,676] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,676] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,676] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,676] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,676] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,676] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,676] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,677] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-2-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,679] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,679] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,679] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,679] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,679] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-21-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,680] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,681] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-12-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,681] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,681] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-3-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,682] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,683] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,683] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,683] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,683] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-1-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:14,686] INFO [LogLoader partition=-uve-topic-16-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,686] INFO Created log for partition -uve-topic-16-10 in /tmp/kafka-logs/-uve-topic-16-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,691] INFO [Partition -uve-topic-16-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-10 (kafka.cluster.Partition) [2026-06-08 05:46:14,691] INFO [Partition -uve-topic-16-10 broker=2] Log loaded for partition -uve-topic-16-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,704] INFO [LogLoader partition=-uve-topic-17-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,705] INFO Created log for partition -uve-topic-17-25 in /tmp/kafka-logs/-uve-topic-17-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,705] INFO [Partition -uve-topic-17-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-25 (kafka.cluster.Partition) [2026-06-08 05:46:14,705] INFO [Partition -uve-topic-17-25 broker=2] Log loaded for partition -uve-topic-17-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,717] INFO [LogLoader partition=-uve-topic-17-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,717] INFO Created log for partition -uve-topic-17-10 in /tmp/kafka-logs/-uve-topic-17-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,717] INFO [Partition -uve-topic-17-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-10 (kafka.cluster.Partition) [2026-06-08 05:46:14,717] INFO [Partition -uve-topic-17-10 broker=2] Log loaded for partition -uve-topic-17-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,729] INFO [LogLoader partition=-uve-topic-15-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,729] INFO Created log for partition -uve-topic-15-13 in /tmp/kafka-logs/-uve-topic-15-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,729] INFO [Partition -uve-topic-15-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-13 (kafka.cluster.Partition) [2026-06-08 05:46:14,729] INFO [Partition -uve-topic-15-13 broker=2] Log loaded for partition -uve-topic-15-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,746] INFO [LogLoader partition=-uve-topic-16-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,746] INFO Created log for partition -uve-topic-16-28 in /tmp/kafka-logs/-uve-topic-16-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,746] INFO [Partition -uve-topic-16-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-28 (kafka.cluster.Partition) [2026-06-08 05:46:14,747] INFO [Partition -uve-topic-16-28 broker=2] Log loaded for partition -uve-topic-16-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,757] INFO [LogLoader partition=-uve-topic-9-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,757] INFO Created log for partition -uve-topic-9-2 in /tmp/kafka-logs/-uve-topic-9-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,757] INFO [Partition -uve-topic-9-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-2 (kafka.cluster.Partition) [2026-06-08 05:46:14,757] INFO [Partition -uve-topic-9-2 broker=2] Log loaded for partition -uve-topic-9-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,766] INFO [LogLoader partition=-uve-topic-16-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,766] INFO Created log for partition -uve-topic-16-13 in /tmp/kafka-logs/-uve-topic-16-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,766] INFO [Partition -uve-topic-16-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-13 (kafka.cluster.Partition) [2026-06-08 05:46:14,766] INFO [Partition -uve-topic-16-13 broker=2] Log loaded for partition -uve-topic-16-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,777] INFO [LogLoader partition=-uve-topic-17-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,778] INFO Created log for partition -uve-topic-17-28 in /tmp/kafka-logs/-uve-topic-17-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,778] INFO [Partition -uve-topic-17-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-28 (kafka.cluster.Partition) [2026-06-08 05:46:14,778] INFO [Partition -uve-topic-17-28 broker=2] Log loaded for partition -uve-topic-17-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,788] INFO [LogLoader partition=-uve-topic-17-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,788] INFO Created log for partition -uve-topic-17-13 in /tmp/kafka-logs/-uve-topic-17-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,788] INFO [Partition -uve-topic-17-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-13 (kafka.cluster.Partition) [2026-06-08 05:46:14,788] INFO [Partition -uve-topic-17-13 broker=2] Log loaded for partition -uve-topic-17-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,796] INFO [LogLoader partition=-uve-topic-7-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,797] INFO Created log for partition -uve-topic-7-2 in /tmp/kafka-logs/-uve-topic-7-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,797] INFO [Partition -uve-topic-7-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-2 (kafka.cluster.Partition) [2026-06-08 05:46:14,797] INFO [Partition -uve-topic-7-2 broker=2] Log loaded for partition -uve-topic-7-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,807] INFO [LogLoader partition=-uve-topic-8-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,807] INFO Created log for partition -uve-topic-8-17 in /tmp/kafka-logs/-uve-topic-8-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,807] INFO [Partition -uve-topic-8-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-17 (kafka.cluster.Partition) [2026-06-08 05:46:14,807] INFO [Partition -uve-topic-8-17 broker=2] Log loaded for partition -uve-topic-8-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,819] INFO [LogLoader partition=-uve-topic-8-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,819] INFO Created log for partition -uve-topic-8-2 in /tmp/kafka-logs/-uve-topic-8-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,819] INFO [Partition -uve-topic-8-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-2 (kafka.cluster.Partition) [2026-06-08 05:46:14,819] INFO [Partition -uve-topic-8-2 broker=2] Log loaded for partition -uve-topic-8-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,829] INFO [LogLoader partition=-uve-topic-9-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,829] INFO Created log for partition -uve-topic-9-17 in /tmp/kafka-logs/-uve-topic-9-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,829] INFO [Partition -uve-topic-9-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-17 (kafka.cluster.Partition) [2026-06-08 05:46:14,829] INFO [Partition -uve-topic-9-17 broker=2] Log loaded for partition -uve-topic-9-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,840] INFO [LogLoader partition=-uve-topic-5-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,840] INFO Created log for partition -uve-topic-5-2 in /tmp/kafka-logs/-uve-topic-5-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,840] INFO [Partition -uve-topic-5-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-2 (kafka.cluster.Partition) [2026-06-08 05:46:14,841] INFO [Partition -uve-topic-5-2 broker=2] Log loaded for partition -uve-topic-5-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,849] INFO [LogLoader partition=-uve-topic-7-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,850] INFO Created log for partition -uve-topic-7-17 in /tmp/kafka-logs/-uve-topic-7-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,850] INFO [Partition -uve-topic-7-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-17 (kafka.cluster.Partition) [2026-06-08 05:46:14,856] INFO [Partition -uve-topic-7-17 broker=2] Log loaded for partition -uve-topic-7-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,863] INFO [LogLoader partition=-uve-topic-14-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,865] INFO Created log for partition -uve-topic-14-28 in /tmp/kafka-logs/-uve-topic-14-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,865] INFO [Partition -uve-topic-14-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-28 (kafka.cluster.Partition) [2026-06-08 05:46:14,865] INFO [Partition -uve-topic-14-28 broker=2] Log loaded for partition -uve-topic-14-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,876] INFO [LogLoader partition=-uve-topic-14-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,877] INFO Created log for partition -uve-topic-14-13 in /tmp/kafka-logs/-uve-topic-14-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,877] INFO [Partition -uve-topic-14-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-13 (kafka.cluster.Partition) [2026-06-08 05:46:14,877] INFO [Partition -uve-topic-14-13 broker=2] Log loaded for partition -uve-topic-14-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,886] INFO [LogLoader partition=-uve-topic-15-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,886] INFO Created log for partition -uve-topic-15-28 in /tmp/kafka-logs/-uve-topic-15-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,886] INFO [Partition -uve-topic-15-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-28 (kafka.cluster.Partition) [2026-06-08 05:46:14,886] INFO [Partition -uve-topic-15-28 broker=2] Log loaded for partition -uve-topic-15-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,900] INFO [LogLoader partition=-uve-topic-5-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,900] INFO Created log for partition -uve-topic-5-17 in /tmp/kafka-logs/-uve-topic-5-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,900] INFO [Partition -uve-topic-5-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-17 (kafka.cluster.Partition) [2026-06-08 05:46:14,900] INFO [Partition -uve-topic-5-17 broker=2] Log loaded for partition -uve-topic-5-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,911] INFO [LogLoader partition=-uve-topic-18-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,911] INFO Created log for partition -uve-topic-18-27 in /tmp/kafka-logs/-uve-topic-18-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,911] INFO [Partition -uve-topic-18-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-27 (kafka.cluster.Partition) [2026-06-08 05:46:14,911] INFO [Partition -uve-topic-18-27 broker=2] Log loaded for partition -uve-topic-18-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,919] INFO [LogLoader partition=-uve-topic-18-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,920] INFO Created log for partition -uve-topic-18-12 in /tmp/kafka-logs/-uve-topic-18-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,920] INFO [Partition -uve-topic-18-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-12 (kafka.cluster.Partition) [2026-06-08 05:46:14,920] INFO [Partition -uve-topic-18-12 broker=2] Log loaded for partition -uve-topic-18-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,936] INFO [LogLoader partition=-uve-topic-6-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,936] INFO Created log for partition -uve-topic-6-3 in /tmp/kafka-logs/-uve-topic-6-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,936] INFO [Partition -uve-topic-6-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-3 (kafka.cluster.Partition) [2026-06-08 05:46:14,936] INFO [Partition -uve-topic-6-3 broker=2] Log loaded for partition -uve-topic-6-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,947] INFO [LogLoader partition=-uve-topic-4-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,947] INFO Created log for partition -uve-topic-4-3 in /tmp/kafka-logs/-uve-topic-4-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,947] INFO [Partition -uve-topic-4-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-3 (kafka.cluster.Partition) [2026-06-08 05:46:14,947] INFO [Partition -uve-topic-4-3 broker=2] Log loaded for partition -uve-topic-4-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,960] INFO [LogLoader partition=-uve-topic-6-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,960] INFO Created log for partition -uve-topic-6-18 in /tmp/kafka-logs/-uve-topic-6-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,960] INFO [Partition -uve-topic-6-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-18 (kafka.cluster.Partition) [2026-06-08 05:46:14,960] INFO [Partition -uve-topic-6-18 broker=2] Log loaded for partition -uve-topic-6-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,969] INFO [LogLoader partition=-uve-topic-4-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,969] INFO Created log for partition -uve-topic-4-18 in /tmp/kafka-logs/-uve-topic-4-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,969] INFO [Partition -uve-topic-4-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-18 (kafka.cluster.Partition) [2026-06-08 05:46:14,969] INFO [Partition -uve-topic-4-18 broker=2] Log loaded for partition -uve-topic-4-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,980] INFO [LogLoader partition=-uve-topic-10-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,980] INFO Created log for partition -uve-topic-10-28 in /tmp/kafka-logs/-uve-topic-10-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,980] INFO [Partition -uve-topic-10-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-28 (kafka.cluster.Partition) [2026-06-08 05:46:14,980] INFO [Partition -uve-topic-10-28 broker=2] Log loaded for partition -uve-topic-10-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,989] INFO [LogLoader partition=-uve-topic-10-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:14,989] INFO Created log for partition -uve-topic-10-13 in /tmp/kafka-logs/-uve-topic-10-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:14,989] INFO [Partition -uve-topic-10-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-13 (kafka.cluster.Partition) [2026-06-08 05:46:14,989] INFO [Partition -uve-topic-10-13 broker=2] Log loaded for partition -uve-topic-10-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:14,999] INFO [LogLoader partition=-uve-topic-6-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,000] INFO Created log for partition -uve-topic-6-27 in /tmp/kafka-logs/-uve-topic-6-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,000] INFO [Partition -uve-topic-6-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-27 (kafka.cluster.Partition) [2026-06-08 05:46:15,000] INFO [Partition -uve-topic-6-27 broker=2] Log loaded for partition -uve-topic-6-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,009] INFO [LogLoader partition=-uve-topic-6-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,009] INFO Created log for partition -uve-topic-6-12 in /tmp/kafka-logs/-uve-topic-6-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,009] INFO [Partition -uve-topic-6-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-12 (kafka.cluster.Partition) [2026-06-08 05:46:15,009] INFO [Partition -uve-topic-6-12 broker=2] Log loaded for partition -uve-topic-6-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,020] INFO [LogLoader partition=-uve-topic-4-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,021] INFO Created log for partition -uve-topic-4-27 in /tmp/kafka-logs/-uve-topic-4-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,021] INFO [Partition -uve-topic-4-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-27 (kafka.cluster.Partition) [2026-06-08 05:46:15,021] INFO [Partition -uve-topic-4-27 broker=2] Log loaded for partition -uve-topic-4-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,035] INFO [LogLoader partition=-uve-topic-18-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,035] INFO Created log for partition -uve-topic-18-15 in /tmp/kafka-logs/-uve-topic-18-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,035] INFO [Partition -uve-topic-18-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-15 (kafka.cluster.Partition) [2026-06-08 05:46:15,035] INFO [Partition -uve-topic-18-15 broker=2] Log loaded for partition -uve-topic-18-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,045] INFO [LogLoader partition=-uve-topic-4-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,045] INFO Created log for partition -uve-topic-4-12 in /tmp/kafka-logs/-uve-topic-4-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,045] INFO [Partition -uve-topic-4-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-12 (kafka.cluster.Partition) [2026-06-08 05:46:15,045] INFO [Partition -uve-topic-4-12 broker=2] Log loaded for partition -uve-topic-4-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,056] INFO [LogLoader partition=-uve-topic-18-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,056] INFO Created log for partition -uve-topic-18-0 in /tmp/kafka-logs/-uve-topic-18-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,056] INFO [Partition -uve-topic-18-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-0 (kafka.cluster.Partition) [2026-06-08 05:46:15,056] INFO [Partition -uve-topic-18-0 broker=2] Log loaded for partition -uve-topic-18-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,067] INFO [LogLoader partition=-uve-topic-19-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,067] INFO Created log for partition -uve-topic-19-29 in /tmp/kafka-logs/-uve-topic-19-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,067] INFO [Partition -uve-topic-19-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-29 (kafka.cluster.Partition) [2026-06-08 05:46:15,067] INFO [Partition -uve-topic-19-29 broker=2] Log loaded for partition -uve-topic-19-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,077] INFO [LogLoader partition=-uve-topic-19-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,078] INFO Created log for partition -uve-topic-19-14 in /tmp/kafka-logs/-uve-topic-19-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,078] INFO [Partition -uve-topic-19-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-14 (kafka.cluster.Partition) [2026-06-08 05:46:15,078] INFO [Partition -uve-topic-19-14 broker=2] Log loaded for partition -uve-topic-19-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,087] INFO [LogLoader partition=-uve-topic-19-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,088] INFO Created log for partition -uve-topic-19-17 in /tmp/kafka-logs/-uve-topic-19-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,088] INFO [Partition -uve-topic-19-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-17 (kafka.cluster.Partition) [2026-06-08 05:46:15,088] INFO [Partition -uve-topic-19-17 broker=2] Log loaded for partition -uve-topic-19-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,100] INFO [LogLoader partition=-uve-topic-5-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,101] INFO Created log for partition -uve-topic-5-14 in /tmp/kafka-logs/-uve-topic-5-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,101] INFO [Partition -uve-topic-5-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-14 (kafka.cluster.Partition) [2026-06-08 05:46:15,101] INFO [Partition -uve-topic-5-14 broker=2] Log loaded for partition -uve-topic-5-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,115] INFO [LogLoader partition=-uve-topic-19-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,115] INFO Created log for partition -uve-topic-19-2 in /tmp/kafka-logs/-uve-topic-19-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,116] INFO [Partition -uve-topic-19-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-2 (kafka.cluster.Partition) [2026-06-08 05:46:15,116] INFO [Partition -uve-topic-19-2 broker=2] Log loaded for partition -uve-topic-19-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,132] INFO [LogLoader partition=-uve-topic-7-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,132] INFO Created log for partition -uve-topic-7-29 in /tmp/kafka-logs/-uve-topic-7-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,132] INFO [Partition -uve-topic-7-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-29 (kafka.cluster.Partition) [2026-06-08 05:46:15,132] INFO [Partition -uve-topic-7-29 broker=2] Log loaded for partition -uve-topic-7-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,141] INFO [LogLoader partition=-uve-topic-5-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,142] INFO Created log for partition -uve-topic-5-29 in /tmp/kafka-logs/-uve-topic-5-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,142] INFO [Partition -uve-topic-5-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-29 (kafka.cluster.Partition) [2026-06-08 05:46:15,142] INFO [Partition -uve-topic-5-29 broker=2] Log loaded for partition -uve-topic-5-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,154] INFO [LogLoader partition=-uve-topic-14-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,154] INFO Created log for partition -uve-topic-14-16 in /tmp/kafka-logs/-uve-topic-14-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,154] INFO [Partition -uve-topic-14-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-16 (kafka.cluster.Partition) [2026-06-08 05:46:15,154] INFO [Partition -uve-topic-14-16 broker=2] Log loaded for partition -uve-topic-14-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,164] INFO [LogLoader partition=-uve-topic-14-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,165] INFO Created log for partition -uve-topic-14-1 in /tmp/kafka-logs/-uve-topic-14-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,165] INFO [Partition -uve-topic-14-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-1 (kafka.cluster.Partition) [2026-06-08 05:46:15,165] INFO [Partition -uve-topic-14-1 broker=2] Log loaded for partition -uve-topic-14-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,174] INFO [LogLoader partition=-uve-topic-15-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,174] INFO Created log for partition -uve-topic-15-16 in /tmp/kafka-logs/-uve-topic-15-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,174] INFO [Partition -uve-topic-15-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-16 (kafka.cluster.Partition) [2026-06-08 05:46:15,174] INFO [Partition -uve-topic-15-16 broker=2] Log loaded for partition -uve-topic-15-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,189] INFO [LogLoader partition=-uve-topic-9-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,189] INFO Created log for partition -uve-topic-9-14 in /tmp/kafka-logs/-uve-topic-9-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,189] INFO [Partition -uve-topic-9-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-14 (kafka.cluster.Partition) [2026-06-08 05:46:15,189] INFO [Partition -uve-topic-9-14 broker=2] Log loaded for partition -uve-topic-9-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,199] INFO [LogLoader partition=-uve-topic-10-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,199] INFO Created log for partition -uve-topic-10-16 in /tmp/kafka-logs/-uve-topic-10-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,199] INFO [Partition -uve-topic-10-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-16 (kafka.cluster.Partition) [2026-06-08 05:46:15,199] INFO [Partition -uve-topic-10-16 broker=2] Log loaded for partition -uve-topic-10-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,214] INFO [LogLoader partition=-uve-topic-7-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,214] INFO Created log for partition -uve-topic-7-14 in /tmp/kafka-logs/-uve-topic-7-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,214] INFO [Partition -uve-topic-7-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-14 (kafka.cluster.Partition) [2026-06-08 05:46:15,214] INFO [Partition -uve-topic-7-14 broker=2] Log loaded for partition -uve-topic-7-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,223] INFO [LogLoader partition=-uve-topic-8-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,223] INFO Created log for partition -uve-topic-8-29 in /tmp/kafka-logs/-uve-topic-8-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,223] INFO [Partition -uve-topic-8-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-29 (kafka.cluster.Partition) [2026-06-08 05:46:15,223] INFO [Partition -uve-topic-8-29 broker=2] Log loaded for partition -uve-topic-8-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,237] INFO [LogLoader partition=-uve-topic-10-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,237] INFO Created log for partition -uve-topic-10-1 in /tmp/kafka-logs/-uve-topic-10-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,237] INFO [Partition -uve-topic-10-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-1 (kafka.cluster.Partition) [2026-06-08 05:46:15,237] INFO [Partition -uve-topic-10-1 broker=2] Log loaded for partition -uve-topic-10-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,247] INFO [LogLoader partition=-uve-topic-8-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,247] INFO Created log for partition -uve-topic-8-14 in /tmp/kafka-logs/-uve-topic-8-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,247] INFO [Partition -uve-topic-8-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-14 (kafka.cluster.Partition) [2026-06-08 05:46:15,247] INFO [Partition -uve-topic-8-14 broker=2] Log loaded for partition -uve-topic-8-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,258] INFO [LogLoader partition=-uve-topic-9-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,259] INFO Created log for partition -uve-topic-9-29 in /tmp/kafka-logs/-uve-topic-9-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,259] INFO [Partition -uve-topic-9-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-29 (kafka.cluster.Partition) [2026-06-08 05:46:15,259] INFO [Partition -uve-topic-9-29 broker=2] Log loaded for partition -uve-topic-9-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,275] INFO [LogLoader partition=-uve-topic-4-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,275] INFO Created log for partition -uve-topic-4-15 in /tmp/kafka-logs/-uve-topic-4-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,275] INFO [Partition -uve-topic-4-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-15 (kafka.cluster.Partition) [2026-06-08 05:46:15,275] INFO [Partition -uve-topic-4-15 broker=2] Log loaded for partition -uve-topic-4-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,285] INFO [LogLoader partition=-uve-topic-4-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,285] INFO Created log for partition -uve-topic-4-0 in /tmp/kafka-logs/-uve-topic-4-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,286] INFO [Partition -uve-topic-4-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-0 (kafka.cluster.Partition) [2026-06-08 05:46:15,286] INFO [Partition -uve-topic-4-0 broker=2] Log loaded for partition -uve-topic-4-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,297] INFO [LogLoader partition=-uve-topic-15-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,297] INFO Created log for partition -uve-topic-15-1 in /tmp/kafka-logs/-uve-topic-15-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,297] INFO [Partition -uve-topic-15-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-1 (kafka.cluster.Partition) [2026-06-08 05:46:15,297] INFO [Partition -uve-topic-15-1 broker=2] Log loaded for partition -uve-topic-15-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,306] INFO [LogLoader partition=-uve-topic-16-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,307] INFO Created log for partition -uve-topic-16-16 in /tmp/kafka-logs/-uve-topic-16-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,307] INFO [Partition -uve-topic-16-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-16 (kafka.cluster.Partition) [2026-06-08 05:46:15,307] INFO [Partition -uve-topic-16-16 broker=2] Log loaded for partition -uve-topic-16-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,318] INFO [LogLoader partition=-uve-topic-16-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,318] INFO Created log for partition -uve-topic-16-1 in /tmp/kafka-logs/-uve-topic-16-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,318] INFO [Partition -uve-topic-16-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-1 (kafka.cluster.Partition) [2026-06-08 05:46:15,318] INFO [Partition -uve-topic-16-1 broker=2] Log loaded for partition -uve-topic-16-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,329] INFO [LogLoader partition=-uve-topic-17-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,329] INFO Created log for partition -uve-topic-17-16 in /tmp/kafka-logs/-uve-topic-17-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,330] INFO [Partition -uve-topic-17-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-16 (kafka.cluster.Partition) [2026-06-08 05:46:15,330] INFO [Partition -uve-topic-17-16 broker=2] Log loaded for partition -uve-topic-17-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,340] INFO [LogLoader partition=-uve-topic-17-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,340] INFO Created log for partition -uve-topic-17-1 in /tmp/kafka-logs/-uve-topic-17-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,340] INFO [Partition -uve-topic-17-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-1 (kafka.cluster.Partition) [2026-06-08 05:46:15,340] INFO [Partition -uve-topic-17-1 broker=2] Log loaded for partition -uve-topic-17-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,350] INFO [LogLoader partition=-uve-topic-10-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,351] INFO Created log for partition -uve-topic-10-19 in /tmp/kafka-logs/-uve-topic-10-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,351] INFO [Partition -uve-topic-10-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-19 (kafka.cluster.Partition) [2026-06-08 05:46:15,351] INFO [Partition -uve-topic-10-19 broker=2] Log loaded for partition -uve-topic-10-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,363] INFO [LogLoader partition=-uve-topic-5-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,366] INFO Created log for partition -uve-topic-5-23 in /tmp/kafka-logs/-uve-topic-5-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,369] INFO [Partition -uve-topic-5-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-23 (kafka.cluster.Partition) [2026-06-08 05:46:15,369] INFO [Partition -uve-topic-5-23 broker=2] Log loaded for partition -uve-topic-5-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,379] INFO [LogLoader partition=-uve-topic-10-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,379] INFO Created log for partition -uve-topic-10-4 in /tmp/kafka-logs/-uve-topic-10-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,379] INFO [Partition -uve-topic-10-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-4 (kafka.cluster.Partition) [2026-06-08 05:46:15,379] INFO [Partition -uve-topic-10-4 broker=2] Log loaded for partition -uve-topic-10-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,391] INFO [LogLoader partition=-uve-topic-16-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,391] INFO Created log for partition -uve-topic-16-4 in /tmp/kafka-logs/-uve-topic-16-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,391] INFO [Partition -uve-topic-16-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-4 (kafka.cluster.Partition) [2026-06-08 05:46:15,391] INFO [Partition -uve-topic-16-4 broker=2] Log loaded for partition -uve-topic-16-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,410] INFO [LogLoader partition=-uve-topic-17-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,410] INFO Created log for partition -uve-topic-17-19 in /tmp/kafka-logs/-uve-topic-17-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,410] INFO [Partition -uve-topic-17-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-19 (kafka.cluster.Partition) [2026-06-08 05:46:15,410] INFO [Partition -uve-topic-17-19 broker=2] Log loaded for partition -uve-topic-17-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,420] INFO [LogLoader partition=-uve-topic-17-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,420] INFO Created log for partition -uve-topic-17-4 in /tmp/kafka-logs/-uve-topic-17-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,420] INFO [Partition -uve-topic-17-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-4 (kafka.cluster.Partition) [2026-06-08 05:46:15,420] INFO [Partition -uve-topic-17-4 broker=2] Log loaded for partition -uve-topic-17-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,430] INFO [LogLoader partition=-uve-topic-9-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,430] INFO Created log for partition -uve-topic-9-8 in /tmp/kafka-logs/-uve-topic-9-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,430] INFO [Partition -uve-topic-9-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-8 (kafka.cluster.Partition) [2026-06-08 05:46:15,430] INFO [Partition -uve-topic-9-8 broker=2] Log loaded for partition -uve-topic-9-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,439] INFO [LogLoader partition=-uve-topic-7-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,440] INFO Created log for partition -uve-topic-7-8 in /tmp/kafka-logs/-uve-topic-7-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,440] INFO [Partition -uve-topic-7-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-8 (kafka.cluster.Partition) [2026-06-08 05:46:15,440] INFO [Partition -uve-topic-7-8 broker=2] Log loaded for partition -uve-topic-7-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,449] INFO [LogLoader partition=-uve-topic-8-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,449] INFO Created log for partition -uve-topic-8-23 in /tmp/kafka-logs/-uve-topic-8-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,449] INFO [Partition -uve-topic-8-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-23 (kafka.cluster.Partition) [2026-06-08 05:46:15,449] INFO [Partition -uve-topic-8-23 broker=2] Log loaded for partition -uve-topic-8-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,461] INFO [LogLoader partition=-uve-topic-14-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,461] INFO Created log for partition -uve-topic-14-19 in /tmp/kafka-logs/-uve-topic-14-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,461] INFO [Partition -uve-topic-14-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-19 (kafka.cluster.Partition) [2026-06-08 05:46:15,461] INFO [Partition -uve-topic-14-19 broker=2] Log loaded for partition -uve-topic-14-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,470] INFO [LogLoader partition=-uve-topic-8-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,471] INFO Created log for partition -uve-topic-8-8 in /tmp/kafka-logs/-uve-topic-8-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,471] INFO [Partition -uve-topic-8-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-8 (kafka.cluster.Partition) [2026-06-08 05:46:15,471] INFO [Partition -uve-topic-8-8 broker=2] Log loaded for partition -uve-topic-8-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,480] INFO [LogLoader partition=-uve-topic-9-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,480] INFO Created log for partition -uve-topic-9-23 in /tmp/kafka-logs/-uve-topic-9-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,480] INFO [Partition -uve-topic-9-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-23 (kafka.cluster.Partition) [2026-06-08 05:46:15,480] INFO [Partition -uve-topic-9-23 broker=2] Log loaded for partition -uve-topic-9-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,489] INFO [LogLoader partition=-uve-topic-14-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,489] INFO Created log for partition -uve-topic-14-4 in /tmp/kafka-logs/-uve-topic-14-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,490] INFO [Partition -uve-topic-14-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-4 (kafka.cluster.Partition) [2026-06-08 05:46:15,493] INFO [Partition -uve-topic-14-4 broker=2] Log loaded for partition -uve-topic-14-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,501] INFO [LogLoader partition=-uve-topic-15-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,501] INFO Created log for partition -uve-topic-15-19 in /tmp/kafka-logs/-uve-topic-15-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,501] INFO [Partition -uve-topic-15-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-19 (kafka.cluster.Partition) [2026-06-08 05:46:15,501] INFO [Partition -uve-topic-15-19 broker=2] Log loaded for partition -uve-topic-15-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,511] INFO [LogLoader partition=-uve-topic-5-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,511] INFO Created log for partition -uve-topic-5-8 in /tmp/kafka-logs/-uve-topic-5-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,511] INFO [Partition -uve-topic-5-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-8 (kafka.cluster.Partition) [2026-06-08 05:46:15,511] INFO [Partition -uve-topic-5-8 broker=2] Log loaded for partition -uve-topic-5-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,522] INFO [LogLoader partition=-uve-topic-15-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,522] INFO Created log for partition -uve-topic-15-4 in /tmp/kafka-logs/-uve-topic-15-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,522] INFO [Partition -uve-topic-15-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-4 (kafka.cluster.Partition) [2026-06-08 05:46:15,522] INFO [Partition -uve-topic-15-4 broker=2] Log loaded for partition -uve-topic-15-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,530] INFO [LogLoader partition=-uve-topic-16-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,530] INFO Created log for partition -uve-topic-16-19 in /tmp/kafka-logs/-uve-topic-16-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,530] INFO [Partition -uve-topic-16-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-19 (kafka.cluster.Partition) [2026-06-08 05:46:15,530] INFO [Partition -uve-topic-16-19 broker=2] Log loaded for partition -uve-topic-16-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,541] INFO [LogLoader partition=-uve-topic-7-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,541] INFO Created log for partition -uve-topic-7-23 in /tmp/kafka-logs/-uve-topic-7-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,541] INFO [Partition -uve-topic-7-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-23 (kafka.cluster.Partition) [2026-06-08 05:46:15,541] INFO [Partition -uve-topic-7-23 broker=2] Log loaded for partition -uve-topic-7-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,553] INFO [LogLoader partition=-uve-topic-4-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,554] INFO Created log for partition -uve-topic-4-24 in /tmp/kafka-logs/-uve-topic-4-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,554] INFO [Partition -uve-topic-4-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-24 (kafka.cluster.Partition) [2026-06-08 05:46:15,554] INFO [Partition -uve-topic-4-24 broker=2] Log loaded for partition -uve-topic-4-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,564] INFO [LogLoader partition=-uve-topic-18-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,564] INFO Created log for partition -uve-topic-18-18 in /tmp/kafka-logs/-uve-topic-18-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,564] INFO [Partition -uve-topic-18-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-18 (kafka.cluster.Partition) [2026-06-08 05:46:15,564] INFO [Partition -uve-topic-18-18 broker=2] Log loaded for partition -uve-topic-18-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,574] INFO [LogLoader partition=-uve-topic-18-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,575] INFO Created log for partition -uve-topic-18-3 in /tmp/kafka-logs/-uve-topic-18-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,575] INFO [Partition -uve-topic-18-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-3 (kafka.cluster.Partition) [2026-06-08 05:46:15,575] INFO [Partition -uve-topic-18-3 broker=2] Log loaded for partition -uve-topic-18-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,586] INFO [LogLoader partition=-uve-topic-6-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,586] INFO Created log for partition -uve-topic-6-9 in /tmp/kafka-logs/-uve-topic-6-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,586] INFO [Partition -uve-topic-6-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-9 (kafka.cluster.Partition) [2026-06-08 05:46:15,586] INFO [Partition -uve-topic-6-9 broker=2] Log loaded for partition -uve-topic-6-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,598] INFO [LogLoader partition=-uve-topic-4-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,599] INFO Created log for partition -uve-topic-4-9 in /tmp/kafka-logs/-uve-topic-4-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,599] INFO [Partition -uve-topic-4-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-9 (kafka.cluster.Partition) [2026-06-08 05:46:15,599] INFO [Partition -uve-topic-4-9 broker=2] Log loaded for partition -uve-topic-4-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,611] INFO [LogLoader partition=-uve-topic-6-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,612] INFO Created log for partition -uve-topic-6-24 in /tmp/kafka-logs/-uve-topic-6-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,612] INFO [Partition -uve-topic-6-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-24 (kafka.cluster.Partition) [2026-06-08 05:46:15,612] INFO [Partition -uve-topic-6-24 broker=2] Log loaded for partition -uve-topic-6-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,622] INFO [LogLoader partition=-uve-topic-19-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,622] INFO Created log for partition -uve-topic-19-5 in /tmp/kafka-logs/-uve-topic-19-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,622] INFO [Partition -uve-topic-19-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-5 (kafka.cluster.Partition) [2026-06-08 05:46:15,622] INFO [Partition -uve-topic-19-5 broker=2] Log loaded for partition -uve-topic-19-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,631] INFO [LogLoader partition=-uve-topic-18-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,631] INFO Created log for partition -uve-topic-18-21 in /tmp/kafka-logs/-uve-topic-18-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,631] INFO [Partition -uve-topic-18-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-21 (kafka.cluster.Partition) [2026-06-08 05:46:15,631] INFO [Partition -uve-topic-18-21 broker=2] Log loaded for partition -uve-topic-18-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,644] INFO [LogLoader partition=-uve-topic-8-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,645] INFO Created log for partition -uve-topic-8-11 in /tmp/kafka-logs/-uve-topic-8-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,645] INFO [Partition -uve-topic-8-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-11 (kafka.cluster.Partition) [2026-06-08 05:46:15,645] INFO [Partition -uve-topic-8-11 broker=2] Log loaded for partition -uve-topic-8-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,654] INFO [LogLoader partition=-uve-topic-9-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,654] INFO Created log for partition -uve-topic-9-26 in /tmp/kafka-logs/-uve-topic-9-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,654] INFO [Partition -uve-topic-9-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-26 (kafka.cluster.Partition) [2026-06-08 05:46:15,654] INFO [Partition -uve-topic-9-26 broker=2] Log loaded for partition -uve-topic-9-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,665] INFO [LogLoader partition=-uve-topic-9-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,665] INFO Created log for partition -uve-topic-9-11 in /tmp/kafka-logs/-uve-topic-9-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,665] INFO [Partition -uve-topic-9-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-11 (kafka.cluster.Partition) [2026-06-08 05:46:15,665] INFO [Partition -uve-topic-9-11 broker=2] Log loaded for partition -uve-topic-9-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,674] INFO [LogLoader partition=-uve-topic-7-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,675] INFO Created log for partition -uve-topic-7-26 in /tmp/kafka-logs/-uve-topic-7-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,675] INFO [Partition -uve-topic-7-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-26 (kafka.cluster.Partition) [2026-06-08 05:46:15,675] INFO [Partition -uve-topic-7-26 broker=2] Log loaded for partition -uve-topic-7-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,689] INFO [LogLoader partition=-uve-topic-19-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,689] INFO Created log for partition -uve-topic-19-20 in /tmp/kafka-logs/-uve-topic-19-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,689] INFO [Partition -uve-topic-19-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-20 (kafka.cluster.Partition) [2026-06-08 05:46:15,689] INFO [Partition -uve-topic-19-20 broker=2] Log loaded for partition -uve-topic-19-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,701] INFO [LogLoader partition=-uve-topic-7-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,702] INFO Created log for partition -uve-topic-7-11 in /tmp/kafka-logs/-uve-topic-7-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,702] INFO [Partition -uve-topic-7-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-11 (kafka.cluster.Partition) [2026-06-08 05:46:15,702] INFO [Partition -uve-topic-7-11 broker=2] Log loaded for partition -uve-topic-7-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,714] INFO [LogLoader partition=-uve-topic-8-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,714] INFO Created log for partition -uve-topic-8-26 in /tmp/kafka-logs/-uve-topic-8-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,714] INFO [Partition -uve-topic-8-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-26 (kafka.cluster.Partition) [2026-06-08 05:46:15,714] INFO [Partition -uve-topic-8-26 broker=2] Log loaded for partition -uve-topic-8-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,721] INFO [LogLoader partition=-uve-topic-5-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,721] INFO Created log for partition -uve-topic-5-26 in /tmp/kafka-logs/-uve-topic-5-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,721] INFO [Partition -uve-topic-5-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-26 (kafka.cluster.Partition) [2026-06-08 05:46:15,721] INFO [Partition -uve-topic-5-26 broker=2] Log loaded for partition -uve-topic-5-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,733] INFO [LogLoader partition=-uve-topic-5-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,733] INFO Created log for partition -uve-topic-5-11 in /tmp/kafka-logs/-uve-topic-5-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,733] INFO [Partition -uve-topic-5-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-11 (kafka.cluster.Partition) [2026-06-08 05:46:15,733] INFO [Partition -uve-topic-5-11 broker=2] Log loaded for partition -uve-topic-5-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,744] INFO [LogLoader partition=-uve-topic-7-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,745] INFO Created log for partition -uve-topic-7-4 in /tmp/kafka-logs/-uve-topic-7-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,745] INFO [Partition -uve-topic-7-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-4 (kafka.cluster.Partition) [2026-06-08 05:46:15,745] INFO [Partition -uve-topic-7-4 broker=2] Log loaded for partition -uve-topic-7-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,749] INFO [LogLoader partition=-uve-topic-8-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,749] INFO Created log for partition -uve-topic-8-4 in /tmp/kafka-logs/-uve-topic-8-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,749] INFO [Partition -uve-topic-8-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-4 (kafka.cluster.Partition) [2026-06-08 05:46:15,749] INFO [Partition -uve-topic-8-4 broker=2] Log loaded for partition -uve-topic-8-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,756] INFO [LogLoader partition=-uve-topic-5-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,757] INFO Created log for partition -uve-topic-5-4 in /tmp/kafka-logs/-uve-topic-5-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,757] INFO [Partition -uve-topic-5-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-4 (kafka.cluster.Partition) [2026-06-08 05:46:15,757] INFO [Partition -uve-topic-5-4 broker=2] Log loaded for partition -uve-topic-5-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,762] INFO [LogLoader partition=-uve-topic-6-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,762] INFO Created log for partition -uve-topic-6-4 in /tmp/kafka-logs/-uve-topic-6-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,762] INFO [Partition -uve-topic-6-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-4 (kafka.cluster.Partition) [2026-06-08 05:46:15,762] INFO [Partition -uve-topic-6-4 broker=2] Log loaded for partition -uve-topic-6-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,767] INFO [LogLoader partition=-uve-topic-18-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,767] INFO Created log for partition -uve-topic-18-7 in /tmp/kafka-logs/-uve-topic-18-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,767] INFO [Partition -uve-topic-18-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-7 (kafka.cluster.Partition) [2026-06-08 05:46:15,767] INFO [Partition -uve-topic-18-7 broker=2] Log loaded for partition -uve-topic-18-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,770] INFO [LogLoader partition=-uve-topic-4-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,770] INFO Created log for partition -uve-topic-4-4 in /tmp/kafka-logs/-uve-topic-4-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,771] INFO [Partition -uve-topic-4-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-4 (kafka.cluster.Partition) [2026-06-08 05:46:15,771] INFO [Partition -uve-topic-4-4 broker=2] Log loaded for partition -uve-topic-4-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,774] INFO [LogLoader partition=-uve-topic-19-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,774] INFO Created log for partition -uve-topic-19-7 in /tmp/kafka-logs/-uve-topic-19-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,777] INFO [Partition -uve-topic-19-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-7 (kafka.cluster.Partition) [2026-06-08 05:46:15,777] INFO [Partition -uve-topic-19-7 broker=2] Log loaded for partition -uve-topic-19-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,781] INFO [LogLoader partition=-uve-topic-14-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,782] INFO Created log for partition -uve-topic-14-8 in /tmp/kafka-logs/-uve-topic-14-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,782] INFO [Partition -uve-topic-14-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-8 (kafka.cluster.Partition) [2026-06-08 05:46:15,782] INFO [Partition -uve-topic-14-8 broker=2] Log loaded for partition -uve-topic-14-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,786] INFO [LogLoader partition=-uve-topic-15-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,786] INFO Created log for partition -uve-topic-15-8 in /tmp/kafka-logs/-uve-topic-15-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,786] INFO [Partition -uve-topic-15-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-8 (kafka.cluster.Partition) [2026-06-08 05:46:15,786] INFO [Partition -uve-topic-15-8 broker=2] Log loaded for partition -uve-topic-15-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,789] INFO [LogLoader partition=-uve-topic-10-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,789] INFO Created log for partition -uve-topic-10-8 in /tmp/kafka-logs/-uve-topic-10-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,789] INFO [Partition -uve-topic-10-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-8 (kafka.cluster.Partition) [2026-06-08 05:46:15,789] INFO [Partition -uve-topic-10-8 broker=2] Log loaded for partition -uve-topic-10-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,797] INFO [LogLoader partition=-uve-topic-9-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,797] INFO Created log for partition -uve-topic-9-4 in /tmp/kafka-logs/-uve-topic-9-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,797] INFO [Partition -uve-topic-9-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-4 (kafka.cluster.Partition) [2026-06-08 05:46:15,797] INFO [Partition -uve-topic-9-4 broker=2] Log loaded for partition -uve-topic-9-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,803] INFO [LogLoader partition=-uve-topic-6-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,803] INFO Created log for partition -uve-topic-6-5 in /tmp/kafka-logs/-uve-topic-6-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,804] INFO [Partition -uve-topic-6-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-5 (kafka.cluster.Partition) [2026-06-08 05:46:15,804] INFO [Partition -uve-topic-6-5 broker=2] Log loaded for partition -uve-topic-6-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,810] INFO [LogLoader partition=-uve-topic-4-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,810] INFO Created log for partition -uve-topic-4-5 in /tmp/kafka-logs/-uve-topic-4-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,811] INFO [Partition -uve-topic-4-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-5 (kafka.cluster.Partition) [2026-06-08 05:46:15,811] INFO [Partition -uve-topic-4-5 broker=2] Log loaded for partition -uve-topic-4-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,815] INFO [LogLoader partition=-uve-topic-19-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,816] INFO Created log for partition -uve-topic-19-6 in /tmp/kafka-logs/-uve-topic-19-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,816] INFO [Partition -uve-topic-19-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-6 (kafka.cluster.Partition) [2026-06-08 05:46:15,816] INFO [Partition -uve-topic-19-6 broker=2] Log loaded for partition -uve-topic-19-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,823] INFO [LogLoader partition=-uve-topic-19-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,823] INFO Created log for partition -uve-topic-19-9 in /tmp/kafka-logs/-uve-topic-19-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,823] INFO [Partition -uve-topic-19-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-9 (kafka.cluster.Partition) [2026-06-08 05:46:15,823] INFO [Partition -uve-topic-19-9 broker=2] Log loaded for partition -uve-topic-19-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,826] INFO [LogLoader partition=-uve-topic-5-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,826] INFO Created log for partition -uve-topic-5-6 in /tmp/kafka-logs/-uve-topic-5-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,828] INFO [Partition -uve-topic-5-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-6 (kafka.cluster.Partition) [2026-06-08 05:46:15,828] INFO [Partition -uve-topic-5-6 broker=2] Log loaded for partition -uve-topic-5-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,836] INFO [LogLoader partition=-uve-topic-15-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,836] INFO Created log for partition -uve-topic-15-9 in /tmp/kafka-logs/-uve-topic-15-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,836] INFO [Partition -uve-topic-15-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-9 (kafka.cluster.Partition) [2026-06-08 05:46:15,836] INFO [Partition -uve-topic-15-9 broker=2] Log loaded for partition -uve-topic-15-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,839] INFO [LogLoader partition=-uve-topic-16-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,839] INFO Created log for partition -uve-topic-16-9 in /tmp/kafka-logs/-uve-topic-16-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,841] INFO [Partition -uve-topic-16-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-9 (kafka.cluster.Partition) [2026-06-08 05:46:15,841] INFO [Partition -uve-topic-16-9 broker=2] Log loaded for partition -uve-topic-16-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,846] INFO [LogLoader partition=-uve-topic-17-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,846] INFO Created log for partition -uve-topic-17-9 in /tmp/kafka-logs/-uve-topic-17-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,846] INFO [Partition -uve-topic-17-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-9 (kafka.cluster.Partition) [2026-06-08 05:46:15,846] INFO [Partition -uve-topic-17-9 broker=2] Log loaded for partition -uve-topic-17-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,852] INFO [LogLoader partition=-uve-topic-9-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,852] INFO Created log for partition -uve-topic-9-6 in /tmp/kafka-logs/-uve-topic-9-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,852] INFO [Partition -uve-topic-9-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-6 (kafka.cluster.Partition) [2026-06-08 05:46:15,852] INFO [Partition -uve-topic-9-6 broker=2] Log loaded for partition -uve-topic-9-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,855] INFO [LogLoader partition=-uve-topic-7-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,855] INFO Created log for partition -uve-topic-7-6 in /tmp/kafka-logs/-uve-topic-7-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,855] INFO [Partition -uve-topic-7-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-6 (kafka.cluster.Partition) [2026-06-08 05:46:15,855] INFO [Partition -uve-topic-7-6 broker=2] Log loaded for partition -uve-topic-7-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,858] INFO [LogLoader partition=-uve-topic-8-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,858] INFO Created log for partition -uve-topic-8-6 in /tmp/kafka-logs/-uve-topic-8-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,860] INFO [Partition -uve-topic-8-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-6 (kafka.cluster.Partition) [2026-06-08 05:46:15,860] INFO [Partition -uve-topic-8-6 broker=2] Log loaded for partition -uve-topic-8-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,863] INFO [LogLoader partition=-uve-topic-4-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,864] INFO Created log for partition -uve-topic-4-7 in /tmp/kafka-logs/-uve-topic-4-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,864] INFO [Partition -uve-topic-4-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-7 (kafka.cluster.Partition) [2026-06-08 05:46:15,864] INFO [Partition -uve-topic-4-7 broker=2] Log loaded for partition -uve-topic-4-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,869] INFO [LogLoader partition=-uve-topic-5-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,870] INFO Created log for partition -uve-topic-5-7 in /tmp/kafka-logs/-uve-topic-5-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,870] INFO [Partition -uve-topic-5-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-7 (kafka.cluster.Partition) [2026-06-08 05:46:15,870] INFO [Partition -uve-topic-5-7 broker=2] Log loaded for partition -uve-topic-5-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,872] INFO [LogLoader partition=-uve-topic-16-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,872] INFO Created log for partition -uve-topic-16-8 in /tmp/kafka-logs/-uve-topic-16-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,872] INFO [Partition -uve-topic-16-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-8 (kafka.cluster.Partition) [2026-06-08 05:46:15,872] INFO [Partition -uve-topic-16-8 broker=2] Log loaded for partition -uve-topic-16-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,877] INFO [LogLoader partition=-uve-topic-17-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,878] INFO Created log for partition -uve-topic-17-8 in /tmp/kafka-logs/-uve-topic-17-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,878] INFO [Partition -uve-topic-17-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-8 (kafka.cluster.Partition) [2026-06-08 05:46:15,878] INFO [Partition -uve-topic-17-8 broker=2] Log loaded for partition -uve-topic-17-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,880] INFO [LogLoader partition=-uve-topic-18-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,882] INFO Created log for partition -uve-topic-18-8 in /tmp/kafka-logs/-uve-topic-18-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,884] INFO [Partition -uve-topic-18-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-8 (kafka.cluster.Partition) [2026-06-08 05:46:15,884] INFO [Partition -uve-topic-18-8 broker=2] Log loaded for partition -uve-topic-18-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,887] INFO [LogLoader partition=-uve-topic-14-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,887] INFO Created log for partition -uve-topic-14-9 in /tmp/kafka-logs/-uve-topic-14-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,888] INFO [Partition -uve-topic-14-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-9 (kafka.cluster.Partition) [2026-06-08 05:46:15,888] INFO [Partition -uve-topic-14-9 broker=2] Log loaded for partition -uve-topic-14-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,893] INFO [LogLoader partition=-uve-topic-8-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,893] INFO Created log for partition -uve-topic-8-7 in /tmp/kafka-logs/-uve-topic-8-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,893] INFO [Partition -uve-topic-8-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-7 (kafka.cluster.Partition) [2026-06-08 05:46:15,893] INFO [Partition -uve-topic-8-7 broker=2] Log loaded for partition -uve-topic-8-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,897] INFO [LogLoader partition=-uve-topic-9-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,897] INFO Created log for partition -uve-topic-9-7 in /tmp/kafka-logs/-uve-topic-9-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,898] INFO [Partition -uve-topic-9-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-7 (kafka.cluster.Partition) [2026-06-08 05:46:15,898] INFO [Partition -uve-topic-9-7 broker=2] Log loaded for partition -uve-topic-9-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,900] INFO [LogLoader partition=-uve-topic-6-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,901] INFO Created log for partition -uve-topic-6-7 in /tmp/kafka-logs/-uve-topic-6-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,902] INFO [Partition -uve-topic-6-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-7 (kafka.cluster.Partition) [2026-06-08 05:46:15,902] INFO [Partition -uve-topic-6-7 broker=2] Log loaded for partition -uve-topic-6-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,905] INFO [LogLoader partition=-uve-topic-10-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,906] INFO Created log for partition -uve-topic-10-9 in /tmp/kafka-logs/-uve-topic-10-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,907] INFO [Partition -uve-topic-10-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-9 (kafka.cluster.Partition) [2026-06-08 05:46:15,907] INFO [Partition -uve-topic-10-9 broker=2] Log loaded for partition -uve-topic-10-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,909] INFO [LogLoader partition=-uve-topic-7-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,909] INFO Created log for partition -uve-topic-7-7 in /tmp/kafka-logs/-uve-topic-7-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,909] INFO [Partition -uve-topic-7-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-7 (kafka.cluster.Partition) [2026-06-08 05:46:15,909] INFO [Partition -uve-topic-7-7 broker=2] Log loaded for partition -uve-topic-7-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,914] INFO [LogLoader partition=-uve-topic-17-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,914] INFO Created log for partition -uve-topic-17-11 in /tmp/kafka-logs/-uve-topic-17-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,914] INFO [Partition -uve-topic-17-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-11 (kafka.cluster.Partition) [2026-06-08 05:46:15,914] INFO [Partition -uve-topic-17-11 broker=2] Log loaded for partition -uve-topic-17-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,920] INFO [LogLoader partition=-uve-topic-18-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,920] INFO Created log for partition -uve-topic-18-11 in /tmp/kafka-logs/-uve-topic-18-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,920] INFO [Partition -uve-topic-18-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-11 (kafka.cluster.Partition) [2026-06-08 05:46:15,920] INFO [Partition -uve-topic-18-11 broker=2] Log loaded for partition -uve-topic-18-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,926] INFO [LogLoader partition=-uve-topic-9-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,926] INFO Created log for partition -uve-topic-9-0 in /tmp/kafka-logs/-uve-topic-9-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,926] INFO [Partition -uve-topic-9-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-0 (kafka.cluster.Partition) [2026-06-08 05:46:15,926] INFO [Partition -uve-topic-9-0 broker=2] Log loaded for partition -uve-topic-9-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,931] INFO [LogLoader partition=-uve-topic-7-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,931] INFO Created log for partition -uve-topic-7-0 in /tmp/kafka-logs/-uve-topic-7-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,931] INFO [Partition -uve-topic-7-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-0 (kafka.cluster.Partition) [2026-06-08 05:46:15,931] INFO [Partition -uve-topic-7-0 broker=2] Log loaded for partition -uve-topic-7-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,934] INFO [LogLoader partition=-uve-topic-14-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,934] INFO Created log for partition -uve-topic-14-11 in /tmp/kafka-logs/-uve-topic-14-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,934] INFO [Partition -uve-topic-14-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-11 (kafka.cluster.Partition) [2026-06-08 05:46:15,934] INFO [Partition -uve-topic-14-11 broker=2] Log loaded for partition -uve-topic-14-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,938] INFO [LogLoader partition=-uve-topic-8-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,939] INFO Created log for partition -uve-topic-8-0 in /tmp/kafka-logs/-uve-topic-8-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,939] INFO [Partition -uve-topic-8-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-0 (kafka.cluster.Partition) [2026-06-08 05:46:15,939] INFO [Partition -uve-topic-8-0 broker=2] Log loaded for partition -uve-topic-8-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,943] INFO [LogLoader partition=-uve-topic-15-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,943] INFO Created log for partition -uve-topic-15-11 in /tmp/kafka-logs/-uve-topic-15-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,944] INFO [Partition -uve-topic-15-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-11 (kafka.cluster.Partition) [2026-06-08 05:46:15,944] INFO [Partition -uve-topic-15-11 broker=2] Log loaded for partition -uve-topic-15-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,948] INFO [LogLoader partition=-uve-topic-5-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,948] INFO Created log for partition -uve-topic-5-0 in /tmp/kafka-logs/-uve-topic-5-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,948] INFO [Partition -uve-topic-5-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-0 (kafka.cluster.Partition) [2026-06-08 05:46:15,948] INFO [Partition -uve-topic-5-0 broker=2] Log loaded for partition -uve-topic-5-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,952] INFO [LogLoader partition=-uve-topic-16-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,952] INFO Created log for partition -uve-topic-16-11 in /tmp/kafka-logs/-uve-topic-16-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,954] INFO [Partition -uve-topic-16-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-11 (kafka.cluster.Partition) [2026-06-08 05:46:15,954] INFO [Partition -uve-topic-16-11 broker=2] Log loaded for partition -uve-topic-16-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,957] INFO [LogLoader partition=-uve-topic-10-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,957] INFO Created log for partition -uve-topic-10-12 in /tmp/kafka-logs/-uve-topic-10-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,958] INFO [Partition -uve-topic-10-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-12 (kafka.cluster.Partition) [2026-06-08 05:46:15,958] INFO [Partition -uve-topic-10-12 broker=2] Log loaded for partition -uve-topic-10-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,965] INFO [LogLoader partition=-uve-topic-18-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,965] INFO Created log for partition -uve-topic-18-10 in /tmp/kafka-logs/-uve-topic-18-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,965] INFO [Partition -uve-topic-18-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-10 (kafka.cluster.Partition) [2026-06-08 05:46:15,965] INFO [Partition -uve-topic-18-10 broker=2] Log loaded for partition -uve-topic-18-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,968] INFO [LogLoader partition=-uve-topic-19-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,968] INFO Created log for partition -uve-topic-19-10 in /tmp/kafka-logs/-uve-topic-19-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,968] INFO [Partition -uve-topic-19-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-10 (kafka.cluster.Partition) [2026-06-08 05:46:15,968] INFO [Partition -uve-topic-19-10 broker=2] Log loaded for partition -uve-topic-19-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,973] INFO [LogLoader partition=-uve-topic-8-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,973] INFO Created log for partition -uve-topic-8-1 in /tmp/kafka-logs/-uve-topic-8-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,973] INFO [Partition -uve-topic-8-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-1 (kafka.cluster.Partition) [2026-06-08 05:46:15,973] INFO [Partition -uve-topic-8-1 broker=2] Log loaded for partition -uve-topic-8-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,975] INFO [LogLoader partition=-uve-topic-9-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,975] INFO Created log for partition -uve-topic-9-1 in /tmp/kafka-logs/-uve-topic-9-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,975] INFO [Partition -uve-topic-9-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-1 (kafka.cluster.Partition) [2026-06-08 05:46:15,975] INFO [Partition -uve-topic-9-1 broker=2] Log loaded for partition -uve-topic-9-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,979] INFO [LogLoader partition=-uve-topic-6-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,979] INFO Created log for partition -uve-topic-6-1 in /tmp/kafka-logs/-uve-topic-6-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,979] INFO [Partition -uve-topic-6-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-1 (kafka.cluster.Partition) [2026-06-08 05:46:15,979] INFO [Partition -uve-topic-6-1 broker=2] Log loaded for partition -uve-topic-6-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,984] INFO [LogLoader partition=-uve-topic-7-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,984] INFO Created log for partition -uve-topic-7-1 in /tmp/kafka-logs/-uve-topic-7-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,984] INFO [Partition -uve-topic-7-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-1 (kafka.cluster.Partition) [2026-06-08 05:46:15,984] INFO [Partition -uve-topic-7-1 broker=2] Log loaded for partition -uve-topic-7-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:15,987] INFO [LogLoader partition=-uve-topic-4-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:15,987] INFO Created log for partition -uve-topic-4-1 in /tmp/kafka-logs/-uve-topic-4-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:15,994] INFO [Partition -uve-topic-4-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-1 (kafka.cluster.Partition) [2026-06-08 05:46:15,994] INFO [Partition -uve-topic-4-1 broker=2] Log loaded for partition -uve-topic-4-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,000] INFO [LogLoader partition=-uve-topic-5-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,001] INFO Created log for partition -uve-topic-5-1 in /tmp/kafka-logs/-uve-topic-5-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,001] INFO [Partition -uve-topic-5-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-1 (kafka.cluster.Partition) [2026-06-08 05:46:16,001] INFO [Partition -uve-topic-5-1 broker=2] Log loaded for partition -uve-topic-5-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,004] INFO [LogLoader partition=-uve-topic-10-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,005] INFO Created log for partition -uve-topic-10-11 in /tmp/kafka-logs/-uve-topic-10-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,005] INFO [Partition -uve-topic-10-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-11 (kafka.cluster.Partition) [2026-06-08 05:46:16,005] INFO [Partition -uve-topic-10-11 broker=2] Log loaded for partition -uve-topic-10-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,011] INFO [LogLoader partition=-uve-topic-18-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,011] INFO Created log for partition -uve-topic-18-13 in /tmp/kafka-logs/-uve-topic-18-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,011] INFO [Partition -uve-topic-18-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-13 (kafka.cluster.Partition) [2026-06-08 05:46:16,011] INFO [Partition -uve-topic-18-13 broker=2] Log loaded for partition -uve-topic-18-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,017] INFO [LogLoader partition=-uve-topic-6-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,017] INFO Created log for partition -uve-topic-6-2 in /tmp/kafka-logs/-uve-topic-6-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,017] INFO [Partition -uve-topic-6-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-2 (kafka.cluster.Partition) [2026-06-08 05:46:16,017] INFO [Partition -uve-topic-6-2 broker=2] Log loaded for partition -uve-topic-6-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,022] INFO [LogLoader partition=-uve-topic-4-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,023] INFO Created log for partition -uve-topic-4-2 in /tmp/kafka-logs/-uve-topic-4-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,023] INFO [Partition -uve-topic-4-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-2 (kafka.cluster.Partition) [2026-06-08 05:46:16,023] INFO [Partition -uve-topic-4-2 broker=2] Log loaded for partition -uve-topic-4-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,026] INFO [LogLoader partition=-uve-topic-19-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,027] INFO Created log for partition -uve-topic-19-13 in /tmp/kafka-logs/-uve-topic-19-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,029] INFO [Partition -uve-topic-19-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-13 (kafka.cluster.Partition) [2026-06-08 05:46:16,029] INFO [Partition -uve-topic-19-13 broker=2] Log loaded for partition -uve-topic-19-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,032] INFO [LogLoader partition=-uve-topic-16-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,033] INFO Created log for partition -uve-topic-16-12 in /tmp/kafka-logs/-uve-topic-16-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,033] INFO [Partition -uve-topic-16-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-12 (kafka.cluster.Partition) [2026-06-08 05:46:16,033] INFO [Partition -uve-topic-16-12 broker=2] Log loaded for partition -uve-topic-16-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,038] INFO [LogLoader partition=-uve-topic-8-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,038] INFO Created log for partition -uve-topic-8-3 in /tmp/kafka-logs/-uve-topic-8-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,038] INFO [Partition -uve-topic-8-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-3 (kafka.cluster.Partition) [2026-06-08 05:46:16,038] INFO [Partition -uve-topic-8-3 broker=2] Log loaded for partition -uve-topic-8-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,041] INFO [LogLoader partition=-uve-topic-17-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,041] INFO Created log for partition -uve-topic-17-12 in /tmp/kafka-logs/-uve-topic-17-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,041] INFO [Partition -uve-topic-17-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-12 (kafka.cluster.Partition) [2026-06-08 05:46:16,041] INFO [Partition -uve-topic-17-12 broker=2] Log loaded for partition -uve-topic-17-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,047] INFO [LogLoader partition=-uve-topic-9-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,047] INFO Created log for partition -uve-topic-9-3 in /tmp/kafka-logs/-uve-topic-9-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,047] INFO [Partition -uve-topic-9-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-3 (kafka.cluster.Partition) [2026-06-08 05:46:16,047] INFO [Partition -uve-topic-9-3 broker=2] Log loaded for partition -uve-topic-9-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,050] INFO [LogLoader partition=-uve-topic-19-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,050] INFO Created log for partition -uve-topic-19-12 in /tmp/kafka-logs/-uve-topic-19-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,053] INFO [Partition -uve-topic-19-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-12 (kafka.cluster.Partition) [2026-06-08 05:46:16,053] INFO [Partition -uve-topic-19-12 broker=2] Log loaded for partition -uve-topic-19-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,057] INFO [LogLoader partition=-uve-topic-7-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,057] INFO Created log for partition -uve-topic-7-3 in /tmp/kafka-logs/-uve-topic-7-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,057] INFO [Partition -uve-topic-7-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-3 (kafka.cluster.Partition) [2026-06-08 05:46:16,057] INFO [Partition -uve-topic-7-3 broker=2] Log loaded for partition -uve-topic-7-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,063] INFO [LogLoader partition=-uve-topic-5-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,064] INFO Created log for partition -uve-topic-5-3 in /tmp/kafka-logs/-uve-topic-5-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,064] INFO [Partition -uve-topic-5-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-3 (kafka.cluster.Partition) [2026-06-08 05:46:16,064] INFO [Partition -uve-topic-5-3 broker=2] Log loaded for partition -uve-topic-5-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,067] INFO [LogLoader partition=-uve-topic-14-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,067] INFO Created log for partition -uve-topic-14-12 in /tmp/kafka-logs/-uve-topic-14-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,069] INFO [Partition -uve-topic-14-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-12 (kafka.cluster.Partition) [2026-06-08 05:46:16,069] INFO [Partition -uve-topic-14-12 broker=2] Log loaded for partition -uve-topic-14-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,072] INFO [LogLoader partition=-uve-topic-15-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,075] INFO Created log for partition -uve-topic-15-12 in /tmp/kafka-logs/-uve-topic-15-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,075] INFO [Partition -uve-topic-15-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-12 (kafka.cluster.Partition) [2026-06-08 05:46:16,075] INFO [Partition -uve-topic-15-12 broker=2] Log loaded for partition -uve-topic-15-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,080] INFO [LogLoader partition=-uve-topic-14-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,080] INFO Created log for partition -uve-topic-14-0 in /tmp/kafka-logs/-uve-topic-14-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,080] INFO [Partition -uve-topic-14-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-0 (kafka.cluster.Partition) [2026-06-08 05:46:16,080] INFO [Partition -uve-topic-14-0 broker=2] Log loaded for partition -uve-topic-14-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,085] INFO [LogLoader partition=-uve-topic-15-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,085] INFO Created log for partition -uve-topic-15-0 in /tmp/kafka-logs/-uve-topic-15-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,085] INFO [Partition -uve-topic-15-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-0 (kafka.cluster.Partition) [2026-06-08 05:46:16,085] INFO [Partition -uve-topic-15-0 broker=2] Log loaded for partition -uve-topic-15-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,090] INFO [LogLoader partition=-uve-topic-10-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,090] INFO Created log for partition -uve-topic-10-0 in /tmp/kafka-logs/-uve-topic-10-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,090] INFO [Partition -uve-topic-10-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-0 (kafka.cluster.Partition) [2026-06-08 05:46:16,090] INFO [Partition -uve-topic-10-0 broker=2] Log loaded for partition -uve-topic-10-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,093] INFO [LogLoader partition=-uve-topic-7-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,093] INFO Created log for partition -uve-topic-7-12 in /tmp/kafka-logs/-uve-topic-7-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,096] INFO [Partition -uve-topic-7-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-12 (kafka.cluster.Partition) [2026-06-08 05:46:16,096] INFO [Partition -uve-topic-7-12 broker=2] Log loaded for partition -uve-topic-7-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,099] INFO [LogLoader partition=-uve-topic-8-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,099] INFO Created log for partition -uve-topic-8-12 in /tmp/kafka-logs/-uve-topic-8-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,099] INFO [Partition -uve-topic-8-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-12 (kafka.cluster.Partition) [2026-06-08 05:46:16,099] INFO [Partition -uve-topic-8-12 broker=2] Log loaded for partition -uve-topic-8-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,103] INFO [LogLoader partition=-uve-topic-5-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,104] INFO Created log for partition -uve-topic-5-12 in /tmp/kafka-logs/-uve-topic-5-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,105] INFO [Partition -uve-topic-5-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-12 (kafka.cluster.Partition) [2026-06-08 05:46:16,105] INFO [Partition -uve-topic-5-12 broker=2] Log loaded for partition -uve-topic-5-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,107] INFO [LogLoader partition=-uve-topic-16-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,108] INFO Created log for partition -uve-topic-16-0 in /tmp/kafka-logs/-uve-topic-16-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,108] INFO [Partition -uve-topic-16-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-0 (kafka.cluster.Partition) [2026-06-08 05:46:16,108] INFO [Partition -uve-topic-16-0 broker=2] Log loaded for partition -uve-topic-16-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,115] INFO [LogLoader partition=-uve-topic-17-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,116] INFO Created log for partition -uve-topic-17-0 in /tmp/kafka-logs/-uve-topic-17-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,116] INFO [Partition -uve-topic-17-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-0 (kafka.cluster.Partition) [2026-06-08 05:46:16,116] INFO [Partition -uve-topic-17-0 broker=2] Log loaded for partition -uve-topic-17-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,121] INFO [LogLoader partition=-uve-topic-19-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,121] INFO Created log for partition -uve-topic-19-0 in /tmp/kafka-logs/-uve-topic-19-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,121] INFO [Partition -uve-topic-19-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-0 (kafka.cluster.Partition) [2026-06-08 05:46:16,121] INFO [Partition -uve-topic-19-0 broker=2] Log loaded for partition -uve-topic-19-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,124] INFO [LogLoader partition=-uve-topic-15-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,124] INFO Created log for partition -uve-topic-15-29 in /tmp/kafka-logs/-uve-topic-15-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,125] INFO [Partition -uve-topic-15-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-29 (kafka.cluster.Partition) [2026-06-08 05:46:16,125] INFO [Partition -uve-topic-15-29 broker=2] Log loaded for partition -uve-topic-15-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,129] INFO [LogLoader partition=-uve-topic-16-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,129] INFO Created log for partition -uve-topic-16-29 in /tmp/kafka-logs/-uve-topic-16-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,129] INFO [Partition -uve-topic-16-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-29 (kafka.cluster.Partition) [2026-06-08 05:46:16,129] INFO [Partition -uve-topic-16-29 broker=2] Log loaded for partition -uve-topic-16-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,136] INFO [LogLoader partition=-uve-topic-17-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,137] INFO Created log for partition -uve-topic-17-29 in /tmp/kafka-logs/-uve-topic-17-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,137] INFO [Partition -uve-topic-17-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-29 (kafka.cluster.Partition) [2026-06-08 05:46:16,137] INFO [Partition -uve-topic-17-29 broker=2] Log loaded for partition -uve-topic-17-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,139] INFO [LogLoader partition=-uve-topic-18-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,140] INFO Created log for partition -uve-topic-18-29 in /tmp/kafka-logs/-uve-topic-18-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,140] INFO [Partition -uve-topic-18-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-29 (kafka.cluster.Partition) [2026-06-08 05:46:16,140] INFO [Partition -uve-topic-18-29 broker=2] Log loaded for partition -uve-topic-18-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,148] INFO [LogLoader partition=-uve-topic-9-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,149] INFO Created log for partition -uve-topic-9-12 in /tmp/kafka-logs/-uve-topic-9-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,149] INFO [Partition -uve-topic-9-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-12 (kafka.cluster.Partition) [2026-06-08 05:46:16,149] INFO [Partition -uve-topic-9-12 broker=2] Log loaded for partition -uve-topic-9-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,153] INFO [LogLoader partition=-uve-topic-14-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,154] INFO Created log for partition -uve-topic-14-29 in /tmp/kafka-logs/-uve-topic-14-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,154] INFO [Partition -uve-topic-14-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-29 (kafka.cluster.Partition) [2026-06-08 05:46:16,154] INFO [Partition -uve-topic-14-29 broker=2] Log loaded for partition -uve-topic-14-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,157] INFO [LogLoader partition=-uve-topic-6-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,158] INFO Created log for partition -uve-topic-6-13 in /tmp/kafka-logs/-uve-topic-6-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,159] INFO [Partition -uve-topic-6-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-13 (kafka.cluster.Partition) [2026-06-08 05:46:16,159] INFO [Partition -uve-topic-6-13 broker=2] Log loaded for partition -uve-topic-6-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,162] INFO [LogLoader partition=-uve-topic-7-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,162] INFO Created log for partition -uve-topic-7-13 in /tmp/kafka-logs/-uve-topic-7-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,164] INFO [Partition -uve-topic-7-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-13 (kafka.cluster.Partition) [2026-06-08 05:46:16,164] INFO [Partition -uve-topic-7-13 broker=2] Log loaded for partition -uve-topic-7-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,166] INFO [LogLoader partition=-uve-topic-4-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,167] INFO Created log for partition -uve-topic-4-13 in /tmp/kafka-logs/-uve-topic-4-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,168] INFO [Partition -uve-topic-4-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-13 (kafka.cluster.Partition) [2026-06-08 05:46:16,168] INFO [Partition -uve-topic-4-13 broker=2] Log loaded for partition -uve-topic-4-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,172] INFO [LogLoader partition=-uve-topic-5-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,172] INFO Created log for partition -uve-topic-5-13 in /tmp/kafka-logs/-uve-topic-5-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,173] INFO [Partition -uve-topic-5-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-13 (kafka.cluster.Partition) [2026-06-08 05:46:16,173] INFO [Partition -uve-topic-5-13 broker=2] Log loaded for partition -uve-topic-5-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,175] INFO [LogLoader partition=-uve-topic-10-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,175] INFO Created log for partition -uve-topic-10-2 in /tmp/kafka-logs/-uve-topic-10-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,175] INFO [Partition -uve-topic-10-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-2 (kafka.cluster.Partition) [2026-06-08 05:46:16,175] INFO [Partition -uve-topic-10-2 broker=2] Log loaded for partition -uve-topic-10-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,180] INFO [LogLoader partition=-uve-topic-8-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,180] INFO Created log for partition -uve-topic-8-13 in /tmp/kafka-logs/-uve-topic-8-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,180] INFO [Partition -uve-topic-8-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-13 (kafka.cluster.Partition) [2026-06-08 05:46:16,180] INFO [Partition -uve-topic-8-13 broker=2] Log loaded for partition -uve-topic-8-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,185] INFO [LogLoader partition=-uve-topic-9-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,185] INFO Created log for partition -uve-topic-9-13 in /tmp/kafka-logs/-uve-topic-9-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,185] INFO [Partition -uve-topic-9-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-13 (kafka.cluster.Partition) [2026-06-08 05:46:16,185] INFO [Partition -uve-topic-9-13 broker=2] Log loaded for partition -uve-topic-9-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,188] INFO [LogLoader partition=-uve-topic-18-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,188] INFO Created log for partition -uve-topic-18-2 in /tmp/kafka-logs/-uve-topic-18-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,190] INFO [Partition -uve-topic-18-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-2 (kafka.cluster.Partition) [2026-06-08 05:46:16,190] INFO [Partition -uve-topic-18-2 broker=2] Log loaded for partition -uve-topic-18-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,193] INFO [LogLoader partition=-uve-topic-6-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,193] INFO Created log for partition -uve-topic-6-14 in /tmp/kafka-logs/-uve-topic-6-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,193] INFO [Partition -uve-topic-6-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-14 (kafka.cluster.Partition) [2026-06-08 05:46:16,193] INFO [Partition -uve-topic-6-14 broker=2] Log loaded for partition -uve-topic-6-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,199] INFO [LogLoader partition=-uve-topic-4-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,199] INFO Created log for partition -uve-topic-4-14 in /tmp/kafka-logs/-uve-topic-4-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,199] INFO [Partition -uve-topic-4-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-14 (kafka.cluster.Partition) [2026-06-08 05:46:16,199] INFO [Partition -uve-topic-4-14 broker=2] Log loaded for partition -uve-topic-4-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,209] INFO [LogLoader partition=-uve-topic-14-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,209] INFO Created log for partition -uve-topic-14-2 in /tmp/kafka-logs/-uve-topic-14-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,209] INFO [Partition -uve-topic-14-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-2 (kafka.cluster.Partition) [2026-06-08 05:46:16,209] INFO [Partition -uve-topic-14-2 broker=2] Log loaded for partition -uve-topic-14-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,212] INFO [LogLoader partition=-uve-topic-15-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,212] INFO Created log for partition -uve-topic-15-2 in /tmp/kafka-logs/-uve-topic-15-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,213] INFO [Partition -uve-topic-15-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-2 (kafka.cluster.Partition) [2026-06-08 05:46:16,213] INFO [Partition -uve-topic-15-2 broker=2] Log loaded for partition -uve-topic-15-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,217] INFO [LogLoader partition=-uve-topic-16-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,218] INFO Created log for partition -uve-topic-16-2 in /tmp/kafka-logs/-uve-topic-16-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,218] INFO [Partition -uve-topic-16-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-2 (kafka.cluster.Partition) [2026-06-08 05:46:16,218] INFO [Partition -uve-topic-16-2 broker=2] Log loaded for partition -uve-topic-16-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,223] INFO [LogLoader partition=-uve-topic-17-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,224] INFO Created log for partition -uve-topic-17-2 in /tmp/kafka-logs/-uve-topic-17-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,224] INFO [Partition -uve-topic-17-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-2 (kafka.cluster.Partition) [2026-06-08 05:46:16,224] INFO [Partition -uve-topic-17-2 broker=2] Log loaded for partition -uve-topic-17-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,226] INFO [LogLoader partition=-uve-topic-19-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,227] INFO Created log for partition -uve-topic-19-1 in /tmp/kafka-logs/-uve-topic-19-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,228] INFO [Partition -uve-topic-19-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-1 (kafka.cluster.Partition) [2026-06-08 05:46:16,228] INFO [Partition -uve-topic-19-1 broker=2] Log loaded for partition -uve-topic-19-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,232] INFO [LogLoader partition=-uve-topic-5-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,233] INFO Created log for partition -uve-topic-5-15 in /tmp/kafka-logs/-uve-topic-5-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,233] INFO [Partition -uve-topic-5-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-15 (kafka.cluster.Partition) [2026-06-08 05:46:16,233] INFO [Partition -uve-topic-5-15 broker=2] Log loaded for partition -uve-topic-5-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,236] INFO [LogLoader partition=-uve-topic-18-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,236] INFO Created log for partition -uve-topic-18-1 in /tmp/kafka-logs/-uve-topic-18-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,236] INFO [Partition -uve-topic-18-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-1 (kafka.cluster.Partition) [2026-06-08 05:46:16,236] INFO [Partition -uve-topic-18-1 broker=2] Log loaded for partition -uve-topic-18-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,244] INFO [LogLoader partition=-uve-topic-4-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,244] INFO Created log for partition -uve-topic-4-8 in /tmp/kafka-logs/-uve-topic-4-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,245] INFO [Partition -uve-topic-4-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-8 (kafka.cluster.Partition) [2026-06-08 05:46:16,245] INFO [Partition -uve-topic-4-8 broker=2] Log loaded for partition -uve-topic-4-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,250] INFO [LogLoader partition=-uve-topic-18-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,251] INFO Created log for partition -uve-topic-18-4 in /tmp/kafka-logs/-uve-topic-18-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,251] INFO [Partition -uve-topic-18-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-4 (kafka.cluster.Partition) [2026-06-08 05:46:16,251] INFO [Partition -uve-topic-18-4 broker=2] Log loaded for partition -uve-topic-18-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,258] INFO [LogLoader partition=-uve-topic-19-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,259] INFO Created log for partition -uve-topic-19-4 in /tmp/kafka-logs/-uve-topic-19-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,259] INFO [Partition -uve-topic-19-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-4 (kafka.cluster.Partition) [2026-06-08 05:46:16,259] INFO [Partition -uve-topic-19-4 broker=2] Log loaded for partition -uve-topic-19-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,266] INFO [LogLoader partition=-uve-topic-6-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,266] INFO Created log for partition -uve-topic-6-8 in /tmp/kafka-logs/-uve-topic-6-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,266] INFO [Partition -uve-topic-6-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-8 (kafka.cluster.Partition) [2026-06-08 05:46:16,266] INFO [Partition -uve-topic-6-8 broker=2] Log loaded for partition -uve-topic-6-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,272] INFO [LogLoader partition=-uve-topic-10-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,273] INFO Created log for partition -uve-topic-10-3 in /tmp/kafka-logs/-uve-topic-10-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,274] INFO [Partition -uve-topic-10-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-3 (kafka.cluster.Partition) [2026-06-08 05:46:16,274] INFO [Partition -uve-topic-10-3 broker=2] Log loaded for partition -uve-topic-10-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,280] INFO [LogLoader partition=-uve-topic-17-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,280] INFO Created log for partition -uve-topic-17-3 in /tmp/kafka-logs/-uve-topic-17-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,280] INFO [Partition -uve-topic-17-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-3 (kafka.cluster.Partition) [2026-06-08 05:46:16,280] INFO [Partition -uve-topic-17-3 broker=2] Log loaded for partition -uve-topic-17-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,292] INFO [LogLoader partition=-uve-topic-19-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,292] INFO Created log for partition -uve-topic-19-3 in /tmp/kafka-logs/-uve-topic-19-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,293] INFO [Partition -uve-topic-19-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-3 (kafka.cluster.Partition) [2026-06-08 05:46:16,293] INFO [Partition -uve-topic-19-3 broker=2] Log loaded for partition -uve-topic-19-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,295] INFO [LogLoader partition=-uve-topic-8-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,295] INFO Created log for partition -uve-topic-8-9 in /tmp/kafka-logs/-uve-topic-8-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,297] INFO [Partition -uve-topic-8-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-9 (kafka.cluster.Partition) [2026-06-08 05:46:16,297] INFO [Partition -uve-topic-8-9 broker=2] Log loaded for partition -uve-topic-8-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,300] INFO [LogLoader partition=-uve-topic-9-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,300] INFO Created log for partition -uve-topic-9-9 in /tmp/kafka-logs/-uve-topic-9-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,303] INFO [Partition -uve-topic-9-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-9 (kafka.cluster.Partition) [2026-06-08 05:46:16,303] INFO [Partition -uve-topic-9-9 broker=2] Log loaded for partition -uve-topic-9-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,306] INFO [LogLoader partition=-uve-topic-14-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,307] INFO Created log for partition -uve-topic-14-3 in /tmp/kafka-logs/-uve-topic-14-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,307] INFO [Partition -uve-topic-14-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-3 (kafka.cluster.Partition) [2026-06-08 05:46:16,307] INFO [Partition -uve-topic-14-3 broker=2] Log loaded for partition -uve-topic-14-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,311] INFO [LogLoader partition=-uve-topic-7-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,314] INFO Created log for partition -uve-topic-7-9 in /tmp/kafka-logs/-uve-topic-7-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,314] INFO [Partition -uve-topic-7-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-9 (kafka.cluster.Partition) [2026-06-08 05:46:16,314] INFO [Partition -uve-topic-7-9 broker=2] Log loaded for partition -uve-topic-7-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,327] INFO [LogLoader partition=-uve-topic-15-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,328] INFO Created log for partition -uve-topic-15-3 in /tmp/kafka-logs/-uve-topic-15-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,328] INFO [Partition -uve-topic-15-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-3 (kafka.cluster.Partition) [2026-06-08 05:46:16,328] INFO [Partition -uve-topic-15-3 broker=2] Log loaded for partition -uve-topic-15-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,335] INFO [LogLoader partition=-uve-topic-16-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,335] INFO Created log for partition -uve-topic-16-3 in /tmp/kafka-logs/-uve-topic-16-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,335] INFO [Partition -uve-topic-16-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-3 (kafka.cluster.Partition) [2026-06-08 05:46:16,335] INFO [Partition -uve-topic-16-3 broker=2] Log loaded for partition -uve-topic-16-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,338] INFO [LogLoader partition=-uve-topic-5-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,338] INFO Created log for partition -uve-topic-5-9 in /tmp/kafka-logs/-uve-topic-5-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,340] INFO [Partition -uve-topic-5-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-9 (kafka.cluster.Partition) [2026-06-08 05:46:16,340] INFO [Partition -uve-topic-5-9 broker=2] Log loaded for partition -uve-topic-5-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,344] INFO [LogLoader partition=-uve-topic-14-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,344] INFO Created log for partition -uve-topic-14-6 in /tmp/kafka-logs/-uve-topic-14-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,344] INFO [Partition -uve-topic-14-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-6 (kafka.cluster.Partition) [2026-06-08 05:46:16,344] INFO [Partition -uve-topic-14-6 broker=2] Log loaded for partition -uve-topic-14-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,357] INFO [LogLoader partition=-uve-topic-9-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,358] INFO Created log for partition -uve-topic-9-10 in /tmp/kafka-logs/-uve-topic-9-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,358] INFO [Partition -uve-topic-9-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-10 (kafka.cluster.Partition) [2026-06-08 05:46:16,358] INFO [Partition -uve-topic-9-10 broker=2] Log loaded for partition -uve-topic-9-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,363] INFO [LogLoader partition=-uve-topic-15-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,363] INFO Created log for partition -uve-topic-15-6 in /tmp/kafka-logs/-uve-topic-15-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,363] INFO [Partition -uve-topic-15-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-6 (kafka.cluster.Partition) [2026-06-08 05:46:16,363] INFO [Partition -uve-topic-15-6 broker=2] Log loaded for partition -uve-topic-15-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,368] INFO [LogLoader partition=-uve-topic-16-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,368] INFO Created log for partition -uve-topic-16-6 in /tmp/kafka-logs/-uve-topic-16-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,368] INFO [Partition -uve-topic-16-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-6 (kafka.cluster.Partition) [2026-06-08 05:46:16,368] INFO [Partition -uve-topic-16-6 broker=2] Log loaded for partition -uve-topic-16-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,371] INFO [LogLoader partition=-uve-topic-7-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,371] INFO Created log for partition -uve-topic-7-10 in /tmp/kafka-logs/-uve-topic-7-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,371] INFO [Partition -uve-topic-7-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-10 (kafka.cluster.Partition) [2026-06-08 05:46:16,371] INFO [Partition -uve-topic-7-10 broker=2] Log loaded for partition -uve-topic-7-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,374] INFO [LogLoader partition=-uve-topic-17-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,374] INFO Created log for partition -uve-topic-17-6 in /tmp/kafka-logs/-uve-topic-17-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,374] INFO [Partition -uve-topic-17-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-6 (kafka.cluster.Partition) [2026-06-08 05:46:16,374] INFO [Partition -uve-topic-17-6 broker=2] Log loaded for partition -uve-topic-17-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,377] INFO [LogLoader partition=-uve-topic-8-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,377] INFO Created log for partition -uve-topic-8-10 in /tmp/kafka-logs/-uve-topic-8-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,377] INFO [Partition -uve-topic-8-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-10 (kafka.cluster.Partition) [2026-06-08 05:46:16,377] INFO [Partition -uve-topic-8-10 broker=2] Log loaded for partition -uve-topic-8-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,385] INFO [LogLoader partition=-uve-topic-10-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,387] INFO Created log for partition -uve-topic-10-6 in /tmp/kafka-logs/-uve-topic-10-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,387] INFO [Partition -uve-topic-10-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-6 (kafka.cluster.Partition) [2026-06-08 05:46:16,387] INFO [Partition -uve-topic-10-6 broker=2] Log loaded for partition -uve-topic-10-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,390] INFO [LogLoader partition=-uve-topic-5-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,390] INFO Created log for partition -uve-topic-5-10 in /tmp/kafka-logs/-uve-topic-5-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,391] INFO [Partition -uve-topic-5-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-10 (kafka.cluster.Partition) [2026-06-08 05:46:16,391] INFO [Partition -uve-topic-5-10 broker=2] Log loaded for partition -uve-topic-5-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,396] INFO [LogLoader partition=-uve-topic-6-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,396] INFO Created log for partition -uve-topic-6-10 in /tmp/kafka-logs/-uve-topic-6-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,396] INFO [Partition -uve-topic-6-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-10 (kafka.cluster.Partition) [2026-06-08 05:46:16,396] INFO [Partition -uve-topic-6-10 broker=2] Log loaded for partition -uve-topic-6-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,400] INFO [LogLoader partition=-uve-topic-4-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,400] INFO Created log for partition -uve-topic-4-10 in /tmp/kafka-logs/-uve-topic-4-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,400] INFO [Partition -uve-topic-4-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-10 (kafka.cluster.Partition) [2026-06-08 05:46:16,400] INFO [Partition -uve-topic-4-10 broker=2] Log loaded for partition -uve-topic-4-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,406] INFO [LogLoader partition=-uve-topic-10-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,406] INFO Created log for partition -uve-topic-10-5 in /tmp/kafka-logs/-uve-topic-10-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,406] INFO [Partition -uve-topic-10-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-5 (kafka.cluster.Partition) [2026-06-08 05:46:16,406] INFO [Partition -uve-topic-10-5 broker=2] Log loaded for partition -uve-topic-10-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,410] INFO [LogLoader partition=-uve-topic-15-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,411] INFO Created log for partition -uve-topic-15-5 in /tmp/kafka-logs/-uve-topic-15-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,411] INFO [Partition -uve-topic-15-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-5 (kafka.cluster.Partition) [2026-06-08 05:46:16,411] INFO [Partition -uve-topic-15-5 broker=2] Log loaded for partition -uve-topic-15-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,416] INFO [LogLoader partition=-uve-topic-16-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,417] INFO Created log for partition -uve-topic-16-5 in /tmp/kafka-logs/-uve-topic-16-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,417] INFO [Partition -uve-topic-16-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-5 (kafka.cluster.Partition) [2026-06-08 05:46:16,417] INFO [Partition -uve-topic-16-5 broker=2] Log loaded for partition -uve-topic-16-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,419] INFO [LogLoader partition=-uve-topic-17-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,420] INFO Created log for partition -uve-topic-17-5 in /tmp/kafka-logs/-uve-topic-17-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,420] INFO [Partition -uve-topic-17-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-5 (kafka.cluster.Partition) [2026-06-08 05:46:16,420] INFO [Partition -uve-topic-17-5 broker=2] Log loaded for partition -uve-topic-17-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,425] INFO [LogLoader partition=-uve-topic-6-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,425] INFO Created log for partition -uve-topic-6-11 in /tmp/kafka-logs/-uve-topic-6-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,425] INFO [Partition -uve-topic-6-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-11 (kafka.cluster.Partition) [2026-06-08 05:46:16,425] INFO [Partition -uve-topic-6-11 broker=2] Log loaded for partition -uve-topic-6-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,428] INFO [LogLoader partition=-uve-topic-18-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,428] INFO Created log for partition -uve-topic-18-5 in /tmp/kafka-logs/-uve-topic-18-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,428] INFO [Partition -uve-topic-18-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-5 (kafka.cluster.Partition) [2026-06-08 05:46:16,428] INFO [Partition -uve-topic-18-5 broker=2] Log loaded for partition -uve-topic-18-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,432] INFO [LogLoader partition=-uve-topic-4-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,432] INFO Created log for partition -uve-topic-4-11 in /tmp/kafka-logs/-uve-topic-4-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,432] INFO [Partition -uve-topic-4-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-11 (kafka.cluster.Partition) [2026-06-08 05:46:16,432] INFO [Partition -uve-topic-4-11 broker=2] Log loaded for partition -uve-topic-4-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,435] INFO [LogLoader partition=-uve-topic-14-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,435] INFO Created log for partition -uve-topic-14-5 in /tmp/kafka-logs/-uve-topic-14-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,435] INFO [Partition -uve-topic-14-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-5 (kafka.cluster.Partition) [2026-06-08 05:46:16,436] INFO [Partition -uve-topic-14-5 broker=2] Log loaded for partition -uve-topic-14-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,439] INFO [LogLoader partition=-uve-topic-8-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,439] INFO Created log for partition -uve-topic-8-19 in /tmp/kafka-logs/-uve-topic-8-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,439] INFO [Partition -uve-topic-8-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-19 (kafka.cluster.Partition) [2026-06-08 05:46:16,439] INFO [Partition -uve-topic-8-19 broker=2] Log loaded for partition -uve-topic-8-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,442] INFO [LogLoader partition=-uve-topic-9-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,445] INFO Created log for partition -uve-topic-9-19 in /tmp/kafka-logs/-uve-topic-9-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,446] INFO [Partition -uve-topic-9-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-19 (kafka.cluster.Partition) [2026-06-08 05:46:16,446] INFO [Partition -uve-topic-9-19 broker=2] Log loaded for partition -uve-topic-9-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,450] INFO [LogLoader partition=-uve-topic-6-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,450] INFO Created log for partition -uve-topic-6-19 in /tmp/kafka-logs/-uve-topic-6-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,450] INFO [Partition -uve-topic-6-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-19 (kafka.cluster.Partition) [2026-06-08 05:46:16,450] INFO [Partition -uve-topic-6-19 broker=2] Log loaded for partition -uve-topic-6-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,455] INFO [LogLoader partition=-uve-topic-7-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,456] INFO Created log for partition -uve-topic-7-19 in /tmp/kafka-logs/-uve-topic-7-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,456] INFO [Partition -uve-topic-7-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-19 (kafka.cluster.Partition) [2026-06-08 05:46:16,456] INFO [Partition -uve-topic-7-19 broker=2] Log loaded for partition -uve-topic-7-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,458] INFO [LogLoader partition=-uve-topic-18-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,459] INFO Created log for partition -uve-topic-18-22 in /tmp/kafka-logs/-uve-topic-18-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,459] INFO [Partition -uve-topic-18-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-22 (kafka.cluster.Partition) [2026-06-08 05:46:16,459] INFO [Partition -uve-topic-18-22 broker=2] Log loaded for partition -uve-topic-18-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,464] INFO [LogLoader partition=-uve-topic-4-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,464] INFO Created log for partition -uve-topic-4-19 in /tmp/kafka-logs/-uve-topic-4-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,464] INFO [Partition -uve-topic-4-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-19 (kafka.cluster.Partition) [2026-06-08 05:46:16,464] INFO [Partition -uve-topic-4-19 broker=2] Log loaded for partition -uve-topic-4-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,469] INFO [LogLoader partition=-uve-topic-19-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,469] INFO Created log for partition -uve-topic-19-22 in /tmp/kafka-logs/-uve-topic-19-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,469] INFO [Partition -uve-topic-19-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-22 (kafka.cluster.Partition) [2026-06-08 05:46:16,469] INFO [Partition -uve-topic-19-22 broker=2] Log loaded for partition -uve-topic-19-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,473] INFO [LogLoader partition=-uve-topic-5-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,473] INFO Created log for partition -uve-topic-5-19 in /tmp/kafka-logs/-uve-topic-5-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,473] INFO [Partition -uve-topic-5-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-19 (kafka.cluster.Partition) [2026-06-08 05:46:16,473] INFO [Partition -uve-topic-5-19 broker=2] Log loaded for partition -uve-topic-5-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,476] INFO [LogLoader partition=-uve-topic-14-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,476] INFO Created log for partition -uve-topic-14-23 in /tmp/kafka-logs/-uve-topic-14-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,476] INFO [Partition -uve-topic-14-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-23 (kafka.cluster.Partition) [2026-06-08 05:46:16,476] INFO [Partition -uve-topic-14-23 broker=2] Log loaded for partition -uve-topic-14-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,481] INFO [LogLoader partition=-uve-topic-15-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,481] INFO Created log for partition -uve-topic-15-23 in /tmp/kafka-logs/-uve-topic-15-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,481] INFO [Partition -uve-topic-15-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-23 (kafka.cluster.Partition) [2026-06-08 05:46:16,481] INFO [Partition -uve-topic-15-23 broker=2] Log loaded for partition -uve-topic-15-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,483] INFO [LogLoader partition=-uve-topic-16-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,483] INFO Created log for partition -uve-topic-16-23 in /tmp/kafka-logs/-uve-topic-16-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,483] INFO [Partition -uve-topic-16-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-23 (kafka.cluster.Partition) [2026-06-08 05:46:16,483] INFO [Partition -uve-topic-16-23 broker=2] Log loaded for partition -uve-topic-16-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,486] INFO [LogLoader partition=-uve-topic-10-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,486] INFO Created log for partition -uve-topic-10-23 in /tmp/kafka-logs/-uve-topic-10-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,486] INFO [Partition -uve-topic-10-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-23 (kafka.cluster.Partition) [2026-06-08 05:46:16,486] INFO [Partition -uve-topic-10-23 broker=2] Log loaded for partition -uve-topic-10-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,489] INFO [LogLoader partition=-uve-topic-6-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,489] INFO Created log for partition -uve-topic-6-20 in /tmp/kafka-logs/-uve-topic-6-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,489] INFO [Partition -uve-topic-6-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-20 (kafka.cluster.Partition) [2026-06-08 05:46:16,489] INFO [Partition -uve-topic-6-20 broker=2] Log loaded for partition -uve-topic-6-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,493] INFO [LogLoader partition=-uve-topic-19-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,493] INFO Created log for partition -uve-topic-19-21 in /tmp/kafka-logs/-uve-topic-19-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,493] INFO [Partition -uve-topic-19-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-21 (kafka.cluster.Partition) [2026-06-08 05:46:16,493] INFO [Partition -uve-topic-19-21 broker=2] Log loaded for partition -uve-topic-19-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,498] INFO [LogLoader partition=-uve-topic-4-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,498] INFO Created log for partition -uve-topic-4-20 in /tmp/kafka-logs/-uve-topic-4-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,499] INFO [Partition -uve-topic-4-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-20 (kafka.cluster.Partition) [2026-06-08 05:46:16,499] INFO [Partition -uve-topic-4-20 broker=2] Log loaded for partition -uve-topic-4-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,501] INFO [LogLoader partition=-uve-topic-7-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,501] INFO Created log for partition -uve-topic-7-21 in /tmp/kafka-logs/-uve-topic-7-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,501] INFO [Partition -uve-topic-7-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-21 (kafka.cluster.Partition) [2026-06-08 05:46:16,501] INFO [Partition -uve-topic-7-21 broker=2] Log loaded for partition -uve-topic-7-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,502] INFO [LogLoader partition=-uve-topic-5-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,503] INFO Created log for partition -uve-topic-5-21 in /tmp/kafka-logs/-uve-topic-5-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,503] INFO [Partition -uve-topic-5-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-21 (kafka.cluster.Partition) [2026-06-08 05:46:16,503] INFO [Partition -uve-topic-5-21 broker=2] Log loaded for partition -uve-topic-5-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,504] INFO [LogLoader partition=-uve-topic-16-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,504] INFO Created log for partition -uve-topic-16-24 in /tmp/kafka-logs/-uve-topic-16-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,504] INFO [Partition -uve-topic-16-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-24 (kafka.cluster.Partition) [2026-06-08 05:46:16,504] INFO [Partition -uve-topic-16-24 broker=2] Log loaded for partition -uve-topic-16-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,510] INFO [LogLoader partition=-uve-topic-17-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,510] INFO Created log for partition -uve-topic-17-24 in /tmp/kafka-logs/-uve-topic-17-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,510] INFO [Partition -uve-topic-17-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-24 (kafka.cluster.Partition) [2026-06-08 05:46:16,510] INFO [Partition -uve-topic-17-24 broker=2] Log loaded for partition -uve-topic-17-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,514] INFO [LogLoader partition=-uve-topic-19-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,514] INFO Created log for partition -uve-topic-19-24 in /tmp/kafka-logs/-uve-topic-19-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,514] INFO [Partition -uve-topic-19-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-24 (kafka.cluster.Partition) [2026-06-08 05:46:16,514] INFO [Partition -uve-topic-19-24 broker=2] Log loaded for partition -uve-topic-19-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,518] INFO [LogLoader partition=-uve-topic-8-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,518] INFO Created log for partition -uve-topic-8-21 in /tmp/kafka-logs/-uve-topic-8-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,518] INFO [Partition -uve-topic-8-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-21 (kafka.cluster.Partition) [2026-06-08 05:46:16,518] INFO [Partition -uve-topic-8-21 broker=2] Log loaded for partition -uve-topic-8-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,521] INFO [LogLoader partition=-uve-topic-9-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,521] INFO Created log for partition -uve-topic-9-21 in /tmp/kafka-logs/-uve-topic-9-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,523] INFO [Partition -uve-topic-9-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-21 (kafka.cluster.Partition) [2026-06-08 05:46:16,524] INFO [Partition -uve-topic-9-21 broker=2] Log loaded for partition -uve-topic-9-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,527] INFO [LogLoader partition=-uve-topic-5-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,527] INFO Created log for partition -uve-topic-5-22 in /tmp/kafka-logs/-uve-topic-5-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,527] INFO [Partition -uve-topic-5-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-22 (kafka.cluster.Partition) [2026-06-08 05:46:16,527] INFO [Partition -uve-topic-5-22 broker=2] Log loaded for partition -uve-topic-5-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,530] INFO [LogLoader partition=-uve-topic-6-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,531] INFO Created log for partition -uve-topic-6-22 in /tmp/kafka-logs/-uve-topic-6-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,531] INFO [Partition -uve-topic-6-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-22 (kafka.cluster.Partition) [2026-06-08 05:46:16,531] INFO [Partition -uve-topic-6-22 broker=2] Log loaded for partition -uve-topic-6-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,535] INFO [LogLoader partition=-uve-topic-4-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,535] INFO Created log for partition -uve-topic-4-22 in /tmp/kafka-logs/-uve-topic-4-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,537] INFO [Partition -uve-topic-4-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-22 (kafka.cluster.Partition) [2026-06-08 05:46:16,537] INFO [Partition -uve-topic-4-22 broker=2] Log loaded for partition -uve-topic-4-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,539] INFO [LogLoader partition=-uve-topic-17-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,539] INFO Created log for partition -uve-topic-17-23 in /tmp/kafka-logs/-uve-topic-17-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,541] INFO [Partition -uve-topic-17-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-23 (kafka.cluster.Partition) [2026-06-08 05:46:16,541] INFO [Partition -uve-topic-17-23 broker=2] Log loaded for partition -uve-topic-17-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,545] INFO [LogLoader partition=-uve-topic-18-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,548] INFO Created log for partition -uve-topic-18-23 in /tmp/kafka-logs/-uve-topic-18-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,549] INFO [Partition -uve-topic-18-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-23 (kafka.cluster.Partition) [2026-06-08 05:46:16,549] INFO [Partition -uve-topic-18-23 broker=2] Log loaded for partition -uve-topic-18-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,551] INFO [LogLoader partition=-uve-topic-14-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,552] INFO Created log for partition -uve-topic-14-24 in /tmp/kafka-logs/-uve-topic-14-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,554] INFO [Partition -uve-topic-14-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-24 (kafka.cluster.Partition) [2026-06-08 05:46:16,554] INFO [Partition -uve-topic-14-24 broker=2] Log loaded for partition -uve-topic-14-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,559] INFO [LogLoader partition=-uve-topic-15-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,559] INFO Created log for partition -uve-topic-15-24 in /tmp/kafka-logs/-uve-topic-15-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,559] INFO [Partition -uve-topic-15-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-24 (kafka.cluster.Partition) [2026-06-08 05:46:16,559] INFO [Partition -uve-topic-15-24 broker=2] Log loaded for partition -uve-topic-15-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,562] INFO [LogLoader partition=-uve-topic-9-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,562] INFO Created log for partition -uve-topic-9-22 in /tmp/kafka-logs/-uve-topic-9-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,564] INFO [Partition -uve-topic-9-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-22 (kafka.cluster.Partition) [2026-06-08 05:46:16,564] INFO [Partition -uve-topic-9-22 broker=2] Log loaded for partition -uve-topic-9-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,566] INFO [LogLoader partition=-uve-topic-10-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,567] INFO Created log for partition -uve-topic-10-24 in /tmp/kafka-logs/-uve-topic-10-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,567] INFO [Partition -uve-topic-10-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-24 (kafka.cluster.Partition) [2026-06-08 05:46:16,567] INFO [Partition -uve-topic-10-24 broker=2] Log loaded for partition -uve-topic-10-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,568] INFO [LogLoader partition=-uve-topic-7-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,569] INFO Created log for partition -uve-topic-7-22 in /tmp/kafka-logs/-uve-topic-7-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,569] INFO [Partition -uve-topic-7-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-22 (kafka.cluster.Partition) [2026-06-08 05:46:16,569] INFO [Partition -uve-topic-7-22 broker=2] Log loaded for partition -uve-topic-7-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,571] INFO [LogLoader partition=-uve-topic-8-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,571] INFO Created log for partition -uve-topic-8-22 in /tmp/kafka-logs/-uve-topic-8-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,571] INFO [Partition -uve-topic-8-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-22 (kafka.cluster.Partition) [2026-06-08 05:46:16,571] INFO [Partition -uve-topic-8-22 broker=2] Log loaded for partition -uve-topic-8-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,572] INFO [LogLoader partition=-uve-topic-18-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,573] INFO Created log for partition -uve-topic-18-26 in /tmp/kafka-logs/-uve-topic-18-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,573] INFO [Partition -uve-topic-18-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-26 (kafka.cluster.Partition) [2026-06-08 05:46:16,573] INFO [Partition -uve-topic-18-26 broker=2] Log loaded for partition -uve-topic-18-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,579] INFO [LogLoader partition=-uve-topic-14-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,579] INFO Created log for partition -uve-topic-14-26 in /tmp/kafka-logs/-uve-topic-14-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,579] INFO [Partition -uve-topic-14-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-26 (kafka.cluster.Partition) [2026-06-08 05:46:16,579] INFO [Partition -uve-topic-14-26 broker=2] Log loaded for partition -uve-topic-14-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,584] INFO [LogLoader partition=-uve-topic-8-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,584] INFO Created log for partition -uve-topic-8-15 in /tmp/kafka-logs/-uve-topic-8-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,584] INFO [Partition -uve-topic-8-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-15 (kafka.cluster.Partition) [2026-06-08 05:46:16,584] INFO [Partition -uve-topic-8-15 broker=2] Log loaded for partition -uve-topic-8-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,588] INFO [LogLoader partition=-uve-topic-15-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,588] INFO Created log for partition -uve-topic-15-26 in /tmp/kafka-logs/-uve-topic-15-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,588] INFO [Partition -uve-topic-15-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-26 (kafka.cluster.Partition) [2026-06-08 05:46:16,588] INFO [Partition -uve-topic-15-26 broker=2] Log loaded for partition -uve-topic-15-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,591] INFO [LogLoader partition=-uve-topic-9-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,591] INFO Created log for partition -uve-topic-9-15 in /tmp/kafka-logs/-uve-topic-9-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,591] INFO [Partition -uve-topic-9-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-15 (kafka.cluster.Partition) [2026-06-08 05:46:16,591] INFO [Partition -uve-topic-9-15 broker=2] Log loaded for partition -uve-topic-9-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,598] INFO [LogLoader partition=-uve-topic-16-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,599] INFO Created log for partition -uve-topic-16-26 in /tmp/kafka-logs/-uve-topic-16-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,599] INFO [Partition -uve-topic-16-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-26 (kafka.cluster.Partition) [2026-06-08 05:46:16,599] INFO [Partition -uve-topic-16-26 broker=2] Log loaded for partition -uve-topic-16-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,611] INFO [LogLoader partition=-uve-topic-17-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,611] INFO Created log for partition -uve-topic-17-26 in /tmp/kafka-logs/-uve-topic-17-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,611] INFO [Partition -uve-topic-17-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-26 (kafka.cluster.Partition) [2026-06-08 05:46:16,611] INFO [Partition -uve-topic-17-26 broker=2] Log loaded for partition -uve-topic-17-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,614] INFO [LogLoader partition=-uve-topic-7-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,614] INFO Created log for partition -uve-topic-7-15 in /tmp/kafka-logs/-uve-topic-7-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,614] INFO [Partition -uve-topic-7-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-15 (kafka.cluster.Partition) [2026-06-08 05:46:16,614] INFO [Partition -uve-topic-7-15 broker=2] Log loaded for partition -uve-topic-7-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,624] INFO [LogLoader partition=-uve-topic-10-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,624] INFO Created log for partition -uve-topic-10-27 in /tmp/kafka-logs/-uve-topic-10-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,624] INFO [Partition -uve-topic-10-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-27 (kafka.cluster.Partition) [2026-06-08 05:46:16,624] INFO [Partition -uve-topic-10-27 broker=2] Log loaded for partition -uve-topic-10-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,631] INFO [LogLoader partition=-uve-topic-4-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,631] INFO Created log for partition -uve-topic-4-16 in /tmp/kafka-logs/-uve-topic-4-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,631] INFO [Partition -uve-topic-4-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-16 (kafka.cluster.Partition) [2026-06-08 05:46:16,631] INFO [Partition -uve-topic-4-16 broker=2] Log loaded for partition -uve-topic-4-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,640] INFO [LogLoader partition=-uve-topic-19-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,641] INFO Created log for partition -uve-topic-19-25 in /tmp/kafka-logs/-uve-topic-19-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,641] INFO [Partition -uve-topic-19-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-25 (kafka.cluster.Partition) [2026-06-08 05:46:16,641] INFO [Partition -uve-topic-19-25 broker=2] Log loaded for partition -uve-topic-19-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,646] INFO [LogLoader partition=-uve-topic-9-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,646] INFO Created log for partition -uve-topic-9-16 in /tmp/kafka-logs/-uve-topic-9-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,646] INFO [Partition -uve-topic-9-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-16 (kafka.cluster.Partition) [2026-06-08 05:46:16,646] INFO [Partition -uve-topic-9-16 broker=2] Log loaded for partition -uve-topic-9-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,652] INFO [LogLoader partition=-uve-topic-7-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,653] INFO Created log for partition -uve-topic-7-16 in /tmp/kafka-logs/-uve-topic-7-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,653] INFO [Partition -uve-topic-7-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-16 (kafka.cluster.Partition) [2026-06-08 05:46:16,653] INFO [Partition -uve-topic-7-16 broker=2] Log loaded for partition -uve-topic-7-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,655] INFO [LogLoader partition=-uve-topic-8-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,655] INFO Created log for partition -uve-topic-8-16 in /tmp/kafka-logs/-uve-topic-8-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,659] INFO [Partition -uve-topic-8-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-16 (kafka.cluster.Partition) [2026-06-08 05:46:16,662] INFO [Partition -uve-topic-8-16 broker=2] Log loaded for partition -uve-topic-8-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,665] INFO [LogLoader partition=-uve-topic-5-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,665] INFO Created log for partition -uve-topic-5-16 in /tmp/kafka-logs/-uve-topic-5-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,665] INFO [Partition -uve-topic-5-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-16 (kafka.cluster.Partition) [2026-06-08 05:46:16,665] INFO [Partition -uve-topic-5-16 broker=2] Log loaded for partition -uve-topic-5-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,677] INFO [LogLoader partition=-uve-topic-18-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,677] INFO Created log for partition -uve-topic-18-25 in /tmp/kafka-logs/-uve-topic-18-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,677] INFO [Partition -uve-topic-18-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-25 (kafka.cluster.Partition) [2026-06-08 05:46:16,677] INFO [Partition -uve-topic-18-25 broker=2] Log loaded for partition -uve-topic-18-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,682] INFO [LogLoader partition=-uve-topic-6-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,682] INFO Created log for partition -uve-topic-6-16 in /tmp/kafka-logs/-uve-topic-6-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,682] INFO [Partition -uve-topic-6-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-16 (kafka.cluster.Partition) [2026-06-08 05:46:16,682] INFO [Partition -uve-topic-6-16 broker=2] Log loaded for partition -uve-topic-6-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,689] INFO [LogLoader partition=-uve-topic-10-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,689] INFO Created log for partition -uve-topic-10-26 in /tmp/kafka-logs/-uve-topic-10-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,689] INFO [Partition -uve-topic-10-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-26 (kafka.cluster.Partition) [2026-06-08 05:46:16,689] INFO [Partition -uve-topic-10-26 broker=2] Log loaded for partition -uve-topic-10-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,696] INFO [LogLoader partition=-uve-topic-18-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,696] INFO Created log for partition -uve-topic-18-28 in /tmp/kafka-logs/-uve-topic-18-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,696] INFO [Partition -uve-topic-18-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-28 (kafka.cluster.Partition) [2026-06-08 05:46:16,696] INFO [Partition -uve-topic-18-28 broker=2] Log loaded for partition -uve-topic-18-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,702] INFO [LogLoader partition=-uve-topic-19-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,702] INFO Created log for partition -uve-topic-19-28 in /tmp/kafka-logs/-uve-topic-19-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,702] INFO [Partition -uve-topic-19-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-28 (kafka.cluster.Partition) [2026-06-08 05:46:16,702] INFO [Partition -uve-topic-19-28 broker=2] Log loaded for partition -uve-topic-19-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,725] INFO [LogLoader partition=-uve-topic-6-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,726] INFO Created log for partition -uve-topic-6-17 in /tmp/kafka-logs/-uve-topic-6-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,726] INFO [Partition -uve-topic-6-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-17 (kafka.cluster.Partition) [2026-06-08 05:46:16,726] INFO [Partition -uve-topic-6-17 broker=2] Log loaded for partition -uve-topic-6-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,735] INFO [LogLoader partition=-uve-topic-4-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,735] INFO Created log for partition -uve-topic-4-17 in /tmp/kafka-logs/-uve-topic-4-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,735] INFO [Partition -uve-topic-4-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-17 (kafka.cluster.Partition) [2026-06-08 05:46:16,735] INFO [Partition -uve-topic-4-17 broker=2] Log loaded for partition -uve-topic-4-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,738] INFO [LogLoader partition=-uve-topic-10-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,738] INFO Created log for partition -uve-topic-10-29 in /tmp/kafka-logs/-uve-topic-10-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,738] INFO [Partition -uve-topic-10-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-29 (kafka.cluster.Partition) [2026-06-08 05:46:16,738] INFO [Partition -uve-topic-10-29 broker=2] Log loaded for partition -uve-topic-10-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,741] INFO [LogLoader partition=-uve-topic-17-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,742] INFO Created log for partition -uve-topic-17-27 in /tmp/kafka-logs/-uve-topic-17-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,742] INFO [Partition -uve-topic-17-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-27 (kafka.cluster.Partition) [2026-06-08 05:46:16,742] INFO [Partition -uve-topic-17-27 broker=2] Log loaded for partition -uve-topic-17-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,747] INFO [LogLoader partition=-uve-topic-9-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,749] INFO Created log for partition -uve-topic-9-18 in /tmp/kafka-logs/-uve-topic-9-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,749] INFO [Partition -uve-topic-9-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-18 (kafka.cluster.Partition) [2026-06-08 05:46:16,749] INFO [Partition -uve-topic-9-18 broker=2] Log loaded for partition -uve-topic-9-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,757] INFO [LogLoader partition=-uve-topic-19-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,757] INFO Created log for partition -uve-topic-19-27 in /tmp/kafka-logs/-uve-topic-19-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,757] INFO [Partition -uve-topic-19-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-27 (kafka.cluster.Partition) [2026-06-08 05:46:16,757] INFO [Partition -uve-topic-19-27 broker=2] Log loaded for partition -uve-topic-19-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,761] INFO [LogLoader partition=-uve-topic-7-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,762] INFO Created log for partition -uve-topic-7-18 in /tmp/kafka-logs/-uve-topic-7-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,762] INFO [Partition -uve-topic-7-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-18 (kafka.cluster.Partition) [2026-06-08 05:46:16,762] INFO [Partition -uve-topic-7-18 broker=2] Log loaded for partition -uve-topic-7-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,766] INFO [LogLoader partition=-uve-topic-8-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,766] INFO Created log for partition -uve-topic-8-18 in /tmp/kafka-logs/-uve-topic-8-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,766] INFO [Partition -uve-topic-8-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-18 (kafka.cluster.Partition) [2026-06-08 05:46:16,766] INFO [Partition -uve-topic-8-18 broker=2] Log loaded for partition -uve-topic-8-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,768] INFO [LogLoader partition=-uve-topic-5-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,768] INFO Created log for partition -uve-topic-5-18 in /tmp/kafka-logs/-uve-topic-5-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,768] INFO [Partition -uve-topic-5-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-18 (kafka.cluster.Partition) [2026-06-08 05:46:16,768] INFO [Partition -uve-topic-5-18 broker=2] Log loaded for partition -uve-topic-5-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,772] INFO [LogLoader partition=-uve-topic-14-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,772] INFO Created log for partition -uve-topic-14-27 in /tmp/kafka-logs/-uve-topic-14-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,772] INFO [Partition -uve-topic-14-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-27 (kafka.cluster.Partition) [2026-06-08 05:46:16,772] INFO [Partition -uve-topic-14-27 broker=2] Log loaded for partition -uve-topic-14-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,776] INFO [LogLoader partition=-uve-topic-15-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,776] INFO Created log for partition -uve-topic-15-27 in /tmp/kafka-logs/-uve-topic-15-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,776] INFO [Partition -uve-topic-15-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-27 (kafka.cluster.Partition) [2026-06-08 05:46:16,776] INFO [Partition -uve-topic-15-27 broker=2] Log loaded for partition -uve-topic-15-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,777] INFO [LogLoader partition=-uve-topic-16-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,778] INFO Created log for partition -uve-topic-16-27 in /tmp/kafka-logs/-uve-topic-16-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,778] INFO [Partition -uve-topic-16-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-27 (kafka.cluster.Partition) [2026-06-08 05:46:16,778] INFO [Partition -uve-topic-16-27 broker=2] Log loaded for partition -uve-topic-16-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,786] INFO [LogLoader partition=-uve-topic-14-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,787] INFO Created log for partition -uve-topic-14-15 in /tmp/kafka-logs/-uve-topic-14-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,787] INFO [Partition -uve-topic-14-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-15 (kafka.cluster.Partition) [2026-06-08 05:46:16,787] INFO [Partition -uve-topic-14-15 broker=2] Log loaded for partition -uve-topic-14-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,791] INFO [LogLoader partition=-uve-topic-15-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,791] INFO Created log for partition -uve-topic-15-15 in /tmp/kafka-logs/-uve-topic-15-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,791] INFO [Partition -uve-topic-15-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-15 (kafka.cluster.Partition) [2026-06-08 05:46:16,791] INFO [Partition -uve-topic-15-15 broker=2] Log loaded for partition -uve-topic-15-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,792] INFO [LogLoader partition=-uve-topic-16-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,793] INFO Created log for partition -uve-topic-16-15 in /tmp/kafka-logs/-uve-topic-16-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,793] INFO [Partition -uve-topic-16-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-15 (kafka.cluster.Partition) [2026-06-08 05:46:16,793] INFO [Partition -uve-topic-16-15 broker=2] Log loaded for partition -uve-topic-16-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,799] INFO [LogLoader partition=-uve-topic-10-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,800] INFO Created log for partition -uve-topic-10-15 in /tmp/kafka-logs/-uve-topic-10-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,801] INFO [Partition -uve-topic-10-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-15 (kafka.cluster.Partition) [2026-06-08 05:46:16,801] INFO [Partition -uve-topic-10-15 broker=2] Log loaded for partition -uve-topic-10-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,807] INFO [LogLoader partition=-uve-topic-8-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,807] INFO Created log for partition -uve-topic-8-27 in /tmp/kafka-logs/-uve-topic-8-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,807] INFO [Partition -uve-topic-8-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-27 (kafka.cluster.Partition) [2026-06-08 05:46:16,807] INFO [Partition -uve-topic-8-27 broker=2] Log loaded for partition -uve-topic-8-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,813] INFO [LogLoader partition=-uve-topic-9-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,813] INFO Created log for partition -uve-topic-9-27 in /tmp/kafka-logs/-uve-topic-9-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,813] INFO [Partition -uve-topic-9-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-27 (kafka.cluster.Partition) [2026-06-08 05:46:16,813] INFO [Partition -uve-topic-9-27 broker=2] Log loaded for partition -uve-topic-9-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,815] INFO [LogLoader partition=-uve-topic-7-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,815] INFO Created log for partition -uve-topic-7-27 in /tmp/kafka-logs/-uve-topic-7-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,820] INFO [Partition -uve-topic-7-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-27 (kafka.cluster.Partition) [2026-06-08 05:46:16,820] INFO [Partition -uve-topic-7-27 broker=2] Log loaded for partition -uve-topic-7-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,828] INFO [LogLoader partition=-uve-topic-17-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,829] INFO Created log for partition -uve-topic-17-15 in /tmp/kafka-logs/-uve-topic-17-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,829] INFO [Partition -uve-topic-17-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-15 (kafka.cluster.Partition) [2026-06-08 05:46:16,829] INFO [Partition -uve-topic-17-15 broker=2] Log loaded for partition -uve-topic-17-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,833] INFO [LogLoader partition=-uve-topic-5-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,834] INFO Created log for partition -uve-topic-5-27 in /tmp/kafka-logs/-uve-topic-5-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,834] INFO [Partition -uve-topic-5-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-27 (kafka.cluster.Partition) [2026-06-08 05:46:16,834] INFO [Partition -uve-topic-5-27 broker=2] Log loaded for partition -uve-topic-5-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,836] INFO [LogLoader partition=-uve-topic-19-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,836] INFO Created log for partition -uve-topic-19-15 in /tmp/kafka-logs/-uve-topic-19-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,841] INFO [Partition -uve-topic-19-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-15 (kafka.cluster.Partition) [2026-06-08 05:46:16,841] INFO [Partition -uve-topic-19-15 broker=2] Log loaded for partition -uve-topic-19-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,847] INFO [LogLoader partition=-uve-topic-14-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,847] INFO Created log for partition -uve-topic-14-14 in /tmp/kafka-logs/-uve-topic-14-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,847] INFO [Partition -uve-topic-14-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-14 (kafka.cluster.Partition) [2026-06-08 05:46:16,847] INFO [Partition -uve-topic-14-14 broker=2] Log loaded for partition -uve-topic-14-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,850] INFO [LogLoader partition=-uve-topic-15-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,850] INFO Created log for partition -uve-topic-15-14 in /tmp/kafka-logs/-uve-topic-15-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,851] INFO [Partition -uve-topic-15-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-14 (kafka.cluster.Partition) [2026-06-08 05:46:16,851] INFO [Partition -uve-topic-15-14 broker=2] Log loaded for partition -uve-topic-15-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,853] INFO [LogLoader partition=-uve-topic-16-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,853] INFO Created log for partition -uve-topic-16-14 in /tmp/kafka-logs/-uve-topic-16-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,853] INFO [Partition -uve-topic-16-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-14 (kafka.cluster.Partition) [2026-06-08 05:46:16,853] INFO [Partition -uve-topic-16-14 broker=2] Log loaded for partition -uve-topic-16-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,858] INFO [LogLoader partition=-uve-topic-17-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,859] INFO Created log for partition -uve-topic-17-14 in /tmp/kafka-logs/-uve-topic-17-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,859] INFO [Partition -uve-topic-17-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-14 (kafka.cluster.Partition) [2026-06-08 05:46:16,859] INFO [Partition -uve-topic-17-14 broker=2] Log loaded for partition -uve-topic-17-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,865] INFO [LogLoader partition=-uve-topic-10-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,865] INFO Created log for partition -uve-topic-10-14 in /tmp/kafka-logs/-uve-topic-10-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,865] INFO [Partition -uve-topic-10-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-14 (kafka.cluster.Partition) [2026-06-08 05:46:16,865] INFO [Partition -uve-topic-10-14 broker=2] Log loaded for partition -uve-topic-10-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,871] INFO [LogLoader partition=-uve-topic-7-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,871] INFO Created log for partition -uve-topic-7-28 in /tmp/kafka-logs/-uve-topic-7-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,871] INFO [Partition -uve-topic-7-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-28 (kafka.cluster.Partition) [2026-06-08 05:46:16,871] INFO [Partition -uve-topic-7-28 broker=2] Log loaded for partition -uve-topic-7-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,878] INFO [LogLoader partition=-uve-topic-8-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,878] INFO Created log for partition -uve-topic-8-28 in /tmp/kafka-logs/-uve-topic-8-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,878] INFO [Partition -uve-topic-8-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-28 (kafka.cluster.Partition) [2026-06-08 05:46:16,878] INFO [Partition -uve-topic-8-28 broker=2] Log loaded for partition -uve-topic-8-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,881] INFO [LogLoader partition=-uve-topic-5-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,881] INFO Created log for partition -uve-topic-5-28 in /tmp/kafka-logs/-uve-topic-5-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,881] INFO [Partition -uve-topic-5-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-28 (kafka.cluster.Partition) [2026-06-08 05:46:16,881] INFO [Partition -uve-topic-5-28 broker=2] Log loaded for partition -uve-topic-5-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,890] INFO [LogLoader partition=-uve-topic-6-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,890] INFO Created log for partition -uve-topic-6-28 in /tmp/kafka-logs/-uve-topic-6-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,890] INFO [Partition -uve-topic-6-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-28 (kafka.cluster.Partition) [2026-06-08 05:46:16,890] INFO [Partition -uve-topic-6-28 broker=2] Log loaded for partition -uve-topic-6-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,893] INFO [LogLoader partition=-uve-topic-18-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,893] INFO Created log for partition -uve-topic-18-14 in /tmp/kafka-logs/-uve-topic-18-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,893] INFO [Partition -uve-topic-18-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-14 (kafka.cluster.Partition) [2026-06-08 05:46:16,893] INFO [Partition -uve-topic-18-14 broker=2] Log loaded for partition -uve-topic-18-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,901] INFO [LogLoader partition=-uve-topic-4-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,901] INFO Created log for partition -uve-topic-4-28 in /tmp/kafka-logs/-uve-topic-4-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,901] INFO [Partition -uve-topic-4-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-28 (kafka.cluster.Partition) [2026-06-08 05:46:16,902] INFO [Partition -uve-topic-4-28 broker=2] Log loaded for partition -uve-topic-4-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,907] INFO [LogLoader partition=-uve-topic-14-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,907] INFO Created log for partition -uve-topic-14-17 in /tmp/kafka-logs/-uve-topic-14-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,907] INFO [Partition -uve-topic-14-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-17 (kafka.cluster.Partition) [2026-06-08 05:46:16,907] INFO [Partition -uve-topic-14-17 broker=2] Log loaded for partition -uve-topic-14-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,910] INFO [LogLoader partition=-uve-topic-9-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,911] INFO Created log for partition -uve-topic-9-28 in /tmp/kafka-logs/-uve-topic-9-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,911] INFO [Partition -uve-topic-9-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-28 (kafka.cluster.Partition) [2026-06-08 05:46:16,911] INFO [Partition -uve-topic-9-28 broker=2] Log loaded for partition -uve-topic-9-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,919] INFO [LogLoader partition=-uve-topic-10-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,919] INFO Created log for partition -uve-topic-10-17 in /tmp/kafka-logs/-uve-topic-10-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,919] INFO [Partition -uve-topic-10-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-17 (kafka.cluster.Partition) [2026-06-08 05:46:16,919] INFO [Partition -uve-topic-10-17 broker=2] Log loaded for partition -uve-topic-10-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,924] INFO [LogLoader partition=-uve-topic-6-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,925] INFO Created log for partition -uve-topic-6-29 in /tmp/kafka-logs/-uve-topic-6-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,925] INFO [Partition -uve-topic-6-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-29 (kafka.cluster.Partition) [2026-06-08 05:46:16,925] INFO [Partition -uve-topic-6-29 broker=2] Log loaded for partition -uve-topic-6-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,930] INFO [LogLoader partition=-uve-topic-4-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,930] INFO Created log for partition -uve-topic-4-29 in /tmp/kafka-logs/-uve-topic-4-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,930] INFO [Partition -uve-topic-4-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-29 (kafka.cluster.Partition) [2026-06-08 05:46:16,930] INFO [Partition -uve-topic-4-29 broker=2] Log loaded for partition -uve-topic-4-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,937] INFO [LogLoader partition=-uve-topic-15-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,937] INFO Created log for partition -uve-topic-15-17 in /tmp/kafka-logs/-uve-topic-15-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,937] INFO [Partition -uve-topic-15-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-17 (kafka.cluster.Partition) [2026-06-08 05:46:16,937] INFO [Partition -uve-topic-15-17 broker=2] Log loaded for partition -uve-topic-15-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,943] INFO [LogLoader partition=-uve-topic-16-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,943] INFO Created log for partition -uve-topic-16-17 in /tmp/kafka-logs/-uve-topic-16-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,943] INFO [Partition -uve-topic-16-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-17 (kafka.cluster.Partition) [2026-06-08 05:46:16,943] INFO [Partition -uve-topic-16-17 broker=2] Log loaded for partition -uve-topic-16-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,946] INFO [LogLoader partition=-uve-topic-17-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,946] INFO Created log for partition -uve-topic-17-17 in /tmp/kafka-logs/-uve-topic-17-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,948] INFO [Partition -uve-topic-17-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-17 (kafka.cluster.Partition) [2026-06-08 05:46:16,948] INFO [Partition -uve-topic-17-17 broker=2] Log loaded for partition -uve-topic-17-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,954] INFO [LogLoader partition=-uve-topic-18-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,955] INFO Created log for partition -uve-topic-18-17 in /tmp/kafka-logs/-uve-topic-18-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,955] INFO [Partition -uve-topic-18-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-17 (kafka.cluster.Partition) [2026-06-08 05:46:16,955] INFO [Partition -uve-topic-18-17 broker=2] Log loaded for partition -uve-topic-18-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,958] INFO [LogLoader partition=-uve-topic-18-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,959] INFO Created log for partition -uve-topic-18-16 in /tmp/kafka-logs/-uve-topic-18-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,960] INFO [Partition -uve-topic-18-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-16 (kafka.cluster.Partition) [2026-06-08 05:46:16,960] INFO [Partition -uve-topic-18-16 broker=2] Log loaded for partition -uve-topic-18-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,966] INFO [LogLoader partition=-uve-topic-19-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,967] INFO Created log for partition -uve-topic-19-16 in /tmp/kafka-logs/-uve-topic-19-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,967] INFO [Partition -uve-topic-19-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-16 (kafka.cluster.Partition) [2026-06-08 05:46:16,967] INFO [Partition -uve-topic-19-16 broker=2] Log loaded for partition -uve-topic-19-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,972] INFO [LogLoader partition=-uve-topic-4-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,972] INFO Created log for partition -uve-topic-4-23 in /tmp/kafka-logs/-uve-topic-4-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,972] INFO [Partition -uve-topic-4-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-23 (kafka.cluster.Partition) [2026-06-08 05:46:16,972] INFO [Partition -uve-topic-4-23 broker=2] Log loaded for partition -uve-topic-4-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,975] INFO [LogLoader partition=-uve-topic-18-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,975] INFO Created log for partition -uve-topic-18-19 in /tmp/kafka-logs/-uve-topic-18-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,975] INFO [Partition -uve-topic-18-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-19 (kafka.cluster.Partition) [2026-06-08 05:46:16,975] INFO [Partition -uve-topic-18-19 broker=2] Log loaded for partition -uve-topic-18-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,980] INFO [LogLoader partition=-uve-topic-19-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,980] INFO Created log for partition -uve-topic-19-19 in /tmp/kafka-logs/-uve-topic-19-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,981] INFO [Partition -uve-topic-19-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-19 (kafka.cluster.Partition) [2026-06-08 05:46:16,981] INFO [Partition -uve-topic-19-19 broker=2] Log loaded for partition -uve-topic-19-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,983] INFO [LogLoader partition=-uve-topic-6-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,984] INFO Created log for partition -uve-topic-6-23 in /tmp/kafka-logs/-uve-topic-6-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,984] INFO [Partition -uve-topic-6-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-23 (kafka.cluster.Partition) [2026-06-08 05:46:16,984] INFO [Partition -uve-topic-6-23 broker=2] Log loaded for partition -uve-topic-6-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,994] INFO [LogLoader partition=-uve-topic-10-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,995] INFO Created log for partition -uve-topic-10-18 in /tmp/kafka-logs/-uve-topic-10-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,995] INFO [Partition -uve-topic-10-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-18 (kafka.cluster.Partition) [2026-06-08 05:46:16,995] INFO [Partition -uve-topic-10-18 broker=2] Log loaded for partition -uve-topic-10-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:16,997] INFO [LogLoader partition=-uve-topic-19-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:16,997] INFO Created log for partition -uve-topic-19-18 in /tmp/kafka-logs/-uve-topic-19-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:16,997] INFO [Partition -uve-topic-19-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-18 (kafka.cluster.Partition) [2026-06-08 05:46:16,997] INFO [Partition -uve-topic-19-18 broker=2] Log loaded for partition -uve-topic-19-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,002] INFO [LogLoader partition=-uve-topic-9-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,003] INFO Created log for partition -uve-topic-9-24 in /tmp/kafka-logs/-uve-topic-9-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,003] INFO [Partition -uve-topic-9-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-24 (kafka.cluster.Partition) [2026-06-08 05:46:17,003] INFO [Partition -uve-topic-9-24 broker=2] Log loaded for partition -uve-topic-9-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,006] INFO [LogLoader partition=-uve-topic-14-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,011] INFO Created log for partition -uve-topic-14-18 in /tmp/kafka-logs/-uve-topic-14-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,011] INFO [Partition -uve-topic-14-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-18 (kafka.cluster.Partition) [2026-06-08 05:46:17,011] INFO [Partition -uve-topic-14-18 broker=2] Log loaded for partition -uve-topic-14-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,014] INFO [LogLoader partition=-uve-topic-7-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,015] INFO Created log for partition -uve-topic-7-24 in /tmp/kafka-logs/-uve-topic-7-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,019] INFO [Partition -uve-topic-7-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-24 (kafka.cluster.Partition) [2026-06-08 05:46:17,019] INFO [Partition -uve-topic-7-24 broker=2] Log loaded for partition -uve-topic-7-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,021] INFO [LogLoader partition=-uve-topic-15-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,021] INFO Created log for partition -uve-topic-15-18 in /tmp/kafka-logs/-uve-topic-15-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,021] INFO [Partition -uve-topic-15-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-18 (kafka.cluster.Partition) [2026-06-08 05:46:17,021] INFO [Partition -uve-topic-15-18 broker=2] Log loaded for partition -uve-topic-15-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,024] INFO [LogLoader partition=-uve-topic-8-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,025] INFO Created log for partition -uve-topic-8-24 in /tmp/kafka-logs/-uve-topic-8-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,025] INFO [Partition -uve-topic-8-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-24 (kafka.cluster.Partition) [2026-06-08 05:46:17,025] INFO [Partition -uve-topic-8-24 broker=2] Log loaded for partition -uve-topic-8-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,031] INFO [LogLoader partition=-uve-topic-16-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,031] INFO Created log for partition -uve-topic-16-18 in /tmp/kafka-logs/-uve-topic-16-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,032] INFO [Partition -uve-topic-16-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-18 (kafka.cluster.Partition) [2026-06-08 05:46:17,032] INFO [Partition -uve-topic-16-18 broker=2] Log loaded for partition -uve-topic-16-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,034] INFO [LogLoader partition=-uve-topic-5-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,034] INFO Created log for partition -uve-topic-5-24 in /tmp/kafka-logs/-uve-topic-5-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,034] INFO [Partition -uve-topic-5-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-24 (kafka.cluster.Partition) [2026-06-08 05:46:17,034] INFO [Partition -uve-topic-5-24 broker=2] Log loaded for partition -uve-topic-5-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,039] INFO [LogLoader partition=-uve-topic-17-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,039] INFO Created log for partition -uve-topic-17-18 in /tmp/kafka-logs/-uve-topic-17-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,040] INFO [Partition -uve-topic-17-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-18 (kafka.cluster.Partition) [2026-06-08 05:46:17,040] INFO [Partition -uve-topic-17-18 broker=2] Log loaded for partition -uve-topic-17-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,050] INFO [LogLoader partition=-uve-topic-10-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,050] INFO Created log for partition -uve-topic-10-21 in /tmp/kafka-logs/-uve-topic-10-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,050] INFO [Partition -uve-topic-10-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-21 (kafka.cluster.Partition) [2026-06-08 05:46:17,050] INFO [Partition -uve-topic-10-21 broker=2] Log loaded for partition -uve-topic-10-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,052] INFO [LogLoader partition=-uve-topic-15-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,053] INFO Created log for partition -uve-topic-15-21 in /tmp/kafka-logs/-uve-topic-15-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,053] INFO [Partition -uve-topic-15-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-21 (kafka.cluster.Partition) [2026-06-08 05:46:17,053] INFO [Partition -uve-topic-15-21 broker=2] Log loaded for partition -uve-topic-15-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,061] INFO [LogLoader partition=-uve-topic-16-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,061] INFO Created log for partition -uve-topic-16-21 in /tmp/kafka-logs/-uve-topic-16-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,061] INFO [Partition -uve-topic-16-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-21 (kafka.cluster.Partition) [2026-06-08 05:46:17,061] INFO [Partition -uve-topic-16-21 broker=2] Log loaded for partition -uve-topic-16-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,064] INFO [LogLoader partition=-uve-topic-17-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,064] INFO Created log for partition -uve-topic-17-21 in /tmp/kafka-logs/-uve-topic-17-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,064] INFO [Partition -uve-topic-17-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-21 (kafka.cluster.Partition) [2026-06-08 05:46:17,064] INFO [Partition -uve-topic-17-21 broker=2] Log loaded for partition -uve-topic-17-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,069] INFO [LogLoader partition=-uve-topic-8-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,069] INFO Created log for partition -uve-topic-8-25 in /tmp/kafka-logs/-uve-topic-8-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,073] INFO [Partition -uve-topic-8-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-25 (kafka.cluster.Partition) [2026-06-08 05:46:17,073] INFO [Partition -uve-topic-8-25 broker=2] Log loaded for partition -uve-topic-8-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,075] INFO [LogLoader partition=-uve-topic-9-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,076] INFO Created log for partition -uve-topic-9-25 in /tmp/kafka-logs/-uve-topic-9-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,076] INFO [Partition -uve-topic-9-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-25 (kafka.cluster.Partition) [2026-06-08 05:46:17,079] INFO [Partition -uve-topic-9-25 broker=2] Log loaded for partition -uve-topic-9-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,081] INFO [LogLoader partition=-uve-topic-6-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,082] INFO Created log for partition -uve-topic-6-25 in /tmp/kafka-logs/-uve-topic-6-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,082] INFO [Partition -uve-topic-6-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-25 (kafka.cluster.Partition) [2026-06-08 05:46:17,082] INFO [Partition -uve-topic-6-25 broker=2] Log loaded for partition -uve-topic-6-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,092] INFO [LogLoader partition=-uve-topic-7-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,092] INFO Created log for partition -uve-topic-7-25 in /tmp/kafka-logs/-uve-topic-7-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,092] INFO [Partition -uve-topic-7-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-25 (kafka.cluster.Partition) [2026-06-08 05:46:17,092] INFO [Partition -uve-topic-7-25 broker=2] Log loaded for partition -uve-topic-7-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,095] INFO [LogLoader partition=-uve-topic-4-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,095] INFO Created log for partition -uve-topic-4-25 in /tmp/kafka-logs/-uve-topic-4-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,095] INFO [Partition -uve-topic-4-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-25 (kafka.cluster.Partition) [2026-06-08 05:46:17,095] INFO [Partition -uve-topic-4-25 broker=2] Log loaded for partition -uve-topic-4-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,099] INFO [LogLoader partition=-uve-topic-14-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,099] INFO Created log for partition -uve-topic-14-21 in /tmp/kafka-logs/-uve-topic-14-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,099] INFO [Partition -uve-topic-14-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-21 (kafka.cluster.Partition) [2026-06-08 05:46:17,099] INFO [Partition -uve-topic-14-21 broker=2] Log loaded for partition -uve-topic-14-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,110] INFO [LogLoader partition=-uve-topic-5-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,110] INFO Created log for partition -uve-topic-5-25 in /tmp/kafka-logs/-uve-topic-5-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,110] INFO [Partition -uve-topic-5-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-25 (kafka.cluster.Partition) [2026-06-08 05:46:17,110] INFO [Partition -uve-topic-5-25 broker=2] Log loaded for partition -uve-topic-5-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,113] INFO [LogLoader partition=-uve-topic-10-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,117] INFO Created log for partition -uve-topic-10-20 in /tmp/kafka-logs/-uve-topic-10-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,117] INFO [Partition -uve-topic-10-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-20 (kafka.cluster.Partition) [2026-06-08 05:46:17,117] INFO [Partition -uve-topic-10-20 broker=2] Log loaded for partition -uve-topic-10-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,120] INFO [LogLoader partition=-uve-topic-16-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,123] INFO Created log for partition -uve-topic-16-20 in /tmp/kafka-logs/-uve-topic-16-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,123] INFO [Partition -uve-topic-16-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-20 (kafka.cluster.Partition) [2026-06-08 05:46:17,123] INFO [Partition -uve-topic-16-20 broker=2] Log loaded for partition -uve-topic-16-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,128] INFO [LogLoader partition=-uve-topic-17-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,128] INFO Created log for partition -uve-topic-17-20 in /tmp/kafka-logs/-uve-topic-17-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,128] INFO [Partition -uve-topic-17-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-20 (kafka.cluster.Partition) [2026-06-08 05:46:17,128] INFO [Partition -uve-topic-17-20 broker=2] Log loaded for partition -uve-topic-17-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,131] INFO [LogLoader partition=-uve-topic-18-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,131] INFO Created log for partition -uve-topic-18-20 in /tmp/kafka-logs/-uve-topic-18-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,132] INFO [Partition -uve-topic-18-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-20 (kafka.cluster.Partition) [2026-06-08 05:46:17,132] INFO [Partition -uve-topic-18-20 broker=2] Log loaded for partition -uve-topic-18-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,135] INFO [LogLoader partition=-uve-topic-6-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,136] INFO Created log for partition -uve-topic-6-26 in /tmp/kafka-logs/-uve-topic-6-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,139] INFO [Partition -uve-topic-6-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-26 (kafka.cluster.Partition) [2026-06-08 05:46:17,139] INFO [Partition -uve-topic-6-26 broker=2] Log loaded for partition -uve-topic-6-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,145] INFO [LogLoader partition=-uve-topic-14-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,145] INFO Created log for partition -uve-topic-14-20 in /tmp/kafka-logs/-uve-topic-14-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,145] INFO [Partition -uve-topic-14-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-20 (kafka.cluster.Partition) [2026-06-08 05:46:17,145] INFO [Partition -uve-topic-14-20 broker=2] Log loaded for partition -uve-topic-14-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,153] INFO [LogLoader partition=-uve-topic-15-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,154] INFO Created log for partition -uve-topic-15-20 in /tmp/kafka-logs/-uve-topic-15-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,154] INFO [Partition -uve-topic-15-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-20 (kafka.cluster.Partition) [2026-06-08 05:46:17,154] INFO [Partition -uve-topic-15-20 broker=2] Log loaded for partition -uve-topic-15-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,157] INFO [LogLoader partition=-uve-topic-4-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:46:17,157] INFO Created log for partition -uve-topic-4-26 in /tmp/kafka-logs/-uve-topic-4-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:46:17,157] INFO [Partition -uve-topic-4-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-26 (kafka.cluster.Partition) [2026-06-08 05:46:17,157] INFO [Partition -uve-topic-4-26 broker=2] Log loaded for partition -uve-topic-4-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:46:17,158] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-18-7, -uve-topic-19-7, -uve-topic-10-24, -uve-topic-7-22, -uve-topic-8-22, -uve-topic-5-22, -uve-topic-6-22, -uve-topic-4-22, -uve-topic-17-23, -uve-topic-18-23, -uve-topic-14-23, -uve-topic-15-23, -uve-topic-9-22, -uve-topic-16-23, -uve-topic-7-6, -uve-topic-8-6, -uve-topic-5-6, -uve-topic-18-8, -uve-topic-14-8, -uve-topic-15-8, -uve-topic-16-8, -uve-topic-9-6, -uve-topic-17-8, -uve-topic-6-23, -uve-topic-4-23, -uve-topic-19-24, -uve-topic-14-24, -uve-topic-15-24, -uve-topic-16-24, -uve-topic-17-24, -uve-topic-10-8, -uve-topic-8-7, -uve-topic-9-7, -uve-topic-6-7, -uve-topic-7-7, -uve-topic-4-7, -uve-topic-5-7, -uve-topic-19-9, -uve-topic-15-9, -uve-topic-8-3, -uve-topic-16-9, -uve-topic-9-3, -uve-topic-17-9, -uve-topic-7-3, -uve-topic-6-20, -uve-topic-14-26, -uve-topic-15-26, -uve-topic-4-20, -uve-topic-10-26, -uve-topic-19-25, -uve-topic-18-25, -uve-topic-5-4, -uve-topic-6-4, -uve-topic-14-9, -uve-topic-4-4, -uve-topic-10-9, -uve-topic-9-4, -uve-topic-18-10, -uve-topic-7-4, -uve-topic-19-10, -uve-topic-8-4, -uve-topic-14-27, -uve-topic-7-21, -uve-topic-15-27, -uve-topic-16-27, -uve-topic-5-21, -uve-topic-10-27, -uve-topic-16-26, -uve-topic-17-26, -uve-topic-18-26, -uve-topic-8-21, -uve-topic-9-21, -uve-topic-6-5, -uve-topic-4-5, -uve-topic-14-3, -uve-topic-4-26, -uve-topic-15-3, -uve-topic-16-3, -uve-topic-10-3, -uve-topic-17-3, -uve-topic-19-3, -uve-topic-6-26, -uve-topic-4-10, -uve-topic-9-10, -uve-topic-7-10, -uve-topic-18-19, -uve-topic-8-10, -uve-topic-19-19, -uve-topic-5-10, -uve-topic-6-10, -uve-topic-5-27, -uve-topic-10-21, -uve-topic-18-4, -uve-topic-8-27, -uve-topic-19-4, -uve-topic-9-27, -uve-topic-7-27, -uve-topic-14-20, -uve-topic-4-11, -uve-topic-15-20, -uve-topic-16-20, -uve-topic-17-20, -uve-topic-10-20, -uve-topic-18-20, -uve-topic-6-11, -uve-topic-15-5, -uve-topic-16-5, -uve-topic-17-5, -uve-topic-18-5, -uve-topic-14-5, -uve-topic-9-24, -uve-topic-7-24, -uve-topic-8-24, -uve-topic-5-24, -uve-topic-15-21, -uve-topic-16-21, -uve-topic-17-21, -uve-topic-14-21, -uve-topic-10-5, -uve-topic-19-21, -uve-topic-6-8, -uve-topic-4-8, -uve-topic-16-6, -uve-topic-17-6, -uve-topic-19-6, -uve-topic-14-6, -uve-topic-15-6, -uve-topic-10-23, -uve-topic-8-25, -uve-topic-9-25, -uve-topic-6-25, -uve-topic-7-25, -uve-topic-4-25, -uve-topic-5-25, -uve-topic-18-22, -uve-topic-19-22, -uve-topic-10-6, -uve-topic-8-9, -uve-topic-9-9, -uve-topic-7-9, -uve-topic-5-9, -uve-topic-10-15, -uve-topic-6-14, -uve-topic-4-14, -uve-topic-17-15, -uve-topic-19-15, -uve-topic-14-15, -uve-topic-15-15, -uve-topic-16-15, -uve-topic-10-0, -uve-topic-19-0, -uve-topic-14-0, -uve-topic-15-0, -uve-topic-16-0, -uve-topic-17-0, -uve-topic-8-15, -uve-topic-9-15, -uve-topic-7-15, -uve-topic-5-15, -uve-topic-18-16, -uve-topic-19-16, -uve-topic-5-28, -uve-topic-6-28, -uve-topic-4-28, -uve-topic-19-1, -uve-topic-9-28, -uve-topic-7-28, -uve-topic-18-1, -uve-topic-8-28, -uve-topic-5-12, -uve-topic-14-17, -uve-topic-10-17, -uve-topic-15-17, -uve-topic-9-12, -uve-topic-16-17, -uve-topic-17-17, -uve-topic-7-12, -uve-topic-18-17, -uve-topic-8-12, -uve-topic-6-29, -uve-topic-14-2, -uve-topic-4-29, -uve-topic-15-2, -uve-topic-10-2, -uve-topic-16-2, -uve-topic-17-2, -uve-topic-18-2, -uve-topic-6-13, -uve-topic-7-13, -uve-topic-14-18, -uve-topic-4-13, -uve-topic-15-18, -uve-topic-5-13, -uve-topic-10-18, -uve-topic-16-18, -uve-topic-17-18, -uve-topic-8-13, -uve-topic-19-18, -uve-topic-9-13, -uve-topic-8-1, -uve-topic-9-1, -uve-topic-17-11, -uve-topic-6-1, -uve-topic-18-11, -uve-topic-7-1, -uve-topic-4-1, -uve-topic-5-1, -uve-topic-9-18, -uve-topic-17-27, -uve-topic-7-18, -uve-topic-8-18, -uve-topic-19-27, -uve-topic-5-18, -uve-topic-14-11, -uve-topic-4-2, -uve-topic-15-11, -uve-topic-16-11, -uve-topic-10-11, -uve-topic-10-29, -uve-topic-19-12, -uve-topic-6-2, -uve-topic-15-29, -uve-topic-4-19, -uve-topic-16-29, -uve-topic-5-19, -uve-topic-17-29, -uve-topic-18-29, -uve-topic-14-29, -uve-topic-18-28, -uve-topic-8-19, -uve-topic-19-28, -uve-topic-9-19, -uve-topic-6-19, -uve-topic-7-19, -uve-topic-14-12, -uve-topic-15-12, -uve-topic-5-3, -uve-topic-16-12, -uve-topic-17-12, -uve-topic-10-12, -uve-topic-19-13, -uve-topic-9-16, -uve-topic-7-16, -uve-topic-8-16, -uve-topic-5-16, -uve-topic-6-16, -uve-topic-4-16, -uve-topic-18-13, -uve-topic-9-0, -uve-topic-7-0, -uve-topic-8-0, -uve-topic-5-0, -uve-topic-10-14, -uve-topic-6-17, -uve-topic-4-17, -uve-topic-16-14, -uve-topic-17-14, -uve-topic-18-14, -uve-topic-14-14, -uve-topic-15-14) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:17,165] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(-uve-topic-8-22 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-8-25 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-15-18 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-4-2 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-19-28 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-16-21 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-14-12 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-9-13 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-15-3 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-18-11 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-18-2 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-10-15 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-7-4 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-7-1 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-17-9 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-4-29 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-18-29 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-9-10 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-16-0 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-18-20 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-15-9 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-15-24 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-18-26 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-18-5 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-15-0 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-4-26 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-6-20 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-8-4 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-10-27 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-18-23 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-7-28 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-9-19 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-14-27 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-14-6 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-4-8 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-7-7 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-17-21 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-7-25 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-14-24 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-19-13 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-19-10 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-8-13 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-16-24 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-6-11 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-16-6 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-17-12 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-17-15 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-10-12 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-17-18 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-4-5 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-8-1 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-10-24 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-4-23 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-5-10 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-16-18 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-9-4 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-17-27 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-18-8 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-7-16 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-7-22 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-17-24 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-6-14 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-5-13 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-14-3 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-19-25 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-10-21 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-6-2 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-14-0 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-14-15 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-5-19 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-5-1 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-14-21 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-7-10 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-8-7 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-15-6 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-7-19 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-4-17 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-16-27 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-10-9 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-5-28 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-19-22 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-19-16 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-17-6 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-9-1 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-17-0 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-6-29 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-4-20 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-8-16 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-14-9 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-16-12 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-17-3 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-8-10 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-9-7 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-18-17 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-5-25 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-10-0 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-19-19 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-6-17 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-9-16 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-5-22 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-4-11 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-6-8 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-5-7 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-10-6 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-9-28 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-16-3 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-15-21 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-15-15 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-16-9 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-5-16 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-6-26 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-14-18 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-6-5 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-8-19 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-19-7 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-8-28 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-10-3 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-4-14 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-7-13 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-18-14 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-10-18 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-19-4 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-9-25 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-15-27 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-19-1 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-16-15 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-5-4 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-9-22 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-6-23 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), -uve-topic-15-12 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:17,168] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 3 for partitions HashMap(-uve-topic-8-18 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-5-24 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-4-22 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-10-23 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-6-25 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-19-12 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-6-16 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-5-15 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-18-10 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-19-0 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-8-27 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-8-12 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-9-15 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-15-17 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-15-8 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-15-14 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-14-29 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-14-23 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-18-28 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-7-21 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-4-4 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-14-8 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-6-13 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-18-13 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-14-20 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-8-9 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-19-24 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-16-8 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-5-12 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-6-7 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-9-24 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-17-11 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-9-21 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-19-6 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-19-27 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-18-4 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-9-27 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-18-25 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-16-14 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-5-6 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-7-0 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-5-27 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-17-20 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-18-16 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-15-29 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-5-9 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-19-3 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-16-17 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-9-18 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-6-10 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-15-23 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-19-9 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-8-3 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-16-11 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-6-28 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-9-9 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-16-26 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-15-5 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-10-29 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-10-8 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-17-8 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-9-6 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-14-2 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-18-22 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-8-0 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-16-23 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-7-15 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-4-16 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-10-5 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-16-5 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-7-24 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-16-29 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-18-19 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-17-17 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-14-5 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-6-19 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-4-13 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-4-1 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-9-12 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-8-6 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-7-12 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-18-7 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-4-7 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-10-17 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-5-18 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-6-4 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-17-23 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-16-20 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-9-3 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-15-26 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-14-17 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-18-1 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-17-14 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-15-11 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-5-21 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-6-22 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-10-20 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-8-15 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-14-14 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-9-0 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-8-24 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-7-18 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-15-2 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-17-2 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-4-19 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-19-18 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-17-29 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-4-10 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-17-26 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-7-9 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-6-1 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-5-0 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-7-27 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-5-3 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-7-3 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-10-14 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-19-21 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-7-6 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-8-21 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-14-26 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-19-15 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-10-11 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-4-28 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-10-2 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-16-2 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-4-25 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-10-26 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-17-5 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-14-11 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), -uve-topic-15-20 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:46:17,348] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-18-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,348] INFO [UnifiedLog partition=-uve-topic-18-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-6-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-6-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-4-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-4-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-17-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-17-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-14-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-14-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-15-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-15-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-16-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-16-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-7-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-7-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-8-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-8-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-19-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-19-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-5-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-5-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-14-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-14-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-15-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-15-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-16-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-16-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-9-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-9-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-17-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-17-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-19-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-19-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-8-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-8-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-19-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-19-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-9-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-9-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-7-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-7-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-5-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-5-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-10-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-10-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-18-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-18-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-6-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-6-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-4-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-4-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-19-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-19-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-6-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-6-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-4-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-4-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-8-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-8-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-9-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-9-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-7-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-7-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-14-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-14-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-15-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-15-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-10-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-10-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-18-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-18-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-5-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-5-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,349] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-14-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,349] INFO [UnifiedLog partition=-uve-topic-14-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-18-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-18-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-10-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-10-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-6-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-6-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-4-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-4-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-15-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-15-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-9-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-9-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-16-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-16-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-17-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-17-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-7-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-7-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-8-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-8-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-14-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-14-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-15-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-15-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-18-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-18-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-10-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-10-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-7-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-7-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-5-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-5-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-16-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-16-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-17-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-17-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-6-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-6-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-4-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-4-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-16-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-16-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-17-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-17-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-8-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-8-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-9-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-9-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-19-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-19-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-17-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-17-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-6-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-6-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-4-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-4-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-19-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-19-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-4-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-4-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-9-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-9-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-7-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-7-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-8-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-8-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-19-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-19-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-5-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-5-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-14-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-14-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-15-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-15-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-16-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-16-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-18-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-18-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-10-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-10-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-6-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-6-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-5-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-5-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-10-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-10-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-19-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-19-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-15-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-15-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-4-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-4-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,350] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-16-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,350] INFO [UnifiedLog partition=-uve-topic-16-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-17-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-17-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-18-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-18-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-8-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-8-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-9-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-9-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-14-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-14-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-7-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-7-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-14-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-14-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-15-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-15-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-16-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-16-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-17-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-17-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-10-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-10-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-18-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-18-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-6-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-6-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-5-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-5-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-15-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-15-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-16-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-16-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-17-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-17-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-14-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-14-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-9-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,351] INFO [UnifiedLog partition=-uve-topic-9-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,351] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-7-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,352] INFO [UnifiedLog partition=-uve-topic-7-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-8-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-8-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-5-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-5-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-6-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-6-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-4-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-4-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-10-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-10-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-18-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-18-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-19-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-19-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-9-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-9-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-7-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-7-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-19-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-19-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-8-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-8-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-5-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-5-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-10-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-10-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-6-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-6-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-4-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-4-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-18-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-18-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-10-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-10-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-16-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-16-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,353] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-17-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,353] INFO [UnifiedLog partition=-uve-topic-17-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,354] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-8-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,354] INFO [UnifiedLog partition=-uve-topic-8-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,354] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-9-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,354] INFO [UnifiedLog partition=-uve-topic-9-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,354] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-7-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,354] INFO [UnifiedLog partition=-uve-topic-7-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,354] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-14-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,354] INFO [UnifiedLog partition=-uve-topic-14-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,354] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-15-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,354] INFO [UnifiedLog partition=-uve-topic-15-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,354] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition -uve-topic-5-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,354] INFO [UnifiedLog partition=-uve-topic-5-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,568] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-19-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-10-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-7-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-8-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-5-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-18-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-10-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-6-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-4-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-9-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-17-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-14-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-15-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-16-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-18-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-10-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-6-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-14-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-4-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,569] INFO [UnifiedLog partition=-uve-topic-15-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-16-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-17-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-14-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-15-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-16-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-17-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-8-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-19-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-9-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-7-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-5-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-5-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-15-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-16-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-17-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-19-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-6-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-4-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-9-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,570] INFO [UnifiedLog partition=-uve-topic-7-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,570] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-8-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-19-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-5-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-14-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-10-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-18-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-6-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-4-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-9-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-7-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-19-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-8-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-14-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-15-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-16-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-10-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-18-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-7-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-14-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-15-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-5-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,571] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,571] INFO [UnifiedLog partition=-uve-topic-18-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-10-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-6-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-4-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-16-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-17-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-8-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-9-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-14-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-4-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-15-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-8-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-16-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-9-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-10-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-18-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-7-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-5-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-17-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-6-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-17-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-4-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-9-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-7-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-8-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-19-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-5-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-6-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-5-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-10-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-18-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-19-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-4-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-8-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,572] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,572] INFO [UnifiedLog partition=-uve-topic-19-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-9-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-7-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-14-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-15-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-16-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-17-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-18-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-10-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-6-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-18-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-19-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-15-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-9-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-16-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-17-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-7-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-8-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-5-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-14-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-6-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-4-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-16-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-17-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-14-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-15-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-8-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-9-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-7-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-5-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-19-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-6-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,573] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,573] INFO [UnifiedLog partition=-uve-topic-4-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,574] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,574] INFO [UnifiedLog partition=-uve-topic-10-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,574] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,574] INFO [UnifiedLog partition=-uve-topic-18-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:46:17,864] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,864] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,865] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:17,866] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,084] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,120] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,121] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:18,122] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,651] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-23. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-7. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-26. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-10. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-29. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-28. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-19. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-20. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-11. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-13. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,652] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-16. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-8. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-16-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-17-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-14-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-15-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-8-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,653] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-9-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,654] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-7-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,654] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-5-25. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,654] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-19-22. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,654] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-6-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,654] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-4-17. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,654] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-10-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:46:19,654] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition -uve-topic-18-14. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:51:25,625] INFO Terminating process due to signal SIGTERM (org.apache.kafka.common.utils.LoggingSignalHandler) [2026-06-08 05:51:25,627] INFO [KafkaServer id=2] shutting down (kafka.server.KafkaServer) [2026-06-08 05:51:25,628] INFO [KafkaServer id=2] Starting controlled shutdown (kafka.server.KafkaServer) [2026-06-08 05:51:27,237] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-17-7, -uve-topic-28-6, -uve-topic-29-6, -uve-topic-24-6, -uve-topic-14-7, -uve-topic-25-6, -uve-topic-15-7, -uve-topic-8-5, -uve-topic-26-6, -uve-topic-16-7, -uve-topic-9-5, -uve-topic-20-23, -uve-topic-21-23, -uve-topic-12-24, -uve-topic-13-24, -uve-topic-2-22, -uve-topic-19-23, -uve-topic-23-22, structured_syslog_topic-7, -uve-topic-10-7, -uve-topic-6-6, -uve-topic-4-6, -uve-topic-0-23, -uve-topic-19-8, -uve-topic-1-23, -uve-topic-8-23, -uve-topic-9-23, structured_syslog_topic-25, -uve-topic-14-25, -uve-topic-24-24, -uve-topic-7-23, -uve-topic-5-23, -uve-topic-10-25, -uve-topic-3-23, -uve-topic-18-24, -uve-topic-27-23, -uve-topic-11-8, -uve-topic-22-7, -uve-topic-23-7, -uve-topic-2-7, -uve-topic-27-8, -uve-topic-6-3, -uve-topic-18-9, -uve-topic-22-25, -uve-topic-5-20, -uve-topic-23-25, -uve-topic-3-20, -uve-topic-1-20, -uve-topic-11-26, -uve-topic-0-20, -uve-topic-29-24, -uve-topic-15-25, -uve-topic-25-24, -uve-topic-9-20, -uve-topic-16-25, -uve-topic-26-24, -uve-topic-17-25, -uve-topic-7-20, -uve-topic-28-24, -uve-topic-8-20, -uve-topic-21-8, -uve-topic-12-9, -uve-topic-13-9, -uve-topic-2-4, -uve-topic-20-8, -uve-topic-26-9, -uve-topic-16-10, -uve-topic-17-10, -uve-topic-28-9, -uve-topic-29-9, -uve-topic-13-27, -uve-topic-6-21, -uve-topic-4-21, -uve-topic-20-26, -uve-topic-21-26, -uve-topic-12-27, -uve-topic-19-26, -uve-topic-7-5, -uve-topic-14-10, -uve-topic-24-9, structured_syslog_topic-10, -uve-topic-15-10, -uve-topic-25-9, -uve-topic-5-5, -uve-topic-3-5, -uve-topic-10-10, -uve-topic-0-5, -uve-topic-1-5, -uve-topic-13-3, -uve-topic-3-26, -uve-topic-1-26, -uve-topic-20-2, -uve-topic-0-26, -uve-topic-21-2, -uve-topic-12-3, -uve-topic-9-26, -uve-topic-27-2, -uve-topic-7-26, structured_syslog_topic-28, -uve-topic-18-3, -uve-topic-8-26, -uve-topic-5-26, -uve-topic-14-19, -uve-topic-24-18, -uve-topic-15-19, -uve-topic-25-18, -uve-topic-16-19, -uve-topic-26-18, -uve-topic-2-10, -uve-topic-10-19, -uve-topic-17-19, -uve-topic-28-18, -uve-topic-29-18, -uve-topic-14-4, -uve-topic-24-3, -uve-topic-4-27, -uve-topic-15-4, -uve-topic-25-3, -uve-topic-16-4, -uve-topic-26-3, -uve-topic-17-4, -uve-topic-10-4, -uve-topic-20-20, -uve-topic-28-3, -uve-topic-29-3, -uve-topic-6-27, -uve-topic-5-11, -uve-topic-3-11, -uve-topic-0-11, -uve-topic-11-20, -uve-topic-1-11, -uve-topic-22-19, -uve-topic-23-19, -uve-topic-8-11, -uve-topic-19-20, -uve-topic-9-11, -uve-topic-7-11, -uve-topic-11-5, -uve-topic-22-4, -uve-topic-23-4, -uve-topic-10-22, -uve-topic-19-5, -uve-topic-6-24, -uve-topic-4-24, -uve-topic-1-8, -uve-topic-27-20, -uve-topic-18-21, -uve-topic-0-8, -uve-topic-21-20, -uve-topic-12-21, -uve-topic-13-21, -uve-topic-9-8, -uve-topic-7-8, -uve-topic-8-8, -uve-topic-5-8, structured_syslog_topic-13, -uve-topic-3-8, -uve-topic-2-25, -uve-topic-27-5, -uve-topic-18-6, -uve-topic-12-6, -uve-topic-13-6, -uve-topic-11-23, -uve-topic-22-22, -uve-topic-26-21, -uve-topic-16-22, -uve-topic-17-22, -uve-topic-28-21, -uve-topic-29-21, -uve-topic-24-21, -uve-topic-14-22, -uve-topic-25-21, -uve-topic-15-22, -uve-topic-20-5, -uve-topic-21-5, -uve-topic-6-9, -uve-topic-4-9, -uve-topic-0-14, -uve-topic-7-14, -uve-topic-20-14, -uve-topic-8-14, -uve-topic-21-14, -uve-topic-5-14, -uve-topic-12-15, -uve-topic-3-14, -uve-topic-1-14, -uve-topic-27-14, -uve-topic-18-15, -uve-topic-13-15, -uve-topic-9-14, -uve-topic-12-0, -uve-topic-13-0, -uve-topic-18-0, -uve-topic-10-16, structured_syslog_topic-16, -uve-topic-6-15, -uve-topic-4-15, -uve-topic-28-15, -uve-topic-29-15, -uve-topic-24-15, -uve-topic-14-16, -uve-topic-25-15, -uve-topic-15-16, -uve-topic-26-15, -uve-topic-16-16, -uve-topic-17-16, structured_syslog_topic-1, -uve-topic-24-0, -uve-topic-14-1, -uve-topic-2-28, -uve-topic-10-1, -uve-topic-29-0, -uve-topic-25-0, -uve-topic-15-1, -uve-topic-26-0, -uve-topic-16-1, -uve-topic-17-1, -uve-topic-28-0, -uve-topic-11-17, -uve-topic-22-16, -uve-topic-6-12, -uve-topic-23-16, -uve-topic-4-12, -uve-topic-19-17, -uve-topic-22-1, -uve-topic-23-1, -uve-topic-7-29, -uve-topic-5-29, -uve-topic-3-29, -uve-topic-0-29, -uve-topic-11-2, -uve-topic-1-29, -uve-topic-8-29, -uve-topic-19-2, -uve-topic-9-29, -uve-topic-12-18, -uve-topic-13-18, -uve-topic-2-13, -uve-topic-20-17, -uve-topic-21-17, -uve-topic-27-17, -uve-topic-18-18, -uve-topic-19-11, -uve-topic-24-27, -uve-topic-14-28, -uve-topic-25-27, -uve-topic-15-28, -uve-topic-4-18, -uve-topic-26-27, -uve-topic-16-28, -uve-topic-17-28, -uve-topic-10-28, structured_syslog_topic-19, -uve-topic-27-26, -uve-topic-18-27, -uve-topic-6-18, -uve-topic-23-10, -uve-topic-3-2, -uve-topic-1-2, -uve-topic-0-2, -uve-topic-11-11, -uve-topic-22-10, -uve-topic-9-2, -uve-topic-18-12, -uve-topic-7-2, structured_syslog_topic-4, -uve-topic-8-2, -uve-topic-5-2, -uve-topic-2-19, -uve-topic-11-29, -uve-topic-22-28, -uve-topic-23-28, -uve-topic-28-27, -uve-topic-29-27, -uve-topic-4-3, -uve-topic-27-11, -uve-topic-20-11, -uve-topic-21-11, -uve-topic-12-12, -uve-topic-13-12, -uve-topic-20-29, -uve-topic-21-29, -uve-topic-29-12, -uve-topic-27-29, -uve-topic-2-16, -uve-topic-10-13, -uve-topic-19-29, -uve-topic-15-13, -uve-topic-25-12, -uve-topic-16-13, -uve-topic-26-12, -uve-topic-17-13, -uve-topic-28-12, -uve-topic-14-13, -uve-topic-24-12, -uve-topic-6-0, -uve-topic-4-0, -uve-topic-3-17, -uve-topic-0-17, -uve-topic-1-17, -uve-topic-8-17, -uve-topic-11-14, -uve-topic-9-17, -uve-topic-7-17, structured_syslog_topic-22, -uve-topic-5-17, -uve-topic-2-1, -uve-topic-19-14, -uve-topic-22-13, -uve-topic-23-13) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:51:27,365] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-1-12, -uve-topic-5-24, -uve-topic-13-11, -uve-topic-4-22, -uve-topic-23-5, -uve-topic-2-18, -uve-topic-11-24, -uve-topic-23-21, -uve-topic-13-22, -uve-topic-8-18, -uve-topic-20-6, -uve-topic-19-28, -uve-topic-26-20, -uve-topic-16-21, -uve-topic-1-3, -uve-topic-6-25, -uve-topic-3-10, -uve-topic-12-5, -uve-topic-5-15, -uve-topic-20-22, -uve-topic-10-23, -uve-topic-28-26, -uve-topic-24-11, -uve-topic-14-12, -uve-topic-20-0, -uve-topic-9-13, -uve-topic-25-2, -uve-topic-15-3, -uve-topic-28-10, -uve-topic-18-11, -uve-topic-28-2, -uve-topic-28-1, -uve-topic-18-2, -uve-topic-21-15, -uve-topic-11-16, -uve-topic-21-7, -uve-topic-3-19, -uve-topic-29-11, -uve-topic-19-12, -uve-topic-6-16, -uve-topic-10-15, -uve-topic-21-1, -uve-topic-22-20, -uve-topic-7-1, -uve-topic-8-27, -uve-topic-9-10, -uve-topic-25-29, -uve-topic-16-0, -uve-topic-27-0, -uve-topic-7-4, structured_syslog_topic-17, -uve-topic-17-9, -uve-topic-27-18, -uve-topic-4-29, -uve-topic-18-10, -uve-topic-19-0, -uve-topic-3-21, -uve-topic-28-28, -uve-topic-18-29, -uve-topic-8-12, -uve-topic-27-24, -uve-topic-1-6, -uve-topic-9-15, -uve-topic-0-16, -uve-topic-2-20, -uve-topic-25-16, -uve-topic-15-17, -uve-topic-28-19, -uve-topic-18-20, -uve-topic-25-7, -uve-topic-15-8, -uve-topic-25-8, -uve-topic-15-9, -uve-topic-3-28, -uve-topic-24-28, -uve-topic-14-29, -uve-topic-24-22, -uve-topic-14-23, -uve-topic-25-23, -uve-topic-15-24, -uve-topic-28-25, -uve-topic-18-26, -uve-topic-25-13, -uve-topic-15-14, -uve-topic-1-0, -uve-topic-15-0, -uve-topic-4-26, -uve-topic-12-14, -uve-topic-4-4, -uve-topic-23-17, -uve-topic-6-13, -uve-topic-18-28, -uve-topic-23-18, -uve-topic-13-19, -uve-topic-23-14, -uve-topic-0-25, -uve-topic-28-4, -uve-topic-18-5, -uve-topic-29-29, -uve-topic-7-21, -uve-topic-23-6, -uve-topic-13-7, -uve-topic-23-9, -uve-topic-13-10, -uve-topic-24-7, -uve-topic-14-8, -uve-topic-6-20, -uve-topic-10-27, structured_syslog_topic-26, -uve-topic-27-3, -uve-topic-12-17, -uve-topic-21-4, -uve-topic-29-13, -uve-topic-18-13, -uve-topic-8-4, -uve-topic-24-19, -uve-topic-14-20, -uve-topic-7-28, -uve-topic-28-22, -uve-topic-18-23, -uve-topic-2-6, -uve-topic-8-9, -uve-topic-2-27, structured_syslog_topic-3, -uve-topic-29-23, -uve-topic-19-24, -uve-topic-22-8, -uve-topic-26-7, -uve-topic-16-8, -uve-topic-21-12, -uve-topic-11-13, -uve-topic-5-12, -uve-topic-6-7, -uve-topic-27-21, -uve-topic-0-4, -uve-topic-3-25, -uve-topic-9-24, -uve-topic-1-9, -uve-topic-8-22, -uve-topic-9-21, -uve-topic-27-10, -uve-topic-17-11, -uve-topic-22-24, -uve-topic-12-25, -uve-topic-29-5, -uve-topic-19-6, -uve-topic-28-11, -uve-topic-9-19, -uve-topic-2-24, structured_syslog_topic-6, -uve-topic-22-5, -uve-topic-13-26, -uve-topic-20-27, -uve-topic-24-26, -uve-topic-14-27, -uve-topic-13-5, -uve-topic-0-3, -uve-topic-23-20, -uve-topic-28-8, -uve-topic-7-7, -uve-topic-29-4, -uve-topic-21-28, -uve-topic-0-15, -uve-topic-18-4, -uve-topic-9-27, -uve-topic-11-21, -uve-topic-3-4, -uve-topic-3-3, -uve-topic-24-5, -uve-topic-14-6, -uve-topic-22-21, -uve-topic-12-22, -uve-topic-4-8, -uve-topic-29-26, -uve-topic-19-27, -uve-topic-29-10, -uve-topic-0-9, -uve-topic-29-25, -uve-topic-22-29, -uve-topic-7-25, structured_syslog_topic-9, -uve-topic-7-0, -uve-topic-19-13, -uve-topic-19-10, -uve-topic-8-13, -uve-topic-18-25, -uve-topic-11-9, -uve-topic-26-13, -uve-topic-16-14, -uve-topic-5-6, -uve-topic-17-21, -uve-topic-24-23, -uve-topic-14-24, -uve-topic-21-16, structured_syslog_topic-24, -uve-topic-5-27, -uve-topic-6-11, -uve-topic-0-22, -uve-topic-17-12, structured_syslog_topic-15, -uve-topic-17-15, -uve-topic-18-16, -uve-topic-26-29, -uve-topic-26-23, -uve-topic-16-24, -uve-topic-26-5, -uve-topic-16-6, -uve-topic-3-7, -uve-topic-27-19, -uve-topic-17-20, -uve-topic-10-12, -uve-topic-17-18, -uve-topic-25-28, -uve-topic-15-29, -uve-topic-5-9, -uve-topic-22-17, -uve-topic-13-23, -uve-topic-8-1, -uve-topic-27-6, -uve-topic-10-24, -uve-topic-9-18, -uve-topic-22-9, -uve-topic-12-10, -uve-topic-6-10, -uve-topic-25-22, -uve-topic-15-23, -uve-topic-4-5, -uve-topic-29-2, -uve-topic-19-3, -uve-topic-26-16, -uve-topic-16-17, -uve-topic-8-3, -uve-topic-4-23, -uve-topic-1-27, -uve-topic-12-26, -uve-topic-5-10, -uve-topic-23-11, -uve-topic-29-28, -uve-topic-13-20, -uve-topic-23-3, -uve-topic-13-4, -uve-topic-29-8, -uve-topic-19-9, -uve-topic-3-22, -uve-topic-21-24, -uve-topic-11-25, -uve-topic-23-0, -uve-topic-13-1, -uve-topic-26-10, -uve-topic-16-11, -uve-topic-0-13, -uve-topic-2-14, -uve-topic-9-9, -uve-topic-1-13, -uve-topic-27-27, -uve-topic-1-24, -uve-topic-9-4, -uve-topic-0-0, -uve-topic-29-22, -uve-topic-6-28, -uve-topic-29-16, -uve-topic-26-17, -uve-topic-16-18, -uve-topic-17-27, -uve-topic-22-2, -uve-topic-28-7, -uve-topic-18-8, -uve-topic-1-18, -uve-topic-7-22, -uve-topic-12-11, -uve-topic-17-24, structured_syslog_topic-20, -uve-topic-20-15, -uve-topic-26-25, -uve-topic-16-26, -uve-topic-7-16, -uve-topic-25-4, -uve-topic-15-5, -uve-topic-20-28, -uve-topic-10-29, -uve-topic-20-7, -uve-topic-10-8, -uve-topic-0-12, -uve-topic-27-7, -uve-topic-17-8, -uve-topic-22-18, -uve-topic-12-19, -uve-topic-6-14, -uve-topic-5-13, structured_syslog_topic-8, -uve-topic-18-22, -uve-topic-23-26, structured_syslog_topic-14, -uve-topic-9-6, -uve-topic-1-1, -uve-topic-24-1, -uve-topic-14-2, -uve-topic-23-27, -uve-topic-13-28, -uve-topic-24-2, -uve-topic-14-3, -uve-topic-2-21, structured_syslog_topic-2, -uve-topic-8-25, -uve-topic-0-21, -uve-topic-2-2, -uve-topic-1-15, -uve-topic-2-11, -uve-topic-1-22, -uve-topic-7-15, -uve-topic-8-0, -uve-topic-23-2, -uve-topic-23-15, -uve-topic-13-16, -uve-topic-13-8, -uve-topic-26-22, -uve-topic-16-23, -uve-topic-4-16, -uve-topic-20-4, -uve-topic-10-5, -uve-topic-13-14, -uve-topic-21-21, -uve-topic-11-22, -uve-topic-11-6, -uve-topic-21-13, -uve-topic-20-12, -uve-topic-1-21, -uve-topic-19-25, -uve-topic-6-2, -uve-topic-29-19, -uve-topic-26-4, -uve-topic-16-5, -uve-topic-7-24, -uve-topic-22-6, -uve-topic-12-7, -uve-topic-26-28, -uve-topic-16-29, -uve-topic-10-21, -uve-topic-2-23, -uve-topic-18-19, -uve-topic-22-12, -uve-topic-12-13, -uve-topic-14-0, -uve-topic-3-15, -uve-topic-29-7, -uve-topic-28-17, -uve-topic-12-29, -uve-topic-22-14, -uve-topic-5-19, -uve-topic-12-23, -uve-topic-27-16, -uve-topic-17-17, -uve-topic-24-14, -uve-topic-14-15, -uve-topic-24-4, -uve-topic-14-5, -uve-topic-5-1, -uve-topic-3-12, -uve-topic-23-23, -uve-topic-8-7, -uve-topic-23-29, -uve-topic-6-19, -uve-topic-24-20, -uve-topic-14-21, -uve-topic-7-10, structured_syslog_topic-21, -uve-topic-4-13, -uve-topic-25-5, -uve-topic-15-6, -uve-topic-1-7, -uve-topic-9-12, -uve-topic-7-19, -uve-topic-4-17, -uve-topic-3-16, -uve-topic-12-20, -uve-topic-5-28, -uve-topic-19-22, -uve-topic-2-17, -uve-topic-1-19, -uve-topic-8-6, -uve-topic-4-1, -uve-topic-0-24, -uve-topic-22-11, -uve-topic-28-14, -uve-topic-26-26, -uve-topic-16-27, -uve-topic-10-9, -uve-topic-22-3, -uve-topic-12-4, -uve-topic-1-16, -uve-topic-21-25, -uve-topic-4-7, -uve-topic-1-25, -uve-topic-19-16, -uve-topic-0-18, -uve-topic-5-18, -uve-topic-2-15, -uve-topic-6-4, -uve-topic-28-20, -uve-topic-7-12, -uve-topic-21-10, -uve-topic-17-6, -uve-topic-9-1, -uve-topic-11-18, -uve-topic-22-27, -uve-topic-12-28, -uve-topic-18-7, -uve-topic-21-18, -uve-topic-11-19, -uve-topic-20-16, -uve-topic-10-17, -uve-topic-17-0, -uve-topic-6-29, -uve-topic-3-9, -uve-topic-20-24, -uve-topic-21-9, -uve-topic-11-10, -uve-topic-22-0, -uve-topic-12-1, -uve-topic-4-20, -uve-topic-11-3, -uve-topic-22-26, -uve-topic-1-28, -uve-topic-1-10, -uve-topic-29-1, -uve-topic-17-3, -uve-topic-26-11, -uve-topic-16-12, -uve-topic-27-22, -uve-topic-17-23, -uve-topic-26-19, -uve-topic-16-20, -uve-topic-11-0, -uve-topic-9-3, -uve-topic-25-25, -uve-topic-15-26, -uve-topic-24-16, -uve-topic-14-17, -uve-topic-18-1, -uve-topic-8-16, -uve-topic-0-27, -uve-topic-27-13, -uve-topic-17-14, -uve-topic-24-8, -uve-topic-14-9, -uve-topic-13-2, structured_syslog_topic-0, -uve-topic-2-29, -uve-topic-3-0, -uve-topic-2-8, -uve-topic-6-22, structured_syslog_topic-12, -uve-topic-28-23, -uve-topic-25-10, -uve-topic-15-11, -uve-topic-3-18, -uve-topic-5-21, -uve-topic-25-17, -uve-topic-15-18, -uve-topic-0-28, -uve-topic-8-10, -uve-topic-9-7, -uve-topic-3-13, -uve-topic-8-15, -uve-topic-5-25, -uve-topic-21-22, -uve-topic-3-27, -uve-topic-22-23, -uve-topic-9-0, -uve-topic-10-0, -uve-topic-8-24, -uve-topic-0-6, -uve-topic-20-19, -uve-topic-10-20, -uve-topic-22-15, -uve-topic-12-16, -uve-topic-23-12, -uve-topic-13-13, -uve-topic-24-13, -uve-topic-14-14, -uve-topic-28-16, -uve-topic-18-17, -uve-topic-7-18, -uve-topic-25-1, -uve-topic-15-2, -uve-topic-19-19, -uve-topic-9-16, -uve-topic-5-22, -uve-topic-4-19, -uve-topic-24-29, -uve-topic-11-15, -uve-topic-4-11, -uve-topic-2-26, -uve-topic-6-17, -uve-topic-27-1, -uve-topic-17-2, -uve-topic-1-4, structured_syslog_topic-5, -uve-topic-6-8, -uve-topic-2-3, -uve-topic-5-7, -uve-topic-29-17, -uve-topic-19-18, -uve-topic-21-6, -uve-topic-11-7, -uve-topic-27-28, -uve-topic-17-29, -uve-topic-2-5, -uve-topic-4-10, -uve-topic-10-6, -uve-topic-7-9, -uve-topic-6-1, -uve-topic-9-28, -uve-topic-27-9, -uve-topic-5-0, -uve-topic-3-6, -uve-topic-27-25, -uve-topic-17-26, -uve-topic-26-2, -uve-topic-16-3, -uve-topic-13-29, -uve-topic-7-27, -uve-topic-5-3, -uve-topic-20-21, -uve-topic-2-12, structured_syslog_topic-29, -uve-topic-12-8, -uve-topic-21-0, -uve-topic-11-1, -uve-topic-5-16, -uve-topic-6-26, -uve-topic-20-3, -uve-topic-12-2, -uve-topic-7-3, -uve-topic-20-13, -uve-topic-10-14, -uve-topic-25-20, -uve-topic-15-21, -uve-topic-25-14, -uve-topic-15-15, -uve-topic-26-8, -uve-topic-16-9, -uve-topic-13-17, -uve-topic-0-10, -uve-topic-6-5, -uve-topic-23-8, -uve-topic-28-5, -uve-topic-7-6, -uve-topic-8-19, -uve-topic-19-7, -uve-topic-8-28, -uve-topic-10-3, -uve-topic-8-21, -uve-topic-24-17, -uve-topic-14-18, -uve-topic-29-20, -uve-topic-19-21, -uve-topic-11-27, -uve-topic-21-27, -uve-topic-11-28, structured_syslog_topic-27, -uve-topic-4-2, -uve-topic-20-18, -uve-topic-11-12, -uve-topic-21-19, structured_syslog_topic-23, -uve-topic-21-3, -uve-topic-11-4, -uve-topic-24-25, -uve-topic-14-26, structured_syslog_topic-11, -uve-topic-29-14, -uve-topic-19-15, -uve-topic-20-10, -uve-topic-10-11, -uve-topic-0-1, -uve-topic-4-14, -uve-topic-4-28, -uve-topic-7-13, -uve-topic-10-18, -uve-topic-9-25, -uve-topic-4-25, -uve-topic-2-0, -uve-topic-27-12, -uve-topic-2-9, -uve-topic-20-9, -uve-topic-27-15, -uve-topic-28-13, -uve-topic-18-14, -uve-topic-20-1, -uve-topic-10-2, -uve-topic-19-4, -uve-topic-26-1, -uve-topic-16-2, -uve-topic-3-24, -uve-topic-3-1, structured_syslog_topic-18, -uve-topic-25-26, -uve-topic-15-27, -uve-topic-19-1, -uve-topic-5-4, -uve-topic-9-22, -uve-topic-28-29, -uve-topic-0-19, -uve-topic-6-23, -uve-topic-0-7, -uve-topic-20-25, -uve-topic-10-26, -uve-topic-26-14, -uve-topic-16-15, -uve-topic-23-24, -uve-topic-13-25, -uve-topic-25-11, -uve-topic-15-12, -uve-topic-27-4, -uve-topic-17-5, -uve-topic-24-10, -uve-topic-14-11, -uve-topic-25-19, -uve-topic-15-20) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:51:27,366] INFO [ReplicaAlterLogDirsManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-1-12, -uve-topic-5-24, -uve-topic-13-11, -uve-topic-4-22, -uve-topic-23-5, -uve-topic-2-18, -uve-topic-11-24, -uve-topic-23-21, -uve-topic-13-22, -uve-topic-8-18, -uve-topic-20-6, -uve-topic-19-28, -uve-topic-26-20, -uve-topic-16-21, -uve-topic-1-3, -uve-topic-6-25, -uve-topic-3-10, -uve-topic-12-5, -uve-topic-5-15, -uve-topic-20-22, -uve-topic-10-23, -uve-topic-28-26, -uve-topic-24-11, -uve-topic-14-12, -uve-topic-20-0, -uve-topic-9-13, -uve-topic-25-2, -uve-topic-15-3, -uve-topic-28-10, -uve-topic-18-11, -uve-topic-28-2, -uve-topic-28-1, -uve-topic-18-2, -uve-topic-21-15, -uve-topic-11-16, -uve-topic-21-7, -uve-topic-3-19, -uve-topic-29-11, -uve-topic-19-12, -uve-topic-6-16, -uve-topic-10-15, -uve-topic-21-1, -uve-topic-22-20, -uve-topic-7-1, -uve-topic-8-27, -uve-topic-9-10, -uve-topic-25-29, -uve-topic-16-0, -uve-topic-27-0, -uve-topic-7-4, structured_syslog_topic-17, -uve-topic-17-9, -uve-topic-27-18, -uve-topic-4-29, -uve-topic-18-10, -uve-topic-19-0, -uve-topic-3-21, -uve-topic-28-28, -uve-topic-18-29, -uve-topic-8-12, -uve-topic-27-24, -uve-topic-1-6, -uve-topic-9-15, -uve-topic-0-16, -uve-topic-2-20, -uve-topic-25-16, -uve-topic-15-17, -uve-topic-28-19, -uve-topic-18-20, -uve-topic-25-7, -uve-topic-15-8, -uve-topic-25-8, -uve-topic-15-9, -uve-topic-3-28, -uve-topic-24-28, -uve-topic-14-29, -uve-topic-24-22, -uve-topic-14-23, -uve-topic-25-23, -uve-topic-15-24, -uve-topic-28-25, -uve-topic-18-26, -uve-topic-25-13, -uve-topic-15-14, -uve-topic-1-0, -uve-topic-15-0, -uve-topic-4-26, -uve-topic-12-14, -uve-topic-4-4, -uve-topic-23-17, -uve-topic-6-13, -uve-topic-18-28, -uve-topic-23-18, -uve-topic-13-19, -uve-topic-23-14, -uve-topic-0-25, -uve-topic-28-4, -uve-topic-18-5, -uve-topic-29-29, -uve-topic-7-21, -uve-topic-23-6, -uve-topic-13-7, -uve-topic-23-9, -uve-topic-13-10, -uve-topic-24-7, -uve-topic-14-8, -uve-topic-6-20, -uve-topic-10-27, structured_syslog_topic-26, -uve-topic-27-3, -uve-topic-12-17, -uve-topic-21-4, -uve-topic-29-13, -uve-topic-18-13, -uve-topic-8-4, -uve-topic-24-19, -uve-topic-14-20, -uve-topic-7-28, -uve-topic-28-22, -uve-topic-18-23, -uve-topic-2-6, -uve-topic-8-9, -uve-topic-2-27, structured_syslog_topic-3, -uve-topic-29-23, -uve-topic-19-24, -uve-topic-22-8, -uve-topic-26-7, -uve-topic-16-8, -uve-topic-21-12, -uve-topic-11-13, -uve-topic-5-12, -uve-topic-6-7, -uve-topic-27-21, -uve-topic-0-4, -uve-topic-3-25, -uve-topic-9-24, -uve-topic-1-9, -uve-topic-8-22, -uve-topic-9-21, -uve-topic-27-10, -uve-topic-17-11, -uve-topic-22-24, -uve-topic-12-25, -uve-topic-29-5, -uve-topic-19-6, -uve-topic-28-11, -uve-topic-9-19, -uve-topic-2-24, structured_syslog_topic-6, -uve-topic-22-5, -uve-topic-13-26, -uve-topic-20-27, -uve-topic-24-26, -uve-topic-14-27, -uve-topic-13-5, -uve-topic-0-3, -uve-topic-23-20, -uve-topic-28-8, -uve-topic-7-7, -uve-topic-29-4, -uve-topic-21-28, -uve-topic-0-15, -uve-topic-18-4, -uve-topic-9-27, -uve-topic-11-21, -uve-topic-3-4, -uve-topic-3-3, -uve-topic-24-5, -uve-topic-14-6, -uve-topic-22-21, -uve-topic-12-22, -uve-topic-4-8, -uve-topic-29-26, -uve-topic-19-27, -uve-topic-29-10, -uve-topic-0-9, -uve-topic-29-25, -uve-topic-22-29, -uve-topic-7-25, structured_syslog_topic-9, -uve-topic-7-0, -uve-topic-19-13, -uve-topic-19-10, -uve-topic-8-13, -uve-topic-18-25, -uve-topic-11-9, -uve-topic-26-13, -uve-topic-16-14, -uve-topic-5-6, -uve-topic-17-21, -uve-topic-24-23, -uve-topic-14-24, -uve-topic-21-16, structured_syslog_topic-24, -uve-topic-5-27, -uve-topic-6-11, -uve-topic-0-22, -uve-topic-17-12, structured_syslog_topic-15, -uve-topic-17-15, -uve-topic-18-16, -uve-topic-26-29, -uve-topic-26-23, -uve-topic-16-24, -uve-topic-26-5, -uve-topic-16-6, -uve-topic-3-7, -uve-topic-27-19, -uve-topic-17-20, -uve-topic-10-12, -uve-topic-17-18, -uve-topic-25-28, -uve-topic-15-29, -uve-topic-5-9, -uve-topic-22-17, -uve-topic-13-23, -uve-topic-8-1, -uve-topic-27-6, -uve-topic-10-24, -uve-topic-9-18, -uve-topic-22-9, -uve-topic-12-10, -uve-topic-6-10, -uve-topic-25-22, -uve-topic-15-23, -uve-topic-4-5, -uve-topic-29-2, -uve-topic-19-3, -uve-topic-26-16, -uve-topic-16-17, -uve-topic-8-3, -uve-topic-4-23, -uve-topic-1-27, -uve-topic-12-26, -uve-topic-5-10, -uve-topic-23-11, -uve-topic-29-28, -uve-topic-13-20, -uve-topic-23-3, -uve-topic-13-4, -uve-topic-29-8, -uve-topic-19-9, -uve-topic-3-22, -uve-topic-21-24, -uve-topic-11-25, -uve-topic-23-0, -uve-topic-13-1, -uve-topic-26-10, -uve-topic-16-11, -uve-topic-0-13, -uve-topic-2-14, -uve-topic-9-9, -uve-topic-1-13, -uve-topic-27-27, -uve-topic-1-24, -uve-topic-9-4, -uve-topic-0-0, -uve-topic-29-22, -uve-topic-6-28, -uve-topic-29-16, -uve-topic-26-17, -uve-topic-16-18, -uve-topic-17-27, -uve-topic-22-2, -uve-topic-28-7, -uve-topic-18-8, -uve-topic-1-18, -uve-topic-7-22, -uve-topic-12-11, -uve-topic-17-24, structured_syslog_topic-20, -uve-topic-20-15, -uve-topic-26-25, -uve-topic-16-26, -uve-topic-7-16, -uve-topic-25-4, -uve-topic-15-5, -uve-topic-20-28, -uve-topic-10-29, -uve-topic-20-7, -uve-topic-10-8, -uve-topic-0-12, -uve-topic-27-7, -uve-topic-17-8, -uve-topic-22-18, -uve-topic-12-19, -uve-topic-6-14, -uve-topic-5-13, structured_syslog_topic-8, -uve-topic-18-22, -uve-topic-23-26, structured_syslog_topic-14, -uve-topic-9-6, -uve-topic-1-1, -uve-topic-24-1, -uve-topic-14-2, -uve-topic-23-27, -uve-topic-13-28, -uve-topic-24-2, -uve-topic-14-3, -uve-topic-2-21, structured_syslog_topic-2, -uve-topic-8-25, -uve-topic-0-21, -uve-topic-2-2, -uve-topic-1-15, -uve-topic-2-11, -uve-topic-1-22, -uve-topic-7-15, -uve-topic-8-0, -uve-topic-23-2, -uve-topic-23-15, -uve-topic-13-16, -uve-topic-13-8, -uve-topic-26-22, -uve-topic-16-23, -uve-topic-4-16, -uve-topic-20-4, -uve-topic-10-5, -uve-topic-13-14, -uve-topic-21-21, -uve-topic-11-22, -uve-topic-11-6, -uve-topic-21-13, -uve-topic-20-12, -uve-topic-1-21, -uve-topic-19-25, -uve-topic-6-2, -uve-topic-29-19, -uve-topic-26-4, -uve-topic-16-5, -uve-topic-7-24, -uve-topic-22-6, -uve-topic-12-7, -uve-topic-26-28, -uve-topic-16-29, -uve-topic-10-21, -uve-topic-2-23, -uve-topic-18-19, -uve-topic-22-12, -uve-topic-12-13, -uve-topic-14-0, -uve-topic-3-15, -uve-topic-29-7, -uve-topic-28-17, -uve-topic-12-29, -uve-topic-22-14, -uve-topic-5-19, -uve-topic-12-23, -uve-topic-27-16, -uve-topic-17-17, -uve-topic-24-14, -uve-topic-14-15, -uve-topic-24-4, -uve-topic-14-5, -uve-topic-5-1, -uve-topic-3-12, -uve-topic-23-23, -uve-topic-8-7, -uve-topic-23-29, -uve-topic-6-19, -uve-topic-24-20, -uve-topic-14-21, -uve-topic-7-10, structured_syslog_topic-21, -uve-topic-4-13, -uve-topic-25-5, -uve-topic-15-6, -uve-topic-1-7, -uve-topic-9-12, -uve-topic-7-19, -uve-topic-4-17, -uve-topic-3-16, -uve-topic-12-20, -uve-topic-5-28, -uve-topic-19-22, -uve-topic-2-17, -uve-topic-1-19, -uve-topic-8-6, -uve-topic-4-1, -uve-topic-0-24, -uve-topic-22-11, -uve-topic-28-14, -uve-topic-26-26, -uve-topic-16-27, -uve-topic-10-9, -uve-topic-22-3, -uve-topic-12-4, -uve-topic-1-16, -uve-topic-21-25, -uve-topic-4-7, -uve-topic-1-25, -uve-topic-19-16, -uve-topic-0-18, -uve-topic-5-18, -uve-topic-2-15, -uve-topic-6-4, -uve-topic-28-20, -uve-topic-7-12, -uve-topic-21-10, -uve-topic-17-6, -uve-topic-9-1, -uve-topic-11-18, -uve-topic-22-27, -uve-topic-12-28, -uve-topic-18-7, -uve-topic-21-18, -uve-topic-11-19, -uve-topic-20-16, -uve-topic-10-17, -uve-topic-17-0, -uve-topic-6-29, -uve-topic-3-9, -uve-topic-20-24, -uve-topic-21-9, -uve-topic-11-10, -uve-topic-22-0, -uve-topic-12-1, -uve-topic-4-20, -uve-topic-11-3, -uve-topic-22-26, -uve-topic-1-28, -uve-topic-1-10, -uve-topic-29-1, -uve-topic-17-3, -uve-topic-26-11, -uve-topic-16-12, -uve-topic-27-22, -uve-topic-17-23, -uve-topic-26-19, -uve-topic-16-20, -uve-topic-11-0, -uve-topic-9-3, -uve-topic-25-25, -uve-topic-15-26, -uve-topic-24-16, -uve-topic-14-17, -uve-topic-18-1, -uve-topic-8-16, -uve-topic-0-27, -uve-topic-27-13, -uve-topic-17-14, -uve-topic-24-8, -uve-topic-14-9, -uve-topic-13-2, structured_syslog_topic-0, -uve-topic-2-29, -uve-topic-3-0, -uve-topic-2-8, -uve-topic-6-22, structured_syslog_topic-12, -uve-topic-28-23, -uve-topic-25-10, -uve-topic-15-11, -uve-topic-3-18, -uve-topic-5-21, -uve-topic-25-17, -uve-topic-15-18, -uve-topic-0-28, -uve-topic-8-10, -uve-topic-9-7, -uve-topic-3-13, -uve-topic-8-15, -uve-topic-5-25, -uve-topic-21-22, -uve-topic-3-27, -uve-topic-22-23, -uve-topic-9-0, -uve-topic-10-0, -uve-topic-8-24, -uve-topic-0-6, -uve-topic-20-19, -uve-topic-10-20, -uve-topic-22-15, -uve-topic-12-16, -uve-topic-23-12, -uve-topic-13-13, -uve-topic-24-13, -uve-topic-14-14, -uve-topic-28-16, -uve-topic-18-17, -uve-topic-7-18, -uve-topic-25-1, -uve-topic-15-2, -uve-topic-19-19, -uve-topic-9-16, -uve-topic-5-22, -uve-topic-4-19, -uve-topic-24-29, -uve-topic-11-15, -uve-topic-4-11, -uve-topic-2-26, -uve-topic-6-17, -uve-topic-27-1, -uve-topic-17-2, -uve-topic-1-4, structured_syslog_topic-5, -uve-topic-6-8, -uve-topic-2-3, -uve-topic-5-7, -uve-topic-29-17, -uve-topic-19-18, -uve-topic-21-6, -uve-topic-11-7, -uve-topic-27-28, -uve-topic-17-29, -uve-topic-2-5, -uve-topic-4-10, -uve-topic-10-6, -uve-topic-7-9, -uve-topic-6-1, -uve-topic-9-28, -uve-topic-27-9, -uve-topic-5-0, -uve-topic-3-6, -uve-topic-27-25, -uve-topic-17-26, -uve-topic-26-2, -uve-topic-16-3, -uve-topic-13-29, -uve-topic-7-27, -uve-topic-5-3, -uve-topic-20-21, -uve-topic-2-12, structured_syslog_topic-29, -uve-topic-12-8, -uve-topic-21-0, -uve-topic-11-1, -uve-topic-5-16, -uve-topic-6-26, -uve-topic-20-3, -uve-topic-12-2, -uve-topic-7-3, -uve-topic-20-13, -uve-topic-10-14, -uve-topic-25-20, -uve-topic-15-21, -uve-topic-25-14, -uve-topic-15-15, -uve-topic-26-8, -uve-topic-16-9, -uve-topic-13-17, -uve-topic-0-10, -uve-topic-6-5, -uve-topic-23-8, -uve-topic-28-5, -uve-topic-7-6, -uve-topic-8-19, -uve-topic-19-7, -uve-topic-8-28, -uve-topic-10-3, -uve-topic-8-21, -uve-topic-24-17, -uve-topic-14-18, -uve-topic-29-20, -uve-topic-19-21, -uve-topic-11-27, -uve-topic-21-27, -uve-topic-11-28, structured_syslog_topic-27, -uve-topic-4-2, -uve-topic-20-18, -uve-topic-11-12, -uve-topic-21-19, structured_syslog_topic-23, -uve-topic-21-3, -uve-topic-11-4, -uve-topic-24-25, -uve-topic-14-26, structured_syslog_topic-11, -uve-topic-29-14, -uve-topic-19-15, -uve-topic-20-10, -uve-topic-10-11, -uve-topic-0-1, -uve-topic-4-14, -uve-topic-4-28, -uve-topic-7-13, -uve-topic-10-18, -uve-topic-9-25, -uve-topic-4-25, -uve-topic-2-0, -uve-topic-27-12, -uve-topic-2-9, -uve-topic-20-9, -uve-topic-27-15, -uve-topic-28-13, -uve-topic-18-14, -uve-topic-20-1, -uve-topic-10-2, -uve-topic-19-4, -uve-topic-26-1, -uve-topic-16-2, -uve-topic-3-24, -uve-topic-3-1, structured_syslog_topic-18, -uve-topic-25-26, -uve-topic-15-27, -uve-topic-19-1, -uve-topic-5-4, -uve-topic-9-22, -uve-topic-28-29, -uve-topic-0-19, -uve-topic-6-23, -uve-topic-0-7, -uve-topic-20-25, -uve-topic-10-26, -uve-topic-26-14, -uve-topic-16-15, -uve-topic-23-24, -uve-topic-13-25, -uve-topic-25-11, -uve-topic-15-12, -uve-topic-27-4, -uve-topic-17-5, -uve-topic-24-10, -uve-topic-14-11, -uve-topic-25-19, -uve-topic-15-20) (kafka.server.ReplicaAlterLogDirsManager) [2026-06-08 05:51:27,387] INFO [ReplicaFetcherThread-0-1]: Shutting down (kafka.server.ReplicaFetcherThread) [2026-06-08 05:51:27,393] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:51:27,399] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Cancelled in-flight FETCH request with correlation id 744 due to node 1 being disconnected (elapsed time since creation: 472ms, elapsed time since send: 472ms, throttle time: 0ms, request timeout: 30000ms) (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:51:27,401] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error sending fetch request (sessionId=602555374, epoch=742) to node 1: (org.apache.kafka.clients.FetchSessionHandler) java.io.IOException: Client was shutdown before response was read at org.apache.kafka.clients.NetworkClientUtils.sendAndReceive(NetworkClientUtils.java:120) at kafka.server.BrokerBlockingSender.sendRequest(BrokerBlockingSender.scala:114) at kafka.server.RemoteLeaderEndPoint.fetch(RemoteLeaderEndPoint.scala:79) at kafka.server.AbstractFetcherThread.processFetchRequest(AbstractFetcherThread.scala:321) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3(AbstractFetcherThread.scala:134) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3$adapted(AbstractFetcherThread.scala:133) at scala.Option.foreach(Option.scala:437) at kafka.server.AbstractFetcherThread.maybeFetch(AbstractFetcherThread.scala:133) at kafka.server.AbstractFetcherThread.doWork(AbstractFetcherThread.scala:116) at kafka.server.ReplicaFetcherThread.doWork(ReplicaFetcherThread.scala:98) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136) [2026-06-08 05:51:27,415] INFO [ReplicaFetcherThread-0-1]: Stopped (kafka.server.ReplicaFetcherThread) [2026-06-08 05:51:27,415] INFO [ReplicaFetcherThread-0-1]: Shutdown completed (kafka.server.ReplicaFetcherThread) [2026-06-08 05:51:27,419] INFO [ReplicaFetcherThread-0-3]: Shutting down (kafka.server.ReplicaFetcherThread) [2026-06-08 05:51:27,420] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:51:27,421] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Cancelled in-flight FETCH request with correlation id 1130 due to node 3 being disconnected (elapsed time since creation: 367ms, elapsed time since send: 367ms, throttle time: 0ms, request timeout: 30000ms) (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:51:27,421] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Error sending fetch request (sessionId=572711734, epoch=1128) to node 3: (org.apache.kafka.clients.FetchSessionHandler) java.io.IOException: Client was shutdown before response was read at org.apache.kafka.clients.NetworkClientUtils.sendAndReceive(NetworkClientUtils.java:120) at kafka.server.BrokerBlockingSender.sendRequest(BrokerBlockingSender.scala:114) at kafka.server.RemoteLeaderEndPoint.fetch(RemoteLeaderEndPoint.scala:79) at kafka.server.AbstractFetcherThread.processFetchRequest(AbstractFetcherThread.scala:321) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3(AbstractFetcherThread.scala:134) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3$adapted(AbstractFetcherThread.scala:133) at scala.Option.foreach(Option.scala:437) at kafka.server.AbstractFetcherThread.maybeFetch(AbstractFetcherThread.scala:133) at kafka.server.AbstractFetcherThread.doWork(AbstractFetcherThread.scala:116) at kafka.server.ReplicaFetcherThread.doWork(ReplicaFetcherThread.scala:98) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136) [2026-06-08 05:51:27,421] INFO [ReplicaFetcherThread-0-3]: Stopped (kafka.server.ReplicaFetcherThread) [2026-06-08 05:51:27,421] INFO [ReplicaFetcherThread-0-3]: Shutdown completed (kafka.server.ReplicaFetcherThread) [2026-06-08 05:51:27,841] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-1-12, -uve-topic-5-24, -uve-topic-13-11, -uve-topic-4-22, -uve-topic-23-5, -uve-topic-2-18, -uve-topic-11-24, -uve-topic-23-21, -uve-topic-13-22, -uve-topic-8-18, -uve-topic-20-6, -uve-topic-19-28, -uve-topic-26-20, -uve-topic-16-21, -uve-topic-1-3, -uve-topic-6-25, -uve-topic-3-10, -uve-topic-12-5, -uve-topic-5-15, -uve-topic-20-22, -uve-topic-10-23, -uve-topic-28-26, -uve-topic-24-11, -uve-topic-14-12, -uve-topic-20-0, -uve-topic-9-13, -uve-topic-25-2, -uve-topic-15-3, -uve-topic-28-10, -uve-topic-18-11, -uve-topic-28-2, -uve-topic-28-1, -uve-topic-18-2, -uve-topic-21-15, -uve-topic-11-16, -uve-topic-21-7, -uve-topic-3-19, -uve-topic-29-11, -uve-topic-19-12, -uve-topic-6-16, -uve-topic-10-15, -uve-topic-21-1, -uve-topic-22-20, -uve-topic-7-1, -uve-topic-8-27, -uve-topic-9-10, -uve-topic-25-29, -uve-topic-16-0, -uve-topic-27-0, -uve-topic-7-4, structured_syslog_topic-17, -uve-topic-17-9, -uve-topic-27-18, -uve-topic-4-29, -uve-topic-18-10, -uve-topic-19-0, -uve-topic-3-21, -uve-topic-28-28, -uve-topic-18-29, -uve-topic-8-12, -uve-topic-27-24, -uve-topic-1-6, -uve-topic-9-15, -uve-topic-0-16, -uve-topic-2-20, -uve-topic-25-16, -uve-topic-15-17, -uve-topic-28-19, -uve-topic-18-20, -uve-topic-25-7, -uve-topic-15-8, -uve-topic-25-8, -uve-topic-15-9, -uve-topic-3-28, -uve-topic-24-28, -uve-topic-14-29, -uve-topic-24-22, -uve-topic-14-23, -uve-topic-25-23, -uve-topic-15-24, -uve-topic-28-25, -uve-topic-18-26, -uve-topic-25-13, -uve-topic-15-14, -uve-topic-1-0, -uve-topic-15-0, -uve-topic-4-26, -uve-topic-12-14, -uve-topic-4-4, -uve-topic-23-17, -uve-topic-6-13, -uve-topic-18-28, -uve-topic-23-18, -uve-topic-13-19, -uve-topic-23-14, -uve-topic-0-25, -uve-topic-28-4, -uve-topic-18-5, -uve-topic-29-29, -uve-topic-7-21, -uve-topic-23-6, -uve-topic-13-7, -uve-topic-23-9, -uve-topic-13-10, -uve-topic-24-7, -uve-topic-14-8, -uve-topic-6-20, -uve-topic-10-27, structured_syslog_topic-26, -uve-topic-27-3, -uve-topic-12-17, -uve-topic-21-4, -uve-topic-29-13, -uve-topic-18-13, -uve-topic-8-4, -uve-topic-24-19, -uve-topic-14-20, -uve-topic-7-28, -uve-topic-28-22, -uve-topic-18-23, -uve-topic-2-6, -uve-topic-8-9, -uve-topic-2-27, structured_syslog_topic-3, -uve-topic-29-23, -uve-topic-19-24, -uve-topic-22-8, -uve-topic-26-7, -uve-topic-16-8, -uve-topic-21-12, -uve-topic-11-13, -uve-topic-5-12, -uve-topic-6-7, -uve-topic-27-21, -uve-topic-0-4, -uve-topic-3-25, -uve-topic-9-24, -uve-topic-1-9, -uve-topic-8-22, -uve-topic-9-21, -uve-topic-27-10, -uve-topic-17-11, -uve-topic-22-24, -uve-topic-12-25, -uve-topic-29-5, -uve-topic-19-6, -uve-topic-28-11, -uve-topic-9-19, -uve-topic-2-24, structured_syslog_topic-6, -uve-topic-22-5, -uve-topic-13-26, -uve-topic-20-27, -uve-topic-24-26, -uve-topic-14-27, -uve-topic-13-5, -uve-topic-0-3, -uve-topic-23-20, -uve-topic-28-8, -uve-topic-7-7, -uve-topic-29-4, -uve-topic-21-28, -uve-topic-0-15, -uve-topic-18-4, -uve-topic-9-27, -uve-topic-11-21, -uve-topic-3-4, -uve-topic-3-3, -uve-topic-24-5, -uve-topic-14-6, -uve-topic-22-21, -uve-topic-12-22, -uve-topic-4-8, -uve-topic-29-26, -uve-topic-19-27, -uve-topic-29-10, -uve-topic-0-9, -uve-topic-29-25, -uve-topic-22-29, -uve-topic-7-25, structured_syslog_topic-9, -uve-topic-7-0, -uve-topic-19-13, -uve-topic-19-10, -uve-topic-8-13, -uve-topic-18-25, -uve-topic-11-9, -uve-topic-26-13, -uve-topic-16-14, -uve-topic-5-6, -uve-topic-17-21, -uve-topic-24-23, -uve-topic-14-24, -uve-topic-21-16, structured_syslog_topic-24, -uve-topic-5-27, -uve-topic-6-11, -uve-topic-0-22, -uve-topic-17-12, structured_syslog_topic-15, -uve-topic-17-15, -uve-topic-18-16, -uve-topic-26-29, -uve-topic-26-23, -uve-topic-16-24, -uve-topic-26-5, -uve-topic-16-6, -uve-topic-3-7, -uve-topic-27-19, -uve-topic-17-20, -uve-topic-10-12, -uve-topic-17-18, -uve-topic-25-28, -uve-topic-15-29, -uve-topic-5-9, -uve-topic-22-17, -uve-topic-13-23, -uve-topic-8-1, -uve-topic-27-6, -uve-topic-10-24, -uve-topic-9-18, -uve-topic-22-9, -uve-topic-12-10, -uve-topic-6-10, -uve-topic-25-22, -uve-topic-15-23, -uve-topic-4-5, -uve-topic-29-2, -uve-topic-19-3, -uve-topic-26-16, -uve-topic-16-17, -uve-topic-8-3, -uve-topic-4-23, -uve-topic-1-27, -uve-topic-12-26, -uve-topic-5-10, -uve-topic-23-11, -uve-topic-29-28, -uve-topic-13-20, -uve-topic-23-3, -uve-topic-13-4, -uve-topic-29-8, -uve-topic-19-9, -uve-topic-3-22, -uve-topic-21-24, -uve-topic-11-25, -uve-topic-23-0, -uve-topic-13-1, -uve-topic-26-10, -uve-topic-16-11, -uve-topic-0-13, -uve-topic-2-14, -uve-topic-9-9, -uve-topic-1-13, -uve-topic-27-27, -uve-topic-1-24, -uve-topic-9-4, -uve-topic-0-0, -uve-topic-29-22, -uve-topic-6-28, -uve-topic-29-16, -uve-topic-26-17, -uve-topic-16-18, -uve-topic-17-27, -uve-topic-22-2, -uve-topic-28-7, -uve-topic-18-8, -uve-topic-1-18, -uve-topic-7-22, -uve-topic-12-11, -uve-topic-17-24, structured_syslog_topic-20, -uve-topic-20-15, -uve-topic-26-25, -uve-topic-16-26, -uve-topic-7-16, -uve-topic-25-4, -uve-topic-15-5, -uve-topic-20-28, -uve-topic-10-29, -uve-topic-20-7, -uve-topic-10-8, -uve-topic-0-12, -uve-topic-27-7, -uve-topic-17-8, -uve-topic-22-18, -uve-topic-12-19, -uve-topic-6-14, -uve-topic-5-13, structured_syslog_topic-8, -uve-topic-18-22, -uve-topic-23-26, structured_syslog_topic-14, -uve-topic-9-6, -uve-topic-1-1, -uve-topic-24-1, -uve-topic-14-2, -uve-topic-23-27, -uve-topic-13-28, -uve-topic-24-2, -uve-topic-14-3, -uve-topic-2-21, structured_syslog_topic-2, -uve-topic-8-25, -uve-topic-0-21, -uve-topic-2-2, -uve-topic-1-15, -uve-topic-2-11, -uve-topic-1-22, -uve-topic-7-15, -uve-topic-8-0, -uve-topic-23-2, -uve-topic-23-15, -uve-topic-13-16, -uve-topic-13-8, -uve-topic-26-22, -uve-topic-16-23, -uve-topic-4-16, -uve-topic-20-4, -uve-topic-10-5, -uve-topic-13-14, -uve-topic-21-21, -uve-topic-11-22, -uve-topic-11-6, -uve-topic-21-13, -uve-topic-20-12, -uve-topic-1-21, -uve-topic-19-25, -uve-topic-6-2, -uve-topic-29-19, -uve-topic-26-4, -uve-topic-16-5, -uve-topic-7-24, -uve-topic-22-6, -uve-topic-12-7, -uve-topic-26-28, -uve-topic-16-29, -uve-topic-10-21, -uve-topic-2-23, -uve-topic-18-19, -uve-topic-22-12, -uve-topic-12-13, -uve-topic-14-0, -uve-topic-3-15, -uve-topic-29-7, -uve-topic-28-17, -uve-topic-12-29, -uve-topic-22-14, -uve-topic-5-19, -uve-topic-12-23, -uve-topic-27-16, -uve-topic-17-17, -uve-topic-24-14, -uve-topic-14-15, -uve-topic-24-4, -uve-topic-14-5, -uve-topic-5-1, -uve-topic-3-12, -uve-topic-23-23, -uve-topic-8-7, -uve-topic-23-29, -uve-topic-6-19, -uve-topic-24-20, -uve-topic-14-21, -uve-topic-7-10, structured_syslog_topic-21, -uve-topic-4-13, -uve-topic-25-5, -uve-topic-15-6, -uve-topic-1-7, -uve-topic-9-12, -uve-topic-7-19, -uve-topic-4-17, -uve-topic-3-16, -uve-topic-12-20, -uve-topic-5-28, -uve-topic-19-22, -uve-topic-2-17, -uve-topic-1-19, -uve-topic-8-6, -uve-topic-4-1, -uve-topic-0-24, -uve-topic-22-11, -uve-topic-28-14, -uve-topic-26-26, -uve-topic-16-27, -uve-topic-10-9, -uve-topic-22-3, -uve-topic-12-4, -uve-topic-1-16, -uve-topic-21-25, -uve-topic-4-7, -uve-topic-1-25, -uve-topic-19-16, -uve-topic-0-18, -uve-topic-5-18, -uve-topic-2-15, -uve-topic-6-4, -uve-topic-28-20, -uve-topic-7-12, -uve-topic-21-10, -uve-topic-17-6, -uve-topic-9-1, -uve-topic-11-18, -uve-topic-22-27, -uve-topic-12-28, -uve-topic-18-7, -uve-topic-21-18, -uve-topic-11-19, -uve-topic-20-16, -uve-topic-10-17, -uve-topic-17-0, -uve-topic-6-29, -uve-topic-3-9, -uve-topic-20-24, -uve-topic-21-9, -uve-topic-11-10, -uve-topic-22-0, -uve-topic-12-1, -uve-topic-4-20, -uve-topic-11-3, -uve-topic-22-26, -uve-topic-1-28, -uve-topic-1-10, -uve-topic-29-1, -uve-topic-17-3, -uve-topic-26-11, -uve-topic-16-12, -uve-topic-27-22, -uve-topic-17-23, -uve-topic-26-19, -uve-topic-16-20, -uve-topic-11-0, -uve-topic-9-3, -uve-topic-25-25, -uve-topic-15-26, -uve-topic-24-16, -uve-topic-14-17, -uve-topic-18-1, -uve-topic-8-16, -uve-topic-0-27, -uve-topic-27-13, -uve-topic-17-14, -uve-topic-24-8, -uve-topic-14-9, -uve-topic-13-2, structured_syslog_topic-0, -uve-topic-2-29, -uve-topic-3-0, -uve-topic-2-8, -uve-topic-6-22, structured_syslog_topic-12, -uve-topic-28-23, -uve-topic-25-10, -uve-topic-15-11, -uve-topic-3-18, -uve-topic-5-21, -uve-topic-25-17, -uve-topic-15-18, -uve-topic-0-28, -uve-topic-8-10, -uve-topic-9-7, -uve-topic-3-13, -uve-topic-8-15, -uve-topic-5-25, -uve-topic-21-22, -uve-topic-3-27, -uve-topic-22-23, -uve-topic-9-0, -uve-topic-10-0, -uve-topic-8-24, -uve-topic-0-6, -uve-topic-20-19, -uve-topic-10-20, -uve-topic-22-15, -uve-topic-12-16, -uve-topic-23-12, -uve-topic-13-13, -uve-topic-24-13, -uve-topic-14-14, -uve-topic-28-16, -uve-topic-18-17, -uve-topic-7-18, -uve-topic-25-1, -uve-topic-15-2, -uve-topic-19-19, -uve-topic-9-16, -uve-topic-5-22, -uve-topic-4-19, -uve-topic-24-29, -uve-topic-11-15, -uve-topic-4-11, -uve-topic-2-26, -uve-topic-6-17, -uve-topic-27-1, -uve-topic-17-2, -uve-topic-1-4, structured_syslog_topic-5, -uve-topic-6-8, -uve-topic-2-3, -uve-topic-5-7, -uve-topic-29-17, -uve-topic-19-18, -uve-topic-21-6, -uve-topic-11-7, -uve-topic-27-28, -uve-topic-17-29, -uve-topic-2-5, -uve-topic-4-10, -uve-topic-10-6, -uve-topic-7-9, -uve-topic-6-1, -uve-topic-9-28, -uve-topic-27-9, -uve-topic-5-0, -uve-topic-3-6, -uve-topic-27-25, -uve-topic-17-26, -uve-topic-26-2, -uve-topic-16-3, -uve-topic-13-29, -uve-topic-7-27, -uve-topic-5-3, -uve-topic-20-21, -uve-topic-2-12, structured_syslog_topic-29, -uve-topic-12-8, -uve-topic-21-0, -uve-topic-11-1, -uve-topic-5-16, -uve-topic-6-26, -uve-topic-20-3, -uve-topic-12-2, -uve-topic-7-3, -uve-topic-20-13, -uve-topic-10-14, -uve-topic-25-20, -uve-topic-15-21, -uve-topic-25-14, -uve-topic-15-15, -uve-topic-26-8, -uve-topic-16-9, -uve-topic-13-17, -uve-topic-0-10, -uve-topic-6-5, -uve-topic-23-8, -uve-topic-28-5, -uve-topic-7-6, -uve-topic-8-19, -uve-topic-19-7, -uve-topic-8-28, -uve-topic-10-3, -uve-topic-8-21, -uve-topic-24-17, -uve-topic-14-18, -uve-topic-29-20, -uve-topic-19-21, -uve-topic-11-27, -uve-topic-21-27, -uve-topic-11-28, structured_syslog_topic-27, -uve-topic-4-2, -uve-topic-20-18, -uve-topic-11-12, -uve-topic-21-19, structured_syslog_topic-23, -uve-topic-21-3, -uve-topic-11-4, -uve-topic-24-25, -uve-topic-14-26, structured_syslog_topic-11, -uve-topic-29-14, -uve-topic-19-15, -uve-topic-20-10, -uve-topic-10-11, -uve-topic-0-1, -uve-topic-4-14, -uve-topic-4-28, -uve-topic-7-13, -uve-topic-10-18, -uve-topic-9-25, -uve-topic-4-25, -uve-topic-2-0, -uve-topic-27-12, -uve-topic-2-9, -uve-topic-20-9, -uve-topic-27-15, -uve-topic-28-13, -uve-topic-18-14, -uve-topic-20-1, -uve-topic-10-2, -uve-topic-19-4, -uve-topic-26-1, -uve-topic-16-2, -uve-topic-3-24, -uve-topic-3-1, structured_syslog_topic-18, -uve-topic-25-26, -uve-topic-15-27, -uve-topic-19-1, -uve-topic-5-4, -uve-topic-9-22, -uve-topic-28-29, -uve-topic-0-19, -uve-topic-6-23, -uve-topic-0-7, -uve-topic-20-25, -uve-topic-10-26, -uve-topic-26-14, -uve-topic-16-15, -uve-topic-23-24, -uve-topic-13-25, -uve-topic-25-11, -uve-topic-15-12, -uve-topic-27-4, -uve-topic-17-5, -uve-topic-24-10, -uve-topic-14-11, -uve-topic-25-19, -uve-topic-15-20) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:51:27,842] INFO [ReplicaAlterLogDirsManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-1-12, -uve-topic-5-24, -uve-topic-13-11, -uve-topic-4-22, -uve-topic-23-5, -uve-topic-2-18, -uve-topic-11-24, -uve-topic-23-21, -uve-topic-13-22, -uve-topic-8-18, -uve-topic-20-6, -uve-topic-19-28, -uve-topic-26-20, -uve-topic-16-21, -uve-topic-1-3, -uve-topic-6-25, -uve-topic-3-10, -uve-topic-12-5, -uve-topic-5-15, -uve-topic-20-22, -uve-topic-10-23, -uve-topic-28-26, -uve-topic-24-11, -uve-topic-14-12, -uve-topic-20-0, -uve-topic-9-13, -uve-topic-25-2, -uve-topic-15-3, -uve-topic-28-10, -uve-topic-18-11, -uve-topic-28-2, -uve-topic-28-1, -uve-topic-18-2, -uve-topic-21-15, -uve-topic-11-16, -uve-topic-21-7, -uve-topic-3-19, -uve-topic-29-11, -uve-topic-19-12, -uve-topic-6-16, -uve-topic-10-15, -uve-topic-21-1, -uve-topic-22-20, -uve-topic-7-1, -uve-topic-8-27, -uve-topic-9-10, -uve-topic-25-29, -uve-topic-16-0, -uve-topic-27-0, -uve-topic-7-4, structured_syslog_topic-17, -uve-topic-17-9, -uve-topic-27-18, -uve-topic-4-29, -uve-topic-18-10, -uve-topic-19-0, -uve-topic-3-21, -uve-topic-28-28, -uve-topic-18-29, -uve-topic-8-12, -uve-topic-27-24, -uve-topic-1-6, -uve-topic-9-15, -uve-topic-0-16, -uve-topic-2-20, -uve-topic-25-16, -uve-topic-15-17, -uve-topic-28-19, -uve-topic-18-20, -uve-topic-25-7, -uve-topic-15-8, -uve-topic-25-8, -uve-topic-15-9, -uve-topic-3-28, -uve-topic-24-28, -uve-topic-14-29, -uve-topic-24-22, -uve-topic-14-23, -uve-topic-25-23, -uve-topic-15-24, -uve-topic-28-25, -uve-topic-18-26, -uve-topic-25-13, -uve-topic-15-14, -uve-topic-1-0, -uve-topic-15-0, -uve-topic-4-26, -uve-topic-12-14, -uve-topic-4-4, -uve-topic-23-17, -uve-topic-6-13, -uve-topic-18-28, -uve-topic-23-18, -uve-topic-13-19, -uve-topic-23-14, -uve-topic-0-25, -uve-topic-28-4, -uve-topic-18-5, -uve-topic-29-29, -uve-topic-7-21, -uve-topic-23-6, -uve-topic-13-7, -uve-topic-23-9, -uve-topic-13-10, -uve-topic-24-7, -uve-topic-14-8, -uve-topic-6-20, -uve-topic-10-27, structured_syslog_topic-26, -uve-topic-27-3, -uve-topic-12-17, -uve-topic-21-4, -uve-topic-29-13, -uve-topic-18-13, -uve-topic-8-4, -uve-topic-24-19, -uve-topic-14-20, -uve-topic-7-28, -uve-topic-28-22, -uve-topic-18-23, -uve-topic-2-6, -uve-topic-8-9, -uve-topic-2-27, structured_syslog_topic-3, -uve-topic-29-23, -uve-topic-19-24, -uve-topic-22-8, -uve-topic-26-7, -uve-topic-16-8, -uve-topic-21-12, -uve-topic-11-13, -uve-topic-5-12, -uve-topic-6-7, -uve-topic-27-21, -uve-topic-0-4, -uve-topic-3-25, -uve-topic-9-24, -uve-topic-1-9, -uve-topic-8-22, -uve-topic-9-21, -uve-topic-27-10, -uve-topic-17-11, -uve-topic-22-24, -uve-topic-12-25, -uve-topic-29-5, -uve-topic-19-6, -uve-topic-28-11, -uve-topic-9-19, -uve-topic-2-24, structured_syslog_topic-6, -uve-topic-22-5, -uve-topic-13-26, -uve-topic-20-27, -uve-topic-24-26, -uve-topic-14-27, -uve-topic-13-5, -uve-topic-0-3, -uve-topic-23-20, -uve-topic-28-8, -uve-topic-7-7, -uve-topic-29-4, -uve-topic-21-28, -uve-topic-0-15, -uve-topic-18-4, -uve-topic-9-27, -uve-topic-11-21, -uve-topic-3-4, -uve-topic-3-3, -uve-topic-24-5, -uve-topic-14-6, -uve-topic-22-21, -uve-topic-12-22, -uve-topic-4-8, -uve-topic-29-26, -uve-topic-19-27, -uve-topic-29-10, -uve-topic-0-9, -uve-topic-29-25, -uve-topic-22-29, -uve-topic-7-25, structured_syslog_topic-9, -uve-topic-7-0, -uve-topic-19-13, -uve-topic-19-10, -uve-topic-8-13, -uve-topic-18-25, -uve-topic-11-9, -uve-topic-26-13, -uve-topic-16-14, -uve-topic-5-6, -uve-topic-17-21, -uve-topic-24-23, -uve-topic-14-24, -uve-topic-21-16, structured_syslog_topic-24, -uve-topic-5-27, -uve-topic-6-11, -uve-topic-0-22, -uve-topic-17-12, structured_syslog_topic-15, -uve-topic-17-15, -uve-topic-18-16, -uve-topic-26-29, -uve-topic-26-23, -uve-topic-16-24, -uve-topic-26-5, -uve-topic-16-6, -uve-topic-3-7, -uve-topic-27-19, -uve-topic-17-20, -uve-topic-10-12, -uve-topic-17-18, -uve-topic-25-28, -uve-topic-15-29, -uve-topic-5-9, -uve-topic-22-17, -uve-topic-13-23, -uve-topic-8-1, -uve-topic-27-6, -uve-topic-10-24, -uve-topic-9-18, -uve-topic-22-9, -uve-topic-12-10, -uve-topic-6-10, -uve-topic-25-22, -uve-topic-15-23, -uve-topic-4-5, -uve-topic-29-2, -uve-topic-19-3, -uve-topic-26-16, -uve-topic-16-17, -uve-topic-8-3, -uve-topic-4-23, -uve-topic-1-27, -uve-topic-12-26, -uve-topic-5-10, -uve-topic-23-11, -uve-topic-29-28, -uve-topic-13-20, -uve-topic-23-3, -uve-topic-13-4, -uve-topic-29-8, -uve-topic-19-9, -uve-topic-3-22, -uve-topic-21-24, -uve-topic-11-25, -uve-topic-23-0, -uve-topic-13-1, -uve-topic-26-10, -uve-topic-16-11, -uve-topic-0-13, -uve-topic-2-14, -uve-topic-9-9, -uve-topic-1-13, -uve-topic-27-27, -uve-topic-1-24, -uve-topic-9-4, -uve-topic-0-0, -uve-topic-29-22, -uve-topic-6-28, -uve-topic-29-16, -uve-topic-26-17, -uve-topic-16-18, -uve-topic-17-27, -uve-topic-22-2, -uve-topic-28-7, -uve-topic-18-8, -uve-topic-1-18, -uve-topic-7-22, -uve-topic-12-11, -uve-topic-17-24, structured_syslog_topic-20, -uve-topic-20-15, -uve-topic-26-25, -uve-topic-16-26, -uve-topic-7-16, -uve-topic-25-4, -uve-topic-15-5, -uve-topic-20-28, -uve-topic-10-29, -uve-topic-20-7, -uve-topic-10-8, -uve-topic-0-12, -uve-topic-27-7, -uve-topic-17-8, -uve-topic-22-18, -uve-topic-12-19, -uve-topic-6-14, -uve-topic-5-13, structured_syslog_topic-8, -uve-topic-18-22, -uve-topic-23-26, structured_syslog_topic-14, -uve-topic-9-6, -uve-topic-1-1, -uve-topic-24-1, -uve-topic-14-2, -uve-topic-23-27, -uve-topic-13-28, -uve-topic-24-2, -uve-topic-14-3, -uve-topic-2-21, structured_syslog_topic-2, -uve-topic-8-25, -uve-topic-0-21, -uve-topic-2-2, -uve-topic-1-15, -uve-topic-2-11, -uve-topic-1-22, -uve-topic-7-15, -uve-topic-8-0, -uve-topic-23-2, -uve-topic-23-15, -uve-topic-13-16, -uve-topic-13-8, -uve-topic-26-22, -uve-topic-16-23, -uve-topic-4-16, -uve-topic-20-4, -uve-topic-10-5, -uve-topic-13-14, -uve-topic-21-21, -uve-topic-11-22, -uve-topic-11-6, -uve-topic-21-13, -uve-topic-20-12, -uve-topic-1-21, -uve-topic-19-25, -uve-topic-6-2, -uve-topic-29-19, -uve-topic-26-4, -uve-topic-16-5, -uve-topic-7-24, -uve-topic-22-6, -uve-topic-12-7, -uve-topic-26-28, -uve-topic-16-29, -uve-topic-10-21, -uve-topic-2-23, -uve-topic-18-19, -uve-topic-22-12, -uve-topic-12-13, -uve-topic-14-0, -uve-topic-3-15, -uve-topic-29-7, -uve-topic-28-17, -uve-topic-12-29, -uve-topic-22-14, -uve-topic-5-19, -uve-topic-12-23, -uve-topic-27-16, -uve-topic-17-17, -uve-topic-24-14, -uve-topic-14-15, -uve-topic-24-4, -uve-topic-14-5, -uve-topic-5-1, -uve-topic-3-12, -uve-topic-23-23, -uve-topic-8-7, -uve-topic-23-29, -uve-topic-6-19, -uve-topic-24-20, -uve-topic-14-21, -uve-topic-7-10, structured_syslog_topic-21, -uve-topic-4-13, -uve-topic-25-5, -uve-topic-15-6, -uve-topic-1-7, -uve-topic-9-12, -uve-topic-7-19, -uve-topic-4-17, -uve-topic-3-16, -uve-topic-12-20, -uve-topic-5-28, -uve-topic-19-22, -uve-topic-2-17, -uve-topic-1-19, -uve-topic-8-6, -uve-topic-4-1, -uve-topic-0-24, -uve-topic-22-11, -uve-topic-28-14, -uve-topic-26-26, -uve-topic-16-27, -uve-topic-10-9, -uve-topic-22-3, -uve-topic-12-4, -uve-topic-1-16, -uve-topic-21-25, -uve-topic-4-7, -uve-topic-1-25, -uve-topic-19-16, -uve-topic-0-18, -uve-topic-5-18, -uve-topic-2-15, -uve-topic-6-4, -uve-topic-28-20, -uve-topic-7-12, -uve-topic-21-10, -uve-topic-17-6, -uve-topic-9-1, -uve-topic-11-18, -uve-topic-22-27, -uve-topic-12-28, -uve-topic-18-7, -uve-topic-21-18, -uve-topic-11-19, -uve-topic-20-16, -uve-topic-10-17, -uve-topic-17-0, -uve-topic-6-29, -uve-topic-3-9, -uve-topic-20-24, -uve-topic-21-9, -uve-topic-11-10, -uve-topic-22-0, -uve-topic-12-1, -uve-topic-4-20, -uve-topic-11-3, -uve-topic-22-26, -uve-topic-1-28, -uve-topic-1-10, -uve-topic-29-1, -uve-topic-17-3, -uve-topic-26-11, -uve-topic-16-12, -uve-topic-27-22, -uve-topic-17-23, -uve-topic-26-19, -uve-topic-16-20, -uve-topic-11-0, -uve-topic-9-3, -uve-topic-25-25, -uve-topic-15-26, -uve-topic-24-16, -uve-topic-14-17, -uve-topic-18-1, -uve-topic-8-16, -uve-topic-0-27, -uve-topic-27-13, -uve-topic-17-14, -uve-topic-24-8, -uve-topic-14-9, -uve-topic-13-2, structured_syslog_topic-0, -uve-topic-2-29, -uve-topic-3-0, -uve-topic-2-8, -uve-topic-6-22, structured_syslog_topic-12, -uve-topic-28-23, -uve-topic-25-10, -uve-topic-15-11, -uve-topic-3-18, -uve-topic-5-21, -uve-topic-25-17, -uve-topic-15-18, -uve-topic-0-28, -uve-topic-8-10, -uve-topic-9-7, -uve-topic-3-13, -uve-topic-8-15, -uve-topic-5-25, -uve-topic-21-22, -uve-topic-3-27, -uve-topic-22-23, -uve-topic-9-0, -uve-topic-10-0, -uve-topic-8-24, -uve-topic-0-6, -uve-topic-20-19, -uve-topic-10-20, -uve-topic-22-15, -uve-topic-12-16, -uve-topic-23-12, -uve-topic-13-13, -uve-topic-24-13, -uve-topic-14-14, -uve-topic-28-16, -uve-topic-18-17, -uve-topic-7-18, -uve-topic-25-1, -uve-topic-15-2, -uve-topic-19-19, -uve-topic-9-16, -uve-topic-5-22, -uve-topic-4-19, -uve-topic-24-29, -uve-topic-11-15, -uve-topic-4-11, -uve-topic-2-26, -uve-topic-6-17, -uve-topic-27-1, -uve-topic-17-2, -uve-topic-1-4, structured_syslog_topic-5, -uve-topic-6-8, -uve-topic-2-3, -uve-topic-5-7, -uve-topic-29-17, -uve-topic-19-18, -uve-topic-21-6, -uve-topic-11-7, -uve-topic-27-28, -uve-topic-17-29, -uve-topic-2-5, -uve-topic-4-10, -uve-topic-10-6, -uve-topic-7-9, -uve-topic-6-1, -uve-topic-9-28, -uve-topic-27-9, -uve-topic-5-0, -uve-topic-3-6, -uve-topic-27-25, -uve-topic-17-26, -uve-topic-26-2, -uve-topic-16-3, -uve-topic-13-29, -uve-topic-7-27, -uve-topic-5-3, -uve-topic-20-21, -uve-topic-2-12, structured_syslog_topic-29, -uve-topic-12-8, -uve-topic-21-0, -uve-topic-11-1, -uve-topic-5-16, -uve-topic-6-26, -uve-topic-20-3, -uve-topic-12-2, -uve-topic-7-3, -uve-topic-20-13, -uve-topic-10-14, -uve-topic-25-20, -uve-topic-15-21, -uve-topic-25-14, -uve-topic-15-15, -uve-topic-26-8, -uve-topic-16-9, -uve-topic-13-17, -uve-topic-0-10, -uve-topic-6-5, -uve-topic-23-8, -uve-topic-28-5, -uve-topic-7-6, -uve-topic-8-19, -uve-topic-19-7, -uve-topic-8-28, -uve-topic-10-3, -uve-topic-8-21, -uve-topic-24-17, -uve-topic-14-18, -uve-topic-29-20, -uve-topic-19-21, -uve-topic-11-27, -uve-topic-21-27, -uve-topic-11-28, structured_syslog_topic-27, -uve-topic-4-2, -uve-topic-20-18, -uve-topic-11-12, -uve-topic-21-19, structured_syslog_topic-23, -uve-topic-21-3, -uve-topic-11-4, -uve-topic-24-25, -uve-topic-14-26, structured_syslog_topic-11, -uve-topic-29-14, -uve-topic-19-15, -uve-topic-20-10, -uve-topic-10-11, -uve-topic-0-1, -uve-topic-4-14, -uve-topic-4-28, -uve-topic-7-13, -uve-topic-10-18, -uve-topic-9-25, -uve-topic-4-25, -uve-topic-2-0, -uve-topic-27-12, -uve-topic-2-9, -uve-topic-20-9, -uve-topic-27-15, -uve-topic-28-13, -uve-topic-18-14, -uve-topic-20-1, -uve-topic-10-2, -uve-topic-19-4, -uve-topic-26-1, -uve-topic-16-2, -uve-topic-3-24, -uve-topic-3-1, structured_syslog_topic-18, -uve-topic-25-26, -uve-topic-15-27, -uve-topic-19-1, -uve-topic-5-4, -uve-topic-9-22, -uve-topic-28-29, -uve-topic-0-19, -uve-topic-6-23, -uve-topic-0-7, -uve-topic-20-25, -uve-topic-10-26, -uve-topic-26-14, -uve-topic-16-15, -uve-topic-23-24, -uve-topic-13-25, -uve-topic-25-11, -uve-topic-15-12, -uve-topic-27-4, -uve-topic-17-5, -uve-topic-24-10, -uve-topic-14-11, -uve-topic-25-19, -uve-topic-15-20) (kafka.server.ReplicaAlterLogDirsManager) [2026-06-08 05:51:27,844] INFO [KafkaServer id=2] Controlled shutdown request returned successfully after 2160ms (kafka.server.KafkaServer) [2026-06-08 05:51:27,850] INFO [/config/changes-event-process-thread]: Shutting down (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [2026-06-08 05:51:27,861] INFO [/config/changes-event-process-thread]: Stopped (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [2026-06-08 05:51:27,861] INFO [/config/changes-event-process-thread]: Shutdown completed (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [2026-06-08 05:51:27,862] INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Stopping socket server request processors (kafka.network.SocketServer) [2026-06-08 05:51:27,876] INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Stopped socket server request processors (kafka.network.SocketServer) [2026-06-08 05:51:27,882] INFO [data-plane Kafka Request Handler on Broker 2], shutting down (kafka.server.KafkaRequestHandlerPool) [2026-06-08 05:51:27,885] INFO [data-plane Kafka Request Handler on Broker 2], shut down completely (kafka.server.KafkaRequestHandlerPool) [2026-06-08 05:51:27,910] INFO [ExpirationReaper-2-AlterAcls]: Shutting down (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,910] INFO [ExpirationReaper-2-AlterAcls]: Stopped (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,910] INFO [ExpirationReaper-2-AlterAcls]: Shutdown completed (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,912] INFO [KafkaApi-2] Shutdown complete. (kafka.server.KafkaApis) [2026-06-08 05:51:27,914] INFO [ExpirationReaper-2-topic]: Shutting down (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,918] INFO [ExpirationReaper-2-topic]: Stopped (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,918] INFO [ExpirationReaper-2-topic]: Shutdown completed (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,921] INFO [TransactionCoordinator id=2] Shutting down. (kafka.coordinator.transaction.TransactionCoordinator) [2026-06-08 05:51:27,924] INFO [Transaction State Manager 2]: Shutdown complete (kafka.coordinator.transaction.TransactionStateManager) [2026-06-08 05:51:27,932] INFO [TxnMarkerSenderThread-2]: Shutting down (kafka.coordinator.transaction.TransactionMarkerChannelManager) [2026-06-08 05:51:27,934] INFO [TxnMarkerSenderThread-2]: Stopped (kafka.coordinator.transaction.TransactionMarkerChannelManager) [2026-06-08 05:51:27,935] INFO [TxnMarkerSenderThread-2]: Shutdown completed (kafka.coordinator.transaction.TransactionMarkerChannelManager) [2026-06-08 05:51:27,936] INFO [TransactionCoordinator id=2] Shutdown complete. (kafka.coordinator.transaction.TransactionCoordinator) [2026-06-08 05:51:27,936] INFO [GroupCoordinator 2]: Shutting down. (kafka.coordinator.group.GroupCoordinator) [2026-06-08 05:51:27,937] INFO [ExpirationReaper-2-Heartbeat]: Shutting down (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,940] INFO [ExpirationReaper-2-Heartbeat]: Stopped (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,940] INFO [ExpirationReaper-2-Heartbeat]: Shutdown completed (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,942] INFO [ExpirationReaper-2-Rebalance]: Shutting down (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,943] INFO [ExpirationReaper-2-Rebalance]: Stopped (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,943] INFO [ExpirationReaper-2-Rebalance]: Shutdown completed (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,944] INFO [GroupCoordinator 2]: Shutdown complete. (kafka.coordinator.group.GroupCoordinator) [2026-06-08 05:51:27,945] INFO [ReplicaManager broker=2] Shutting down (kafka.server.ReplicaManager) [2026-06-08 05:51:27,946] INFO [LogDirFailureHandler]: Shutting down (kafka.server.ReplicaManager$LogDirFailureHandler) [2026-06-08 05:51:27,948] INFO [LogDirFailureHandler]: Stopped (kafka.server.ReplicaManager$LogDirFailureHandler) [2026-06-08 05:51:27,948] INFO [LogDirFailureHandler]: Shutdown completed (kafka.server.ReplicaManager$LogDirFailureHandler) [2026-06-08 05:51:27,950] INFO [ReplicaFetcherManager on broker 2] shutting down (kafka.server.ReplicaFetcherManager) [2026-06-08 05:51:27,951] INFO [ReplicaFetcherManager on broker 2] shutdown completed (kafka.server.ReplicaFetcherManager) [2026-06-08 05:51:27,951] INFO [ReplicaAlterLogDirsManager on broker 2] shutting down (kafka.server.ReplicaAlterLogDirsManager) [2026-06-08 05:51:27,954] INFO [ReplicaAlterLogDirsManager on broker 2] shutdown completed (kafka.server.ReplicaAlterLogDirsManager) [2026-06-08 05:51:27,954] INFO [ExpirationReaper-2-Fetch]: Shutting down (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,954] INFO [ExpirationReaper-2-Fetch]: Shutdown completed (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,955] INFO [ExpirationReaper-2-Fetch]: Stopped (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,955] INFO [ExpirationReaper-2-RemoteFetch]: Shutting down (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,961] INFO [ExpirationReaper-2-RemoteFetch]: Stopped (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,961] INFO [ExpirationReaper-2-RemoteFetch]: Shutdown completed (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,962] INFO [ExpirationReaper-2-Produce]: Shutting down (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,963] INFO [ExpirationReaper-2-Produce]: Stopped (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,963] INFO [ExpirationReaper-2-Produce]: Shutdown completed (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,963] INFO [ExpirationReaper-2-DeleteRecords]: Shutting down (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,963] INFO [ExpirationReaper-2-DeleteRecords]: Stopped (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,964] INFO [ExpirationReaper-2-DeleteRecords]: Shutdown completed (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,965] INFO [ExpirationReaper-2-ElectLeader]: Shutting down (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,969] INFO [ExpirationReaper-2-ElectLeader]: Stopped (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,969] INFO [ExpirationReaper-2-ElectLeader]: Shutdown completed (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:51:27,985] INFO [AddPartitionsToTxnSenderThread-2]: Shutting down (kafka.server.AddPartitionsToTxnManager) [2026-06-08 05:51:27,985] INFO [AddPartitionsToTxnSenderThread-2]: Stopped (kafka.server.AddPartitionsToTxnManager) [2026-06-08 05:51:27,986] INFO [AddPartitionsToTxnSenderThread-2]: Shutdown completed (kafka.server.AddPartitionsToTxnManager) [2026-06-08 05:51:27,987] INFO [ReplicaManager broker=2] Shut down completely (kafka.server.ReplicaManager) [2026-06-08 05:51:27,987] INFO [zk-broker-2-to-controller-alter-partition-channel-manager]: Shutting down (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:51:27,989] INFO [zk-broker-2-to-controller-alter-partition-channel-manager]: Stopped (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:51:27,989] INFO [zk-broker-2-to-controller-alter-partition-channel-manager]: Shutdown completed (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:51:27,991] INFO Node to controller channel manager for alter-partition shutdown (kafka.server.NodeToControllerChannelManagerImpl) [2026-06-08 05:51:27,991] INFO [zk-broker-2-to-controller-forwarding-channel-manager]: Shutting down (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:51:27,991] INFO [zk-broker-2-to-controller-forwarding-channel-manager]: Stopped (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:51:27,991] INFO [zk-broker-2-to-controller-forwarding-channel-manager]: Shutdown completed (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:51:27,992] INFO Node to controller channel manager for forwarding shutdown (kafka.server.NodeToControllerChannelManagerImpl) [2026-06-08 05:51:27,992] INFO Shutting down. (kafka.log.LogManager) [2026-06-08 05:51:27,993] INFO [kafka-log-cleaner-thread-0]: Shutting down (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:51:27,993] INFO [kafka-log-cleaner-thread-0]: Stopped (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:51:28,000] INFO [kafka-log-cleaner-thread-0]: Shutdown completed (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:51:28,000] INFO [kafka-log-cleaner-thread-1]: Shutting down (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:51:28,000] INFO [kafka-log-cleaner-thread-1]: Stopped (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:51:28,000] INFO [kafka-log-cleaner-thread-1]: Shutdown completed (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:51:28,039] INFO [ProducerStateManager partition=-uve-topic-21-0] Wrote producer snapshot at offset 106 with 0 producer ids in 5 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:28,241] INFO [ProducerStateManager partition=-uve-topic-26-0] Wrote producer snapshot at offset 113 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:28,745] INFO [ProducerStateManager partition=-uve-topic-29-0] Wrote producer snapshot at offset 109 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:29,054] INFO [ProducerStateManager partition=-uve-topic-28-0] Wrote producer snapshot at offset 154 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:29,211] INFO [ProducerStateManager partition=-uve-topic-24-0] Wrote producer snapshot at offset 102 with 0 producer ids in 5 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:29,223] INFO [ProducerStateManager partition=-uve-topic-23-0] Wrote producer snapshot at offset 52 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:29,258] INFO [ProducerStateManager partition=-uve-topic-14-0] Wrote producer snapshot at offset 17 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:29,443] INFO [ProducerStateManager partition=-uve-topic-20-0] Wrote producer snapshot at offset 83 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:29,619] INFO [ProducerStateManager partition=-uve-topic-1-0] Wrote producer snapshot at offset 44 with 0 producer ids in 61 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:29,694] INFO [ProducerStateManager partition=-uve-topic-13-0] Wrote producer snapshot at offset 15 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:29,746] INFO [ProducerStateManager partition=-uve-topic-0-0] Wrote producer snapshot at offset 794 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:29,870] INFO [ProducerStateManager partition=-uve-topic-22-0] Wrote producer snapshot at offset 111 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:30,017] INFO [ProducerStateManager partition=-uve-topic-2-0] Wrote producer snapshot at offset 51 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:30,407] INFO [ProducerStateManager partition=-uve-topic-25-0] Wrote producer snapshot at offset 78 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:30,424] INFO [ProducerStateManager partition=-uve-topic-27-0] Wrote producer snapshot at offset 135 with 0 producer ids in 3 ms. (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:30,589] INFO Shutdown complete. (kafka.log.LogManager) [2026-06-08 05:51:30,593] INFO [feature-zk-node-event-process-thread]: Shutting down (kafka.server.FinalizedFeatureChangeListener$ChangeNotificationProcessorThread) [2026-06-08 05:51:30,593] INFO [feature-zk-node-event-process-thread]: Stopped (kafka.server.FinalizedFeatureChangeListener$ChangeNotificationProcessorThread) [2026-06-08 05:51:30,593] INFO [feature-zk-node-event-process-thread]: Shutdown completed (kafka.server.FinalizedFeatureChangeListener$ChangeNotificationProcessorThread) [2026-06-08 05:51:30,594] INFO [ZooKeeperClient Kafka server] Closing. (kafka.zookeeper.ZooKeeperClient) [2026-06-08 05:51:30,699] INFO Session: 0x300001a491e000e closed (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:30,699] INFO EventThread shut down for session: 0x300001a491e000e (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:51:30,700] INFO [ZooKeeperClient Kafka server] Closed. (kafka.zookeeper.ZooKeeperClient) [2026-06-08 05:51:30,700] INFO [ThrottledChannelReaper-Fetch]: Shutting down (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,701] INFO [ThrottledChannelReaper-Fetch]: Stopped (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,701] INFO [ThrottledChannelReaper-Fetch]: Shutdown completed (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,701] INFO [ThrottledChannelReaper-Produce]: Shutting down (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,702] INFO [ThrottledChannelReaper-Produce]: Stopped (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,702] INFO [ThrottledChannelReaper-Produce]: Shutdown completed (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,702] INFO [ThrottledChannelReaper-Request]: Shutting down (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,702] INFO [ThrottledChannelReaper-Request]: Stopped (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,702] INFO [ThrottledChannelReaper-Request]: Shutdown completed (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,702] INFO [ThrottledChannelReaper-ControllerMutation]: Shutting down (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,702] INFO [ThrottledChannelReaper-ControllerMutation]: Stopped (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,702] INFO [ThrottledChannelReaper-ControllerMutation]: Shutdown completed (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:30,703] INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Shutting down socket server (kafka.network.SocketServer) [2026-06-08 05:51:30,713] INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Shutdown completed (kafka.network.SocketServer) [2026-06-08 05:51:30,714] INFO Metrics scheduler closed (org.apache.kafka.common.metrics.Metrics) [2026-06-08 05:51:30,714] INFO Closing reporter org.apache.kafka.common.metrics.JmxReporter (org.apache.kafka.common.metrics.Metrics) [2026-06-08 05:51:30,714] INFO Metrics reporters closed (org.apache.kafka.common.metrics.Metrics) [2026-06-08 05:51:30,715] INFO Broker and topic stats closed (kafka.server.BrokerTopicStats) [2026-06-08 05:51:30,716] INFO App info kafka.server for 2 unregistered (org.apache.kafka.common.utils.AppInfoParser) [2026-06-08 05:51:30,716] INFO [KafkaServer id=2] shut down completed (kafka.server.KafkaServer) +++ date ++ echo 'INFO: =================== Mon Jun 8 05:51:40 UTC 2026 ===================' INFO: =================== Mon Jun 8 05:51:40 UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ +++ tail -n 1 awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.38 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + : auto + my_ip= + my_index=1 + '[' auto = auto ']' + for i in {1..10} ++ find_my_ip_and_order_for_node KAFKA ++ local server_typ=KAFKA_NODES ++ find_my_ip_and_order_for_node_list 10.0.0.38,10.0.0.50,10.0.0.33 ++ local servers=10.0.0.38,10.0.0.50,10.0.0.33 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ grep -vi host +++ sort +++ cat /proc/net/fib_trie +++ awk '/32 host/ { print f } {f=$2}' +++ uniq +++ tr '\n' , ++ local local_ips=,10.0.0.50,10.20.0.254,127.0.0.1,172.17.0.1,, ++ local ord=1 ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' ++ local server_ip=10.0.0.38 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.38 ]] ++ [[ ,10.0.0.50,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] ++ (( ord+=1 )) ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' ++ local server_ip=10.0.0.50 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.50 ]] ++ [[ ,10.0.0.50,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] ++ echo 10.0.0.50 2 ++ return + my_ip_and_order='10.0.0.50 2' + '[' -n '10.0.0.50 2' ']' + break + '[' -z '10.0.0.50 2' ']' ++ ++ echo 10.0.0.50 2 cut -d ' ' -f 1 + my_ip=10.0.0.50 ++ cut -d ' ' -f 2 ++ echo 10.0.0.50 2 + my_index=2 + export KAFKA_LISTEN_ADDRESS=10.0.0.50 + KAFKA_LISTEN_ADDRESS=10.0.0.50 + zk_servers_array=($ZOOKEEPER_SERVERS_SPACE_DELIM) + zk_list_size=3 + [[ 3 -gt 1 ]] + replication_factor=2 + KAFKA_BROKER_ID=2 + KAFKA_LISTEN_PORT=9092 + KAFKA_log_retention_bytes=268435456 + KAFKA_log_segment_bytes=268435456 + KAFKA_log_retention_hours=24 + KAFKA_log_cleanup_policy=delete + KAFKA_log_cleaner_threads=2 + KAFKA_log_cleaner_dedupe_buffer_size=250000000 + KAFKA_log_cleaner_enable=true + KAFKA_delete_topic_enable=true + KAFKA_KEY_PASSWORD=c0ntrail123 + KAFKA_STORE_PASSWORD=c0ntrail123 + CONFIG=/opt/kafka/config/server.properties + sed -i 's/^broker.id=.*$/broker.id=2/g' /opt/kafka/config/server.properties + sed -i 's/#port=.*$/port=9092/g' /opt/kafka/config/server.properties + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + sed -i 's/^#listeners=.*$/listeners=PLAINTEXT:\/\/10.0.0.50:9092/g' /opt/kafka/config/server.properties + sed -i 's)^zookeeper.connect=.*$)zookeeper.connect=10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181)g' /opt/kafka/config/server.properties + sed -i 's/#advertised.host.name=.*$/advertised.host.name=10.0.0.50/g' /opt/kafka/config/server.properties + sed -i 's/^#log.retention.bytes=.*$/log.retention.bytes=268435456/g' /opt/kafka/config/server.properties + sed -i 's/^log.retention.hours=.*$/log.retention.hours=24/g' /opt/kafka/config/server.properties + sed -i 's/^log.segment.bytes=.*$/log.segment.bytes=268435456/g' /opt/kafka/config/server.properties + sed -i 's/^num.partitions=.*$/num.partitions=30/g' /opt/kafka/config/server.properties + echo ' ' + [[ 3 -eq 2 ]] + [[ 3 -gt 2 ]] + grep -q '^default.replication.factor' /opt/kafka/config/server.properties + sed -i 's|^default.replication.factor=.*$|default.replication.factor=3|' /opt/kafka/config/server.properties + grep -q '^min.insync.replicas' /opt/kafka/config/server.properties + sed -i 's|^min.insync.replicas=.*$|min.insync.replicas=2|' /opt/kafka/config/server.properties + echo log.cleanup.policy=delete + echo log.cleaner.threads=2 + echo log.cleaner.dedupe.buffer.size=250000000 + echo offsets.topic.replication.factor=2 + echo reserved.broker.max.id=100001 + chown -R appuser:appuser /opt/kafka /opt/kafka/config /var/log/kafka + chmod -R 750 /var/log/kafka ++ id -u appuser + CONTRAIL_UID=1000 ++ id -g appuser + CONTRAIL_GID=1000 + exec /opt/kafka/bin/kafka-server-start.sh /opt/kafka/config/server.properties [2026-06-08 05:51:46,056] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [2026-06-08 05:51:47,920] INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [2026-06-08 05:51:48,744] INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) [2026-06-08 05:51:48,750] INFO starting (kafka.server.KafkaServer) [2026-06-08 05:51:48,753] INFO Connecting to zookeeper on 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 (kafka.server.KafkaServer) [2026-06-08 05:51:48,842] INFO [ZooKeeperClient Kafka server] Initializing a new session to 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181. (kafka.zookeeper.ZooKeeperClient) [2026-06-08 05:51:48,860] INFO Client environment:zookeeper.version=3.8.4-9316c2a7a97e1666d8f4593f34dd6fc36ecc436c, built on 2024-02-12 22:16 UTC (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,860] INFO Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5902-2. (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,860] INFO Client environment:java.version=21.0.7 (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,860] INFO Client environment:java.vendor=Eclipse Adoptium (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,860] INFO Client environment:java.home=/opt/java/openjdk (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,860] INFO Client environment:java.class.path=/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.12.0.jar:/opt/kafka/bin/../libs/caffeine-2.9.3.jar:/opt/kafka/bin/../libs/commons-beanutils-1.9.4.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-collections-3.2.2.jar:/opt/kafka/bin/../libs/commons-digester-2.1.jar:/opt/kafka/bin/../libs/commons-io-2.14.0.jar:/opt/kafka/bin/../libs/commons-lang3-3.12.0.jar:/opt/kafka/bin/../libs/commons-logging-1.2.jar:/opt/kafka/bin/../libs/commons-validator-1.7.jar:/opt/kafka/bin/../libs/connect-api-3.9.1.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.9.1.jar:/opt/kafka/bin/../libs/connect-json-3.9.1.jar:/opt/kafka/bin/../libs/connect-mirror-3.9.1.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.9.1.jar:/opt/kafka/bin/../libs/connect-runtime-3.9.1.jar:/opt/kafka/bin/../libs/connect-transforms-3.9.1.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.10.0.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/jackson-annotations-2.16.2.jar:/opt/kafka/bin/../libs/jackson-core-2.16.2.jar:/opt/kafka/bin/../libs/jackson-databind-2.16.2.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.16.2.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.16.2.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.16.2.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.16.2.jar:/opt/kafka/bin/../libs/jackson-module-afterburner-2.16.2.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.16.2.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.16.2.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.2.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.3.jar:/opt/kafka/bin/../libs/javassist-3.29.2-GA.jar:/opt/kafka/bin/../libs/javax.activation-api-1.2.0.jar:/opt/kafka/bin/../libs/javax.annotation-api-1.3.2.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.1.jar:/opt/kafka/bin/../libs/jersey-client-2.39.1.jar:/opt/kafka/bin/../libs/jersey-common-2.39.1.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.39.1.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.39.1.jar:/opt/kafka/bin/../libs/jersey-hk2-2.39.1.jar:/opt/kafka/bin/../libs/jersey-server-2.39.1.jar:/opt/kafka/bin/../libs/jetty-client-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-http-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-io-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-security-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-server-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-util-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jline-3.25.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.9.4.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-clients-3.9.1.jar:/opt/kafka/bin/../libs/kafka-group-coordinator-3.9.1.jar:/opt/kafka/bin/../libs/kafka-group-coordinator-api-3.9.1.jar:/opt/kafka/bin/../libs/kafka-metadata-3.9.1.jar:/opt/kafka/bin/../libs/kafka-raft-3.9.1.jar:/opt/kafka/bin/../libs/kafka-server-3.9.1.jar:/opt/kafka/bin/../libs/kafka-server-common-3.9.1.jar:/opt/kafka/bin/../libs/kafka-shell-3.9.1.jar:/opt/kafka/bin/../libs/kafka-storage-3.9.1.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.9.1.jar:/opt/kafka/bin/../libs/kafka-tools-3.9.1.jar:/opt/kafka/bin/../libs/kafka-tools-api-3.9.1.jar:/opt/kafka/bin/../libs/kafka-transaction-coordinator-3.9.1.jar:/opt/kafka/bin/../libs/kafka_2.13-3.9.1.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.9.6.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-classes-epoll-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.119.Final.jar:/opt/kafka/bin/../libs/opentelemetry-proto-1.0.0-alpha.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/pcollections-4.0.1.jar:/opt/kafka/bin/../libs/plexus-utils-3.5.1.jar:/opt/kafka/bin/../libs/protobuf-java-3.25.5.jar:/opt/kafka/bin/../libs/reflections-0.10.2.jar:/opt/kafka/bin/../libs/reload4j-1.2.25.jar:/opt/kafka/bin/../libs/rocksdbjni-7.9.2.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.10.0.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/opt/kafka/bin/../libs/scala-library-2.13.15.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.5.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.15.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.36.jar:/opt/kafka/bin/../libs/slf4j-reload4j-1.7.36.jar:/opt/kafka/bin/../libs/snappy-java-1.1.10.5.jar:/opt/kafka/bin/../libs/swagger-annotations-2.2.8.jar:/opt/kafka/bin/../libs/trogdor-3.9.1.jar:/opt/kafka/bin/../libs/zookeeper-3.8.4.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.8.4.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.6-4.jar (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,861] INFO Client environment:java.library.path=/opt/java/openjdk/lib/server:/opt/java/openjdk/lib:/opt/java/openjdk/../lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,862] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,862] INFO Client environment:java.compiler= (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,862] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,862] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,862] INFO Client environment:os.version=5.15.0-100-generic (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,862] INFO Client environment:user.name=root (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,863] INFO Client environment:user.home=/root (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,863] INFO Client environment:user.dir=/opt/kafka (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,863] INFO Client environment:os.memory.free=981MB (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,863] INFO Client environment:os.memory.max=1024MB (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,863] INFO Client environment:os.memory.total=1024MB (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,865] INFO Initiating client connection, connectString=10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 sessionTimeout=18000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@1ef6d34c (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:51:48,876] INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [2026-06-08 05:51:48,883] INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:51:48,891] INFO Opening socket connection to server /10.0.0.33:2181. (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:51:48,903] INFO [ZooKeeperClient Kafka server] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [2026-06-08 05:51:48,905] INFO Socket connection established, initiating session, client: /10.0.0.50:58440, server: /10.0.0.33:2181 (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:51:48,920] INFO Session establishment complete on server /10.0.0.33:2181, session id = 0x3000022b1020000, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:51:48,923] INFO [ZooKeeperClient Kafka server] Connected. (kafka.zookeeper.ZooKeeperClient) [2026-06-08 05:51:50,117] INFO Cluster ID = 4cTkF7SzS46PA_-_44t6OQ (kafka.server.KafkaServer) [2026-06-08 05:51:50,582] 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 = 2 broker.id.generation.enable = true broker.rack = null broker.session.timeout.ms = 9000 client.quota.callback.class = null compression.gzip.level = -1 compression.lz4.level = 9 compression.type = producer compression.zstd.level = 3 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.bootstrap.servers = [] 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 = 3 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 eligible.leader.replicas.enable = false fetch.max.bytes = 57671680 fetch.purgatory.purge.interval.requests = 1000 group.consumer.assignors = [org.apache.kafka.coordinator.group.assignor.UniformAssignor, 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.migration.policy = disabled group.consumer.min.heartbeat.interval.ms = 5000 group.consumer.min.session.timeout.ms = 45000 group.consumer.session.timeout.ms = 45000 group.coordinator.append.linger.ms = 10 group.coordinator.new.enable = false group.coordinator.rebalance.protocols = [classic] 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 group.share.delivery.count.limit = 5 group.share.enable = false group.share.heartbeat.interval.ms = 5000 group.share.max.groups = 10 group.share.max.heartbeat.interval.ms = 15000 group.share.max.record.lock.duration.ms = 60000 group.share.max.session.timeout.ms = 60000 group.share.max.size = 200 group.share.min.heartbeat.interval.ms = 5000 group.share.min.record.lock.duration.ms = 15000 group.share.min.session.timeout.ms = 45000 group.share.partition.max.record.locks = 200 group.share.record.lock.duration.ms = 30000 group.share.session.timeout.ms = 45000 initial.broker.registration.timeout.ms = 60000 inter.broker.listener.name = null inter.broker.protocol.version = 3.9-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 = SASL_SSL:SASL_SSL,PLAINTEXT:PLAINTEXT,SSL:SSL,SASL_PLAINTEXT:SASL_PLAINTEXT listeners = PLAINTEXT://10.0.0.50:9092 log.cleaner.backoff.ms = 15000 log.cleaner.dedupe.buffer.size = 250000000 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 = 2 log.cleanup.policy = [delete] log.dir = /tmp/kafka-logs log.dir.failure.timeout.ms = 30000 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.initial.task.delay.ms = 30000 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 = 268435456 log.retention.check.interval.ms = 300000 log.retention.hours = 24 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 max.request.partition.size.limit = 2000 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 = 2 node.id = 2 num.io.threads = 8 num.network.threads = 3 num.partitions = 30 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 = 2 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.fetch.max.wait.ms = 500 remote.log.index.file.cache.total.size.bytes = 1073741824 remote.log.manager.copier.thread.pool.size = -1 remote.log.manager.copy.max.bytes.per.second = 9223372036854775807 remote.log.manager.copy.quota.window.num = 11 remote.log.manager.copy.quota.window.size.seconds = 1 remote.log.manager.expiration.thread.pool.size = -1 remote.log.manager.fetch.max.bytes.per.second = 9223372036854775807 remote.log.manager.fetch.quota.window.num = 11 remote.log.manager.fetch.quota.window.size.seconds = 1 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 = 100001 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.allow.dn.changes = false ssl.allow.san.changes = false 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 telemetry.max.bytes = 1048576 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 unclean.leader.election.interval.ms = 300000 unstable.api.versions.enable = false unstable.feature.versions.enable = false zookeeper.clientCnxnSocket = null zookeeper.connect = 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 zookeeper.connection.timeout.ms = 18000 zookeeper.max.in.flight.requests = 10 zookeeper.metadata.migration.enable = false zookeeper.metadata.migration.min.batch.size = 200 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) [2026-06-08 05:51:50,810] INFO [ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:50,818] INFO [ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:50,820] INFO [ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:50,820] INFO [ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:51:51,245] INFO Loading logs from log dirs ArrayBuffer(/tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:51,442] INFO Skipping recovery of 930 logs from /tmp/kafka-logs since clean shutdown file was found (kafka.log.LogManager) [2026-06-08 05:51:52,040] INFO [LogLoader partition=-uve-topic-8-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,156] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-17, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 499ms (1/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,176] INFO [LogLoader partition=-uve-topic-4-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,226] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-13, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 64ms (2/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,253] INFO [LogLoader partition=-uve-topic-13-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,290] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-20, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 62ms (3/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,315] INFO [LogLoader partition=-uve-topic-13-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,349] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-5, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 59ms (4/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,362] INFO [LogLoader partition=-uve-topic-24-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,381] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-17, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 30ms (5/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,384] INFO [LogLoader partition=-uve-topic-20-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,427] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-6, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 46ms (6/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,430] INFO [LogLoader partition=-uve-topic-0-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,451] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-1, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 23ms (7/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,493] INFO [LogLoader partition=-uve-topic-1-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,565] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-25, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 109ms (8/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,612] INFO [LogLoader partition=-uve-topic-7-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,614] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-5, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 45ms (9/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,628] INFO [LogLoader partition=-uve-topic-1-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,661] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-23, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 47ms (10/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,663] INFO [LogLoader partition=-uve-topic-20-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,664] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-2, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (11/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,679] INFO [LogLoader partition=-uve-topic-7-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,680] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-18, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (12/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,715] INFO [LogLoader partition=-uve-topic-19-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,716] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-2, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (13/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,765] INFO [LogLoader partition=-uve-topic-10-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,767] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-12, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 51ms (14/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,774] INFO [LogLoader partition=-uve-topic-10-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,776] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-13, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (15/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,794] INFO [LogLoader partition=-uve-topic-12-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,795] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-7, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (16/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,823] INFO [LogLoader partition=-uve-topic-7-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,824] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-12, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (17/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,872] INFO [LogLoader partition=-uve-topic-23-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,889] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-26, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 42ms (18/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,938] INFO [LogLoader partition=-uve-topic-16-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:52,963] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-26, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 71ms (19/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:52,995] INFO [LogLoader partition=-uve-topic-12-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,026] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-16, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 56ms (20/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,074] INFO [LogLoader partition=-uve-topic-0-0, dir=/tmp/kafka-logs] Loading producer state till offset 794 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,075] INFO [LogLoader partition=-uve-topic-0-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 794 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,075] INFO [ProducerStateManager partition=-uve-topic-0-0] Loading producer state from snapshot file 'SnapshotFile(offset=794, file=/tmp/kafka-logs/-uve-topic-0-0/00000000000000000794.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:53,095] INFO [LogLoader partition=-uve-topic-0-0, dir=/tmp/kafka-logs] Producer state recovery took 19ms for snapshot load and 1ms for segment recovery from offset 794 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,107] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-0, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=794) with 1 segments, local-log-start-offset 0 and log-end-offset 794 in 75ms (21/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,116] INFO [LogLoader partition=-uve-topic-19-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,123] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-22, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (22/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,135] INFO [LogLoader partition=structured_syslog_topic-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,145] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-3, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 22ms (23/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,186] INFO [LogLoader partition=-uve-topic-19-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,188] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-20, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 43ms (24/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,198] INFO [LogLoader partition=-uve-topic-25-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,202] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-6, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (25/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,237] INFO [LogLoader partition=-uve-topic-4-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,247] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-22, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 45ms (26/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,258] INFO [LogLoader partition=-uve-topic-6-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,271] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-9, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 23ms (27/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,308] INFO [LogLoader partition=-uve-topic-9-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,311] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-29, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 40ms (28/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,321] INFO [LogLoader partition=-uve-topic-13-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,326] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-27, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (29/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,339] INFO [LogLoader partition=structured_syslog_topic-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,347] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-21, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 21ms (30/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,356] INFO [LogLoader partition=-uve-topic-22-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,364] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-14, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (31/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,388] INFO [LogLoader partition=-uve-topic-26-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,395] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-9, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 29ms (32/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,405] INFO [LogLoader partition=-uve-topic-26-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,410] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-11, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (33/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,426] INFO [LogLoader partition=-uve-topic-18-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,428] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-18, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (34/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,441] INFO [LogLoader partition=-uve-topic-12-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,445] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-24, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (35/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,464] INFO [LogLoader partition=-uve-topic-16-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,468] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-1, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 21ms (36/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,491] INFO [LogLoader partition=-uve-topic-7-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,495] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-25, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 26ms (37/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,524] INFO [LogLoader partition=-uve-topic-21-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,526] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-14, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 25ms (38/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,534] INFO [LogLoader partition=-uve-topic-18-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,543] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-10, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (39/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,564] INFO [LogLoader partition=-uve-topic-19-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,569] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-23, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 25ms (40/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,596] INFO [LogLoader partition=-uve-topic-15-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,605] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-0, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 34ms (41/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,635] INFO [LogLoader partition=-uve-topic-8-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,662] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-16, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 36ms (42/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,674] INFO [LogLoader partition=-uve-topic-14-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,682] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-11, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 19ms (43/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,686] INFO [LogLoader partition=-uve-topic-11-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,687] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-25, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (44/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,688] INFO [LogLoader partition=-uve-topic-2-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,695] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-26, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (45/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,716] INFO [LogLoader partition=-uve-topic-1-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,726] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-18, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 31ms (46/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,738] INFO [LogLoader partition=-uve-topic-16-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,742] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-20, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (47/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,745] INFO [LogLoader partition=-uve-topic-15-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,750] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-7, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (48/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,774] INFO [LogLoader partition=-uve-topic-26-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,775] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-6, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (49/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,776] INFO [LogLoader partition=-uve-topic-27-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,784] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-4, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (50/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,789] INFO [LogLoader partition=-uve-topic-11-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,794] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-28, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (51/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,801] INFO [LogLoader partition=-uve-topic-0-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,814] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-28, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (52/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,820] INFO [LogLoader partition=-uve-topic-3-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,826] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-25, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (53/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,829] INFO [LogLoader partition=-uve-topic-29-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,841] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-25, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (54/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,858] INFO [LogLoader partition=-uve-topic-21-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,859] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-29, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (55/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,870] INFO [LogLoader partition=-uve-topic-17-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,872] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-11, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (56/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,879] INFO [LogLoader partition=-uve-topic-14-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,889] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-27, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (57/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,894] INFO [LogLoader partition=-uve-topic-18-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,903] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-11, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (58/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,910] INFO [LogLoader partition=-uve-topic-28-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,913] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-27, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (59/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,916] INFO [LogLoader partition=-uve-topic-20-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,921] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-24, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (60/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,928] INFO [LogLoader partition=-uve-topic-25-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,932] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-29, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (61/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,933] INFO [LogLoader partition=-uve-topic-23-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,937] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-15, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (62/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,951] INFO [LogLoader partition=-uve-topic-25-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,952] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-12, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (63/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,954] INFO [LogLoader partition=-uve-topic-29-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,959] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-7, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (64/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,969] INFO [LogLoader partition=-uve-topic-17-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,970] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-23, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (65/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,972] INFO [LogLoader partition=-uve-topic-20-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,981] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-10, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (66/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:53,986] INFO [LogLoader partition=-uve-topic-18-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:53,989] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-12, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (67/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,009] INFO [LogLoader partition=-uve-topic-21-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,012] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-9, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 23ms (68/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,022] INFO [LogLoader partition=-uve-topic-11-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,023] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-5, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (69/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,037] INFO [LogLoader partition=-uve-topic-15-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,038] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-4, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (70/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,039] INFO [LogLoader partition=-uve-topic-3-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,040] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-29, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (71/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,047] INFO [LogLoader partition=-uve-topic-3-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,049] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-16, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (72/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,054] INFO [LogLoader partition=-uve-topic-7-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,055] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-26, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (73/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,059] INFO [LogLoader partition=-uve-topic-1-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,069] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-8, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (74/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,072] INFO [LogLoader partition=-uve-topic-24-0, dir=/tmp/kafka-logs] Loading producer state till offset 102 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,072] INFO [LogLoader partition=-uve-topic-24-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 102 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,072] INFO [ProducerStateManager partition=-uve-topic-24-0] Loading producer state from snapshot file 'SnapshotFile(offset=102, file=/tmp/kafka-logs/-uve-topic-24-0/00000000000000000102.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:54,072] INFO [LogLoader partition=-uve-topic-24-0, dir=/tmp/kafka-logs] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 102 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,073] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-0, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=102) with 1 segments, local-log-start-offset 0 and log-end-offset 102 in 3ms (75/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,081] INFO [LogLoader partition=-uve-topic-24-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,085] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-19, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (76/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,087] INFO [LogLoader partition=-uve-topic-23-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,093] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-28, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (77/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,095] INFO [LogLoader partition=-uve-topic-28-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,096] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-5, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (78/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,102] INFO [LogLoader partition=-uve-topic-11-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,113] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-27, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (79/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,117] INFO [LogLoader partition=-uve-topic-15-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,123] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-12, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (80/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,131] INFO [LogLoader partition=-uve-topic-20-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,138] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-13, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (81/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,141] INFO [LogLoader partition=-uve-topic-9-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,147] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-9, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (82/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,152] INFO [LogLoader partition=-uve-topic-1-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,165] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-19, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (83/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,172] INFO [LogLoader partition=-uve-topic-29-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,178] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-15, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (84/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,189] INFO [LogLoader partition=-uve-topic-2-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,190] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-12, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (85/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,192] INFO [LogLoader partition=-uve-topic-2-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,214] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-27, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 22ms (86/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,215] INFO [LogLoader partition=-uve-topic-1-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,225] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-22, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (87/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,235] INFO [LogLoader partition=-uve-topic-11-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,247] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-15, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (88/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,249] INFO [LogLoader partition=-uve-topic-21-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,253] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-22, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (89/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,266] INFO [LogLoader partition=-uve-topic-20-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,275] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-29, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (90/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,276] INFO [LogLoader partition=-uve-topic-14-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,280] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-18, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (91/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,284] INFO [LogLoader partition=-uve-topic-24-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,301] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-18, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 18ms (92/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,302] INFO [LogLoader partition=-uve-topic-5-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,309] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-24, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (93/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,311] INFO [LogLoader partition=-uve-topic-23-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,319] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-6, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (94/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,323] INFO [LogLoader partition=-uve-topic-9-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,326] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-0, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (95/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,345] INFO [LogLoader partition=structured_syslog_topic-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,346] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-14, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (96/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,347] INFO [LogLoader partition=-uve-topic-28-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,348] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-26, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (97/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,359] INFO [LogLoader partition=-uve-topic-1-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,360] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-26, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (98/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,361] INFO [LogLoader partition=-uve-topic-23-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,362] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-21, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (99/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,363] INFO [LogLoader partition=-uve-topic-3-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,369] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-19, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (100/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,372] INFO [LogLoader partition=-uve-topic-22-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,377] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-28, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (101/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,409] INFO [LogLoader partition=-uve-topic-7-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,410] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-2, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 33ms (102/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,412] INFO [LogLoader partition=-uve-topic-12-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,412] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-6, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (103/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,414] INFO [LogLoader partition=-uve-topic-2-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,421] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-1, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (104/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,427] INFO [LogLoader partition=-uve-topic-23-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,430] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-19, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (105/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,450] INFO [LogLoader partition=structured_syslog_topic-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,451] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-13, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 20ms (106/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,453] INFO [LogLoader partition=-uve-topic-5-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,455] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-12, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (107/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,456] INFO [LogLoader partition=-uve-topic-1-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,469] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-3, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (108/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,471] INFO [LogLoader partition=-uve-topic-4-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,478] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-20, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (109/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,480] INFO [LogLoader partition=-uve-topic-15-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,488] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-23, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (110/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,499] INFO [LogLoader partition=-uve-topic-23-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,502] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-16, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (111/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,509] INFO [LogLoader partition=-uve-topic-13-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,517] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-15, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (112/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,526] INFO [LogLoader partition=-uve-topic-12-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,527] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-0, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (113/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,547] INFO [LogLoader partition=-uve-topic-29-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,548] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-3, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 21ms (114/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,549] INFO [LogLoader partition=structured_syslog_topic-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,550] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-25, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (115/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,573] INFO [LogLoader partition=-uve-topic-19-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,574] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-1, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 24ms (116/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,575] INFO [LogLoader partition=-uve-topic-6-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,575] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-17, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (117/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,582] INFO [LogLoader partition=-uve-topic-26-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,585] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-28, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (118/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,587] INFO [LogLoader partition=-uve-topic-21-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,593] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-5, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (119/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,600] INFO [LogLoader partition=-uve-topic-2-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,601] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-18, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (120/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,610] INFO [LogLoader partition=-uve-topic-24-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,617] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-6, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (121/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,618] INFO [LogLoader partition=-uve-topic-15-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,621] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-3, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (122/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,622] INFO [LogLoader partition=-uve-topic-22-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,633] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-17, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (123/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,635] INFO [LogLoader partition=-uve-topic-1-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,635] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-2, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (124/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,636] INFO [LogLoader partition=-uve-topic-26-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,641] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-13, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (125/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,647] INFO [LogLoader partition=-uve-topic-1-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,657] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-27, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (126/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,658] INFO [LogLoader partition=-uve-topic-25-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,659] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-15, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (127/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,660] INFO [LogLoader partition=-uve-topic-19-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,675] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-12, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (128/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,677] INFO [LogLoader partition=-uve-topic-20-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,693] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-28, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 18ms (129/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,695] INFO [LogLoader partition=-uve-topic-15-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,696] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-1, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (130/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,713] INFO [LogLoader partition=-uve-topic-15-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,713] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-29, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (131/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,715] INFO [LogLoader partition=-uve-topic-7-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,721] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-15, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (132/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,733] INFO [LogLoader partition=-uve-topic-17-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,740] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-5, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (133/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,763] INFO [LogLoader partition=-uve-topic-12-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,766] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-15, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 24ms (134/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,773] INFO [LogLoader partition=-uve-topic-24-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,774] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-8, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (135/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,784] INFO [LogLoader partition=-uve-topic-25-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,789] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-10, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (136/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,790] INFO [LogLoader partition=-uve-topic-14-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,790] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-22, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (137/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,791] INFO [LogLoader partition=-uve-topic-6-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,792] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-19, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (138/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,810] INFO [LogLoader partition=-uve-topic-7-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,814] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-8, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 22ms (139/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,816] INFO [LogLoader partition=-uve-topic-11-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,816] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-4, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (140/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,835] INFO [LogLoader partition=-uve-topic-10-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,836] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-14, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 20ms (141/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,857] INFO [LogLoader partition=-uve-topic-19-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,858] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-14, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 22ms (142/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,869] INFO [LogLoader partition=-uve-topic-0-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,870] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-26, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (143/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,876] INFO [LogLoader partition=-uve-topic-4-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,885] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-26, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (144/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,886] INFO [LogLoader partition=-uve-topic-0-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,887] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-22, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (145/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,888] INFO [LogLoader partition=-uve-topic-21-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,888] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-26, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (146/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,912] INFO [LogLoader partition=-uve-topic-10-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,968] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-18, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 80ms (147/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,969] INFO [LogLoader partition=-uve-topic-0-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,969] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-3, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (148/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,971] INFO [LogLoader partition=-uve-topic-10-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,972] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-15, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (149/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:54,973] INFO [LogLoader partition=-uve-topic-0-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:54,974] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-25, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (150/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,318] INFO [LogLoader partition=-uve-topic-10-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,319] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-10, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 331ms (151/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,320] INFO [LogLoader partition=-uve-topic-10-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,320] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-2, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (152/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,322] INFO [LogLoader partition=-uve-topic-5-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,324] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-3, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (153/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,398] INFO [LogLoader partition=-uve-topic-0-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,399] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-5, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 75ms (154/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,400] INFO [LogLoader partition=-uve-topic-24-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,401] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-3, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (155/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,403] INFO [LogLoader partition=-uve-topic-28-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,403] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-13, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (156/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,404] INFO [LogLoader partition=-uve-topic-5-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,426] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-13, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 23ms (157/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,452] INFO [LogLoader partition=-uve-topic-16-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,453] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-16, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 27ms (158/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,456] INFO [LogLoader partition=-uve-topic-1-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,456] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-9, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (159/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,476] INFO [LogLoader partition=-uve-topic-8-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,479] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-22, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 23ms (160/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,484] INFO [LogLoader partition=-uve-topic-20-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,484] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-7, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (161/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,495] INFO [LogLoader partition=-uve-topic-10-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,496] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-27, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (162/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,498] INFO [LogLoader partition=-uve-topic-23-0, dir=/tmp/kafka-logs] Loading producer state till offset 52 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,498] INFO [LogLoader partition=-uve-topic-23-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 52 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,498] INFO [ProducerStateManager partition=-uve-topic-23-0] Loading producer state from snapshot file 'SnapshotFile(offset=52, file=/tmp/kafka-logs/-uve-topic-23-0/00000000000000000052.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:55,499] INFO [LogLoader partition=-uve-topic-23-0, dir=/tmp/kafka-logs] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 52 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,499] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-0, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=52) with 1 segments, local-log-start-offset 0 and log-end-offset 52 in 3ms (163/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,510] INFO [LogLoader partition=-uve-topic-13-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,512] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-13, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (164/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,513] INFO [LogLoader partition=-uve-topic-12-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,549] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-5, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 37ms (165/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,550] INFO [LogLoader partition=-uve-topic-12-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,553] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-19, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (166/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,557] INFO [LogLoader partition=-uve-topic-29-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,557] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-11, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (167/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,575] INFO [LogLoader partition=-uve-topic-27-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,583] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-22, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (168/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,597] INFO [LogLoader partition=-uve-topic-3-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,598] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-17, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (169/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,599] INFO [LogLoader partition=-uve-topic-17-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,599] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-14, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (170/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,605] INFO [LogLoader partition=-uve-topic-22-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,606] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-21, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (171/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,612] INFO [LogLoader partition=-uve-topic-22-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,627] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-26, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 20ms (172/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,628] INFO [LogLoader partition=-uve-topic-23-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,629] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-8, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (173/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,632] INFO [LogLoader partition=-uve-topic-19-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,638] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-16, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (174/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,649] INFO [LogLoader partition=-uve-topic-13-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,651] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-9, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (175/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,652] INFO [LogLoader partition=-uve-topic-29-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,652] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-29, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (176/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,669] INFO [LogLoader partition=-uve-topic-14-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,669] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-19, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (177/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,670] INFO [LogLoader partition=-uve-topic-19-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,671] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-6, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (178/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,672] INFO [LogLoader partition=-uve-topic-4-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,672] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-5, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (179/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,673] INFO [LogLoader partition=-uve-topic-2-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,673] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-21, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (180/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,675] INFO [LogLoader partition=-uve-topic-16-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,675] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-28, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (181/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,680] INFO [LogLoader partition=-uve-topic-17-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,684] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-0, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (182/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,689] INFO [LogLoader partition=-uve-topic-15-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,694] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-8, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (183/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,697] INFO [LogLoader partition=-uve-topic-2-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,698] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-14, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (184/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,713] INFO [LogLoader partition=-uve-topic-18-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,713] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-5, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (185/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,733] INFO [LogLoader partition=-uve-topic-29-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,735] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-27, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 20ms (186/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,737] INFO [LogLoader partition=-uve-topic-25-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,743] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-18, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (187/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,770] INFO [LogLoader partition=-uve-topic-14-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,771] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-25, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 28ms (188/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,772] INFO [LogLoader partition=-uve-topic-28-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,784] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-4, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (189/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,785] INFO [LogLoader partition=-uve-topic-25-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,787] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-16, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (190/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,792] INFO [LogLoader partition=-uve-topic-29-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,793] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-20, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (191/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,794] INFO [LogLoader partition=-uve-topic-0-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,807] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-16, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (192/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,814] INFO [LogLoader partition=-uve-topic-2-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,816] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-24, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (193/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,833] INFO [LogLoader partition=-uve-topic-12-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,833] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-26, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (194/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,850] INFO [LogLoader partition=-uve-topic-12-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,854] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-1, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (195/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,864] INFO [LogLoader partition=-uve-topic-12-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,871] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-21, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (196/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,879] INFO [LogLoader partition=-uve-topic-16-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,880] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-10, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (197/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,897] INFO [LogLoader partition=-uve-topic-21-0, dir=/tmp/kafka-logs] Loading producer state till offset 106 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,897] INFO [LogLoader partition=-uve-topic-21-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 106 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,904] INFO [ProducerStateManager partition=-uve-topic-21-0] Loading producer state from snapshot file 'SnapshotFile(offset=106, file=/tmp/kafka-logs/-uve-topic-21-0/00000000000000000106.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:55,904] INFO [LogLoader partition=-uve-topic-21-0, dir=/tmp/kafka-logs] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 106 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,920] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-0, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=106) with 1 segments, local-log-start-offset 0 and log-end-offset 106 in 40ms (198/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,941] INFO [LogLoader partition=-uve-topic-8-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,956] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-5, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 36ms (199/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:55,971] INFO [LogLoader partition=-uve-topic-0-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:55,977] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-29, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 21ms (200/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,000] INFO [LogLoader partition=-uve-topic-20-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,007] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-5, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 24ms (201/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,008] INFO [LogLoader partition=-uve-topic-4-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,009] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-29, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (202/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,036] INFO [LogLoader partition=-uve-topic-15-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,037] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-10, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 19ms (203/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,038] INFO [LogLoader partition=-uve-topic-13-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,039] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-12, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (204/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,042] INFO [LogLoader partition=-uve-topic-27-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,044] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-2, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (205/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,050] INFO [LogLoader partition=-uve-topic-3-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,051] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-10, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (206/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,052] INFO [LogLoader partition=-uve-topic-17-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,053] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-10, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (207/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,056] INFO [LogLoader partition=-uve-topic-9-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,057] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-4, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (208/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,059] INFO [LogLoader partition=structured_syslog_topic-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,059] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-17, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (209/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,060] INFO [LogLoader partition=-uve-topic-2-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,060] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-17, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (210/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,061] INFO [LogLoader partition=-uve-topic-9-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,062] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-8, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (211/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,063] INFO [LogLoader partition=structured_syslog_topic-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,069] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-20, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (212/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,074] INFO [LogLoader partition=-uve-topic-23-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,075] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-27, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (213/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,076] INFO [LogLoader partition=-uve-topic-15-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,076] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-28, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (214/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,078] INFO [LogLoader partition=-uve-topic-7-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,080] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-9, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (215/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,090] INFO [LogLoader partition=-uve-topic-8-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,093] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-25, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (216/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,096] INFO [LogLoader partition=-uve-topic-9-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,101] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-2, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (217/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,103] INFO [LogLoader partition=-uve-topic-28-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,103] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-9, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (218/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,104] INFO [LogLoader partition=-uve-topic-22-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,108] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-24, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (219/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,113] INFO [LogLoader partition=-uve-topic-26-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,113] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-10, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (220/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,121] INFO [LogLoader partition=-uve-topic-26-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,121] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-19, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (221/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,124] INFO [LogLoader partition=-uve-topic-16-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,125] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-27, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (222/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,126] INFO [LogLoader partition=-uve-topic-15-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,127] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-21, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (223/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,130] INFO [LogLoader partition=-uve-topic-23-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,138] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-23, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (224/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,140] INFO [LogLoader partition=-uve-topic-21-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,140] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-15, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (225/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,144] INFO [LogLoader partition=-uve-topic-10-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,150] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-9, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (226/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,151] INFO [LogLoader partition=structured_syslog_topic-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,152] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-12, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (227/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,161] INFO [LogLoader partition=-uve-topic-19-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,161] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-5, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (228/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,173] INFO [LogLoader partition=-uve-topic-5-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,174] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-8, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (229/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,178] INFO [LogLoader partition=-uve-topic-6-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,180] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-2, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (230/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,183] INFO [LogLoader partition=-uve-topic-25-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,184] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-26, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (231/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,201] INFO [LogLoader partition=-uve-topic-9-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,202] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-10, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (232/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,203] INFO [LogLoader partition=-uve-topic-24-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,203] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-10, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (233/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,204] INFO [LogLoader partition=-uve-topic-11-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,204] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-13, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (234/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,222] INFO [LogLoader partition=-uve-topic-16-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,223] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-15, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 18ms (235/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,234] INFO [LogLoader partition=-uve-topic-4-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,235] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-23, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (236/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,235] INFO [LogLoader partition=-uve-topic-7-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,236] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-21, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (237/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,254] INFO [LogLoader partition=-uve-topic-10-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,255] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-6, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 19ms (238/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,256] INFO [LogLoader partition=-uve-topic-17-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,256] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-15, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (239/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,258] INFO [LogLoader partition=-uve-topic-14-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,258] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-3, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (240/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,262] INFO [LogLoader partition=-uve-topic-26-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,263] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-29, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (241/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,267] INFO [LogLoader partition=-uve-topic-0-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,269] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-18, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (242/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,287] INFO [LogLoader partition=-uve-topic-19-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,287] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-17, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 18ms (243/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,288] INFO [LogLoader partition=-uve-topic-5-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,289] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-21, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (244/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,290] INFO [LogLoader partition=-uve-topic-28-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,290] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-14, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (245/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,307] INFO [LogLoader partition=-uve-topic-3-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,309] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-23, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 19ms (246/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,330] INFO [LogLoader partition=-uve-topic-17-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,331] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-13, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 22ms (247/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,332] INFO [LogLoader partition=-uve-topic-6-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,337] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-16, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (248/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,341] INFO [LogLoader partition=-uve-topic-18-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,346] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-25, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (249/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,349] INFO [LogLoader partition=-uve-topic-4-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,353] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-11, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (250/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,365] INFO [LogLoader partition=-uve-topic-13-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,365] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-18, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (251/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,372] INFO [LogLoader partition=-uve-topic-1-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,372] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-14, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (252/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,374] INFO [LogLoader partition=-uve-topic-11-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,380] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-16, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (253/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,403] INFO [LogLoader partition=-uve-topic-7-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,427] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-13, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 41ms (254/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,442] INFO [LogLoader partition=-uve-topic-6-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,463] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-24, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 34ms (255/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,488] INFO [LogLoader partition=-uve-topic-3-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,488] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-9, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 24ms (256/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,514] INFO [LogLoader partition=-uve-topic-18-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,518] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-21, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 29ms (257/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,522] INFO [LogLoader partition=-uve-topic-5-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,522] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-4, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (258/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,524] INFO [LogLoader partition=-uve-topic-2-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,526] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-5, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (259/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,531] INFO [LogLoader partition=-uve-topic-3-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,531] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-6, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (260/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,532] INFO [LogLoader partition=structured_syslog_topic-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,534] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-6, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (261/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,543] INFO [LogLoader partition=structured_syslog_topic-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,543] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-28, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (262/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,544] INFO [LogLoader partition=-uve-topic-11-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,544] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-1, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (263/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,554] INFO [LogLoader partition=-uve-topic-24-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,554] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-27, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (264/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,555] INFO [LogLoader partition=-uve-topic-3-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,555] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-18, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (265/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,556] INFO [LogLoader partition=-uve-topic-21-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,556] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-21, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (266/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,562] INFO [LogLoader partition=-uve-topic-3-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,564] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-28, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (267/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,570] INFO [LogLoader partition=-uve-topic-27-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,571] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-1, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (268/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,573] INFO [LogLoader partition=-uve-topic-27-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,573] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-28, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (269/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,579] INFO [LogLoader partition=-uve-topic-19-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,580] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-4, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (270/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,582] INFO [LogLoader partition=-uve-topic-0-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,583] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-12, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (271/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,586] INFO [LogLoader partition=-uve-topic-8-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,588] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-13, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (272/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,591] INFO [LogLoader partition=-uve-topic-27-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,592] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-21, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (273/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,596] INFO [LogLoader partition=-uve-topic-29-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,597] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-23, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (274/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,606] INFO [LogLoader partition=-uve-topic-27-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,609] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-6, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (275/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,614] INFO [LogLoader partition=-uve-topic-12-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,617] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-22, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (276/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,630] INFO [LogLoader partition=-uve-topic-0-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,638] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-10, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 21ms (277/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,641] INFO [LogLoader partition=-uve-topic-13-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,642] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-14, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (278/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,655] INFO [LogLoader partition=-uve-topic-18-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,662] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-27, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 20ms (279/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,663] INFO [LogLoader partition=-uve-topic-9-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,663] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-27, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (280/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,669] INFO [LogLoader partition=-uve-topic-0-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,671] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-7, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (281/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,691] INFO [LogLoader partition=-uve-topic-12-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,695] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-27, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 24ms (282/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,698] INFO [LogLoader partition=-uve-topic-6-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,700] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-1, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (283/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,706] INFO [LogLoader partition=-uve-topic-4-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,707] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-16, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (284/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,708] INFO [LogLoader partition=-uve-topic-7-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,709] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-3, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (285/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,718] INFO [LogLoader partition=-uve-topic-29-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,721] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-26, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (286/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,733] INFO [LogLoader partition=-uve-topic-8-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,737] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-21, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (287/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,746] INFO [LogLoader partition=-uve-topic-10-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,747] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-11, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (288/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,751] INFO [LogLoader partition=-uve-topic-14-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,763] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-29, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (289/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,766] INFO [LogLoader partition=-uve-topic-5-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,770] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-6, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (290/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,784] INFO [LogLoader partition=-uve-topic-14-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,786] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-4, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (291/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,787] INFO [LogLoader partition=-uve-topic-24-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,788] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-22, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (292/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,789] INFO [LogLoader partition=-uve-topic-4-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,813] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-28, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 24ms (293/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,833] INFO [LogLoader partition=-uve-topic-2-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,833] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-22, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 20ms (294/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,841] INFO [LogLoader partition=-uve-topic-15-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,841] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-13, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (295/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,852] INFO [LogLoader partition=-uve-topic-22-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,852] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-4, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (296/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,858] INFO [LogLoader partition=-uve-topic-6-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,858] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-14, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (297/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,860] INFO [LogLoader partition=-uve-topic-29-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,862] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-16, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (298/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,873] INFO [LogLoader partition=-uve-topic-23-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,878] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-4, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (299/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,881] INFO [LogLoader partition=-uve-topic-27-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,881] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-7, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (300/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,895] INFO [LogLoader partition=-uve-topic-24-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,896] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-21, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (301/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,903] INFO [LogLoader partition=-uve-topic-17-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,905] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-4, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (302/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,909] INFO [LogLoader partition=-uve-topic-10-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,910] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-21, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (303/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,912] INFO [LogLoader partition=structured_syslog_topic-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,916] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-11, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (304/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,918] INFO [LogLoader partition=-uve-topic-12-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,920] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-20, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (305/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,947] INFO [LogLoader partition=-uve-topic-22-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,948] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-13, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 28ms (306/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,958] INFO [LogLoader partition=-uve-topic-16-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,960] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-7, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (307/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,961] INFO [LogLoader partition=-uve-topic-14-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,963] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-12, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (308/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,964] INFO [LogLoader partition=structured_syslog_topic-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,964] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-18, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (309/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,966] INFO [LogLoader partition=-uve-topic-5-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,967] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-27, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (310/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,970] INFO [LogLoader partition=-uve-topic-2-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,970] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-6, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (311/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,972] INFO [LogLoader partition=-uve-topic-14-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,976] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-24, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (312/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,986] INFO [LogLoader partition=-uve-topic-27-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,987] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-5, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (313/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,989] INFO [LogLoader partition=-uve-topic-16-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,989] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-24, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (314/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:56,990] INFO [LogLoader partition=-uve-topic-7-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:56,998] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-6, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (315/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,001] INFO [LogLoader partition=-uve-topic-1-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,003] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-4, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (316/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,005] INFO [LogLoader partition=-uve-topic-3-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,008] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-3, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (317/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,014] INFO [LogLoader partition=-uve-topic-1-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,014] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-10, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (318/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,029] INFO [LogLoader partition=-uve-topic-3-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,032] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-0, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (319/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,045] INFO [LogLoader partition=-uve-topic-19-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,064] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-3, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 31ms (320/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,073] INFO [LogLoader partition=-uve-topic-4-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,077] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-7, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (321/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,090] INFO [LogLoader partition=-uve-topic-8-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,090] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-2, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (322/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,093] INFO [LogLoader partition=-uve-topic-1-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,096] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-6, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (323/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,119] INFO [LogLoader partition=-uve-topic-1-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,120] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-29, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 24ms (324/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,121] INFO [LogLoader partition=-uve-topic-10-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,121] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-5, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (325/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,122] INFO [LogLoader partition=-uve-topic-2-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,122] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-9, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (326/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,123] INFO [LogLoader partition=-uve-topic-6-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,123] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-7, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (327/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,124] INFO [LogLoader partition=structured_syslog_topic-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,125] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-22, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (328/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,126] INFO [LogLoader partition=-uve-topic-16-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,126] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-2, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (329/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,127] INFO [LogLoader partition=-uve-topic-6-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,127] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-29, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (330/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,128] INFO [LogLoader partition=-uve-topic-24-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,128] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-23, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (331/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,136] INFO [LogLoader partition=-uve-topic-29-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,137] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-22, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (332/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,138] INFO [LogLoader partition=-uve-topic-13-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,138] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-3, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (333/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,139] INFO [LogLoader partition=-uve-topic-12-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,139] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-2, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (334/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,150] INFO [LogLoader partition=-uve-topic-14-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,151] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-7, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (335/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,155] INFO [LogLoader partition=structured_syslog_topic-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,155] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-19, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (336/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,157] INFO [LogLoader partition=-uve-topic-7-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,158] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-20, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (337/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,170] INFO [LogLoader partition=-uve-topic-21-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,170] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-23, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (338/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,171] INFO [LogLoader partition=-uve-topic-24-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,171] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-1, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (339/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,172] INFO [LogLoader partition=-uve-topic-22-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,173] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-11, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (340/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,174] INFO [LogLoader partition=-uve-topic-21-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,174] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-12, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (341/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,175] INFO [LogLoader partition=-uve-topic-10-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,175] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-23, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (342/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,185] INFO [LogLoader partition=-uve-topic-18-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,186] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-17, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (343/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,193] INFO [LogLoader partition=-uve-topic-5-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,195] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-11, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (344/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,196] INFO [LogLoader partition=-uve-topic-13-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,196] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-1, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (345/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,198] INFO [LogLoader partition=-uve-topic-25-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,199] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-11, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (346/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,200] INFO [LogLoader partition=-uve-topic-2-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,203] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-15, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (347/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,206] INFO [LogLoader partition=-uve-topic-4-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,206] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-14, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (348/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,207] INFO [LogLoader partition=-uve-topic-10-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,207] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-29, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (349/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,208] INFO [LogLoader partition=-uve-topic-16-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,208] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-13, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (350/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,224] INFO [LogLoader partition=-uve-topic-11-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,231] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-8, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 23ms (351/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,233] INFO [LogLoader partition=-uve-topic-18-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,233] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-20, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (352/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,234] INFO [LogLoader partition=-uve-topic-4-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,234] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-3, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (353/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,235] INFO [LogLoader partition=-uve-topic-15-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,235] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-5, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (354/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,272] INFO [LogLoader partition=-uve-topic-15-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,272] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-16, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 37ms (355/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,273] INFO [LogLoader partition=-uve-topic-27-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,273] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-11, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (356/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,278] INFO [LogLoader partition=-uve-topic-7-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,279] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-14, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (357/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,280] INFO [LogLoader partition=-uve-topic-3-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,280] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-24, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (358/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,283] INFO [LogLoader partition=-uve-topic-10-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,283] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-4, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (359/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,284] INFO [LogLoader partition=-uve-topic-26-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,284] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-27, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (360/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,285] INFO [LogLoader partition=-uve-topic-2-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,285] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-19, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (361/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,286] INFO [LogLoader partition=-uve-topic-10-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,286] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-16, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (362/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,313] INFO [LogLoader partition=-uve-topic-22-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,318] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-10, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 32ms (363/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,319] INFO [LogLoader partition=-uve-topic-7-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,319] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-17, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (364/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,320] INFO [LogLoader partition=-uve-topic-9-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,320] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-15, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (365/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,326] INFO [LogLoader partition=-uve-topic-13-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,327] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-8, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (366/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,328] INFO [LogLoader partition=-uve-topic-0-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,330] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-17, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (367/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,336] INFO [LogLoader partition=-uve-topic-22-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,337] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-12, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (368/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,337] INFO [LogLoader partition=-uve-topic-5-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,338] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-15, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (369/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,338] INFO [LogLoader partition=-uve-topic-4-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,339] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-10, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (370/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,339] INFO [LogLoader partition=-uve-topic-24-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,339] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-14, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (371/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,359] INFO [LogLoader partition=-uve-topic-10-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,360] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-24, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 21ms (372/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,361] INFO [LogLoader partition=-uve-topic-16-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,362] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-14, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (373/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,362] INFO [LogLoader partition=-uve-topic-26-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,363] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-23, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (374/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,363] INFO [LogLoader partition=-uve-topic-1-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,364] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-15, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (375/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,369] INFO [LogLoader partition=-uve-topic-8-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,370] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-4, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (376/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,385] INFO [LogLoader partition=-uve-topic-14-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,387] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-10, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (377/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,437] INFO [LogLoader partition=-uve-topic-16-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,437] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-21, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 49ms (378/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,438] INFO [LogLoader partition=-uve-topic-13-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,438] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-16, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (379/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,439] INFO [LogLoader partition=-uve-topic-15-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,439] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-19, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (380/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,440] INFO [LogLoader partition=-uve-topic-19-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,440] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-18, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (381/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,441] INFO [LogLoader partition=-uve-topic-23-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,441] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-3, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (382/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,442] INFO [LogLoader partition=-uve-topic-16-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,442] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-17, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (383/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,443] INFO [LogLoader partition=structured_syslog_topic-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,443] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-10, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (384/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,444] INFO [LogLoader partition=-uve-topic-24-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,444] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-12, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (385/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,454] INFO [LogLoader partition=structured_syslog_topic-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,455] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-9, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (386/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,457] INFO [LogLoader partition=-uve-topic-24-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,459] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-26, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (387/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,462] INFO [LogLoader partition=-uve-topic-3-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,462] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-13, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (388/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,466] INFO [LogLoader partition=-uve-topic-2-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,468] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-10, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (389/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,469] INFO [LogLoader partition=-uve-topic-10-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,469] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-0, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (390/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,470] INFO [LogLoader partition=-uve-topic-19-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,470] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-26, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (391/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,478] INFO [LogLoader partition=-uve-topic-26-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,484] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-5, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (392/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,485] INFO [LogLoader partition=-uve-topic-29-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,485] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-4, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (393/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,489] INFO [LogLoader partition=-uve-topic-24-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,491] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-13, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (394/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,491] INFO [LogLoader partition=-uve-topic-6-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,492] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-0, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (395/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,492] INFO [LogLoader partition=-uve-topic-17-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,494] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-17, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (396/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,497] INFO [LogLoader partition=structured_syslog_topic-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,499] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-15, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (397/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,500] INFO [LogLoader partition=-uve-topic-10-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,500] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-28, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (398/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,501] INFO [LogLoader partition=structured_syslog_topic-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,505] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-26, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (399/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,506] INFO [LogLoader partition=-uve-topic-14-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,506] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-23, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (400/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,507] INFO [LogLoader partition=-uve-topic-29-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,507] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-21, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (401/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,507] INFO [LogLoader partition=-uve-topic-27-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,508] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-10, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (402/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,516] INFO [LogLoader partition=-uve-topic-27-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,522] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-27, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (403/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,525] INFO [LogLoader partition=-uve-topic-9-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,546] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-16, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 24ms (404/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,549] INFO [LogLoader partition=-uve-topic-5-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,553] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-22, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (405/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,554] INFO [LogLoader partition=-uve-topic-16-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,554] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-9, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (406/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,563] INFO [LogLoader partition=-uve-topic-5-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,563] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-20, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (407/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,574] INFO [LogLoader partition=-uve-topic-21-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,574] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-4, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (408/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,591] INFO [LogLoader partition=-uve-topic-25-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,595] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-14, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (409/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,596] INFO [LogLoader partition=-uve-topic-19-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,599] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-21, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (410/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,600] INFO [LogLoader partition=-uve-topic-22-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,600] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-5, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (411/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,601] INFO [LogLoader partition=-uve-topic-6-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,604] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-4, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (412/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,604] INFO [LogLoader partition=-uve-topic-25-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,605] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-4, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (413/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,605] INFO [LogLoader partition=-uve-topic-6-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,606] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-26, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (414/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,609] INFO [LogLoader partition=-uve-topic-23-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,613] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-25, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (415/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,619] INFO [LogLoader partition=-uve-topic-4-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,619] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-6, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (416/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,625] INFO [LogLoader partition=-uve-topic-23-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,626] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-22, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (417/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,627] INFO [LogLoader partition=-uve-topic-20-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,627] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-27, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (418/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,630] INFO [LogLoader partition=structured_syslog_topic-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,630] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-7, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (419/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,631] INFO [LogLoader partition=-uve-topic-6-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,631] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-5, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (420/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,632] INFO [LogLoader partition=-uve-topic-5-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,633] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-16, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (421/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,634] INFO [LogLoader partition=-uve-topic-27-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,634] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-20, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (422/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,636] INFO [LogLoader partition=-uve-topic-21-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,636] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-17, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (423/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,636] INFO [LogLoader partition=-uve-topic-13-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,638] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-28, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (424/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,640] INFO [LogLoader partition=-uve-topic-22-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,640] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-7, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (425/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,646] INFO [LogLoader partition=-uve-topic-20-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,646] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-17, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (426/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,647] INFO [LogLoader partition=-uve-topic-15-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,648] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-14, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (427/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,649] INFO [LogLoader partition=-uve-topic-16-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,649] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-11, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (428/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,652] INFO [LogLoader partition=-uve-topic-25-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,654] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-5, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (429/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,655] INFO [LogLoader partition=-uve-topic-8-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,655] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-20, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (430/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,656] INFO [LogLoader partition=-uve-topic-17-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,657] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-27, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (431/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,658] INFO [LogLoader partition=-uve-topic-24-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,659] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-5, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (432/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,662] INFO [LogLoader partition=-uve-topic-14-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,665] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-13, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (433/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,665] INFO [LogLoader partition=-uve-topic-10-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,666] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-3, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (434/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,666] INFO [LogLoader partition=-uve-topic-23-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,668] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-9, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (435/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,668] INFO [LogLoader partition=-uve-topic-17-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,670] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-26, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (436/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,670] INFO [LogLoader partition=-uve-topic-3-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,671] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-14, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (437/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,671] INFO [LogLoader partition=-uve-topic-18-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,671] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-0, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (438/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,682] INFO [LogLoader partition=-uve-topic-18-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,682] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-1, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (439/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,683] INFO [LogLoader partition=-uve-topic-3-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,683] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-26, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (440/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,684] INFO [LogLoader partition=-uve-topic-9-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,688] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-28, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (441/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,689] INFO [LogLoader partition=-uve-topic-10-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,689] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-19, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (442/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,690] INFO [LogLoader partition=-uve-topic-4-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,693] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-24, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (443/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,694] INFO [LogLoader partition=-uve-topic-13-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,694] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-11, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (444/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,701] INFO [LogLoader partition=-uve-topic-24-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,702] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-2, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (445/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,718] INFO [LogLoader partition=-uve-topic-27-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,718] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-16, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (446/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,727] INFO [LogLoader partition=-uve-topic-12-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,728] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-4, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (447/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,729] INFO [LogLoader partition=-uve-topic-7-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,729] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-29, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (448/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,729] INFO [LogLoader partition=-uve-topic-20-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,730] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-22, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (449/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,730] INFO [LogLoader partition=-uve-topic-20-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,731] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-3, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (450/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,745] INFO [LogLoader partition=-uve-topic-20-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,745] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-16, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (451/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,746] INFO [LogLoader partition=-uve-topic-25-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,747] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-22, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (452/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,747] INFO [LogLoader partition=-uve-topic-23-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,748] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-17, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (453/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,752] INFO [LogLoader partition=-uve-topic-12-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,752] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-10, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (454/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,753] INFO [LogLoader partition=-uve-topic-13-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,754] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-17, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (455/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,754] INFO [LogLoader partition=-uve-topic-2-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,754] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-20, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (456/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,755] INFO [LogLoader partition=-uve-topic-13-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,755] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-23, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (457/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,756] INFO [LogLoader partition=-uve-topic-21-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,756] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-24, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (458/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,767] INFO [LogLoader partition=-uve-topic-29-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,768] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-9, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (459/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,771] INFO [LogLoader partition=-uve-topic-15-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,771] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-26, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (460/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,778] INFO [LogLoader partition=-uve-topic-8-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,783] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-24, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (461/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,785] INFO [LogLoader partition=structured_syslog_topic-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,787] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-5, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (462/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,788] INFO [LogLoader partition=-uve-topic-6-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,789] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-10, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (463/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,790] INFO [LogLoader partition=-uve-topic-1-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,790] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-17, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (464/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,791] INFO [LogLoader partition=-uve-topic-5-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,791] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-0, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (465/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,797] INFO [LogLoader partition=-uve-topic-3-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,797] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-22, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (466/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,801] INFO [LogLoader partition=-uve-topic-14-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,801] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-26, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (467/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,825] INFO [LogLoader partition=-uve-topic-15-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,827] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-11, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 26ms (468/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,833] INFO [LogLoader partition=-uve-topic-26-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,834] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-21, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (469/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,836] INFO [LogLoader partition=-uve-topic-6-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,841] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-11, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (470/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,843] INFO [LogLoader partition=-uve-topic-6-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,843] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-22, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (471/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,844] INFO [LogLoader partition=-uve-topic-6-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,844] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-25, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (472/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,850] INFO [LogLoader partition=-uve-topic-26-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,851] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-4, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (473/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,851] INFO [LogLoader partition=-uve-topic-19-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,852] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-7, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (474/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,852] INFO [LogLoader partition=-uve-topic-26-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,869] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-3, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (475/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,870] INFO [LogLoader partition=-uve-topic-7-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,871] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-10, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (476/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,871] INFO [LogLoader partition=-uve-topic-17-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,872] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-24, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (477/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,875] INFO [LogLoader partition=-uve-topic-10-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,875] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-25, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (478/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,876] INFO [LogLoader partition=-uve-topic-28-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,876] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-10, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (479/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,880] INFO [LogLoader partition=-uve-topic-22-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,881] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-19, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (480/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,881] INFO [LogLoader partition=-uve-topic-21-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,882] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-27, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (481/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,886] INFO [LogLoader partition=-uve-topic-2-0, dir=/tmp/kafka-logs] Loading producer state till offset 51 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,886] INFO [LogLoader partition=-uve-topic-2-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 51 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,886] INFO [ProducerStateManager partition=-uve-topic-2-0] Loading producer state from snapshot file 'SnapshotFile(offset=51, file=/tmp/kafka-logs/-uve-topic-2-0/00000000000000000051.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:57,886] INFO [LogLoader partition=-uve-topic-2-0, dir=/tmp/kafka-logs] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 51 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,886] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-0, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=51) with 1 segments, local-log-start-offset 0 and log-end-offset 51 in 2ms (482/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,897] INFO [LogLoader partition=-uve-topic-10-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,898] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-7, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (483/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,898] INFO [LogLoader partition=-uve-topic-11-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,899] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-14, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (484/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,899] INFO [LogLoader partition=-uve-topic-11-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,913] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-7, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (485/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,919] INFO [LogLoader partition=-uve-topic-21-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,920] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-11, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (486/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,930] INFO [LogLoader partition=-uve-topic-16-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,931] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-23, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (487/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,933] INFO [LogLoader partition=-uve-topic-2-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,935] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-4, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (488/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,936] INFO [LogLoader partition=-uve-topic-9-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,936] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-22, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (489/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,938] INFO [LogLoader partition=-uve-topic-18-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,939] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-16, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (490/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,939] INFO [LogLoader partition=-uve-topic-16-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,940] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-3, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (491/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,954] INFO [LogLoader partition=-uve-topic-15-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,956] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-24, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (492/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,964] INFO [LogLoader partition=-uve-topic-3-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,965] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-5, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (493/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,973] INFO [LogLoader partition=-uve-topic-12-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,973] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-3, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (494/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,974] INFO [LogLoader partition=-uve-topic-27-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,974] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-18, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (495/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,983] INFO [LogLoader partition=-uve-topic-18-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,985] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-15, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (496/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,987] INFO [LogLoader partition=-uve-topic-4-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,987] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-21, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (497/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,988] INFO [LogLoader partition=-uve-topic-11-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,992] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-21, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (498/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,993] INFO [LogLoader partition=-uve-topic-18-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,994] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-4, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (499/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:57,994] INFO [LogLoader partition=-uve-topic-27-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:57,994] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-25, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (500/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,014] INFO [LogLoader partition=-uve-topic-9-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,015] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-25, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 21ms (501/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,016] INFO [LogLoader partition=-uve-topic-11-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,016] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-2, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (502/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,028] INFO [LogLoader partition=-uve-topic-26-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,028] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-18, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (503/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,029] INFO [LogLoader partition=-uve-topic-21-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,029] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-6, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (504/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,030] INFO [LogLoader partition=-uve-topic-3-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,030] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-21, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (505/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,031] INFO [LogLoader partition=-uve-topic-11-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,031] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-22, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (506/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,038] INFO [LogLoader partition=-uve-topic-21-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,038] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-13, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (507/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,039] INFO [LogLoader partition=-uve-topic-16-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,039] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-12, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (508/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,040] INFO [LogLoader partition=-uve-topic-1-0, dir=/tmp/kafka-logs] Loading producer state till offset 44 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,040] INFO [LogLoader partition=-uve-topic-1-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 44 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,040] INFO [ProducerStateManager partition=-uve-topic-1-0] Loading producer state from snapshot file 'SnapshotFile(offset=44, file=/tmp/kafka-logs/-uve-topic-1-0/00000000000000000044.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:58,040] INFO [LogLoader partition=-uve-topic-1-0, dir=/tmp/kafka-logs] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 44 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,046] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-0, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=44) with 1 segments, local-log-start-offset 0 and log-end-offset 44 in 7ms (509/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,057] INFO [LogLoader partition=-uve-topic-13-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,059] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-26, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (510/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,067] INFO [LogLoader partition=-uve-topic-15-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,068] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-6, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (511/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,080] INFO [LogLoader partition=-uve-topic-4-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,084] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-0, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (512/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,088] INFO [LogLoader partition=-uve-topic-18-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,090] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-2, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (513/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,092] INFO [LogLoader partition=-uve-topic-21-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,092] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-10, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (514/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,096] INFO [LogLoader partition=-uve-topic-9-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,096] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-6, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (515/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,097] INFO [LogLoader partition=-uve-topic-5-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,097] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-9, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (516/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,102] INFO [LogLoader partition=-uve-topic-21-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,103] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-20, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (517/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,105] INFO [LogLoader partition=-uve-topic-11-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,115] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-10, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (518/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,117] INFO [LogLoader partition=-uve-topic-24-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,117] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-28, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (519/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,118] INFO [LogLoader partition=-uve-topic-22-0, dir=/tmp/kafka-logs] Loading producer state till offset 111 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,118] INFO [LogLoader partition=-uve-topic-22-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 111 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,118] INFO [ProducerStateManager partition=-uve-topic-22-0] Loading producer state from snapshot file 'SnapshotFile(offset=111, file=/tmp/kafka-logs/-uve-topic-22-0/00000000000000000111.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:58,118] INFO [LogLoader partition=-uve-topic-22-0, dir=/tmp/kafka-logs] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 111 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,119] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-0, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=111) with 1 segments, local-log-start-offset 0 and log-end-offset 111 in 1ms (520/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,119] INFO [LogLoader partition=-uve-topic-28-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,125] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-2, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (521/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,126] INFO [LogLoader partition=-uve-topic-9-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,126] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-1, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (522/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,127] INFO [LogLoader partition=-uve-topic-14-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,127] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-21, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (523/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,128] INFO [LogLoader partition=-uve-topic-19-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,128] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-19, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (524/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,129] INFO [LogLoader partition=-uve-topic-24-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,129] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-25, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (525/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,130] INFO [LogLoader partition=-uve-topic-6-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,130] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-12, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (526/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,146] INFO [LogLoader partition=-uve-topic-29-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,147] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-13, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (527/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,148] INFO [LogLoader partition=-uve-topic-17-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,148] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-21, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (528/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,149] INFO [LogLoader partition=-uve-topic-1-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,149] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-5, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (529/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,155] INFO [LogLoader partition=-uve-topic-12-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,155] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-12, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (530/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,157] INFO [LogLoader partition=-uve-topic-18-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,157] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-26, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (531/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,165] INFO [LogLoader partition=-uve-topic-3-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,165] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-2, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (532/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,179] INFO [LogLoader partition=-uve-topic-2-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,180] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-28, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (533/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,180] INFO [LogLoader partition=-uve-topic-25-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,181] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-21, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (534/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,187] INFO [LogLoader partition=-uve-topic-9-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,188] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-11, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (535/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,192] INFO [LogLoader partition=-uve-topic-18-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,196] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-14, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (536/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,218] INFO [LogLoader partition=-uve-topic-7-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,219] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-16, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 23ms (537/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,220] INFO [LogLoader partition=-uve-topic-24-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,220] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-9, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (538/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,220] INFO [LogLoader partition=-uve-topic-4-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,221] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-4, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (539/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,221] INFO [LogLoader partition=-uve-topic-21-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,222] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-25, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (540/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,222] INFO [LogLoader partition=-uve-topic-14-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,222] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-28, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (541/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,223] INFO [LogLoader partition=-uve-topic-18-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,223] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-3, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (542/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,224] INFO [LogLoader partition=-uve-topic-2-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,224] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-16, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (543/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,228] INFO [LogLoader partition=-uve-topic-2-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,228] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-2, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (544/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,229] INFO [LogLoader partition=-uve-topic-17-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,229] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-18, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (545/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,230] INFO [LogLoader partition=-uve-topic-16-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,230] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-18, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (546/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,231] INFO [LogLoader partition=-uve-topic-25-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,243] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-2, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (547/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,244] INFO [LogLoader partition=structured_syslog_topic-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,244] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-23, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (548/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,245] INFO [LogLoader partition=-uve-topic-25-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,245] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-23, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (549/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,246] INFO [LogLoader partition=-uve-topic-12-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,246] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-18, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (550/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,246] INFO [LogLoader partition=-uve-topic-14-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,247] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-14, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (551/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,247] INFO [LogLoader partition=-uve-topic-1-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,247] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-1, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (552/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,248] INFO [LogLoader partition=-uve-topic-28-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,248] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-21, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (553/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,280] INFO [LogLoader partition=-uve-topic-17-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,280] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-16, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 32ms (554/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,296] INFO [LogLoader partition=-uve-topic-20-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,297] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-23, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (555/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,315] INFO [LogLoader partition=-uve-topic-24-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,328] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-7, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 31ms (556/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,334] INFO [LogLoader partition=-uve-topic-1-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,334] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-11, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (557/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,336] INFO [LogLoader partition=-uve-topic-15-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,337] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-20, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (558/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,338] INFO [LogLoader partition=-uve-topic-19-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,341] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-8, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (559/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,342] INFO [LogLoader partition=-uve-topic-20-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,342] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-4, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (560/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,343] INFO [LogLoader partition=-uve-topic-3-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,343] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-7, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (561/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,344] INFO [LogLoader partition=-uve-topic-1-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,344] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-21, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (562/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,345] INFO [LogLoader partition=-uve-topic-4-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,345] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-12, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (563/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,346] INFO [LogLoader partition=-uve-topic-18-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,346] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-19, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (564/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,350] INFO [LogLoader partition=-uve-topic-4-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,351] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-8, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (565/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,354] INFO [LogLoader partition=-uve-topic-3-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,354] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-8, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (566/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,355] INFO [LogLoader partition=-uve-topic-0-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,355] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-4, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (567/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,356] INFO [LogLoader partition=-uve-topic-28-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,356] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-23, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (568/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,357] INFO [LogLoader partition=-uve-topic-10-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,357] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-1, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (569/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,358] INFO [LogLoader partition=-uve-topic-11-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,358] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-17, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (570/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,359] INFO [LogLoader partition=-uve-topic-22-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,360] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-20, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (571/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,371] INFO [LogLoader partition=-uve-topic-15-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,371] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-18, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (572/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,378] INFO [LogLoader partition=-uve-topic-26-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,378] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-16, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (573/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,393] INFO [LogLoader partition=-uve-topic-20-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,394] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-20, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (574/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,395] INFO [LogLoader partition=-uve-topic-11-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,395] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-18, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (575/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,396] INFO [LogLoader partition=-uve-topic-27-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,396] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-9, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (576/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,397] INFO [LogLoader partition=-uve-topic-2-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,397] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-25, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (577/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,398] INFO [LogLoader partition=-uve-topic-17-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,398] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-28, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (578/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,404] INFO [LogLoader partition=-uve-topic-26-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,405] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-26, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (579/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,421] INFO [LogLoader partition=-uve-topic-25-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,421] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-24, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 16ms (580/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,435] INFO [LogLoader partition=-uve-topic-6-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,435] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-3, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (581/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,436] INFO [LogLoader partition=-uve-topic-12-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,436] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-28, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (582/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,450] INFO [LogLoader partition=-uve-topic-4-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,450] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-27, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (583/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,451] INFO [LogLoader partition=-uve-topic-4-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,451] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-25, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (584/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,452] INFO [LogLoader partition=-uve-topic-16-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,452] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-4, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (585/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,453] INFO [LogLoader partition=-uve-topic-11-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,454] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-23, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (586/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,462] INFO [LogLoader partition=-uve-topic-26-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,462] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-17, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (587/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,463] INFO [LogLoader partition=-uve-topic-26-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,463] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-8, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (588/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,472] INFO [LogLoader partition=-uve-topic-24-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,475] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-4, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (589/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,476] INFO [LogLoader partition=-uve-topic-8-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,476] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-10, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (590/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,476] INFO [LogLoader partition=-uve-topic-23-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,486] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-20, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (591/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,487] INFO [LogLoader partition=-uve-topic-12-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,487] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-8, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (592/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,489] INFO [LogLoader partition=-uve-topic-29-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,490] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-28, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (593/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,491] INFO [LogLoader partition=structured_syslog_topic-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,491] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-0, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (594/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,499] INFO [LogLoader partition=-uve-topic-5-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,499] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-26, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (595/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,502] INFO [LogLoader partition=-uve-topic-12-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,504] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-29, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (596/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,506] INFO [LogLoader partition=-uve-topic-18-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,508] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-29, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (597/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,509] INFO [LogLoader partition=-uve-topic-29-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,510] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-5, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (598/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,511] INFO [LogLoader partition=-uve-topic-7-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,511] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-4, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (599/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,522] INFO [LogLoader partition=-uve-topic-4-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,523] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-15, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (600/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,524] INFO [LogLoader partition=-uve-topic-25-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,524] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-13, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (601/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,525] INFO [LogLoader partition=-uve-topic-28-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,525] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-25, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (602/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,526] INFO [LogLoader partition=-uve-topic-8-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,526] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-27, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (603/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,529] INFO [LogLoader partition=-uve-topic-0-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,531] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-13, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (604/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,535] INFO [LogLoader partition=-uve-topic-13-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,535] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-29, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (605/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,546] INFO [LogLoader partition=-uve-topic-19-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,547] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-29, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (606/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,548] INFO [LogLoader partition=-uve-topic-6-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,548] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-27, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (607/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,552] INFO [LogLoader partition=-uve-topic-1-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,554] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-20, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (608/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,557] INFO [LogLoader partition=-uve-topic-10-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,558] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-20, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (609/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,559] INFO [LogLoader partition=-uve-topic-19-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,561] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-27, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (610/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,565] INFO [LogLoader partition=-uve-topic-29-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,565] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-6, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (611/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,567] INFO [LogLoader partition=-uve-topic-13-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,568] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-4, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (612/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,570] INFO [LogLoader partition=-uve-topic-26-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,573] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-25, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (613/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,584] INFO [LogLoader partition=-uve-topic-0-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,586] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-2, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (614/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,600] INFO [LogLoader partition=-uve-topic-5-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,600] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-29, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 14ms (615/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,602] INFO [LogLoader partition=-uve-topic-5-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,602] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-28, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (616/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,603] INFO [LogLoader partition=-uve-topic-23-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,605] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-5, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (617/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,607] INFO [LogLoader partition=-uve-topic-4-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,608] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-9, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (618/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,611] INFO [LogLoader partition=-uve-topic-21-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,614] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-19, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (619/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,615] INFO [LogLoader partition=-uve-topic-18-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,615] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-7, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (620/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,617] INFO [LogLoader partition=-uve-topic-13-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,624] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-21, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (621/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,625] INFO [LogLoader partition=-uve-topic-11-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,625] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-29, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (622/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,627] INFO [LogLoader partition=-uve-topic-9-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,628] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-20, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (623/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,631] INFO [LogLoader partition=-uve-topic-6-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,632] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-8, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (624/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,641] INFO [LogLoader partition=-uve-topic-0-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,642] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-11, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (625/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,644] INFO [LogLoader partition=-uve-topic-19-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,644] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-28, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (626/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,645] INFO [LogLoader partition=-uve-topic-25-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,645] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-28, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (627/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,656] INFO [LogLoader partition=-uve-topic-5-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,657] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-2, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (628/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,658] INFO [LogLoader partition=-uve-topic-15-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,658] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-9, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (629/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,659] INFO [LogLoader partition=-uve-topic-28-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,660] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-12, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (630/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,666] INFO [LogLoader partition=-uve-topic-23-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,667] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-1, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (631/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,717] INFO [LogLoader partition=-uve-topic-21-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,718] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-8, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 51ms (632/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,719] INFO [LogLoader partition=-uve-topic-28-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,720] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-11, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (633/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,721] INFO [LogLoader partition=-uve-topic-28-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,746] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-18, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (634/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,750] INFO [LogLoader partition=-uve-topic-7-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,753] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-22, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (635/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,754] INFO [LogLoader partition=-uve-topic-28-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,754] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-15, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (636/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,755] INFO [LogLoader partition=-uve-topic-22-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,755] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-22, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (637/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,756] INFO [LogLoader partition=-uve-topic-29-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,756] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-12, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (638/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,758] INFO [LogLoader partition=-uve-topic-7-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,759] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-28, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (639/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,761] INFO [LogLoader partition=-uve-topic-21-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,762] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-7, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (640/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,773] INFO [LogLoader partition=-uve-topic-17-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,774] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-6, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (641/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,774] INFO [LogLoader partition=-uve-topic-17-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,775] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-1, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (642/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,783] INFO [LogLoader partition=-uve-topic-11-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,787] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-12, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (643/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,789] INFO [LogLoader partition=-uve-topic-13-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,789] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-10, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (644/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,790] INFO [LogLoader partition=-uve-topic-27-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,790] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-8, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (645/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,801] INFO [LogLoader partition=-uve-topic-22-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,801] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-29, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (646/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,802] INFO [LogLoader partition=-uve-topic-22-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,802] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-3, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (647/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,803] INFO [LogLoader partition=-uve-topic-21-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,803] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-18, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (648/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,804] INFO [LogLoader partition=-uve-topic-22-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,804] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-18, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (649/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,812] INFO [LogLoader partition=-uve-topic-27-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,813] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-29, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (650/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,818] INFO [LogLoader partition=-uve-topic-5-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,819] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-5, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (651/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,822] INFO [LogLoader partition=-uve-topic-20-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,822] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-25, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (652/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,827] INFO [LogLoader partition=-uve-topic-6-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,829] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-21, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (653/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,832] INFO [LogLoader partition=-uve-topic-26-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,832] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-20, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (654/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,833] INFO [LogLoader partition=-uve-topic-15-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,837] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-15, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (655/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,838] INFO [LogLoader partition=-uve-topic-0-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,838] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-19, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (656/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,842] INFO [LogLoader partition=-uve-topic-25-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,843] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-8, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (657/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,844] INFO [LogLoader partition=-uve-topic-12-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,846] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-9, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (658/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,849] INFO [LogLoader partition=-uve-topic-14-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,851] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-20, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (659/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,858] INFO [LogLoader partition=-uve-topic-24-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,859] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-24, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (660/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,864] INFO [LogLoader partition=-uve-topic-20-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,864] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-26, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (661/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,872] INFO [LogLoader partition=-uve-topic-8-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,874] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-19, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (662/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,875] INFO [LogLoader partition=-uve-topic-23-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,893] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-14, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 19ms (663/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,894] INFO [LogLoader partition=-uve-topic-5-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,895] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-18, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (664/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,896] INFO [LogLoader partition=-uve-topic-19-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,896] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-13, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (665/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,901] INFO [LogLoader partition=-uve-topic-7-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,901] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-19, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (666/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,902] INFO [LogLoader partition=-uve-topic-5-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,903] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-25, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (667/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,908] INFO [LogLoader partition=-uve-topic-26-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,909] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-22, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (668/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,913] INFO [LogLoader partition=-uve-topic-12-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,917] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-23, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (669/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,921] INFO [LogLoader partition=-uve-topic-28-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,923] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-7, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (670/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,924] INFO [LogLoader partition=-uve-topic-22-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,924] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-6, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (671/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,925] INFO [LogLoader partition=-uve-topic-8-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,925] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-9, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (672/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,926] INFO [LogLoader partition=-uve-topic-18-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,933] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-8, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (673/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,936] INFO [LogLoader partition=-uve-topic-26-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,936] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-2, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (674/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,937] INFO [LogLoader partition=-uve-topic-5-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,938] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-14, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (675/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,947] INFO [LogLoader partition=-uve-topic-29-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,948] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-18, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (676/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,950] INFO [LogLoader partition=-uve-topic-9-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,950] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-19, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (677/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,953] INFO [LogLoader partition=-uve-topic-8-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,962] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-29, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (678/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,966] INFO [LogLoader partition=-uve-topic-21-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,967] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-3, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (679/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,968] INFO [LogLoader partition=-uve-topic-27-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,972] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-26, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (680/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,974] INFO [LogLoader partition=-uve-topic-15-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,974] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-25, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (681/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,977] INFO [LogLoader partition=-uve-topic-25-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,980] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-7, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (682/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,982] INFO [LogLoader partition=-uve-topic-6-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,984] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-15, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (683/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:58,991] INFO [LogLoader partition=-uve-topic-2-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:58,991] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-3, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (684/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,002] INFO [LogLoader partition=-uve-topic-11-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,002] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-26, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 11ms (685/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,003] INFO [LogLoader partition=-uve-topic-17-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,004] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-7, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (686/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,004] INFO [LogLoader partition=-uve-topic-3-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,005] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-4, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (687/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,005] INFO [LogLoader partition=-uve-topic-17-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,007] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-2, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (688/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,011] INFO [LogLoader partition=-uve-topic-0-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,011] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-23, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (689/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,012] INFO [LogLoader partition=-uve-topic-9-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,015] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-12, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (690/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,015] INFO [LogLoader partition=-uve-topic-23-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,017] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-29, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (691/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,021] INFO [LogLoader partition=-uve-topic-24-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,022] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-11, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (692/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,025] INFO [LogLoader partition=-uve-topic-18-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,026] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-13, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (693/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,035] INFO [LogLoader partition=structured_syslog_topic-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,035] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-4, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (694/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,036] INFO [LogLoader partition=-uve-topic-10-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,037] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-8, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (695/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,037] INFO [LogLoader partition=-uve-topic-3-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,038] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-20, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (696/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,038] INFO [LogLoader partition=-uve-topic-1-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,041] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-7, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (697/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,048] INFO [LogLoader partition=-uve-topic-8-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,049] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-11, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (698/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,050] INFO [LogLoader partition=-uve-topic-4-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,050] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-1, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (699/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,051] INFO [LogLoader partition=-uve-topic-0-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,051] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-24, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (700/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,051] INFO [LogLoader partition=-uve-topic-28-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,053] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-19, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (701/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,054] INFO [LogLoader partition=-uve-topic-13-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,054] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-7, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (702/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,057] INFO [LogLoader partition=-uve-topic-8-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,058] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-0, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (703/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,058] INFO [LogLoader partition=-uve-topic-20-0, dir=/tmp/kafka-logs] Loading producer state till offset 83 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,058] INFO [LogLoader partition=-uve-topic-20-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 83 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,059] INFO [ProducerStateManager partition=-uve-topic-20-0] Loading producer state from snapshot file 'SnapshotFile(offset=83, file=/tmp/kafka-logs/-uve-topic-20-0/00000000000000000083.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:59,059] INFO [LogLoader partition=-uve-topic-20-0, dir=/tmp/kafka-logs] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 83 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,059] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-0, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=83) with 1 segments, local-log-start-offset 0 and log-end-offset 83 in 1ms (704/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,060] INFO [LogLoader partition=-uve-topic-0-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,060] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-20, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (705/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,061] INFO [LogLoader partition=-uve-topic-9-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,062] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-18, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (706/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,063] INFO [LogLoader partition=-uve-topic-9-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,064] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-23, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (707/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,064] INFO [LogLoader partition=-uve-topic-28-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,065] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-29, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (708/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,068] INFO [LogLoader partition=-uve-topic-27-0, dir=/tmp/kafka-logs] Loading producer state till offset 135 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,068] INFO [LogLoader partition=-uve-topic-27-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 135 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,068] INFO [ProducerStateManager partition=-uve-topic-27-0] Loading producer state from snapshot file 'SnapshotFile(offset=135, file=/tmp/kafka-logs/-uve-topic-27-0/00000000000000000135.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:59,068] INFO [LogLoader partition=-uve-topic-27-0, dir=/tmp/kafka-logs] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 135 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,069] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-0, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=135) with 1 segments, local-log-start-offset 0 and log-end-offset 135 in 3ms (709/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,069] INFO [LogLoader partition=-uve-topic-22-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,070] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-27, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (710/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,071] INFO [LogLoader partition=-uve-topic-1-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,071] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-13, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (711/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,075] INFO [LogLoader partition=-uve-topic-15-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,075] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-2, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (712/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,079] INFO [LogLoader partition=-uve-topic-19-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,079] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-0, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (713/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,080] INFO [LogLoader partition=-uve-topic-11-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,080] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-19, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (714/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,080] INFO [LogLoader partition=-uve-topic-6-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,081] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-20, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (715/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,081] INFO [LogLoader partition=-uve-topic-26-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,082] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-15, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (716/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,082] INFO [LogLoader partition=-uve-topic-25-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,082] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-17, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (717/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,083] INFO [LogLoader partition=-uve-topic-8-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,089] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-15, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (718/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,089] INFO [LogLoader partition=-uve-topic-26-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,090] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-14, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (719/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,090] INFO [LogLoader partition=-uve-topic-25-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,090] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-19, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (720/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,091] INFO [LogLoader partition=-uve-topic-12-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,097] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-17, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (721/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,097] INFO [LogLoader partition=-uve-topic-27-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,098] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-12, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (722/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,098] INFO [LogLoader partition=-uve-topic-23-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,099] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-2, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (723/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,099] INFO [LogLoader partition=-uve-topic-14-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,099] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-9, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (724/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,100] INFO [LogLoader partition=-uve-topic-20-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,100] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-21, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (725/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,101] INFO [LogLoader partition=-uve-topic-18-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,101] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-24, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (726/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,105] INFO [LogLoader partition=-uve-topic-26-0, dir=/tmp/kafka-logs] Loading producer state till offset 113 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,105] INFO [LogLoader partition=-uve-topic-26-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 113 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,105] INFO [ProducerStateManager partition=-uve-topic-26-0] Loading producer state from snapshot file 'SnapshotFile(offset=113, file=/tmp/kafka-logs/-uve-topic-26-0/00000000000000000113.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:59,105] INFO [LogLoader partition=-uve-topic-26-0, dir=/tmp/kafka-logs] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 113 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,105] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-0, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=113) with 1 segments, local-log-start-offset 0 and log-end-offset 113 in 4ms (727/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,106] INFO [LogLoader partition=-uve-topic-20-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,106] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-9, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (728/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,109] INFO [LogLoader partition=-uve-topic-16-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,111] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-22, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (729/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,112] INFO [LogLoader partition=-uve-topic-6-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,112] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-23, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (730/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,116] INFO [LogLoader partition=-uve-topic-19-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,125] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-10, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (731/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,126] INFO [LogLoader partition=-uve-topic-5-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,126] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-23, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (732/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,130] INFO [LogLoader partition=-uve-topic-25-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,132] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-9, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (733/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,142] INFO [LogLoader partition=-uve-topic-29-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,142] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-17, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (734/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,143] INFO [LogLoader partition=-uve-topic-19-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,143] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-24, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (735/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,146] INFO [LogLoader partition=-uve-topic-11-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,146] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-24, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (736/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,147] INFO [LogLoader partition=-uve-topic-7-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,147] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-27, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (737/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,157] INFO [LogLoader partition=-uve-topic-17-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,157] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-8, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (738/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,158] INFO [LogLoader partition=-uve-topic-8-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,159] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-8, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (739/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,160] INFO [LogLoader partition=-uve-topic-12-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,160] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-14, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (740/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,166] INFO [LogLoader partition=-uve-topic-11-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,166] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-6, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (741/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,167] INFO [LogLoader partition=-uve-topic-11-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,167] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-0, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (742/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,175] INFO [LogLoader partition=-uve-topic-28-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,175] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-20, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (743/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,176] INFO [LogLoader partition=-uve-topic-3-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,176] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-1, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (744/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,178] INFO [LogLoader partition=-uve-topic-29-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,179] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-8, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (745/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,180] INFO [LogLoader partition=-uve-topic-3-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,182] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-12, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (746/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,183] INFO [LogLoader partition=-uve-topic-6-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,183] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-6, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (747/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,184] INFO [LogLoader partition=-uve-topic-20-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,184] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-18, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (748/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,188] INFO [LogLoader partition=-uve-topic-13-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,189] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-6, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (749/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,191] INFO [LogLoader partition=-uve-topic-11-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,193] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-11, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (750/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,194] INFO [LogLoader partition=-uve-topic-11-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,194] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-9, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (751/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,197] INFO [LogLoader partition=-uve-topic-16-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,199] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-6, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (752/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,199] INFO [LogLoader partition=-uve-topic-22-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,200] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-23, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (753/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,200] INFO [LogLoader partition=-uve-topic-4-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,201] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-19, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (754/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,201] INFO [LogLoader partition=-uve-topic-7-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,205] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-24, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (755/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,205] INFO [LogLoader partition=-uve-topic-8-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,206] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-3, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (756/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,209] INFO [LogLoader partition=-uve-topic-25-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,210] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-27, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (757/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,213] INFO [LogLoader partition=-uve-topic-7-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,213] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-11, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (758/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,215] INFO [LogLoader partition=-uve-topic-25-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,216] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-3, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (759/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,220] INFO [LogLoader partition=-uve-topic-1-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,220] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-28, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (760/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,225] INFO [LogLoader partition=-uve-topic-18-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,225] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-6, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (761/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,226] INFO [LogLoader partition=-uve-topic-28-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,226] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-22, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (762/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,227] INFO [LogLoader partition=-uve-topic-5-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,227] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-10, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (763/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,227] INFO [LogLoader partition=-uve-topic-25-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,228] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-25, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (764/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,228] INFO [LogLoader partition=-uve-topic-25-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,229] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-1, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (765/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,229] INFO [LogLoader partition=-uve-topic-17-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,241] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-9, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (766/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,244] INFO [LogLoader partition=-uve-topic-22-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,245] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-8, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (767/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,247] INFO [LogLoader partition=-uve-topic-27-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,248] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-13, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (768/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,250] INFO [LogLoader partition=-uve-topic-18-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,251] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-28, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (769/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,251] INFO [LogLoader partition=-uve-topic-7-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,257] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-7, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (770/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,266] INFO [LogLoader partition=structured_syslog_topic-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,269] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-16, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (771/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,270] INFO [LogLoader partition=-uve-topic-5-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,270] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-7, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (772/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,271] INFO [LogLoader partition=-uve-topic-6-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,271] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-18, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (773/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,274] INFO [LogLoader partition=-uve-topic-0-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,274] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-14, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (774/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,277] INFO [LogLoader partition=-uve-topic-12-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,278] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-13, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (775/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,281] INFO [LogLoader partition=-uve-topic-0-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,283] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-15, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (776/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,284] INFO [LogLoader partition=-uve-topic-15-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,284] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-17, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (777/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,285] INFO [LogLoader partition=-uve-topic-9-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,285] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-21, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (778/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,286] INFO [LogLoader partition=-uve-topic-13-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,286] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-24, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (779/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,287] INFO [LogLoader partition=-uve-topic-8-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,287] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-23, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (780/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,289] INFO [LogLoader partition=-uve-topic-16-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,289] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-25, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (781/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,290] INFO [LogLoader partition=-uve-topic-8-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,290] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-14, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (782/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,292] INFO [LogLoader partition=-uve-topic-28-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,295] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-24, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (783/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,297] INFO [LogLoader partition=-uve-topic-27-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,298] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-19, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (784/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,302] INFO [LogLoader partition=-uve-topic-2-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,304] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-29, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (785/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,307] INFO [LogLoader partition=-uve-topic-7-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,307] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-0, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (786/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,309] INFO [LogLoader partition=-uve-topic-23-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,309] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-10, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (787/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,310] INFO [LogLoader partition=-uve-topic-15-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,313] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-27, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (788/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,315] INFO [LogLoader partition=-uve-topic-4-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,316] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-2, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (789/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,317] INFO [LogLoader partition=-uve-topic-2-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,323] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-23, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (790/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,330] INFO [LogLoader partition=-uve-topic-5-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,330] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-19, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (791/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,332] INFO [LogLoader partition=-uve-topic-9-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,333] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-13, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (792/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,344] INFO [LogLoader partition=-uve-topic-9-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,345] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-17, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (793/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,357] INFO [LogLoader partition=-uve-topic-17-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,357] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-22, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (794/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,365] INFO [LogLoader partition=-uve-topic-2-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,365] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-7, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (795/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,366] INFO [LogLoader partition=-uve-topic-29-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,366] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-19, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (796/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,368] INFO [LogLoader partition=-uve-topic-26-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,368] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-7, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (797/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,371] INFO [LogLoader partition=-uve-topic-27-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,371] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-15, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (798/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,373] INFO [LogLoader partition=-uve-topic-9-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,375] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-7, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (799/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,375] INFO [LogLoader partition=-uve-topic-23-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,376] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-12, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (800/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,390] INFO [LogLoader partition=-uve-topic-21-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,391] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-2, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 15ms (801/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,409] INFO [LogLoader partition=-uve-topic-28-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,409] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-6, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 18ms (802/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,419] INFO [LogLoader partition=structured_syslog_topic-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,419] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-1, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (803/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,420] INFO [LogLoader partition=-uve-topic-9-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,421] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-3, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (804/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,422] INFO [LogLoader partition=-uve-topic-0-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,422] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-9, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (805/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,426] INFO [LogLoader partition=-uve-topic-27-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,426] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-24, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (806/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,428] INFO [LogLoader partition=structured_syslog_topic-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,428] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-29, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (807/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,429] INFO [LogLoader partition=-uve-topic-19-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,429] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-15, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (808/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,431] INFO [LogLoader partition=-uve-topic-23-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,433] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-24, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (809/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,434] INFO [LogLoader partition=-uve-topic-9-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,440] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-24, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (810/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,440] INFO [LogLoader partition=-uve-topic-29-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,443] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-14, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (811/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,445] INFO [LogLoader partition=-uve-topic-20-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,446] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-19, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (812/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,455] INFO [LogLoader partition=-uve-topic-26-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,458] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-12, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (813/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,463] INFO [LogLoader partition=-uve-topic-22-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,463] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-15, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (814/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,464] INFO [LogLoader partition=-uve-topic-0-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,464] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-8, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (815/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,467] INFO [LogLoader partition=-uve-topic-14-0, dir=/tmp/kafka-logs] Loading producer state till offset 17 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,467] INFO [LogLoader partition=-uve-topic-14-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 17 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,467] INFO [ProducerStateManager partition=-uve-topic-14-0] Loading producer state from snapshot file 'SnapshotFile(offset=17, file=/tmp/kafka-logs/-uve-topic-14-0/00000000000000000017.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:59,467] INFO [LogLoader partition=-uve-topic-14-0, dir=/tmp/kafka-logs] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 17 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,467] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-0, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=17) with 1 segments, local-log-start-offset 0 and log-end-offset 17 in 3ms (816/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,468] INFO [LogLoader partition=-uve-topic-16-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,468] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-0, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (817/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,471] INFO [LogLoader partition=-uve-topic-18-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,474] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-9, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (818/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,475] INFO [LogLoader partition=-uve-topic-10-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,475] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-26, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (819/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,478] INFO [LogLoader partition=-uve-topic-4-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,479] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-18, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (820/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,481] INFO [LogLoader partition=-uve-topic-19-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,482] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-25, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (821/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,484] INFO [LogLoader partition=-uve-topic-23-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,485] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-7, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (822/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,487] INFO [LogLoader partition=-uve-topic-27-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,489] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-14, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (823/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,492] INFO [LogLoader partition=-uve-topic-13-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,498] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-22, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (824/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,500] INFO [LogLoader partition=-uve-topic-2-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,501] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-11, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (825/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,505] INFO [LogLoader partition=-uve-topic-14-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,505] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-17, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (826/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,515] INFO [LogLoader partition=-uve-topic-9-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,515] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-26, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (827/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,516] INFO [LogLoader partition=-uve-topic-24-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,516] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-29, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (828/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,517] INFO [LogLoader partition=-uve-topic-17-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,517] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-20, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (829/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,524] INFO [LogLoader partition=-uve-topic-26-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,524] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-24, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (830/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,525] INFO [LogLoader partition=-uve-topic-20-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,525] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-12, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (831/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,541] INFO [LogLoader partition=-uve-topic-18-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,542] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-23, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 17ms (832/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,552] INFO [LogLoader partition=-uve-topic-17-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,552] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-19, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (833/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,561] INFO [LogLoader partition=-uve-topic-7-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,561] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-23, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (834/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,562] INFO [LogLoader partition=-uve-topic-14-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,562] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-8, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (835/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,574] INFO [LogLoader partition=-uve-topic-0-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,575] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-21, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (836/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,587] INFO [LogLoader partition=-uve-topic-20-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,587] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-8, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (837/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,597] INFO [LogLoader partition=-uve-topic-9-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,597] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-14, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 10ms (838/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,599] INFO [LogLoader partition=-uve-topic-29-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,599] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-10, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (839/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,602] INFO [LogLoader partition=-uve-topic-22-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,602] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-2, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (840/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,605] INFO [LogLoader partition=-uve-topic-28-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,606] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-28, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 4ms (841/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,619] INFO [LogLoader partition=-uve-topic-10-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,619] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-22, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (842/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,620] INFO [LogLoader partition=-uve-topic-16-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,621] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-8, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (843/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,622] INFO [LogLoader partition=-uve-topic-23-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,622] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-11, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (844/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,623] INFO [LogLoader partition=-uve-topic-8-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,623] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-18, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (845/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,624] INFO [LogLoader partition=-uve-topic-28-0, dir=/tmp/kafka-logs] Loading producer state till offset 154 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,624] INFO [LogLoader partition=-uve-topic-28-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 154 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,624] INFO [ProducerStateManager partition=-uve-topic-28-0] Loading producer state from snapshot file 'SnapshotFile(offset=154, file=/tmp/kafka-logs/-uve-topic-28-0/00000000000000000154.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:59,624] INFO [LogLoader partition=-uve-topic-28-0, dir=/tmp/kafka-logs] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 154 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,624] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-0, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=154) with 1 segments, local-log-start-offset 0 and log-end-offset 154 in 1ms (846/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,625] INFO [LogLoader partition=-uve-topic-28-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,625] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-16, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (847/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,640] INFO [LogLoader partition=-uve-topic-29-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,640] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-1, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 13ms (848/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,642] INFO [LogLoader partition=-uve-topic-28-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,643] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-8, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (849/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,648] INFO [LogLoader partition=-uve-topic-5-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,649] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-1, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 5ms (850/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,657] INFO [LogLoader partition=-uve-topic-14-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,657] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-1, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (851/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,659] INFO [LogLoader partition=-uve-topic-29-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,659] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-2, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (852/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,666] INFO [LogLoader partition=-uve-topic-9-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,666] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-9-5, topicId=8PlPKqdnS7eTROSCjPqsvA, topic=-uve-topic-9, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (853/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,667] INFO [LogLoader partition=-uve-topic-14-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,667] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-2, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (854/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,668] INFO [LogLoader partition=-uve-topic-17-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,668] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-29, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (855/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,674] INFO [LogLoader partition=-uve-topic-29-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,674] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-24, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (856/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,675] INFO [LogLoader partition=-uve-topic-23-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,675] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-18, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (857/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,676] INFO [LogLoader partition=-uve-topic-6-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,676] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-13, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (858/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,677] INFO [LogLoader partition=-uve-topic-12-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,677] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-25, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (859/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,678] INFO [LogLoader partition=structured_syslog_topic-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,678] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-2, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (860/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,678] INFO [LogLoader partition=-uve-topic-16-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,678] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-29, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (861/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,685] INFO [LogLoader partition=-uve-topic-3-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,685] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-11, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (862/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,691] INFO [LogLoader partition=-uve-topic-2-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,691] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-13, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (863/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,700] INFO [LogLoader partition=-uve-topic-27-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,700] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-17, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (864/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,701] INFO [LogLoader partition=-uve-topic-24-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,701] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-16, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (865/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,702] INFO [LogLoader partition=-uve-topic-20-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,702] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-14, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (866/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,703] INFO [LogLoader partition=-uve-topic-21-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,703] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-16, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (867/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,704] INFO [LogLoader partition=-uve-topic-19-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,706] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-9, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (868/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,707] INFO [LogLoader partition=-uve-topic-3-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,707] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-27, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (869/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,708] INFO [LogLoader partition=-uve-topic-15-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,708] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-15-22, topicId=41pQmQEeSP-mchBq1qkSiA, topic=-uve-topic-15, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (870/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,709] INFO [LogLoader partition=-uve-topic-8-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,709] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-6, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (871/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,718] INFO [LogLoader partition=-uve-topic-17-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,718] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-25, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (872/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,719] INFO [LogLoader partition=-uve-topic-14-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,719] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-5, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (873/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,720] INFO [LogLoader partition=-uve-topic-17-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,720] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-12, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (874/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,720] INFO [LogLoader partition=-uve-topic-16-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,720] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-5, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (875/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,721] INFO [LogLoader partition=-uve-topic-2-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,722] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-2-8, topicId=fG8PIyhUTF6sfc62xwPGxA, topic=-uve-topic-2, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (876/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,723] INFO [LogLoader partition=-uve-topic-26-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,724] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-26-1, topicId=7JJ2gtmRSF-RIRlf-XHv8w, topic=-uve-topic-26, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (877/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,725] INFO [LogLoader partition=structured_syslog_topic-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,725] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-27, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (878/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,726] INFO [LogLoader partition=-uve-topic-21-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,726] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-28, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (879/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,726] INFO [LogLoader partition=-uve-topic-0-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,727] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-6, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (880/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,739] INFO [LogLoader partition=-uve-topic-22-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,739] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-16, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 12ms (881/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,740] INFO [LogLoader partition=-uve-topic-1-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,740] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-24, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (882/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,741] INFO [LogLoader partition=-uve-topic-23-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,741] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-23-13, topicId=VYilbB6fT8OLRnXJoK_vog, topic=-uve-topic-23, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (883/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,773] INFO [LogLoader partition=-uve-topic-24-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,773] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-20, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 32ms (884/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,775] INFO [LogLoader partition=-uve-topic-25-0, dir=/tmp/kafka-logs] Loading producer state till offset 78 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,775] INFO [LogLoader partition=-uve-topic-25-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 78 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,775] INFO [ProducerStateManager partition=-uve-topic-25-0] Loading producer state from snapshot file 'SnapshotFile(offset=78, file=/tmp/kafka-logs/-uve-topic-25-0/00000000000000000078.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:59,776] INFO [LogLoader partition=-uve-topic-25-0, dir=/tmp/kafka-logs] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 78 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,776] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-0, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=78) with 1 segments, local-log-start-offset 0 and log-end-offset 78 in 3ms (885/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,776] INFO [LogLoader partition=-uve-topic-0-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,778] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-0-27, topicId=iryI5i8JRri6r9Gp8ropRQ, topic=-uve-topic-0, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (886/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,778] INFO [LogLoader partition=-uve-topic-13-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,780] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-25, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (887/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,780] INFO [LogLoader partition=-uve-topic-20-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,782] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-1, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (888/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,783] INFO [LogLoader partition=-uve-topic-24-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,785] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-24-15, topicId=hIrm7KAoT-2ORT3LjGhvUQ, topic=-uve-topic-24, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 3ms (889/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,787] INFO [LogLoader partition=-uve-topic-29-0, dir=/tmp/kafka-logs] Loading producer state till offset 109 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,787] INFO [LogLoader partition=-uve-topic-29-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 109 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,787] INFO [ProducerStateManager partition=-uve-topic-29-0] Loading producer state from snapshot file 'SnapshotFile(offset=109, file=/tmp/kafka-logs/-uve-topic-29-0/00000000000000000109.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:59,787] INFO [LogLoader partition=-uve-topic-29-0, dir=/tmp/kafka-logs] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 109 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,787] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-29-0, topicId=aMu9BXrKQP-8F1vhaf_Mvw, topic=-uve-topic-29, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=109) with 1 segments, local-log-start-offset 0 and log-end-offset 109 in 2ms (890/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,789] INFO [LogLoader partition=-uve-topic-13-0, dir=/tmp/kafka-logs] Loading producer state till offset 15 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,789] INFO [LogLoader partition=-uve-topic-13-0, dir=/tmp/kafka-logs] Reloading from producer snapshot and rebuilding producer state from offset 15 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,789] INFO [ProducerStateManager partition=-uve-topic-13-0] Loading producer state from snapshot file 'SnapshotFile(offset=15, file=/tmp/kafka-logs/-uve-topic-13-0/00000000000000000015.snapshot)' (org.apache.kafka.storage.internals.log.ProducerStateManager) [2026-06-08 05:51:59,789] INFO [LogLoader partition=-uve-topic-13-0, dir=/tmp/kafka-logs] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 15 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,789] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-0, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=15) with 1 segments, local-log-start-offset 0 and log-end-offset 15 in 2ms (891/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,791] INFO [LogLoader partition=-uve-topic-8-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,791] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-28, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (892/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,793] INFO [LogLoader partition=-uve-topic-10-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,793] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-10-17, topicId=RmR6LGrQRW-PEZsREh_vkA, topic=-uve-topic-10, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (893/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,800] INFO [LogLoader partition=-uve-topic-22-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,800] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-25, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (894/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,801] INFO [LogLoader partition=structured_syslog_topic-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,801] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-24, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (895/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,808] INFO [LogLoader partition=-uve-topic-28-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,808] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-3, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (896/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,817] INFO [LogLoader partition=-uve-topic-20-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,817] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-11, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (897/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,818] INFO [LogLoader partition=structured_syslog_topic-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,818] INFO Completed load of Log(dir=/tmp/kafka-logs/structured_syslog_topic-8, topicId=8LXnKrIHTXGU5D8ypcmZHg, topic=structured_syslog_topic, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (898/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,819] INFO [LogLoader partition=-uve-topic-3-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,819] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-3-15, topicId=K8CDLjePSWeh8w15ggrozw, topic=-uve-topic-3, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (899/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,820] INFO [LogLoader partition=-uve-topic-18-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,820] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-18-22, topicId=5obtU1mZRZ2hIGZdW7u2TA, topic=-uve-topic-18, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (900/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,821] INFO [LogLoader partition=-uve-topic-28-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,821] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-1, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (901/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,822] INFO [LogLoader partition=-uve-topic-17-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,822] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-17-3, topicId=KlzGbXMES8SFy7a7XYgcQA, topic=-uve-topic-17, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (902/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,828] INFO [LogLoader partition=-uve-topic-16-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,829] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-16-19, topicId=709Glse7QSSCNzbWQ7h8xQ, topic=-uve-topic-16, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (903/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,829] INFO [LogLoader partition=-uve-topic-28-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,829] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-28-17, topicId=wIdbbJ91T6Cmy309Fpg-2A, topic=-uve-topic-28, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (904/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,830] INFO [LogLoader partition=-uve-topic-4-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,830] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-4-17, topicId=mnZocP4bQhyGaPaaQFUMoQ, topic=-uve-topic-4, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (905/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,857] INFO [LogLoader partition=-uve-topic-8-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,858] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-26, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 27ms (906/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,858] INFO [LogLoader partition=-uve-topic-1-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,859] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-16, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (907/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,860] INFO [LogLoader partition=-uve-topic-6-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,860] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-6-28, topicId=vuNwAap7SPCEoWhNQv5zhg, topic=-uve-topic-6, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (908/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,860] INFO [LogLoader partition=-uve-topic-25-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,861] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-25-20, topicId=E8wVhScpRUqRELGeqbtVRg, topic=-uve-topic-25, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (909/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,861] INFO [LogLoader partition=-uve-topic-14-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,861] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-6, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (910/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,869] INFO [LogLoader partition=-uve-topic-13-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,871] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-2, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 2ms (911/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,871] INFO [LogLoader partition=-uve-topic-27-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,872] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-3, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (912/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,878] INFO [LogLoader partition=-uve-topic-11-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,878] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-20, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (913/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,879] INFO [LogLoader partition=-uve-topic-8-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,879] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-1, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (914/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,879] INFO [LogLoader partition=-uve-topic-14-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,880] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-15, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (915/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,887] INFO [LogLoader partition=-uve-topic-14-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,888] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-14-16, topicId=lIPaTs5VSv6RTDYQ3IY6fA, topic=-uve-topic-14, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (916/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,888] INFO [LogLoader partition=-uve-topic-20-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,889] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-20-15, topicId=SlwIoYRORIGiu6ePWS7J4g, topic=-uve-topic-20, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (917/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,895] INFO [LogLoader partition=-uve-topic-22-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,895] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-1, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (918/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,901] INFO [LogLoader partition=-uve-topic-19-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,901] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-19-11, topicId=RXW3XtdRQ7GbL2-yx6ey8w, topic=-uve-topic-19, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 6ms (919/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,902] INFO [LogLoader partition=-uve-topic-1-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,902] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-1-12, topicId=OnwR_XiYTKmgwo8jEevpbw, topic=-uve-topic-1, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (920/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,902] INFO [LogLoader partition=-uve-topic-8-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,903] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-7, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (921/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,903] INFO [LogLoader partition=-uve-topic-22-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,903] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-22-9, topicId=gi0bEpMpSca9DuahqwgZUg, topic=-uve-topic-22, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (922/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,904] INFO [LogLoader partition=-uve-topic-21-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,904] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-21-1, topicId=9KOnY-6fRHOsjiB3uuTvvA, topic=-uve-topic-21, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (923/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,904] INFO [LogLoader partition=-uve-topic-11-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,905] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-11-3, topicId=tEB8tH4xRnCOIPsB-_1dzQ, topic=-uve-topic-11, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (924/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,923] INFO [LogLoader partition=-uve-topic-7-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,925] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-7-1, topicId=roJ88sb5RziTZFDp0-fhBQ, topic=-uve-topic-7, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 9ms (925/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,931] INFO [LogLoader partition=-uve-topic-27-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,932] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-27-23, topicId=KL7_5wpYSkCND2tLckaUjg, topic=-uve-topic-27, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 7ms (926/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,939] INFO [LogLoader partition=-uve-topic-5-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,940] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-5-17, topicId=CR5x8V64RoWSLZsTttELZQ, topic=-uve-topic-5, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 8ms (927/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,941] INFO [LogLoader partition=-uve-topic-13-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,941] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-13-19, topicId=TMPfL9AvRoKnSSQ0JFSdYQ, topic=-uve-topic-13, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 1ms (928/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,941] INFO [LogLoader partition=-uve-topic-8-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,942] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-8-12, topicId=6MEjYxNSS4qqB4ErKINv-w, topic=-uve-topic-8, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (929/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,943] INFO [LogLoader partition=-uve-topic-12-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:51:59,944] INFO Completed load of Log(dir=/tmp/kafka-logs/-uve-topic-12-11, topicId=fPFURuRJTpK1wEYeS5zTlw, topic=-uve-topic-12, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments, local-log-start-offset 0 and log-end-offset 0 in 0ms (930/930 completed in /tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:51:59,960] INFO Loaded 930 logs in 8710ms (kafka.log.LogManager) [2026-06-08 05:51:59,972] INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) [2026-06-08 05:51:59,980] INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) [2026-06-08 05:52:00,213] INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:52:00,324] INFO [kafka-log-cleaner-thread-1]: Starting (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:52:00,378] INFO [feature-zk-node-event-process-thread]: Starting (kafka.server.FinalizedFeatureChangeListener$ChangeNotificationProcessorThread) [2026-06-08 05:52:00,411] INFO [MetadataCache brokerId=2] Updated cache from existing None to latest Features(metadataVersion=3.9-IV0, finalizedFeatures={}, finalizedFeaturesEpoch=0). (kafka.server.metadata.ZkMetadataCache) [2026-06-08 05:52:00,469] INFO [zk-broker-2-to-controller-forwarding-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:52:01,656] INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [2026-06-08 05:52:01,706] INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(PLAINTEXT) (kafka.network.SocketServer) [2026-06-08 05:52:01,739] INFO [zk-broker-2-to-controller-alter-partition-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:52:01,805] INFO [ExpirationReaper-2-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:52:01,861] INFO [ExpirationReaper-2-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:52:01,865] INFO [ExpirationReaper-2-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:52:01,893] INFO [ExpirationReaper-2-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:52:01,910] INFO [ExpirationReaper-2-RemoteFetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:52:01,977] INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) [2026-06-08 05:52:01,987] INFO [AddPartitionsToTxnSenderThread-2]: Starting (kafka.server.AddPartitionsToTxnManager) [2026-06-08 05:52:02,306] INFO Creating /brokers/ids/2 (is it secure? false) (kafka.zk.KafkaZkClient) [2026-06-08 05:52:02,370] INFO Stat of the created znode at /brokers/ids/2 is: 8589934852,8589934852,1780897922351,1780897922351,1,0,0,216172931112370176,202,0,8589934852 (kafka.zk.KafkaZkClient) [2026-06-08 05:52:02,371] INFO Registered broker 2 at path /brokers/ids/2 with addresses: PLAINTEXT://10.0.0.50:9092, czxid (broker epoch): 8589934852 (kafka.zk.KafkaZkClient) [2026-06-08 05:52:02,658] INFO [ExpirationReaper-2-topic]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:52:02,686] INFO [ExpirationReaper-2-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:52:02,705] INFO [ExpirationReaper-2-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:52:02,776] INFO [GroupCoordinator 2]: Starting up. (kafka.coordinator.group.GroupCoordinator) [2026-06-08 05:52:02,794] INFO [GroupCoordinator 2]: Startup complete. (kafka.coordinator.group.GroupCoordinator) [2026-06-08 05:52:02,952] INFO [TransactionCoordinator id=2] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) [2026-06-08 05:52:02,977] INFO [TxnMarkerSenderThread-2]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) [2026-06-08 05:52:02,977] INFO [TransactionCoordinator id=2] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) [2026-06-08 05:52:03,374] INFO [ExpirationReaper-2-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:52:03,545] INFO [/config/changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [2026-06-08 05:52:04,352] INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Enabling request processing. (kafka.network.SocketServer) [2026-06-08 05:52:04,362] INFO Awaiting socket connections on 10.0.0.50:9092. (kafka.network.DataPlaneAcceptor) [2026-06-08 05:52:04,380] INFO [KafkaServer id=2] Start processing authorizer futures (kafka.server.KafkaServer) [2026-06-08 05:52:04,380] INFO [KafkaServer id=2] End processing authorizer futures (kafka.server.KafkaServer) [2026-06-08 05:52:04,382] INFO [KafkaServer id=2] Start processing enable request processing future (kafka.server.KafkaServer) [2026-06-08 05:52:04,409] INFO [KafkaServer id=2] End processing enable request processing future (kafka.server.KafkaServer) [2026-06-08 05:52:04,506] INFO Kafka version: 3.9.1 (org.apache.kafka.common.utils.AppInfoParser) [2026-06-08 05:52:04,512] INFO Kafka commitId: f745dfdcee2b9851 (org.apache.kafka.common.utils.AppInfoParser) [2026-06-08 05:52:04,512] INFO Kafka startTimeMs: 1780897924409 (org.apache.kafka.common.utils.AppInfoParser) [2026-06-08 05:52:04,519] INFO [KafkaServer id=2] started (kafka.server.KafkaServer) [2026-06-08 05:52:05,054] INFO [zk-broker-2-to-controller-forwarding-channel-manager]: Recorded new ZK controller, from now on will use node 10.0.0.38:9092 (id: 1 rack: null) (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:52:05,056] INFO [zk-broker-2-to-controller-alter-partition-channel-manager]: Recorded new ZK controller, from now on will use node 10.0.0.38:9092 (id: 1 rack: null) (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:52:06,612] INFO [Partition -uve-topic-20-6 broker=2] Log loaded for partition -uve-topic-20-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,633] INFO [Partition -uve-topic-17-7 broker=2] Log loaded for partition -uve-topic-17-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,633] INFO [Partition -uve-topic-18-7 broker=2] Log loaded for partition -uve-topic-18-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,633] INFO [Partition -uve-topic-19-7 broker=2] Log loaded for partition -uve-topic-19-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,634] INFO [Partition -uve-topic-25-6 broker=2] Log loaded for partition -uve-topic-25-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,634] INFO [Partition -uve-topic-12-8 broker=2] Log loaded for partition -uve-topic-12-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,636] INFO [Partition -uve-topic-26-6 broker=2] Log loaded for partition -uve-topic-26-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,636] INFO [Partition -uve-topic-13-8 broker=2] Log loaded for partition -uve-topic-13-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,637] INFO [Partition -uve-topic-27-6 broker=2] Log loaded for partition -uve-topic-27-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,640] INFO [Partition -uve-topic-14-8 broker=2] Log loaded for partition -uve-topic-14-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,642] INFO [Partition -uve-topic-28-6 broker=2] Log loaded for partition -uve-topic-28-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,642] INFO [Partition -uve-topic-15-8 broker=2] Log loaded for partition -uve-topic-15-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,646] INFO [Partition -uve-topic-21-6 broker=2] Log loaded for partition -uve-topic-21-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,646] INFO [Partition -uve-topic-22-6 broker=2] Log loaded for partition -uve-topic-22-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,647] INFO [Partition -uve-topic-23-6 broker=2] Log loaded for partition -uve-topic-23-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,647] INFO [Partition -uve-topic-10-8 broker=2] Log loaded for partition -uve-topic-10-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,657] INFO [Partition -uve-topic-24-6 broker=2] Log loaded for partition -uve-topic-24-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,660] INFO [Partition -uve-topic-11-8 broker=2] Log loaded for partition -uve-topic-11-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,660] INFO [Partition -uve-topic-20-5 broker=2] Log loaded for partition -uve-topic-20-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,660] INFO [Partition -uve-topic-21-5 broker=2] Log loaded for partition -uve-topic-21-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,661] INFO [Partition -uve-topic-18-6 broker=2] Log loaded for partition -uve-topic-18-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,663] INFO [Partition -uve-topic-19-6 broker=2] Log loaded for partition -uve-topic-19-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,676] INFO [Partition -uve-topic-26-5 broker=2] Log loaded for partition -uve-topic-26-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,677] INFO [Partition -uve-topic-13-7 broker=2] Log loaded for partition -uve-topic-13-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,688] INFO [Partition -uve-topic-27-5 broker=2] Log loaded for partition -uve-topic-27-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,719] INFO [Partition -uve-topic-14-7 broker=2] Log loaded for partition -uve-topic-14-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,720] INFO [Partition -uve-topic-28-5 broker=2] Log loaded for partition -uve-topic-28-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,720] INFO [Partition -uve-topic-15-7 broker=2] Log loaded for partition -uve-topic-15-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,720] INFO [Partition -uve-topic-29-5 broker=2] Log loaded for partition -uve-topic-29-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,720] INFO [Partition -uve-topic-16-7 broker=2] Log loaded for partition -uve-topic-16-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,720] INFO [Partition -uve-topic-22-5 broker=2] Log loaded for partition -uve-topic-22-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,720] INFO [Partition -uve-topic-23-5 broker=2] Log loaded for partition -uve-topic-23-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,720] INFO [Partition -uve-topic-10-7 broker=2] Log loaded for partition -uve-topic-10-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,725] INFO [Partition -uve-topic-24-5 broker=2] Log loaded for partition -uve-topic-24-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,725] INFO [Partition -uve-topic-11-7 broker=2] Log loaded for partition -uve-topic-11-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,726] INFO [Partition -uve-topic-25-5 broker=2] Log loaded for partition -uve-topic-25-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,726] INFO [Partition -uve-topic-12-7 broker=2] Log loaded for partition -uve-topic-12-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,727] INFO [Partition -uve-topic-19-9 broker=2] Log loaded for partition -uve-topic-19-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,727] INFO [Partition -uve-topic-28-7 broker=2] Log loaded for partition -uve-topic-28-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,727] INFO [Partition -uve-topic-15-9 broker=2] Log loaded for partition -uve-topic-15-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,727] INFO [Partition -uve-topic-29-7 broker=2] Log loaded for partition -uve-topic-29-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,727] INFO [Partition -uve-topic-16-9 broker=2] Log loaded for partition -uve-topic-16-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,727] INFO [Partition -uve-topic-17-9 broker=2] Log loaded for partition -uve-topic-17-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,727] INFO [Partition -uve-topic-18-9 broker=2] Log loaded for partition -uve-topic-18-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,728] INFO [Partition -uve-topic-23-8 broker=2] Log loaded for partition -uve-topic-23-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,728] INFO [Partition -uve-topic-10-10 broker=2] Log loaded for partition -uve-topic-10-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,728] INFO [Partition -uve-topic-24-8 broker=2] Log loaded for partition -uve-topic-24-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,728] INFO [Partition -uve-topic-11-10 broker=2] Log loaded for partition -uve-topic-11-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,728] INFO [Partition -uve-topic-25-8 broker=2] Log loaded for partition -uve-topic-25-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,728] INFO [Partition -uve-topic-12-10 broker=2] Log loaded for partition -uve-topic-12-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,728] INFO [Partition -uve-topic-26-8 broker=2] Log loaded for partition -uve-topic-26-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,728] INFO [Partition -uve-topic-13-10 broker=2] Log loaded for partition -uve-topic-13-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,730] INFO [Partition -uve-topic-20-8 broker=2] Log loaded for partition -uve-topic-20-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,730] INFO [Partition -uve-topic-21-8 broker=2] Log loaded for partition -uve-topic-21-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,730] INFO [Partition -uve-topic-22-8 broker=2] Log loaded for partition -uve-topic-22-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,730] INFO [Partition -uve-topic-29-6 broker=2] Log loaded for partition -uve-topic-29-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,730] INFO [Partition -uve-topic-16-8 broker=2] Log loaded for partition -uve-topic-16-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,730] INFO [Partition -uve-topic-17-8 broker=2] Log loaded for partition -uve-topic-17-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,730] INFO [Partition -uve-topic-18-8 broker=2] Log loaded for partition -uve-topic-18-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,731] INFO [Partition -uve-topic-19-8 broker=2] Log loaded for partition -uve-topic-19-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,731] INFO [Partition -uve-topic-24-7 broker=2] Log loaded for partition -uve-topic-24-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,731] INFO [Partition -uve-topic-11-9 broker=2] Log loaded for partition -uve-topic-11-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,733] INFO [Partition -uve-topic-25-7 broker=2] Log loaded for partition -uve-topic-25-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,733] INFO [Partition -uve-topic-12-9 broker=2] Log loaded for partition -uve-topic-12-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,733] INFO [Partition -uve-topic-26-7 broker=2] Log loaded for partition -uve-topic-26-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,734] INFO [Partition -uve-topic-13-9 broker=2] Log loaded for partition -uve-topic-13-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,735] INFO [Partition -uve-topic-27-7 broker=2] Log loaded for partition -uve-topic-27-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,737] INFO [Partition -uve-topic-14-9 broker=2] Log loaded for partition -uve-topic-14-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,737] INFO [Partition -uve-topic-20-7 broker=2] Log loaded for partition -uve-topic-20-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,737] INFO [Partition -uve-topic-21-7 broker=2] Log loaded for partition -uve-topic-21-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,737] INFO [Partition -uve-topic-22-7 broker=2] Log loaded for partition -uve-topic-22-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,740] INFO [Partition -uve-topic-23-7 broker=2] Log loaded for partition -uve-topic-23-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,741] INFO [Partition -uve-topic-10-9 broker=2] Log loaded for partition -uve-topic-10-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,741] INFO [Partition -uve-topic-17-11 broker=2] Log loaded for partition -uve-topic-17-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,741] INFO [Partition -uve-topic-18-11 broker=2] Log loaded for partition -uve-topic-18-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,741] INFO [Partition -uve-topic-19-11 broker=2] Log loaded for partition -uve-topic-19-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,741] INFO [Partition -uve-topic-26-9 broker=2] Log loaded for partition -uve-topic-26-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,741] INFO [Partition -uve-topic-13-11 broker=2] Log loaded for partition -uve-topic-13-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,741] INFO [Partition -uve-topic-27-9 broker=2] Log loaded for partition -uve-topic-27-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,742] INFO [Partition -uve-topic-14-11 broker=2] Log loaded for partition -uve-topic-14-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,745] INFO [Partition -uve-topic-28-9 broker=2] Log loaded for partition -uve-topic-28-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,746] INFO [Partition -uve-topic-15-11 broker=2] Log loaded for partition -uve-topic-15-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,746] INFO [Partition -uve-topic-29-9 broker=2] Log loaded for partition -uve-topic-29-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,746] INFO [Partition -uve-topic-16-11 broker=2] Log loaded for partition -uve-topic-16-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,746] INFO [Partition -uve-topic-21-10 broker=2] Log loaded for partition -uve-topic-21-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,750] INFO [Partition -uve-topic-22-10 broker=2] Log loaded for partition -uve-topic-22-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,751] INFO [Partition -uve-topic-23-10 broker=2] Log loaded for partition -uve-topic-23-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,751] INFO [Partition -uve-topic-10-12 broker=2] Log loaded for partition -uve-topic-10-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,753] INFO [Partition -uve-topic-24-10 broker=2] Log loaded for partition -uve-topic-24-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,753] INFO [Partition -uve-topic-11-12 broker=2] Log loaded for partition -uve-topic-11-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,753] INFO [Partition -uve-topic-20-10 broker=2] Log loaded for partition -uve-topic-20-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,753] INFO [Partition -uve-topic-18-10 broker=2] Log loaded for partition -uve-topic-18-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,755] INFO [Partition -uve-topic-19-10 broker=2] Log loaded for partition -uve-topic-19-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,764] INFO [Partition -uve-topic-27-8 broker=2] Log loaded for partition -uve-topic-27-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,767] INFO [Partition -uve-topic-14-10 broker=2] Log loaded for partition -uve-topic-14-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,767] INFO [Partition -uve-topic-28-8 broker=2] Log loaded for partition -uve-topic-28-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,768] INFO [Partition -uve-topic-15-10 broker=2] Log loaded for partition -uve-topic-15-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,768] INFO [Partition -uve-topic-29-8 broker=2] Log loaded for partition -uve-topic-29-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,769] INFO [Partition -uve-topic-16-10 broker=2] Log loaded for partition -uve-topic-16-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,769] INFO [Partition -uve-topic-17-10 broker=2] Log loaded for partition -uve-topic-17-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,771] INFO [Partition -uve-topic-22-9 broker=2] Log loaded for partition -uve-topic-22-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,774] INFO [Partition -uve-topic-23-9 broker=2] Log loaded for partition -uve-topic-23-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,777] INFO [Partition -uve-topic-10-11 broker=2] Log loaded for partition -uve-topic-10-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,779] INFO [Partition -uve-topic-24-9 broker=2] Log loaded for partition -uve-topic-24-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,781] INFO [Partition -uve-topic-11-11 broker=2] Log loaded for partition -uve-topic-11-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,791] INFO [Partition -uve-topic-25-9 broker=2] Log loaded for partition -uve-topic-25-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-12-11 broker=2] Log loaded for partition -uve-topic-12-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-20-9 broker=2] Log loaded for partition -uve-topic-20-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-21-9 broker=2] Log loaded for partition -uve-topic-21-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-28-11 broker=2] Log loaded for partition -uve-topic-28-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-15-13 broker=2] Log loaded for partition -uve-topic-15-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-29-11 broker=2] Log loaded for partition -uve-topic-29-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-16-13 broker=2] Log loaded for partition -uve-topic-16-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-17-13 broker=2] Log loaded for partition -uve-topic-17-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-18-13 broker=2] Log loaded for partition -uve-topic-18-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-24-11 broker=2] Log loaded for partition -uve-topic-24-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-11-13 broker=2] Log loaded for partition -uve-topic-11-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,808] INFO [Partition -uve-topic-25-11 broker=2] Log loaded for partition -uve-topic-25-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,810] INFO [Partition -uve-topic-12-13 broker=2] Log loaded for partition -uve-topic-12-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,810] INFO [Partition -uve-topic-26-11 broker=2] Log loaded for partition -uve-topic-26-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,812] INFO [Partition -uve-topic-13-13 broker=2] Log loaded for partition -uve-topic-13-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,814] INFO [Partition -uve-topic-27-11 broker=2] Log loaded for partition -uve-topic-27-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,815] INFO [Partition -uve-topic-14-13 broker=2] Log loaded for partition -uve-topic-14-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,817] INFO [Partition -uve-topic-20-12 broker=2] Log loaded for partition -uve-topic-20-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,819] INFO [Partition -uve-topic-21-12 broker=2] Log loaded for partition -uve-topic-21-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,819] INFO [Partition -uve-topic-22-12 broker=2] Log loaded for partition -uve-topic-22-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,821] INFO [Partition -uve-topic-19-13 broker=2] Log loaded for partition -uve-topic-19-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,824] INFO [Partition -uve-topic-29-10 broker=2] Log loaded for partition -uve-topic-29-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,829] INFO [Partition -uve-topic-16-12 broker=2] Log loaded for partition -uve-topic-16-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,829] INFO [Partition -uve-topic-17-12 broker=2] Log loaded for partition -uve-topic-17-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,874] INFO [Partition -uve-topic-18-12 broker=2] Log loaded for partition -uve-topic-18-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,874] INFO [Partition -uve-topic-19-12 broker=2] Log loaded for partition -uve-topic-19-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,874] INFO [Partition -uve-topic-25-10 broker=2] Log loaded for partition -uve-topic-25-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,874] INFO [Partition -uve-topic-12-12 broker=2] Log loaded for partition -uve-topic-12-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,874] INFO [Partition -uve-topic-26-10 broker=2] Log loaded for partition -uve-topic-26-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,874] INFO [Partition -uve-topic-13-12 broker=2] Log loaded for partition -uve-topic-13-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,874] INFO [Partition -uve-topic-27-10 broker=2] Log loaded for partition -uve-topic-27-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,874] INFO [Partition -uve-topic-14-12 broker=2] Log loaded for partition -uve-topic-14-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,874] INFO [Partition -uve-topic-28-10 broker=2] Log loaded for partition -uve-topic-28-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-15-12 broker=2] Log loaded for partition -uve-topic-15-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-20-11 broker=2] Log loaded for partition -uve-topic-20-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-21-11 broker=2] Log loaded for partition -uve-topic-21-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-22-11 broker=2] Log loaded for partition -uve-topic-22-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-23-11 broker=2] Log loaded for partition -uve-topic-23-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-10-13 broker=2] Log loaded for partition -uve-topic-10-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-12-0 broker=2] Log loaded for partition -uve-topic-12-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-13-0 broker=2] Log loaded for partition -uve-topic-13-0 with initial high watermark 15 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-14-0 broker=2] Log loaded for partition -uve-topic-14-0 with initial high watermark 17 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-15-0 broker=2] Log loaded for partition -uve-topic-15-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-10-0 broker=2] Log loaded for partition -uve-topic-10-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-11-0 broker=2] Log loaded for partition -uve-topic-11-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-16-0 broker=2] Log loaded for partition -uve-topic-16-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-17-0 broker=2] Log loaded for partition -uve-topic-17-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-18-0 broker=2] Log loaded for partition -uve-topic-18-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-19-0 broker=2] Log loaded for partition -uve-topic-19-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-23-0 broker=2] Log loaded for partition -uve-topic-23-0 with initial high watermark 52 (kafka.cluster.Partition) [2026-06-08 05:52:06,875] INFO [Partition -uve-topic-10-2 broker=2] Log loaded for partition -uve-topic-10-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-24-0 broker=2] Log loaded for partition -uve-topic-24-0 with initial high watermark 102 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-11-2 broker=2] Log loaded for partition -uve-topic-11-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-25-0 broker=2] Log loaded for partition -uve-topic-25-0 with initial high watermark 78 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-12-2 broker=2] Log loaded for partition -uve-topic-12-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-26-0 broker=2] Log loaded for partition -uve-topic-26-0 with initial high watermark 113 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-13-2 broker=2] Log loaded for partition -uve-topic-13-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-20-0 broker=2] Log loaded for partition -uve-topic-20-0 with initial high watermark 83 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-21-0 broker=2] Log loaded for partition -uve-topic-21-0 with initial high watermark 106 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-22-0 broker=2] Log loaded for partition -uve-topic-22-0 with initial high watermark 110 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-18-2 broker=2] Log loaded for partition -uve-topic-18-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-19-2 broker=2] Log loaded for partition -uve-topic-19-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-27-0 broker=2] Log loaded for partition -uve-topic-27-0 with initial high watermark 134 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-14-2 broker=2] Log loaded for partition -uve-topic-14-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-28-0 broker=2] Log loaded for partition -uve-topic-28-0 with initial high watermark 154 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-15-2 broker=2] Log loaded for partition -uve-topic-15-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-29-0 broker=2] Log loaded for partition -uve-topic-29-0 with initial high watermark 109 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-16-2 broker=2] Log loaded for partition -uve-topic-16-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,876] INFO [Partition -uve-topic-17-2 broker=2] Log loaded for partition -uve-topic-17-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,883] INFO [Partition -uve-topic-11-1 broker=2] Log loaded for partition -uve-topic-11-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,922] INFO [Partition -uve-topic-12-1 broker=2] Log loaded for partition -uve-topic-12-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,922] INFO [Partition -uve-topic-13-1 broker=2] Log loaded for partition -uve-topic-13-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,922] INFO [Partition -uve-topic-14-1 broker=2] Log loaded for partition -uve-topic-14-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,922] INFO [Partition -uve-topic-10-1 broker=2] Log loaded for partition -uve-topic-10-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,922] INFO [Partition -uve-topic-19-1 broker=2] Log loaded for partition -uve-topic-19-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,923] INFO [Partition -uve-topic-15-1 broker=2] Log loaded for partition -uve-topic-15-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,923] INFO [Partition -uve-topic-16-1 broker=2] Log loaded for partition -uve-topic-16-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,923] INFO [Partition -uve-topic-17-1 broker=2] Log loaded for partition -uve-topic-17-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,923] INFO [Partition -uve-topic-18-1 broker=2] Log loaded for partition -uve-topic-18-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,923] INFO [Partition -uve-topic-21-2 broker=2] Log loaded for partition -uve-topic-21-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,923] INFO [Partition -uve-topic-22-2 broker=2] Log loaded for partition -uve-topic-22-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,923] INFO [Partition -uve-topic-23-2 broker=2] Log loaded for partition -uve-topic-23-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,923] INFO [Partition -uve-topic-10-4 broker=2] Log loaded for partition -uve-topic-10-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,923] INFO [Partition -uve-topic-24-2 broker=2] Log loaded for partition -uve-topic-24-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,923] INFO [Partition -uve-topic-11-4 broker=2] Log loaded for partition -uve-topic-11-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,923] INFO [Partition -uve-topic-20-2 broker=2] Log loaded for partition -uve-topic-20-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,924] INFO [Partition -uve-topic-29-2 broker=2] Log loaded for partition -uve-topic-29-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,924] INFO [Partition -uve-topic-16-4 broker=2] Log loaded for partition -uve-topic-16-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,924] INFO [Partition -uve-topic-17-4 broker=2] Log loaded for partition -uve-topic-17-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,924] INFO [Partition -uve-topic-18-4 broker=2] Log loaded for partition -uve-topic-18-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,924] INFO [Partition -uve-topic-19-4 broker=2] Log loaded for partition -uve-topic-19-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,924] INFO [Partition -uve-topic-25-2 broker=2] Log loaded for partition -uve-topic-25-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,924] INFO [Partition -uve-topic-12-4 broker=2] Log loaded for partition -uve-topic-12-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,924] INFO [Partition -uve-topic-26-2 broker=2] Log loaded for partition -uve-topic-26-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,924] INFO [Partition -uve-topic-13-4 broker=2] Log loaded for partition -uve-topic-13-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,924] INFO [Partition -uve-topic-27-2 broker=2] Log loaded for partition -uve-topic-27-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,924] INFO [Partition -uve-topic-14-4 broker=2] Log loaded for partition -uve-topic-14-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,929] INFO [Partition -uve-topic-28-2 broker=2] Log loaded for partition -uve-topic-28-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,929] INFO [Partition -uve-topic-15-4 broker=2] Log loaded for partition -uve-topic-15-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,929] INFO [Partition -uve-topic-22-1 broker=2] Log loaded for partition -uve-topic-22-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-23-1 broker=2] Log loaded for partition -uve-topic-23-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-10-3 broker=2] Log loaded for partition -uve-topic-10-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-24-1 broker=2] Log loaded for partition -uve-topic-24-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-11-3 broker=2] Log loaded for partition -uve-topic-11-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-25-1 broker=2] Log loaded for partition -uve-topic-25-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-12-3 broker=2] Log loaded for partition -uve-topic-12-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-20-1 broker=2] Log loaded for partition -uve-topic-20-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-21-1 broker=2] Log loaded for partition -uve-topic-21-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-17-3 broker=2] Log loaded for partition -uve-topic-17-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-18-3 broker=2] Log loaded for partition -uve-topic-18-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-19-3 broker=2] Log loaded for partition -uve-topic-19-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-26-1 broker=2] Log loaded for partition -uve-topic-26-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-13-3 broker=2] Log loaded for partition -uve-topic-13-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-27-1 broker=2] Log loaded for partition -uve-topic-27-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,930] INFO [Partition -uve-topic-14-3 broker=2] Log loaded for partition -uve-topic-14-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,931] INFO [Partition -uve-topic-28-1 broker=2] Log loaded for partition -uve-topic-28-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,931] INFO [Partition -uve-topic-15-3 broker=2] Log loaded for partition -uve-topic-15-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,931] INFO [Partition -uve-topic-29-1 broker=2] Log loaded for partition -uve-topic-29-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,931] INFO [Partition -uve-topic-16-3 broker=2] Log loaded for partition -uve-topic-16-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,931] INFO [Partition -uve-topic-20-4 broker=2] Log loaded for partition -uve-topic-20-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,932] INFO [Partition -uve-topic-21-4 broker=2] Log loaded for partition -uve-topic-21-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,932] INFO [Partition -uve-topic-22-4 broker=2] Log loaded for partition -uve-topic-22-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,932] INFO [Partition -uve-topic-19-5 broker=2] Log loaded for partition -uve-topic-19-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,932] INFO [Partition -uve-topic-27-4 broker=2] Log loaded for partition -uve-topic-27-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,932] INFO [Partition -uve-topic-14-6 broker=2] Log loaded for partition -uve-topic-14-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,932] INFO [Partition -uve-topic-28-4 broker=2] Log loaded for partition -uve-topic-28-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,932] INFO [Partition -uve-topic-15-6 broker=2] Log loaded for partition -uve-topic-15-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,932] INFO [Partition -uve-topic-29-4 broker=2] Log loaded for partition -uve-topic-29-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,932] INFO [Partition -uve-topic-16-6 broker=2] Log loaded for partition -uve-topic-16-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,932] INFO [Partition -uve-topic-17-6 broker=2] Log loaded for partition -uve-topic-17-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,935] INFO [Partition -uve-topic-23-4 broker=2] Log loaded for partition -uve-topic-23-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,936] INFO [Partition -uve-topic-10-6 broker=2] Log loaded for partition -uve-topic-10-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,936] INFO [Partition -uve-topic-24-4 broker=2] Log loaded for partition -uve-topic-24-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,955] INFO [Partition -uve-topic-11-6 broker=2] Log loaded for partition -uve-topic-11-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,955] INFO [Partition -uve-topic-25-4 broker=2] Log loaded for partition -uve-topic-25-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,955] INFO [Partition -uve-topic-12-6 broker=2] Log loaded for partition -uve-topic-12-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,955] INFO [Partition -uve-topic-26-4 broker=2] Log loaded for partition -uve-topic-26-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,955] INFO [Partition -uve-topic-13-6 broker=2] Log loaded for partition -uve-topic-13-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,955] INFO [Partition -uve-topic-20-3 broker=2] Log loaded for partition -uve-topic-20-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,956] INFO [Partition -uve-topic-21-3 broker=2] Log loaded for partition -uve-topic-21-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,956] INFO [Partition -uve-topic-22-3 broker=2] Log loaded for partition -uve-topic-22-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,956] INFO [Partition -uve-topic-23-3 broker=2] Log loaded for partition -uve-topic-23-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,956] INFO [Partition -uve-topic-10-5 broker=2] Log loaded for partition -uve-topic-10-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,956] INFO [Partition -uve-topic-28-3 broker=2] Log loaded for partition -uve-topic-28-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,970] INFO [Partition -uve-topic-15-5 broker=2] Log loaded for partition -uve-topic-15-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,970] INFO [Partition -uve-topic-29-3 broker=2] Log loaded for partition -uve-topic-29-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,974] INFO [Partition -uve-topic-16-5 broker=2] Log loaded for partition -uve-topic-16-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,977] INFO [Partition -uve-topic-17-5 broker=2] Log loaded for partition -uve-topic-17-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,983] INFO [Partition -uve-topic-18-5 broker=2] Log loaded for partition -uve-topic-18-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,999] INFO [Partition -uve-topic-24-3 broker=2] Log loaded for partition -uve-topic-24-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:06,999] INFO [Partition -uve-topic-11-5 broker=2] Log loaded for partition -uve-topic-11-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-25-3 broker=2] Log loaded for partition -uve-topic-25-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-12-5 broker=2] Log loaded for partition -uve-topic-12-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-26-3 broker=2] Log loaded for partition -uve-topic-26-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-13-5 broker=2] Log loaded for partition -uve-topic-13-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-27-3 broker=2] Log loaded for partition -uve-topic-27-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-14-5 broker=2] Log loaded for partition -uve-topic-14-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-20-21 broker=2] Log loaded for partition -uve-topic-20-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-21-21 broker=2] Log loaded for partition -uve-topic-21-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-18-22 broker=2] Log loaded for partition -uve-topic-18-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-19-22 broker=2] Log loaded for partition -uve-topic-19-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-26-21 broker=2] Log loaded for partition -uve-topic-26-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-13-23 broker=2] Log loaded for partition -uve-topic-13-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-27-21 broker=2] Log loaded for partition -uve-topic-27-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,000] INFO [Partition -uve-topic-14-23 broker=2] Log loaded for partition -uve-topic-14-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-28-21 broker=2] Log loaded for partition -uve-topic-28-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-15-23 broker=2] Log loaded for partition -uve-topic-15-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-29-21 broker=2] Log loaded for partition -uve-topic-29-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-16-23 broker=2] Log loaded for partition -uve-topic-16-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-22-21 broker=2] Log loaded for partition -uve-topic-22-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-23-21 broker=2] Log loaded for partition -uve-topic-23-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-10-23 broker=2] Log loaded for partition -uve-topic-10-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-24-21 broker=2] Log loaded for partition -uve-topic-24-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-11-23 broker=2] Log loaded for partition -uve-topic-11-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-25-21 broker=2] Log loaded for partition -uve-topic-25-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-12-23 broker=2] Log loaded for partition -uve-topic-12-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-20-20 broker=2] Log loaded for partition -uve-topic-20-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,001] INFO [Partition -uve-topic-21-20 broker=2] Log loaded for partition -uve-topic-21-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,002] INFO [Partition -uve-topic-22-20 broker=2] Log loaded for partition -uve-topic-22-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,002] INFO [Partition -uve-topic-19-21 broker=2] Log loaded for partition -uve-topic-19-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,002] INFO [Partition -uve-topic-27-20 broker=2] Log loaded for partition -uve-topic-27-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,015] INFO [Partition -uve-topic-14-22 broker=2] Log loaded for partition -uve-topic-14-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,015] INFO [Partition -uve-topic-28-20 broker=2] Log loaded for partition -uve-topic-28-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-15-22 broker=2] Log loaded for partition -uve-topic-15-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-29-20 broker=2] Log loaded for partition -uve-topic-29-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-16-22 broker=2] Log loaded for partition -uve-topic-16-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-17-22 broker=2] Log loaded for partition -uve-topic-17-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-23-20 broker=2] Log loaded for partition -uve-topic-23-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-10-22 broker=2] Log loaded for partition -uve-topic-10-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-24-20 broker=2] Log loaded for partition -uve-topic-24-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-11-22 broker=2] Log loaded for partition -uve-topic-11-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-25-20 broker=2] Log loaded for partition -uve-topic-25-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-12-22 broker=2] Log loaded for partition -uve-topic-12-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-26-20 broker=2] Log loaded for partition -uve-topic-26-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-13-22 broker=2] Log loaded for partition -uve-topic-13-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-29-22 broker=2] Log loaded for partition -uve-topic-29-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,016] INFO [Partition -uve-topic-16-24 broker=2] Log loaded for partition -uve-topic-16-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,037] INFO [Partition -uve-topic-17-24 broker=2] Log loaded for partition -uve-topic-17-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,037] INFO [Partition -uve-topic-18-24 broker=2] Log loaded for partition -uve-topic-18-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,037] INFO [Partition -uve-topic-19-24 broker=2] Log loaded for partition -uve-topic-19-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,037] INFO [Partition -uve-topic-24-23 broker=2] Log loaded for partition -uve-topic-24-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,037] INFO [Partition -uve-topic-11-25 broker=2] Log loaded for partition -uve-topic-11-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,037] INFO [Partition -uve-topic-25-23 broker=2] Log loaded for partition -uve-topic-25-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-12-25 broker=2] Log loaded for partition -uve-topic-12-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-26-23 broker=2] Log loaded for partition -uve-topic-26-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-13-25 broker=2] Log loaded for partition -uve-topic-13-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-27-23 broker=2] Log loaded for partition -uve-topic-27-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-14-25 broker=2] Log loaded for partition -uve-topic-14-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-20-23 broker=2] Log loaded for partition -uve-topic-20-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-21-23 broker=2] Log loaded for partition -uve-topic-21-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-22-23 broker=2] Log loaded for partition -uve-topic-22-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-23-23 broker=2] Log loaded for partition -uve-topic-23-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-10-25 broker=2] Log loaded for partition -uve-topic-10-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-20-22 broker=2] Log loaded for partition -uve-topic-20-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-17-23 broker=2] Log loaded for partition -uve-topic-17-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-18-23 broker=2] Log loaded for partition -uve-topic-18-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-19-23 broker=2] Log loaded for partition -uve-topic-19-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-25-22 broker=2] Log loaded for partition -uve-topic-25-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,038] INFO [Partition -uve-topic-12-24 broker=2] Log loaded for partition -uve-topic-12-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,039] INFO [Partition -uve-topic-26-22 broker=2] Log loaded for partition -uve-topic-26-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,039] INFO [Partition -uve-topic-13-24 broker=2] Log loaded for partition -uve-topic-13-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,039] INFO [Partition -uve-topic-27-22 broker=2] Log loaded for partition -uve-topic-27-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,039] INFO [Partition -uve-topic-14-24 broker=2] Log loaded for partition -uve-topic-14-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,039] INFO [Partition -uve-topic-28-22 broker=2] Log loaded for partition -uve-topic-28-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,040] INFO [Partition -uve-topic-15-24 broker=2] Log loaded for partition -uve-topic-15-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,040] INFO [Partition -uve-topic-21-22 broker=2] Log loaded for partition -uve-topic-21-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,040] INFO [Partition -uve-topic-22-22 broker=2] Log loaded for partition -uve-topic-22-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,040] INFO [Partition -uve-topic-23-22 broker=2] Log loaded for partition -uve-topic-23-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,043] INFO [Partition -uve-topic-10-24 broker=2] Log loaded for partition -uve-topic-10-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,043] INFO [Partition -uve-topic-24-22 broker=2] Log loaded for partition -uve-topic-24-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,043] INFO [Partition -uve-topic-11-24 broker=2] Log loaded for partition -uve-topic-11-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,057] INFO [Partition -uve-topic-18-26 broker=2] Log loaded for partition -uve-topic-18-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,057] INFO [Partition -uve-topic-19-26 broker=2] Log loaded for partition -uve-topic-19-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,057] INFO [Partition -uve-topic-27-24 broker=2] Log loaded for partition -uve-topic-27-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,057] INFO [Partition -uve-topic-14-26 broker=2] Log loaded for partition -uve-topic-14-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,057] INFO [Partition -uve-topic-28-24 broker=2] Log loaded for partition -uve-topic-28-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,057] INFO [Partition -uve-topic-15-26 broker=2] Log loaded for partition -uve-topic-15-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,057] INFO [Partition -uve-topic-29-24 broker=2] Log loaded for partition -uve-topic-29-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-16-26 broker=2] Log loaded for partition -uve-topic-16-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-17-26 broker=2] Log loaded for partition -uve-topic-17-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-22-25 broker=2] Log loaded for partition -uve-topic-22-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-23-25 broker=2] Log loaded for partition -uve-topic-23-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-10-27 broker=2] Log loaded for partition -uve-topic-10-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-24-25 broker=2] Log loaded for partition -uve-topic-24-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-11-27 broker=2] Log loaded for partition -uve-topic-11-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-25-25 broker=2] Log loaded for partition -uve-topic-25-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-12-27 broker=2] Log loaded for partition -uve-topic-12-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-20-25 broker=2] Log loaded for partition -uve-topic-20-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-21-25 broker=2] Log loaded for partition -uve-topic-21-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-19-25 broker=2] Log loaded for partition -uve-topic-19-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-28-23 broker=2] Log loaded for partition -uve-topic-28-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-15-25 broker=2] Log loaded for partition -uve-topic-15-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,058] INFO [Partition -uve-topic-29-23 broker=2] Log loaded for partition -uve-topic-29-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,059] INFO [Partition -uve-topic-16-25 broker=2] Log loaded for partition -uve-topic-16-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,067] INFO [Partition -uve-topic-17-25 broker=2] Log loaded for partition -uve-topic-17-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,067] INFO [Partition -uve-topic-18-25 broker=2] Log loaded for partition -uve-topic-18-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,067] INFO [Partition -uve-topic-23-24 broker=2] Log loaded for partition -uve-topic-23-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,067] INFO [Partition -uve-topic-10-26 broker=2] Log loaded for partition -uve-topic-10-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,067] INFO [Partition -uve-topic-24-24 broker=2] Log loaded for partition -uve-topic-24-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,068] INFO [Partition -uve-topic-11-26 broker=2] Log loaded for partition -uve-topic-11-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,068] INFO [Partition -uve-topic-25-24 broker=2] Log loaded for partition -uve-topic-25-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,068] INFO [Partition -uve-topic-12-26 broker=2] Log loaded for partition -uve-topic-12-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,068] INFO [Partition -uve-topic-26-24 broker=2] Log loaded for partition -uve-topic-26-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,077] INFO [Partition -uve-topic-13-26 broker=2] Log loaded for partition -uve-topic-13-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,077] INFO [Partition -uve-topic-20-24 broker=2] Log loaded for partition -uve-topic-20-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,077] INFO [Partition -uve-topic-21-24 broker=2] Log loaded for partition -uve-topic-21-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,077] INFO [Partition -uve-topic-22-24 broker=2] Log loaded for partition -uve-topic-22-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,077] INFO [Partition -uve-topic-29-26 broker=2] Log loaded for partition -uve-topic-29-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,077] INFO [Partition -uve-topic-16-28 broker=2] Log loaded for partition -uve-topic-16-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,077] INFO [Partition -uve-topic-17-28 broker=2] Log loaded for partition -uve-topic-17-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,077] INFO [Partition -uve-topic-18-28 broker=2] Log loaded for partition -uve-topic-18-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,086] INFO [Partition -uve-topic-19-28 broker=2] Log loaded for partition -uve-topic-19-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,089] INFO [Partition -uve-topic-25-26 broker=2] Log loaded for partition -uve-topic-25-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,089] INFO [Partition -uve-topic-12-28 broker=2] Log loaded for partition -uve-topic-12-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,089] INFO [Partition -uve-topic-26-26 broker=2] Log loaded for partition -uve-topic-26-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,089] INFO [Partition -uve-topic-13-28 broker=2] Log loaded for partition -uve-topic-13-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,089] INFO [Partition -uve-topic-27-26 broker=2] Log loaded for partition -uve-topic-27-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,089] INFO [Partition -uve-topic-14-28 broker=2] Log loaded for partition -uve-topic-14-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-28-26 broker=2] Log loaded for partition -uve-topic-28-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-15-28 broker=2] Log loaded for partition -uve-topic-15-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-20-27 broker=2] Log loaded for partition -uve-topic-20-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-21-27 broker=2] Log loaded for partition -uve-topic-21-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-22-27 broker=2] Log loaded for partition -uve-topic-22-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-23-27 broker=2] Log loaded for partition -uve-topic-23-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-10-29 broker=2] Log loaded for partition -uve-topic-10-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-17-27 broker=2] Log loaded for partition -uve-topic-17-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-18-27 broker=2] Log loaded for partition -uve-topic-18-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-19-27 broker=2] Log loaded for partition -uve-topic-19-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-26-25 broker=2] Log loaded for partition -uve-topic-26-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-13-27 broker=2] Log loaded for partition -uve-topic-13-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-27-25 broker=2] Log loaded for partition -uve-topic-27-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-14-27 broker=2] Log loaded for partition -uve-topic-14-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-28-25 broker=2] Log loaded for partition -uve-topic-28-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-15-27 broker=2] Log loaded for partition -uve-topic-15-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-29-25 broker=2] Log loaded for partition -uve-topic-29-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,092] INFO [Partition -uve-topic-16-27 broker=2] Log loaded for partition -uve-topic-16-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,103] INFO [Partition -uve-topic-21-26 broker=2] Log loaded for partition -uve-topic-21-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,104] INFO [Partition -uve-topic-22-26 broker=2] Log loaded for partition -uve-topic-22-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,104] INFO [Partition -uve-topic-23-26 broker=2] Log loaded for partition -uve-topic-23-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,104] INFO [Partition -uve-topic-10-28 broker=2] Log loaded for partition -uve-topic-10-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,104] INFO [Partition -uve-topic-24-26 broker=2] Log loaded for partition -uve-topic-24-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,104] INFO [Partition -uve-topic-11-28 broker=2] Log loaded for partition -uve-topic-11-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,104] INFO [Partition -uve-topic-20-26 broker=2] Log loaded for partition -uve-topic-20-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,104] INFO [Partition -uve-topic-26-13 broker=2] Log loaded for partition -uve-topic-26-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,104] INFO [Partition -uve-topic-13-15 broker=2] Log loaded for partition -uve-topic-13-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,106] INFO [Partition -uve-topic-27-13 broker=2] Log loaded for partition -uve-topic-27-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,106] INFO [Partition -uve-topic-14-15 broker=2] Log loaded for partition -uve-topic-14-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,106] INFO [Partition -uve-topic-28-13 broker=2] Log loaded for partition -uve-topic-28-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,108] INFO [Partition -uve-topic-15-15 broker=2] Log loaded for partition -uve-topic-15-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,108] INFO [Partition -uve-topic-29-13 broker=2] Log loaded for partition -uve-topic-29-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-16-15 broker=2] Log loaded for partition -uve-topic-16-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-22-13 broker=2] Log loaded for partition -uve-topic-22-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-23-13 broker=2] Log loaded for partition -uve-topic-23-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-10-15 broker=2] Log loaded for partition -uve-topic-10-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-24-13 broker=2] Log loaded for partition -uve-topic-24-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-11-15 broker=2] Log loaded for partition -uve-topic-11-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-25-13 broker=2] Log loaded for partition -uve-topic-25-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-12-15 broker=2] Log loaded for partition -uve-topic-12-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-20-14 broker=2] Log loaded for partition -uve-topic-20-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-17-15 broker=2] Log loaded for partition -uve-topic-17-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-18-15 broker=2] Log loaded for partition -uve-topic-18-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-19-15 broker=2] Log loaded for partition -uve-topic-19-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-27-12 broker=2] Log loaded for partition -uve-topic-27-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-14-14 broker=2] Log loaded for partition -uve-topic-14-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-28-12 broker=2] Log loaded for partition -uve-topic-28-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-15-14 broker=2] Log loaded for partition -uve-topic-15-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-29-12 broker=2] Log loaded for partition -uve-topic-29-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-16-14 broker=2] Log loaded for partition -uve-topic-16-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-17-14 broker=2] Log loaded for partition -uve-topic-17-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-23-12 broker=2] Log loaded for partition -uve-topic-23-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-10-14 broker=2] Log loaded for partition -uve-topic-10-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-24-12 broker=2] Log loaded for partition -uve-topic-24-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-11-14 broker=2] Log loaded for partition -uve-topic-11-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-25-12 broker=2] Log loaded for partition -uve-topic-25-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,111] INFO [Partition -uve-topic-12-14 broker=2] Log loaded for partition -uve-topic-12-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,112] INFO [Partition -uve-topic-26-12 broker=2] Log loaded for partition -uve-topic-26-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,112] INFO [Partition -uve-topic-13-14 broker=2] Log loaded for partition -uve-topic-13-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,112] INFO [Partition -uve-topic-20-13 broker=2] Log loaded for partition -uve-topic-20-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,112] INFO [Partition -uve-topic-21-13 broker=2] Log loaded for partition -uve-topic-21-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,112] INFO [Partition -uve-topic-18-14 broker=2] Log loaded for partition -uve-topic-18-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,112] INFO [Partition -uve-topic-19-14 broker=2] Log loaded for partition -uve-topic-19-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,112] INFO [Partition -uve-topic-24-15 broker=2] Log loaded for partition -uve-topic-24-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,112] INFO [Partition -uve-topic-11-17 broker=2] Log loaded for partition -uve-topic-11-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,112] INFO [Partition -uve-topic-25-15 broker=2] Log loaded for partition -uve-topic-25-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,112] INFO [Partition -uve-topic-12-17 broker=2] Log loaded for partition -uve-topic-12-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,112] INFO [Partition -uve-topic-26-15 broker=2] Log loaded for partition -uve-topic-26-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,129] INFO [Partition -uve-topic-13-17 broker=2] Log loaded for partition -uve-topic-13-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,129] INFO [Partition -uve-topic-27-15 broker=2] Log loaded for partition -uve-topic-27-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,129] INFO [Partition -uve-topic-14-17 broker=2] Log loaded for partition -uve-topic-14-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,129] INFO [Partition -uve-topic-20-15 broker=2] Log loaded for partition -uve-topic-20-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,130] INFO [Partition -uve-topic-21-15 broker=2] Log loaded for partition -uve-topic-21-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,133] INFO [Partition -uve-topic-22-15 broker=2] Log loaded for partition -uve-topic-22-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,133] INFO [Partition -uve-topic-23-15 broker=2] Log loaded for partition -uve-topic-23-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,133] INFO [Partition -uve-topic-10-17 broker=2] Log loaded for partition -uve-topic-10-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,133] INFO [Partition -uve-topic-19-17 broker=2] Log loaded for partition -uve-topic-19-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,133] INFO [Partition -uve-topic-28-15 broker=2] Log loaded for partition -uve-topic-28-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,133] INFO [Partition -uve-topic-15-17 broker=2] Log loaded for partition -uve-topic-15-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-29-15 broker=2] Log loaded for partition -uve-topic-29-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-16-17 broker=2] Log loaded for partition -uve-topic-16-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-17-17 broker=2] Log loaded for partition -uve-topic-17-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-18-17 broker=2] Log loaded for partition -uve-topic-18-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-25-14 broker=2] Log loaded for partition -uve-topic-25-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-12-16 broker=2] Log loaded for partition -uve-topic-12-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-26-14 broker=2] Log loaded for partition -uve-topic-26-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-13-16 broker=2] Log loaded for partition -uve-topic-13-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-27-14 broker=2] Log loaded for partition -uve-topic-27-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-14-16 broker=2] Log loaded for partition -uve-topic-14-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-28-14 broker=2] Log loaded for partition -uve-topic-28-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-15-16 broker=2] Log loaded for partition -uve-topic-15-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-21-14 broker=2] Log loaded for partition -uve-topic-21-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-22-14 broker=2] Log loaded for partition -uve-topic-22-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-23-14 broker=2] Log loaded for partition -uve-topic-23-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-10-16 broker=2] Log loaded for partition -uve-topic-10-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-24-14 broker=2] Log loaded for partition -uve-topic-24-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-11-16 broker=2] Log loaded for partition -uve-topic-11-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-29-14 broker=2] Log loaded for partition -uve-topic-29-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-16-16 broker=2] Log loaded for partition -uve-topic-16-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-17-16 broker=2] Log loaded for partition -uve-topic-17-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-18-16 broker=2] Log loaded for partition -uve-topic-18-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-19-16 broker=2] Log loaded for partition -uve-topic-19-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-22-17 broker=2] Log loaded for partition -uve-topic-22-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-23-17 broker=2] Log loaded for partition -uve-topic-23-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-10-19 broker=2] Log loaded for partition -uve-topic-10-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-24-17 broker=2] Log loaded for partition -uve-topic-24-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-11-19 broker=2] Log loaded for partition -uve-topic-11-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,134] INFO [Partition -uve-topic-25-17 broker=2] Log loaded for partition -uve-topic-25-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-12-19 broker=2] Log loaded for partition -uve-topic-12-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-20-17 broker=2] Log loaded for partition -uve-topic-20-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-21-17 broker=2] Log loaded for partition -uve-topic-21-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-17-19 broker=2] Log loaded for partition -uve-topic-17-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-18-19 broker=2] Log loaded for partition -uve-topic-18-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-19-19 broker=2] Log loaded for partition -uve-topic-19-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-26-17 broker=2] Log loaded for partition -uve-topic-26-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-13-19 broker=2] Log loaded for partition -uve-topic-13-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-27-17 broker=2] Log loaded for partition -uve-topic-27-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-14-19 broker=2] Log loaded for partition -uve-topic-14-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-28-17 broker=2] Log loaded for partition -uve-topic-28-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-15-19 broker=2] Log loaded for partition -uve-topic-15-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-29-17 broker=2] Log loaded for partition -uve-topic-29-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-16-19 broker=2] Log loaded for partition -uve-topic-16-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-23-16 broker=2] Log loaded for partition -uve-topic-23-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-10-18 broker=2] Log loaded for partition -uve-topic-10-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-24-16 broker=2] Log loaded for partition -uve-topic-24-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-11-18 broker=2] Log loaded for partition -uve-topic-11-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,135] INFO [Partition -uve-topic-25-16 broker=2] Log loaded for partition -uve-topic-25-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,143] INFO [Partition -uve-topic-12-18 broker=2] Log loaded for partition -uve-topic-12-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,143] INFO [Partition -uve-topic-26-16 broker=2] Log loaded for partition -uve-topic-26-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,143] INFO [Partition -uve-topic-13-18 broker=2] Log loaded for partition -uve-topic-13-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,143] INFO [Partition -uve-topic-20-16 broker=2] Log loaded for partition -uve-topic-20-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,144] INFO [Partition -uve-topic-21-16 broker=2] Log loaded for partition -uve-topic-21-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,144] INFO [Partition -uve-topic-22-16 broker=2] Log loaded for partition -uve-topic-22-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,144] INFO [Partition -uve-topic-18-18 broker=2] Log loaded for partition -uve-topic-18-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,144] INFO [Partition -uve-topic-19-18 broker=2] Log loaded for partition -uve-topic-19-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,144] INFO [Partition -uve-topic-27-16 broker=2] Log loaded for partition -uve-topic-27-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,144] INFO [Partition -uve-topic-14-18 broker=2] Log loaded for partition -uve-topic-14-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,150] INFO [Partition -uve-topic-28-16 broker=2] Log loaded for partition -uve-topic-28-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-15-18 broker=2] Log loaded for partition -uve-topic-15-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-29-16 broker=2] Log loaded for partition -uve-topic-29-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-16-18 broker=2] Log loaded for partition -uve-topic-16-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-17-18 broker=2] Log loaded for partition -uve-topic-17-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-20-19 broker=2] Log loaded for partition -uve-topic-20-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-21-19 broker=2] Log loaded for partition -uve-topic-21-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-22-19 broker=2] Log loaded for partition -uve-topic-22-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-23-19 broker=2] Log loaded for partition -uve-topic-23-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-10-21 broker=2] Log loaded for partition -uve-topic-10-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-28-19 broker=2] Log loaded for partition -uve-topic-28-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-15-21 broker=2] Log loaded for partition -uve-topic-15-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,154] INFO [Partition -uve-topic-29-19 broker=2] Log loaded for partition -uve-topic-29-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,161] INFO [Partition -uve-topic-16-21 broker=2] Log loaded for partition -uve-topic-16-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,167] INFO [Partition -uve-topic-17-21 broker=2] Log loaded for partition -uve-topic-17-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,169] INFO [Partition -uve-topic-18-21 broker=2] Log loaded for partition -uve-topic-18-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,169] INFO [Partition -uve-topic-24-19 broker=2] Log loaded for partition -uve-topic-24-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,169] INFO [Partition -uve-topic-11-21 broker=2] Log loaded for partition -uve-topic-11-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,169] INFO [Partition -uve-topic-25-19 broker=2] Log loaded for partition -uve-topic-25-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,169] INFO [Partition -uve-topic-12-21 broker=2] Log loaded for partition -uve-topic-12-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,170] INFO [Partition -uve-topic-26-19 broker=2] Log loaded for partition -uve-topic-26-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,170] INFO [Partition -uve-topic-13-21 broker=2] Log loaded for partition -uve-topic-13-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,170] INFO [Partition -uve-topic-27-19 broker=2] Log loaded for partition -uve-topic-27-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,170] INFO [Partition -uve-topic-14-21 broker=2] Log loaded for partition -uve-topic-14-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,170] INFO [Partition -uve-topic-21-18 broker=2] Log loaded for partition -uve-topic-21-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,170] INFO [Partition -uve-topic-22-18 broker=2] Log loaded for partition -uve-topic-22-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,170] INFO [Partition -uve-topic-23-18 broker=2] Log loaded for partition -uve-topic-23-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,170] INFO [Partition -uve-topic-10-20 broker=2] Log loaded for partition -uve-topic-10-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,170] INFO [Partition -uve-topic-24-18 broker=2] Log loaded for partition -uve-topic-24-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,176] INFO [Partition -uve-topic-11-20 broker=2] Log loaded for partition -uve-topic-11-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,178] INFO [Partition -uve-topic-20-18 broker=2] Log loaded for partition -uve-topic-20-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,178] INFO [Partition -uve-topic-29-18 broker=2] Log loaded for partition -uve-topic-29-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,178] INFO [Partition -uve-topic-16-20 broker=2] Log loaded for partition -uve-topic-16-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,178] INFO [Partition -uve-topic-17-20 broker=2] Log loaded for partition -uve-topic-17-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,178] INFO [Partition -uve-topic-18-20 broker=2] Log loaded for partition -uve-topic-18-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,178] INFO [Partition -uve-topic-19-20 broker=2] Log loaded for partition -uve-topic-19-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,182] INFO [Partition -uve-topic-25-18 broker=2] Log loaded for partition -uve-topic-25-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-12-20 broker=2] Log loaded for partition -uve-topic-12-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-26-18 broker=2] Log loaded for partition -uve-topic-26-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-13-20 broker=2] Log loaded for partition -uve-topic-13-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-27-18 broker=2] Log loaded for partition -uve-topic-27-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-14-20 broker=2] Log loaded for partition -uve-topic-14-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-28-18 broker=2] Log loaded for partition -uve-topic-28-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-15-20 broker=2] Log loaded for partition -uve-topic-15-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-7-4 broker=2] Log loaded for partition -uve-topic-7-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-8-4 broker=2] Log loaded for partition -uve-topic-8-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-5-4 broker=2] Log loaded for partition -uve-topic-5-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-6-4 broker=2] Log loaded for partition -uve-topic-6-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-3-4 broker=2] Log loaded for partition -uve-topic-3-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-4-4 broker=2] Log loaded for partition -uve-topic-4-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-1-4 broker=2] Log loaded for partition -uve-topic-1-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-2-4 broker=2] Log loaded for partition -uve-topic-2-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition structured_syslog_topic-8 broker=2] Log loaded for partition structured_syslog_topic-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-9-4 broker=2] Log loaded for partition -uve-topic-9-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,185] INFO [Partition -uve-topic-6-5 broker=2] Log loaded for partition -uve-topic-6-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-7-5 broker=2] Log loaded for partition -uve-topic-7-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-4-5 broker=2] Log loaded for partition -uve-topic-4-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-5-5 broker=2] Log loaded for partition -uve-topic-5-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-2-5 broker=2] Log loaded for partition -uve-topic-2-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-3-5 broker=2] Log loaded for partition -uve-topic-3-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-0-5 broker=2] Log loaded for partition -uve-topic-0-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-1-5 broker=2] Log loaded for partition -uve-topic-1-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition structured_syslog_topic-7 broker=2] Log loaded for partition structured_syslog_topic-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-8-5 broker=2] Log loaded for partition -uve-topic-8-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-9-5 broker=2] Log loaded for partition -uve-topic-9-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-5-6 broker=2] Log loaded for partition -uve-topic-5-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-6-6 broker=2] Log loaded for partition -uve-topic-6-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-3-6 broker=2] Log loaded for partition -uve-topic-3-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-4-6 broker=2] Log loaded for partition -uve-topic-4-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-1-6 broker=2] Log loaded for partition -uve-topic-1-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-2-6 broker=2] Log loaded for partition -uve-topic-2-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-0-6 broker=2] Log loaded for partition -uve-topic-0-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition structured_syslog_topic-10 broker=2] Log loaded for partition structured_syslog_topic-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-9-6 broker=2] Log loaded for partition -uve-topic-9-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-7-6 broker=2] Log loaded for partition -uve-topic-7-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-8-6 broker=2] Log loaded for partition -uve-topic-8-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-4-7 broker=2] Log loaded for partition -uve-topic-4-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-5-7 broker=2] Log loaded for partition -uve-topic-5-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-2-7 broker=2] Log loaded for partition -uve-topic-2-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-3-7 broker=2] Log loaded for partition -uve-topic-3-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-0-7 broker=2] Log loaded for partition -uve-topic-0-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-1-7 broker=2] Log loaded for partition -uve-topic-1-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition structured_syslog_topic-9 broker=2] Log loaded for partition structured_syslog_topic-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-8-7 broker=2] Log loaded for partition -uve-topic-8-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-9-7 broker=2] Log loaded for partition -uve-topic-9-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-6-7 broker=2] Log loaded for partition -uve-topic-6-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-7-7 broker=2] Log loaded for partition -uve-topic-7-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-9-0 broker=2] Log loaded for partition -uve-topic-9-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-7-0 broker=2] Log loaded for partition -uve-topic-7-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-8-0 broker=2] Log loaded for partition -uve-topic-8-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-5-0 broker=2] Log loaded for partition -uve-topic-5-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-6-0 broker=2] Log loaded for partition -uve-topic-6-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-2-1 broker=2] Log loaded for partition -uve-topic-2-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,186] INFO [Partition -uve-topic-3-1 broker=2] Log loaded for partition -uve-topic-3-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-0-1 broker=2] Log loaded for partition -uve-topic-0-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-1-1 broker=2] Log loaded for partition -uve-topic-1-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-8-1 broker=2] Log loaded for partition -uve-topic-8-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-9-1 broker=2] Log loaded for partition -uve-topic-9-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-6-1 broker=2] Log loaded for partition -uve-topic-6-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-7-1 broker=2] Log loaded for partition -uve-topic-7-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-4-1 broker=2] Log loaded for partition -uve-topic-4-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-5-1 broker=2] Log loaded for partition -uve-topic-5-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition structured_syslog_topic-11 broker=2] Log loaded for partition structured_syslog_topic-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-1-2 broker=2] Log loaded for partition -uve-topic-1-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-2-2 broker=2] Log loaded for partition -uve-topic-2-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-0-2 broker=2] Log loaded for partition -uve-topic-0-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-9-2 broker=2] Log loaded for partition -uve-topic-9-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-7-2 broker=2] Log loaded for partition -uve-topic-7-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-8-2 broker=2] Log loaded for partition -uve-topic-8-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-5-2 broker=2] Log loaded for partition -uve-topic-5-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-6-2 broker=2] Log loaded for partition -uve-topic-6-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition structured_syslog_topic-13 broker=2] Log loaded for partition structured_syslog_topic-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-3-2 broker=2] Log loaded for partition -uve-topic-3-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-4-2 broker=2] Log loaded for partition -uve-topic-4-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-0-3 broker=2] Log loaded for partition -uve-topic-0-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-1-3 broker=2] Log loaded for partition -uve-topic-1-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-8-3 broker=2] Log loaded for partition -uve-topic-8-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-9-3 broker=2] Log loaded for partition -uve-topic-9-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-6-3 broker=2] Log loaded for partition -uve-topic-6-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-7-3 broker=2] Log loaded for partition -uve-topic-7-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-4-3 broker=2] Log loaded for partition -uve-topic-4-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-5-3 broker=2] Log loaded for partition -uve-topic-5-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-2-3 broker=2] Log loaded for partition -uve-topic-2-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition structured_syslog_topic-12 broker=2] Log loaded for partition structured_syslog_topic-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-3-3 broker=2] Log loaded for partition -uve-topic-3-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-0-4 broker=2] Log loaded for partition -uve-topic-0-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-0-12 broker=2] Log loaded for partition -uve-topic-0-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition structured_syslog_topic-15 broker=2] Log loaded for partition structured_syslog_topic-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-7-12 broker=2] Log loaded for partition -uve-topic-7-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,187] INFO [Partition -uve-topic-8-12 broker=2] Log loaded for partition -uve-topic-8-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-5-12 broker=2] Log loaded for partition -uve-topic-5-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-6-12 broker=2] Log loaded for partition -uve-topic-6-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-3-12 broker=2] Log loaded for partition -uve-topic-3-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-4-12 broker=2] Log loaded for partition -uve-topic-4-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-1-12 broker=2] Log loaded for partition -uve-topic-1-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-2-12 broker=2] Log loaded for partition -uve-topic-2-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition structured_syslog_topic-14 broker=2] Log loaded for partition structured_syslog_topic-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-9-12 broker=2] Log loaded for partition -uve-topic-9-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-6-13 broker=2] Log loaded for partition -uve-topic-6-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-7-13 broker=2] Log loaded for partition -uve-topic-7-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-4-13 broker=2] Log loaded for partition -uve-topic-4-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-5-13 broker=2] Log loaded for partition -uve-topic-5-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-2-13 broker=2] Log loaded for partition -uve-topic-2-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-3-13 broker=2] Log loaded for partition -uve-topic-3-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-0-13 broker=2] Log loaded for partition -uve-topic-0-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-1-13 broker=2] Log loaded for partition -uve-topic-1-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition structured_syslog_topic-17 broker=2] Log loaded for partition structured_syslog_topic-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-8-13 broker=2] Log loaded for partition -uve-topic-8-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-9-13 broker=2] Log loaded for partition -uve-topic-9-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-5-14 broker=2] Log loaded for partition -uve-topic-5-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-6-14 broker=2] Log loaded for partition -uve-topic-6-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-3-14 broker=2] Log loaded for partition -uve-topic-3-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-4-14 broker=2] Log loaded for partition -uve-topic-4-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-1-14 broker=2] Log loaded for partition -uve-topic-1-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-2-14 broker=2] Log loaded for partition -uve-topic-2-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-0-14 broker=2] Log loaded for partition -uve-topic-0-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition structured_syslog_topic-16 broker=2] Log loaded for partition structured_syslog_topic-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-9-14 broker=2] Log loaded for partition -uve-topic-9-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-7-14 broker=2] Log loaded for partition -uve-topic-7-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-8-14 broker=2] Log loaded for partition -uve-topic-8-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-4-15 broker=2] Log loaded for partition -uve-topic-4-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-5-15 broker=2] Log loaded for partition -uve-topic-5-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-2-15 broker=2] Log loaded for partition -uve-topic-2-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-3-15 broker=2] Log loaded for partition -uve-topic-3-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-0-15 broker=2] Log loaded for partition -uve-topic-0-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-1-15 broker=2] Log loaded for partition -uve-topic-1-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition structured_syslog_topic-19 broker=2] Log loaded for partition structured_syslog_topic-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,188] INFO [Partition -uve-topic-3-8 broker=2] Log loaded for partition -uve-topic-3-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,189] INFO [Partition -uve-topic-4-8 broker=2] Log loaded for partition -uve-topic-4-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-1-8 broker=2] Log loaded for partition -uve-topic-1-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-2-8 broker=2] Log loaded for partition -uve-topic-2-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-0-8 broker=2] Log loaded for partition -uve-topic-0-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-9-8 broker=2] Log loaded for partition -uve-topic-9-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-7-8 broker=2] Log loaded for partition -uve-topic-7-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-8-8 broker=2] Log loaded for partition -uve-topic-8-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-5-8 broker=2] Log loaded for partition -uve-topic-5-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-6-8 broker=2] Log loaded for partition -uve-topic-6-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-2-9 broker=2] Log loaded for partition -uve-topic-2-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition structured_syslog_topic-18 broker=2] Log loaded for partition structured_syslog_topic-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-3-9 broker=2] Log loaded for partition -uve-topic-3-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-0-9 broker=2] Log loaded for partition -uve-topic-0-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-1-9 broker=2] Log loaded for partition -uve-topic-1-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,195] INFO [Partition -uve-topic-8-9 broker=2] Log loaded for partition -uve-topic-8-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-9-9 broker=2] Log loaded for partition -uve-topic-9-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-6-9 broker=2] Log loaded for partition -uve-topic-6-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-7-9 broker=2] Log loaded for partition -uve-topic-7-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-4-9 broker=2] Log loaded for partition -uve-topic-4-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-5-9 broker=2] Log loaded for partition -uve-topic-5-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-1-10 broker=2] Log loaded for partition -uve-topic-1-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-2-10 broker=2] Log loaded for partition -uve-topic-2-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-0-10 broker=2] Log loaded for partition -uve-topic-0-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-9-10 broker=2] Log loaded for partition -uve-topic-9-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-7-10 broker=2] Log loaded for partition -uve-topic-7-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-8-10 broker=2] Log loaded for partition -uve-topic-8-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-5-10 broker=2] Log loaded for partition -uve-topic-5-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-6-10 broker=2] Log loaded for partition -uve-topic-6-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition structured_syslog_topic-21 broker=2] Log loaded for partition structured_syslog_topic-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-3-10 broker=2] Log loaded for partition -uve-topic-3-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-4-10 broker=2] Log loaded for partition -uve-topic-4-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-0-11 broker=2] Log loaded for partition -uve-topic-0-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-1-11 broker=2] Log loaded for partition -uve-topic-1-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-8-11 broker=2] Log loaded for partition -uve-topic-8-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-9-11 broker=2] Log loaded for partition -uve-topic-9-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-6-11 broker=2] Log loaded for partition -uve-topic-6-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-7-11 broker=2] Log loaded for partition -uve-topic-7-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-4-11 broker=2] Log loaded for partition -uve-topic-4-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-5-11 broker=2] Log loaded for partition -uve-topic-5-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-2-11 broker=2] Log loaded for partition -uve-topic-2-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition structured_syslog_topic-20 broker=2] Log loaded for partition structured_syslog_topic-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-3-11 broker=2] Log loaded for partition -uve-topic-3-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-8-19 broker=2] Log loaded for partition -uve-topic-8-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-9-19 broker=2] Log loaded for partition -uve-topic-9-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-6-19 broker=2] Log loaded for partition -uve-topic-6-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-7-19 broker=2] Log loaded for partition -uve-topic-7-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-4-19 broker=2] Log loaded for partition -uve-topic-4-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-5-19 broker=2] Log loaded for partition -uve-topic-5-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-2-19 broker=2] Log loaded for partition -uve-topic-2-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-3-19 broker=2] Log loaded for partition -uve-topic-3-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-0-20 broker=2] Log loaded for partition -uve-topic-0-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,196] INFO [Partition -uve-topic-7-20 broker=2] Log loaded for partition -uve-topic-7-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,197] INFO [Partition -uve-topic-8-20 broker=2] Log loaded for partition -uve-topic-8-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,197] INFO [Partition -uve-topic-5-20 broker=2] Log loaded for partition -uve-topic-5-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,197] INFO [Partition -uve-topic-6-20 broker=2] Log loaded for partition -uve-topic-6-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,197] INFO [Partition -uve-topic-3-20 broker=2] Log loaded for partition -uve-topic-3-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,197] INFO [Partition -uve-topic-4-20 broker=2] Log loaded for partition -uve-topic-4-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,198] INFO [Partition -uve-topic-1-20 broker=2] Log loaded for partition -uve-topic-1-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,198] INFO [Partition -uve-topic-2-20 broker=2] Log loaded for partition -uve-topic-2-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,198] INFO [Partition -uve-topic-9-20 broker=2] Log loaded for partition -uve-topic-9-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,198] INFO [Partition -uve-topic-6-21 broker=2] Log loaded for partition -uve-topic-6-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,198] INFO [Partition -uve-topic-7-21 broker=2] Log loaded for partition -uve-topic-7-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,198] INFO [Partition -uve-topic-4-21 broker=2] Log loaded for partition -uve-topic-4-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,198] INFO [Partition -uve-topic-5-21 broker=2] Log loaded for partition -uve-topic-5-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,198] INFO [Partition -uve-topic-2-21 broker=2] Log loaded for partition -uve-topic-2-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,198] INFO [Partition -uve-topic-3-21 broker=2] Log loaded for partition -uve-topic-3-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-0-21 broker=2] Log loaded for partition -uve-topic-0-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-1-21 broker=2] Log loaded for partition -uve-topic-1-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-8-21 broker=2] Log loaded for partition -uve-topic-8-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-9-21 broker=2] Log loaded for partition -uve-topic-9-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-5-22 broker=2] Log loaded for partition -uve-topic-5-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-6-22 broker=2] Log loaded for partition -uve-topic-6-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-3-22 broker=2] Log loaded for partition -uve-topic-3-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-4-22 broker=2] Log loaded for partition -uve-topic-4-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-1-22 broker=2] Log loaded for partition -uve-topic-1-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-2-22 broker=2] Log loaded for partition -uve-topic-2-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-0-22 broker=2] Log loaded for partition -uve-topic-0-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-9-22 broker=2] Log loaded for partition -uve-topic-9-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,199] INFO [Partition -uve-topic-7-22 broker=2] Log loaded for partition -uve-topic-7-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-8-22 broker=2] Log loaded for partition -uve-topic-8-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-8-15 broker=2] Log loaded for partition -uve-topic-8-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-9-15 broker=2] Log loaded for partition -uve-topic-9-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-6-15 broker=2] Log loaded for partition -uve-topic-6-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-7-15 broker=2] Log loaded for partition -uve-topic-7-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-3-16 broker=2] Log loaded for partition -uve-topic-3-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-4-16 broker=2] Log loaded for partition -uve-topic-4-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-1-16 broker=2] Log loaded for partition -uve-topic-1-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-2-16 broker=2] Log loaded for partition -uve-topic-2-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-0-16 broker=2] Log loaded for partition -uve-topic-0-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-9-16 broker=2] Log loaded for partition -uve-topic-9-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-7-16 broker=2] Log loaded for partition -uve-topic-7-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,202] INFO [Partition -uve-topic-8-16 broker=2] Log loaded for partition -uve-topic-8-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-5-16 broker=2] Log loaded for partition -uve-topic-5-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-6-16 broker=2] Log loaded for partition -uve-topic-6-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-2-17 broker=2] Log loaded for partition -uve-topic-2-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-3-17 broker=2] Log loaded for partition -uve-topic-3-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-0-17 broker=2] Log loaded for partition -uve-topic-0-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-1-17 broker=2] Log loaded for partition -uve-topic-1-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-8-17 broker=2] Log loaded for partition -uve-topic-8-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-9-17 broker=2] Log loaded for partition -uve-topic-9-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-6-17 broker=2] Log loaded for partition -uve-topic-6-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-7-17 broker=2] Log loaded for partition -uve-topic-7-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-4-17 broker=2] Log loaded for partition -uve-topic-4-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-5-17 broker=2] Log loaded for partition -uve-topic-5-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-1-18 broker=2] Log loaded for partition -uve-topic-1-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-2-18 broker=2] Log loaded for partition -uve-topic-2-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-0-18 broker=2] Log loaded for partition -uve-topic-0-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-9-18 broker=2] Log loaded for partition -uve-topic-9-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-7-18 broker=2] Log loaded for partition -uve-topic-7-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,203] INFO [Partition -uve-topic-8-18 broker=2] Log loaded for partition -uve-topic-8-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-5-18 broker=2] Log loaded for partition -uve-topic-5-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-6-18 broker=2] Log loaded for partition -uve-topic-6-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-3-18 broker=2] Log loaded for partition -uve-topic-3-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-4-18 broker=2] Log loaded for partition -uve-topic-4-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-0-19 broker=2] Log loaded for partition -uve-topic-0-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-1-19 broker=2] Log loaded for partition -uve-topic-1-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-0-27 broker=2] Log loaded for partition -uve-topic-0-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-1-27 broker=2] Log loaded for partition -uve-topic-1-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition structured_syslog_topic-0 broker=2] Log loaded for partition structured_syslog_topic-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-8-27 broker=2] Log loaded for partition -uve-topic-8-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-9-27 broker=2] Log loaded for partition -uve-topic-9-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-6-27 broker=2] Log loaded for partition -uve-topic-6-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-7-27 broker=2] Log loaded for partition -uve-topic-7-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-4-27 broker=2] Log loaded for partition -uve-topic-4-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-5-27 broker=2] Log loaded for partition -uve-topic-5-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-2-27 broker=2] Log loaded for partition -uve-topic-2-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-3-27 broker=2] Log loaded for partition -uve-topic-3-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-0-28 broker=2] Log loaded for partition -uve-topic-0-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-7-28 broker=2] Log loaded for partition -uve-topic-7-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-8-28 broker=2] Log loaded for partition -uve-topic-8-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-5-28 broker=2] Log loaded for partition -uve-topic-5-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-6-28 broker=2] Log loaded for partition -uve-topic-6-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-3-28 broker=2] Log loaded for partition -uve-topic-3-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,207] INFO [Partition -uve-topic-4-28 broker=2] Log loaded for partition -uve-topic-4-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-1-28 broker=2] Log loaded for partition -uve-topic-1-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-2-28 broker=2] Log loaded for partition -uve-topic-2-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition structured_syslog_topic-2 broker=2] Log loaded for partition structured_syslog_topic-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-9-28 broker=2] Log loaded for partition -uve-topic-9-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-6-29 broker=2] Log loaded for partition -uve-topic-6-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-7-29 broker=2] Log loaded for partition -uve-topic-7-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-4-29 broker=2] Log loaded for partition -uve-topic-4-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-5-29 broker=2] Log loaded for partition -uve-topic-5-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-2-29 broker=2] Log loaded for partition -uve-topic-2-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-3-29 broker=2] Log loaded for partition -uve-topic-3-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-0-29 broker=2] Log loaded for partition -uve-topic-0-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-1-29 broker=2] Log loaded for partition -uve-topic-1-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition structured_syslog_topic-1 broker=2] Log loaded for partition structured_syslog_topic-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-8-29 broker=2] Log loaded for partition -uve-topic-8-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-9-29 broker=2] Log loaded for partition -uve-topic-9-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-4-23 broker=2] Log loaded for partition -uve-topic-4-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-5-23 broker=2] Log loaded for partition -uve-topic-5-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-2-23 broker=2] Log loaded for partition -uve-topic-2-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-3-23 broker=2] Log loaded for partition -uve-topic-3-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-0-23 broker=2] Log loaded for partition -uve-topic-0-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-1-23 broker=2] Log loaded for partition -uve-topic-1-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-8-23 broker=2] Log loaded for partition -uve-topic-8-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-9-23 broker=2] Log loaded for partition -uve-topic-9-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-6-23 broker=2] Log loaded for partition -uve-topic-6-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition structured_syslog_topic-4 broker=2] Log loaded for partition structured_syslog_topic-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-7-23 broker=2] Log loaded for partition -uve-topic-7-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition structured_syslog_topic-3 broker=2] Log loaded for partition structured_syslog_topic-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-3-24 broker=2] Log loaded for partition -uve-topic-3-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-4-24 broker=2] Log loaded for partition -uve-topic-4-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-1-24 broker=2] Log loaded for partition -uve-topic-1-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-2-24 broker=2] Log loaded for partition -uve-topic-2-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-0-24 broker=2] Log loaded for partition -uve-topic-0-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-9-24 broker=2] Log loaded for partition -uve-topic-9-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-7-24 broker=2] Log loaded for partition -uve-topic-7-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-8-24 broker=2] Log loaded for partition -uve-topic-8-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,208] INFO [Partition -uve-topic-5-24 broker=2] Log loaded for partition -uve-topic-5-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-6-24 broker=2] Log loaded for partition -uve-topic-6-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-2-25 broker=2] Log loaded for partition -uve-topic-2-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-3-25 broker=2] Log loaded for partition -uve-topic-3-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-0-25 broker=2] Log loaded for partition -uve-topic-0-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-1-25 broker=2] Log loaded for partition -uve-topic-1-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-8-25 broker=2] Log loaded for partition -uve-topic-8-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-9-25 broker=2] Log loaded for partition -uve-topic-9-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-6-25 broker=2] Log loaded for partition -uve-topic-6-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition structured_syslog_topic-6 broker=2] Log loaded for partition structured_syslog_topic-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-7-25 broker=2] Log loaded for partition -uve-topic-7-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-4-25 broker=2] Log loaded for partition -uve-topic-4-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-5-25 broker=2] Log loaded for partition -uve-topic-5-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-1-26 broker=2] Log loaded for partition -uve-topic-1-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-2-26 broker=2] Log loaded for partition -uve-topic-2-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-0-26 broker=2] Log loaded for partition -uve-topic-0-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-9-26 broker=2] Log loaded for partition -uve-topic-9-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-7-26 broker=2] Log loaded for partition -uve-topic-7-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-8-26 broker=2] Log loaded for partition -uve-topic-8-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-5-26 broker=2] Log loaded for partition -uve-topic-5-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-6-26 broker=2] Log loaded for partition -uve-topic-6-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition structured_syslog_topic-5 broker=2] Log loaded for partition structured_syslog_topic-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-3-26 broker=2] Log loaded for partition -uve-topic-3-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-4-26 broker=2] Log loaded for partition -uve-topic-4-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-27-28 broker=2] Log loaded for partition -uve-topic-27-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,209] INFO [Partition -uve-topic-28-28 broker=2] Log loaded for partition -uve-topic-28-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-29-28 broker=2] Log loaded for partition -uve-topic-29-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-23-28 broker=2] Log loaded for partition -uve-topic-23-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-24-28 broker=2] Log loaded for partition -uve-topic-24-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-25-28 broker=2] Log loaded for partition -uve-topic-25-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-26-28 broker=2] Log loaded for partition -uve-topic-26-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-20-29 broker=2] Log loaded for partition -uve-topic-20-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-21-29 broker=2] Log loaded for partition -uve-topic-21-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-28-27 broker=2] Log loaded for partition -uve-topic-28-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-15-29 broker=2] Log loaded for partition -uve-topic-15-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-29-27 broker=2] Log loaded for partition -uve-topic-29-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-16-29 broker=2] Log loaded for partition -uve-topic-16-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,212] INFO [Partition -uve-topic-17-29 broker=2] Log loaded for partition -uve-topic-17-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-18-29 broker=2] Log loaded for partition -uve-topic-18-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-24-27 broker=2] Log loaded for partition -uve-topic-24-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-11-29 broker=2] Log loaded for partition -uve-topic-11-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-25-27 broker=2] Log loaded for partition -uve-topic-25-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-12-29 broker=2] Log loaded for partition -uve-topic-12-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-26-27 broker=2] Log loaded for partition -uve-topic-26-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-13-29 broker=2] Log loaded for partition -uve-topic-13-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-27-27 broker=2] Log loaded for partition -uve-topic-27-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-14-29 broker=2] Log loaded for partition -uve-topic-14-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-20-28 broker=2] Log loaded for partition -uve-topic-20-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-21-28 broker=2] Log loaded for partition -uve-topic-21-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-22-28 broker=2] Log loaded for partition -uve-topic-22-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-19-29 broker=2] Log loaded for partition -uve-topic-19-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-26-29 broker=2] Log loaded for partition -uve-topic-26-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-27-29 broker=2] Log loaded for partition -uve-topic-27-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-28-29 broker=2] Log loaded for partition -uve-topic-28-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-29-29 broker=2] Log loaded for partition -uve-topic-29-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-22-29 broker=2] Log loaded for partition -uve-topic-22-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-23-29 broker=2] Log loaded for partition -uve-topic-23-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-24-29 broker=2] Log loaded for partition -uve-topic-24-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-25-29 broker=2] Log loaded for partition -uve-topic-25-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition structured_syslog_topic-23 broker=2] Log loaded for partition structured_syslog_topic-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition structured_syslog_topic-22 broker=2] Log loaded for partition structured_syslog_topic-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition structured_syslog_topic-25 broker=2] Log loaded for partition structured_syslog_topic-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition structured_syslog_topic-24 broker=2] Log loaded for partition structured_syslog_topic-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition structured_syslog_topic-27 broker=2] Log loaded for partition structured_syslog_topic-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition structured_syslog_topic-26 broker=2] Log loaded for partition structured_syslog_topic-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition structured_syslog_topic-28 broker=2] Log loaded for partition structured_syslog_topic-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition structured_syslog_topic-29 broker=2] Log loaded for partition structured_syslog_topic-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-3-0 broker=2] Log loaded for partition -uve-topic-3-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-4-0 broker=2] Log loaded for partition -uve-topic-4-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-1-0 broker=2] Log loaded for partition -uve-topic-1-0 with initial high watermark 44 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-2-0 broker=2] Log loaded for partition -uve-topic-2-0 with initial high watermark 51 (kafka.cluster.Partition) [2026-06-08 05:52:07,213] INFO [Partition -uve-topic-0-0 broker=2] Log loaded for partition -uve-topic-0-0 with initial high watermark 794 (kafka.cluster.Partition) [2026-06-08 05:52:07,215] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-8-5, -uve-topic-9-5, -uve-topic-0-6, structured_syslog_topic-7, -uve-topic-7-6, -uve-topic-8-6, -uve-topic-5-6, -uve-topic-6-6, -uve-topic-3-6, -uve-topic-4-6, -uve-topic-1-6, -uve-topic-2-6, -uve-topic-9-6, -uve-topic-0-7, -uve-topic-1-7, -uve-topic-8-7, structured_syslog_topic-8, -uve-topic-9-7, -uve-topic-6-7, -uve-topic-7-7, -uve-topic-4-7, -uve-topic-5-7, -uve-topic-2-7, -uve-topic-3-7, -uve-topic-8-3, -uve-topic-9-3, -uve-topic-6-3, -uve-topic-7-3, -uve-topic-5-4, -uve-topic-6-4, structured_syslog_topic-9, -uve-topic-3-4, -uve-topic-4-4, -uve-topic-1-4, -uve-topic-2-4, -uve-topic-0-4, -uve-topic-9-4, -uve-topic-7-4, -uve-topic-8-4, -uve-topic-6-5, -uve-topic-7-5, -uve-topic-4-5, structured_syslog_topic-10, -uve-topic-5-5, -uve-topic-2-5, -uve-topic-3-5, -uve-topic-0-5, -uve-topic-1-5, -uve-topic-3-10, -uve-topic-4-10, -uve-topic-1-10, -uve-topic-2-10, -uve-topic-0-10, -uve-topic-9-10, structured_syslog_topic-11, -uve-topic-7-10, -uve-topic-8-10, -uve-topic-5-10, -uve-topic-6-10, -uve-topic-4-11, -uve-topic-5-11, -uve-topic-2-11, -uve-topic-3-11, -uve-topic-0-11, -uve-topic-1-11, -uve-topic-8-11, structured_syslog_topic-12, -uve-topic-9-11, -uve-topic-6-11, -uve-topic-7-11, -uve-topic-1-8, -uve-topic-2-8, -uve-topic-0-8, -uve-topic-9-8, -uve-topic-7-8, -uve-topic-8-8, -uve-topic-5-8, -uve-topic-6-8, structured_syslog_topic-13, -uve-topic-3-8, -uve-topic-4-8, -uve-topic-2-9, -uve-topic-3-9, -uve-topic-0-9, -uve-topic-1-9, -uve-topic-8-9, -uve-topic-9-9, -uve-topic-6-9, -uve-topic-7-9, -uve-topic-4-9, structured_syslog_topic-14, -uve-topic-5-9, -uve-topic-0-14, -uve-topic-7-14, -uve-topic-8-14, -uve-topic-5-14, -uve-topic-6-14, -uve-topic-3-14, -uve-topic-4-14, -uve-topic-1-14, -uve-topic-2-14, -uve-topic-9-14, structured_syslog_topic-0, -uve-topic-0-15, -uve-topic-1-15, -uve-topic-8-15, -uve-topic-9-15, -uve-topic-6-15, -uve-topic-7-15, -uve-topic-4-15, -uve-topic-5-15, -uve-topic-2-15, -uve-topic-3-15, structured_syslog_topic-1, -uve-topic-5-12, -uve-topic-6-12, -uve-topic-3-12, -uve-topic-4-12, -uve-topic-1-12, -uve-topic-2-12, -uve-topic-0-12, -uve-topic-9-12, -uve-topic-7-12, -uve-topic-8-12, structured_syslog_topic-2, -uve-topic-6-13, -uve-topic-7-13, -uve-topic-4-13, -uve-topic-5-13, -uve-topic-2-13, -uve-topic-3-13, -uve-topic-0-13, -uve-topic-1-13, -uve-topic-8-13, -uve-topic-9-13, structured_syslog_topic-3, -uve-topic-3-18, -uve-topic-4-18, -uve-topic-1-18, -uve-topic-2-18, -uve-topic-0-18, -uve-topic-9-18, -uve-topic-7-18, -uve-topic-8-18, -uve-topic-5-18, -uve-topic-6-18, structured_syslog_topic-4, -uve-topic-4-19, -uve-topic-5-19, -uve-topic-2-19, -uve-topic-3-19, -uve-topic-0-19, -uve-topic-1-19, -uve-topic-8-19, -uve-topic-9-19, -uve-topic-6-19, -uve-topic-7-19, structured_syslog_topic-5, -uve-topic-1-16, -uve-topic-2-16, -uve-topic-0-16, -uve-topic-9-16, -uve-topic-7-16, -uve-topic-8-16, -uve-topic-5-16, -uve-topic-6-16, -uve-topic-3-16, -uve-topic-4-16, structured_syslog_topic-6, -uve-topic-2-17, -uve-topic-3-17, -uve-topic-0-17, -uve-topic-1-17, -uve-topic-8-17, -uve-topic-9-17, -uve-topic-6-17, -uve-topic-7-17, -uve-topic-4-17, -uve-topic-5-17, -uve-topic-20-23, -uve-topic-10-24, structured_syslog_topic-24, -uve-topic-21-23, -uve-topic-11-24, -uve-topic-22-23, -uve-topic-12-24, -uve-topic-23-23, -uve-topic-13-24, -uve-topic-17-23, -uve-topic-27-22, -uve-topic-18-23, -uve-topic-28-22, -uve-topic-29-22, -uve-topic-19-23, -uve-topic-13-23, -uve-topic-23-22, -uve-topic-14-23, -uve-topic-24-22, -uve-topic-15-23, -uve-topic-25-22, -uve-topic-16-23, -uve-topic-26-22, -uve-topic-11-25, -uve-topic-21-24, -uve-topic-12-25, -uve-topic-22-24, structured_syslog_topic-25, -uve-topic-13-25, -uve-topic-23-24, -uve-topic-14-25, -uve-topic-24-24, -uve-topic-10-25, -uve-topic-20-24, -uve-topic-18-24, -uve-topic-28-23, -uve-topic-19-24, -uve-topic-29-23, -uve-topic-24-23, -uve-topic-14-24, -uve-topic-25-23, -uve-topic-15-24, -uve-topic-16-24, -uve-topic-26-23, -uve-topic-17-24, -uve-topic-27-23, -uve-topic-22-25, -uve-topic-12-26, -uve-topic-23-25, -uve-topic-13-26, -uve-topic-14-26, -uve-topic-24-25, structured_syslog_topic-26, -uve-topic-15-26, -uve-topic-25-25, -uve-topic-20-25, -uve-topic-10-26, -uve-topic-21-25, -uve-topic-11-26, -uve-topic-29-24, -uve-topic-19-25, -uve-topic-15-25, -uve-topic-25-24, -uve-topic-16-25, -uve-topic-26-24, -uve-topic-27-24, -uve-topic-17-25, -uve-topic-28-24, -uve-topic-18-25, -uve-topic-13-27, -uve-topic-23-26, -uve-topic-14-27, -uve-topic-24-26, -uve-topic-25-26, -uve-topic-15-27, -uve-topic-26-26, -uve-topic-16-27, structured_syslog_topic-27, -uve-topic-10-27, -uve-topic-20-26, -uve-topic-11-27, -uve-topic-21-26, -uve-topic-12-27, -uve-topic-22-26, -uve-topic-16-26, -uve-topic-26-25, -uve-topic-17-26, -uve-topic-27-25, -uve-topic-18-26, -uve-topic-28-25, -uve-topic-19-26, -uve-topic-29-25, structured_syslog_topic-28, -uve-topic-13-19, -uve-topic-23-18, -uve-topic-14-19, -uve-topic-24-18, -uve-topic-15-19, -uve-topic-25-18, -uve-topic-16-19, -uve-topic-26-18, -uve-topic-10-19, -uve-topic-20-18, -uve-topic-11-19, -uve-topic-21-18, -uve-topic-12-19, -uve-topic-22-18, -uve-topic-17-19, -uve-topic-27-18, -uve-topic-18-19, -uve-topic-28-18, -uve-topic-19-19, -uve-topic-29-18, -uve-topic-20-20, -uve-topic-10-21, structured_syslog_topic-29, -uve-topic-24-19, -uve-topic-14-20, -uve-topic-25-19, -uve-topic-15-20, -uve-topic-26-19, -uve-topic-16-20, -uve-topic-27-19, -uve-topic-17-20, -uve-topic-20-19, -uve-topic-10-20, -uve-topic-21-19, -uve-topic-11-20, -uve-topic-22-19, -uve-topic-12-20, -uve-topic-23-19, -uve-topic-13-20, -uve-topic-28-19, -uve-topic-18-20, -uve-topic-29-19, -uve-topic-19-20, -uve-topic-20-21, -uve-topic-10-22, -uve-topic-21-21, -uve-topic-11-22, -uve-topic-25-20, -uve-topic-15-21, -uve-topic-26-20, -uve-topic-16-21, -uve-topic-27-20, -uve-topic-17-21, -uve-topic-28-20, -uve-topic-18-21, -uve-topic-21-20, -uve-topic-11-21, -uve-topic-22-20, -uve-topic-12-21, -uve-topic-23-20, -uve-topic-13-21, -uve-topic-24-20, -uve-topic-14-21, -uve-topic-19-21, -uve-topic-29-20, -uve-topic-10-23, -uve-topic-20-22, -uve-topic-11-23, -uve-topic-21-22, -uve-topic-12-23, -uve-topic-22-22, -uve-topic-26-21, -uve-topic-16-22, -uve-topic-27-21, -uve-topic-17-22, -uve-topic-18-22, -uve-topic-28-21, -uve-topic-19-22, -uve-topic-29-21, -uve-topic-22-21, -uve-topic-12-22, -uve-topic-23-21, -uve-topic-13-22, -uve-topic-24-21, -uve-topic-14-22, -uve-topic-25-21, -uve-topic-15-22, structured_syslog_topic-15, structured_syslog_topic-16, structured_syslog_topic-17, structured_syslog_topic-18, -uve-topic-8-1, -uve-topic-9-1, -uve-topic-6-1, -uve-topic-7-1, -uve-topic-4-1, -uve-topic-5-1, -uve-topic-14-28, -uve-topic-24-27, -uve-topic-15-28, -uve-topic-25-27, -uve-topic-16-28, -uve-topic-26-27, -uve-topic-17-28, -uve-topic-27-27, -uve-topic-20-27, -uve-topic-10-28, -uve-topic-21-27, -uve-topic-11-28, -uve-topic-12-28, -uve-topic-22-27, -uve-topic-13-28, -uve-topic-23-27, structured_syslog_topic-19, -uve-topic-27-26, -uve-topic-17-27, -uve-topic-28-26, -uve-topic-18-27, -uve-topic-29-26, -uve-topic-19-27, -uve-topic-3-2, -uve-topic-4-2, -uve-topic-1-2, -uve-topic-2-2, -uve-topic-0-2, -uve-topic-9-2, -uve-topic-10-29, -uve-topic-20-28, -uve-topic-7-2, -uve-topic-8-2, -uve-topic-5-2, -uve-topic-6-2, -uve-topic-25-28, -uve-topic-15-29, -uve-topic-26-28, -uve-topic-16-29, -uve-topic-27-28, -uve-topic-17-29, -uve-topic-28-28, -uve-topic-18-29, -uve-topic-11-29, -uve-topic-21-28, -uve-topic-12-29, -uve-topic-22-28, -uve-topic-23-28, -uve-topic-13-29, -uve-topic-24-28, -uve-topic-14-29, -uve-topic-18-28, -uve-topic-28-27, structured_syslog_topic-20, -uve-topic-19-28, -uve-topic-29-27, -uve-topic-4-3, -uve-topic-5-3, -uve-topic-2-3, -uve-topic-3-3, -uve-topic-0-3, -uve-topic-1-3, -uve-topic-20-29, -uve-topic-21-29, -uve-topic-26-29, -uve-topic-27-29, -uve-topic-28-29, -uve-topic-29-29, -uve-topic-22-29, -uve-topic-23-29, -uve-topic-24-29, -uve-topic-25-29, -uve-topic-29-28, -uve-topic-19-29, structured_syslog_topic-21, -uve-topic-1-0, -uve-topic-2-0, -uve-topic-0-0, -uve-topic-9-0, -uve-topic-7-0, -uve-topic-8-0, -uve-topic-5-0, -uve-topic-6-0, -uve-topic-3-0, -uve-topic-4-0, structured_syslog_topic-23, structured_syslog_topic-22, -uve-topic-2-1, -uve-topic-3-1, -uve-topic-0-1, -uve-topic-1-1, -uve-topic-17-7, -uve-topic-27-6, -uve-topic-18-7, -uve-topic-28-6, -uve-topic-19-7, -uve-topic-29-6, -uve-topic-23-6, -uve-topic-13-7, -uve-topic-24-6, -uve-topic-14-7, -uve-topic-25-6, -uve-topic-15-7, -uve-topic-26-6, -uve-topic-16-7, -uve-topic-20-6, -uve-topic-10-7, -uve-topic-21-6, -uve-topic-11-7, -uve-topic-22-6, -uve-topic-12-7, -uve-topic-28-7, -uve-topic-18-8, -uve-topic-29-7, -uve-topic-19-8, -uve-topic-14-8, -uve-topic-24-7, -uve-topic-15-8, -uve-topic-25-7, -uve-topic-16-8, -uve-topic-26-7, -uve-topic-17-8, -uve-topic-27-7, -uve-topic-10-8, -uve-topic-20-7, -uve-topic-11-8, -uve-topic-21-7, -uve-topic-12-8, -uve-topic-22-7, -uve-topic-13-8, -uve-topic-23-7, -uve-topic-19-9, -uve-topic-29-8, -uve-topic-15-9, -uve-topic-25-8, -uve-topic-16-9, -uve-topic-26-8, -uve-topic-17-9, -uve-topic-27-8, -uve-topic-18-9, -uve-topic-28-8, -uve-topic-21-8, -uve-topic-11-9, -uve-topic-22-8, -uve-topic-12-9, -uve-topic-23-8, -uve-topic-13-9, -uve-topic-24-8, -uve-topic-14-9, -uve-topic-20-8, -uve-topic-10-9, -uve-topic-26-9, -uve-topic-16-10, -uve-topic-27-9, -uve-topic-17-10, -uve-topic-28-9, -uve-topic-18-10, -uve-topic-29-9, -uve-topic-19-10, -uve-topic-12-10, -uve-topic-22-9, -uve-topic-13-10, -uve-topic-23-9, -uve-topic-14-10, -uve-topic-24-9, -uve-topic-15-10, -uve-topic-25-9, -uve-topic-10-10, -uve-topic-20-9, -uve-topic-11-10, -uve-topic-21-9, -uve-topic-23-2, -uve-topic-13-3, -uve-topic-24-2, -uve-topic-14-3, -uve-topic-25-2, -uve-topic-15-3, -uve-topic-26-2, -uve-topic-16-3, -uve-topic-20-2, -uve-topic-10-3, -uve-topic-21-2, -uve-topic-11-3, -uve-topic-22-2, -uve-topic-12-3, -uve-topic-27-2, -uve-topic-17-3, -uve-topic-28-2, -uve-topic-18-3, -uve-topic-29-2, -uve-topic-19-3, -uve-topic-14-4, -uve-topic-24-3, -uve-topic-15-4, -uve-topic-25-3, -uve-topic-16-4, -uve-topic-26-3, -uve-topic-17-4, -uve-topic-27-3, -uve-topic-10-4, -uve-topic-20-3, -uve-topic-11-4, -uve-topic-21-3, -uve-topic-12-4, -uve-topic-22-3, -uve-topic-13-4, -uve-topic-23-3, -uve-topic-18-4, -uve-topic-28-3, -uve-topic-19-4, -uve-topic-29-3, -uve-topic-25-4, -uve-topic-15-5, -uve-topic-26-4, -uve-topic-16-5, -uve-topic-27-4, -uve-topic-17-5, -uve-topic-28-4, -uve-topic-18-5, -uve-topic-21-4, -uve-topic-11-5, -uve-topic-22-4, -uve-topic-12-5, -uve-topic-23-4, -uve-topic-13-5, -uve-topic-24-4, -uve-topic-14-5, -uve-topic-19-5, -uve-topic-29-4, -uve-topic-20-4, -uve-topic-10-5, -uve-topic-26-5, -uve-topic-16-6, -uve-topic-27-5, -uve-topic-17-6, -uve-topic-18-6, -uve-topic-28-5, -uve-topic-19-6, -uve-topic-29-5, -uve-topic-22-5, -uve-topic-12-6, -uve-topic-23-5, -uve-topic-13-6, -uve-topic-24-5, -uve-topic-14-6, -uve-topic-25-5, -uve-topic-15-6, -uve-topic-20-5, -uve-topic-10-6, -uve-topic-21-5, -uve-topic-11-6, -uve-topic-10-15, -uve-topic-20-14, -uve-topic-11-15, -uve-topic-21-14, -uve-topic-12-15, -uve-topic-22-14, -uve-topic-17-15, -uve-topic-27-14, -uve-topic-18-15, -uve-topic-28-14, -uve-topic-19-15, -uve-topic-29-14, -uve-topic-13-15, -uve-topic-23-14, -uve-topic-14-15, -uve-topic-24-14, -uve-topic-15-15, -uve-topic-25-14, -uve-topic-16-15, -uve-topic-26-14, -uve-topic-20-15, -uve-topic-10-16, -uve-topic-21-15, -uve-topic-11-16, -uve-topic-22-15, -uve-topic-12-16, -uve-topic-23-15, -uve-topic-13-16, -uve-topic-28-15, -uve-topic-18-16, -uve-topic-29-15, -uve-topic-19-16, -uve-topic-24-15, -uve-topic-14-16, -uve-topic-25-15, -uve-topic-15-16, -uve-topic-26-15, -uve-topic-16-16, -uve-topic-27-15, -uve-topic-17-16, -uve-topic-11-17, -uve-topic-21-16, -uve-topic-12-17, -uve-topic-22-16, -uve-topic-13-17, -uve-topic-23-16, -uve-topic-14-17, -uve-topic-24-16, -uve-topic-10-17, -uve-topic-20-16, -uve-topic-19-17, -uve-topic-29-16, -uve-topic-15-17, -uve-topic-25-16, -uve-topic-16-17, -uve-topic-26-16, -uve-topic-17-17, -uve-topic-27-16, -uve-topic-18-17, -uve-topic-28-16, -uve-topic-22-17, -uve-topic-12-18, -uve-topic-23-17, -uve-topic-13-18, -uve-topic-24-17, -uve-topic-14-18, -uve-topic-25-17, -uve-topic-15-18, -uve-topic-20-17, -uve-topic-10-18, -uve-topic-21-17, -uve-topic-11-18, -uve-topic-26-17, -uve-topic-16-18, -uve-topic-27-17, -uve-topic-17-18, -uve-topic-28-17, -uve-topic-18-18, -uve-topic-29-17, -uve-topic-19-18, -uve-topic-17-11, -uve-topic-27-10, -uve-topic-18-11, -uve-topic-28-10, -uve-topic-19-11, -uve-topic-29-10, -uve-topic-13-11, -uve-topic-23-10, -uve-topic-14-11, -uve-topic-24-10, -uve-topic-15-11, -uve-topic-25-10, -uve-topic-16-11, -uve-topic-26-10, -uve-topic-20-10, -uve-topic-10-11, -uve-topic-21-10, -uve-topic-11-11, -uve-topic-22-10, -uve-topic-12-11, -uve-topic-28-11, -uve-topic-18-12, -uve-topic-29-11, -uve-topic-19-12, -uve-topic-24-11, -uve-topic-14-12, -uve-topic-25-11, -uve-topic-15-12, -uve-topic-26-11, -uve-topic-16-12, -uve-topic-27-11, -uve-topic-17-12, -uve-topic-10-12, -uve-topic-20-11, -uve-topic-11-12, -uve-topic-21-11, -uve-topic-12-12, -uve-topic-22-11, -uve-topic-13-12, -uve-topic-23-11, -uve-topic-19-13, -uve-topic-29-12, -uve-topic-20-12, -uve-topic-10-13, -uve-topic-15-13, -uve-topic-25-12, -uve-topic-16-13, -uve-topic-26-12, -uve-topic-17-13, -uve-topic-27-12, -uve-topic-18-13, -uve-topic-28-12, -uve-topic-11-13, -uve-topic-21-12, -uve-topic-12-13, -uve-topic-22-12, -uve-topic-13-13, -uve-topic-23-12, -uve-topic-14-13, -uve-topic-24-12, -uve-topic-10-14, -uve-topic-20-13, -uve-topic-11-14, -uve-topic-21-13, -uve-topic-26-13, -uve-topic-16-14, -uve-topic-27-13, -uve-topic-17-14, -uve-topic-28-13, -uve-topic-18-14, -uve-topic-29-13, -uve-topic-19-14, -uve-topic-22-13, -uve-topic-12-14, -uve-topic-23-13, -uve-topic-13-14, -uve-topic-24-13, -uve-topic-14-14, -uve-topic-25-13, -uve-topic-15-14, -uve-topic-0-22, -uve-topic-7-22, -uve-topic-8-22, -uve-topic-5-22, -uve-topic-6-22, -uve-topic-3-22, -uve-topic-4-22, -uve-topic-1-22, -uve-topic-2-22, -uve-topic-9-22, -uve-topic-0-23, -uve-topic-1-23, -uve-topic-8-23, -uve-topic-9-23, -uve-topic-6-23, -uve-topic-7-23, -uve-topic-4-23, -uve-topic-5-23, -uve-topic-2-23, -uve-topic-3-23, -uve-topic-5-20, -uve-topic-6-20, -uve-topic-3-20, -uve-topic-4-20, -uve-topic-1-20, -uve-topic-2-20, -uve-topic-0-20, -uve-topic-9-20, -uve-topic-7-20, -uve-topic-8-20, -uve-topic-6-21, -uve-topic-7-21, -uve-topic-4-21, -uve-topic-5-21, -uve-topic-2-21, -uve-topic-3-21, -uve-topic-0-21, -uve-topic-1-21, -uve-topic-8-21, -uve-topic-9-21, -uve-topic-3-26, -uve-topic-4-26, -uve-topic-1-26, -uve-topic-2-26, -uve-topic-0-26, -uve-topic-9-26, -uve-topic-7-26, -uve-topic-8-26, -uve-topic-5-26, -uve-topic-6-26, -uve-topic-4-27, -uve-topic-5-27, -uve-topic-2-27, -uve-topic-3-27, -uve-topic-0-27, -uve-topic-1-27, -uve-topic-8-27, -uve-topic-9-27, -uve-topic-6-27, -uve-topic-7-27, -uve-topic-1-24, -uve-topic-2-24, -uve-topic-0-24, -uve-topic-9-24, -uve-topic-7-24, -uve-topic-8-24, -uve-topic-5-24, -uve-topic-6-24, -uve-topic-3-24, -uve-topic-4-24, -uve-topic-2-25, -uve-topic-3-25, -uve-topic-0-25, -uve-topic-1-25, -uve-topic-8-25, -uve-topic-9-25, -uve-topic-6-25, -uve-topic-7-25, -uve-topic-4-25, -uve-topic-5-25, -uve-topic-10-0, -uve-topic-11-0, -uve-topic-12-0, -uve-topic-13-0, -uve-topic-18-0, -uve-topic-19-0, -uve-topic-14-0, -uve-topic-15-0, -uve-topic-16-0, -uve-topic-17-0, -uve-topic-21-0, -uve-topic-11-1, -uve-topic-5-28, -uve-topic-22-0, -uve-topic-12-1, -uve-topic-6-28, -uve-topic-23-0, -uve-topic-13-1, -uve-topic-3-28, -uve-topic-24-0, -uve-topic-14-1, -uve-topic-4-28, -uve-topic-1-28, -uve-topic-2-28, -uve-topic-20-0, -uve-topic-10-1, -uve-topic-0-28, -uve-topic-29-0, -uve-topic-19-1, -uve-topic-25-0, -uve-topic-15-1, -uve-topic-9-28, -uve-topic-26-0, -uve-topic-16-1, -uve-topic-27-0, -uve-topic-17-1, -uve-topic-7-28, -uve-topic-28-0, -uve-topic-18-1, -uve-topic-8-28, -uve-topic-12-2, -uve-topic-22-1, -uve-topic-6-29, -uve-topic-13-2, -uve-topic-23-1, -uve-topic-7-29, -uve-topic-14-2, -uve-topic-24-1, -uve-topic-4-29, -uve-topic-15-2, -uve-topic-25-1, -uve-topic-5-29, -uve-topic-2-29, -uve-topic-3-29, -uve-topic-10-2, -uve-topic-20-1, -uve-topic-0-29, -uve-topic-11-2, -uve-topic-21-1, -uve-topic-1-29, -uve-topic-16-2, -uve-topic-26-1, -uve-topic-17-2, -uve-topic-27-1, -uve-topic-18-2, -uve-topic-28-1, -uve-topic-8-29, -uve-topic-19-2, -uve-topic-29-1, -uve-topic-9-29) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:52:07,537] INFO [ReplicaFetcherThread-0-1]: Starting (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,606] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,644] INFO [UnifiedLog partition=-uve-topic-8-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,653] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,661] INFO [UnifiedLog partition=-uve-topic-9-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,661] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,662] INFO [UnifiedLog partition=-uve-topic-0-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,662] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,662] INFO [UnifiedLog partition=structured_syslog_topic-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,662] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,662] INFO [UnifiedLog partition=-uve-topic-7-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,662] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,662] INFO [UnifiedLog partition=-uve-topic-8-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,662] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,662] INFO [UnifiedLog partition=-uve-topic-5-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,662] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,662] INFO [UnifiedLog partition=-uve-topic-6-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,662] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,673] INFO [UnifiedLog partition=-uve-topic-3-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,673] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,673] INFO [UnifiedLog partition=-uve-topic-4-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,673] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,673] INFO [UnifiedLog partition=-uve-topic-1-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,673] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,673] INFO [UnifiedLog partition=-uve-topic-2-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,673] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,673] INFO [UnifiedLog partition=-uve-topic-9-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,673] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,673] INFO [UnifiedLog partition=-uve-topic-0-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,673] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,673] INFO [UnifiedLog partition=-uve-topic-1-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,681] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,681] INFO [UnifiedLog partition=-uve-topic-8-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,681] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,681] INFO [UnifiedLog partition=structured_syslog_topic-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,681] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,681] INFO [UnifiedLog partition=-uve-topic-9-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,681] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,681] INFO [UnifiedLog partition=-uve-topic-6-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,681] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,681] INFO [UnifiedLog partition=-uve-topic-7-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,681] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,681] INFO [UnifiedLog partition=-uve-topic-4-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,681] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,681] INFO [UnifiedLog partition=-uve-topic-5-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,681] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,681] INFO [UnifiedLog partition=-uve-topic-2-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,681] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,682] INFO [UnifiedLog partition=-uve-topic-3-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,682] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,682] INFO [UnifiedLog partition=-uve-topic-8-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,682] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,682] INFO [UnifiedLog partition=-uve-topic-9-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,682] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,682] INFO [UnifiedLog partition=-uve-topic-6-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,683] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,683] INFO [UnifiedLog partition=-uve-topic-7-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,683] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,688] INFO [UnifiedLog partition=-uve-topic-5-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,693] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(-uve-topic-1-12 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-24 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-22 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-18 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-24 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-23 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-21 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-22 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-18 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-6 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-7 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-27 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-28 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-11 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-10 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-5 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-6 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-20 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-21 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-3 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-25 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-10 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-15 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-23 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-22 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-8 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-11 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-12 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-27 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-26 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-13 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-0 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,83), -uve-topic-10-1 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-5 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-2 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-3 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-11 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-10 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-2 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-1 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-3 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-2 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-15 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-16 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-19 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-8 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-7 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-4 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-5 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-23 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-11 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-12 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-16 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-14 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-15 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-17 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-5 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-27 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-10 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-29 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-2 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-2 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-1 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-0 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,135), -uve-topic-17-1 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-4 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-17 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-21 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-20 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-1 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-7 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-6 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-8 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-9 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-19 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-18 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-29 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-10 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-9 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-0 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-21 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-29 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-28 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-12 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-6 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-24 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-25 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-23 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-17 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-12 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-13 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-13 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-0 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-15 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-16 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-11 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-27 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-26 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-20 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-17 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-16 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-20 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-19 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-8 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-7 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-8 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-9 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-28 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-29 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-28 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-23 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-22 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-23 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-24 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-26 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-25 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-14 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-13 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-26 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-0 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,44), -uve-topic-4-26 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-13 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-25 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-24 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-18 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-19 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-27 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-28 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-25 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-4 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-5 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-15 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-14 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-29 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-21 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-0 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-29 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-14 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-13 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-7 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-6 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-4 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-5 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-10 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-9 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-0 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,102), -uve-topic-14-1 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-8 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-7 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-17 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-18 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-20 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-5 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-26 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-20 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-16 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-15 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-4 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-5 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-13 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-14 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-22 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-4 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-12 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-13 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-26 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-27 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-19 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-20 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-28 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-22 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-23 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-14 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-3 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-4 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-16 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-17 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-6 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-9 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-27 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-3 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-24 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-23 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-8 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-9 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-8 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-7 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-13 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-12 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-12 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-16 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-7 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-4 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-25 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-24 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-9 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-22 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-21 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-28 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-27 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-21 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-22 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-10 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-11 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-25 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-24 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-6 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-5 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-1 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-19 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-24 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-2 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-6 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-10 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-12 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-11 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-0 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-26 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-27 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-6 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-5 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-14 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-25 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-26 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-6 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-23 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-28 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-27 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-23 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-3 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-7 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-15 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-27 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-3 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-4 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-4 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-21 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-20 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-4 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-5 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-3 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-5 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-6 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-21 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-22 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-21 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-20 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-8 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-27 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-26 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-9 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-8 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-4 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-5 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-28 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-29 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-9 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-28 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-29 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-20 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-9 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-0 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-11 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-10 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-25 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-24 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-8 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-9 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-14 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-13 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-26 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-25 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-6 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-21 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-20 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-2 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-25 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-22 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-21 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-10 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-23 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-24 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-13 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-12 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-24 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-16 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-17 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-24 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-9 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-10 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-13 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-25 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-17 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-27 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-2 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-11 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-22 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-15 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-14 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-26 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-29 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-23 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-24 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-8 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-5 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-6 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-12 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-11 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-15 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-14 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-7 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-19 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-20 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-15 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-16 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-19 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-12 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-11 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-29 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-28 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-17 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-18 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-28 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-9 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-1 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-29 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-18 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-10 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-9 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-10 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-23 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-22 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-17 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-18 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-5 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-2 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-3 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-23 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-22 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-6 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-7 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-24 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-23 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-16 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-17 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-7 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-6 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-3 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-23 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-27 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-20 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-10 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-7 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-11 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-8 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-3 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-4 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-8 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-9 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-22 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-25 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-24 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-1 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-0 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,52), -uve-topic-22-25 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-26 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-12 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-19 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-18 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-12 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-11 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-11 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-10 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-28 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-29 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-19 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-20 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-13 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-14 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-9 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-13 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-24 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-4 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-0 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,794), -uve-topic-7-29 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-21 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-28 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-23 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-22 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-16 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-17 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-10 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-9 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-17 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-18 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-27 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-28 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-17 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-26 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-27 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-2 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-3 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-8 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-7 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-18 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-22 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-23 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-16 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-8 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-20 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-3 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-4 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-25 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-26 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-16 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-25 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-24 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-4 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-5 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-29 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-28 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-19 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-7 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-8 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-26 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-11 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-10 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-12 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-7 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-8 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-18 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-19 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-23 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-24 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-3 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-11 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-16 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-15 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-17 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-9 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-13 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-15 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-8 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-14 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-14 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-12 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-13 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-6 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-7 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-6 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-1 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-20 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-2 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-1 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-27 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-28 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-21 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-22 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-3 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-2 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-26 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-27 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-21 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-2 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-0 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-29 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-8 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-21 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-2 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-15 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-22 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-15 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-25 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-20 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-0 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-3 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-2 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-4 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-3 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-16 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-15 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-14 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-11 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-7 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-8 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-23 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-22 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-27 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-9 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-26 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-16 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-4 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-5 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-26 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-13 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-14 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-21 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-22 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-29 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-21 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-5 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-14 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-2 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-5 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-6 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-1 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-14 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-13 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-4 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-5 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-12 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-13 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-24 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-6 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-7 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-29 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-28 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-24 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-25 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-23 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-20 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-21 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-19 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-18 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-13 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-12 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-13 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-20 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-19 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-0 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,17), -uve-topic-3-15 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-8 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-19 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-29 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-16 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-17 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-22 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-23 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-14 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-15 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-0 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-7 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-8 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-17 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-18 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-28 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-29 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-5 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-4 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-14 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-15 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-1 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-12 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-4 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-18 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-18 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-17 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-7 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-25 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-29 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-19 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-3 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-21 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-20 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-24 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-23 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-22 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-21 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-16 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-15 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-10 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-21 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-13 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-5 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-6 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-7 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-12 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-19 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-17 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-16 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-28 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-2 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-29 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-17 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-19 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-1 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-24 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-12 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-11 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-15 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-14 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-27 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-26 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-19 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-20 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-4 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-3 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-8 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-9 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-21 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-22 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-16 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-26 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-25 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-23 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-6 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-7 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-25 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-18 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-15 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-4 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-22 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-12 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-1 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-10 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-11 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-5 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-6 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-17 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-18 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-28 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-27 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-19 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-18 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-6 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-7 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-17 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-16 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-0 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-29 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-16 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-15 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-17 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-18 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-9 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-24 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-25 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-10 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-9 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-15 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-16 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-0 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,111), -uve-topic-12-1 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-20 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-21 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-20 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-28 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-10 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-23 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-6 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-11 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-12 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-3 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-2 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-23 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-22 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-19 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-20 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-3 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-2 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-26 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-27 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-0 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-3 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-14 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-26 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-25 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-17 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-16 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-16 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-1 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-0 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,154), -uve-topic-29-1 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-2 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-27 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-14 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-13 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-9 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-8 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-29 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-0 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-8 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-22 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-5 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-2 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-1 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-0 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-28 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-27 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-18 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-19 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-12 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-11 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-23 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-24 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-10 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-11 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-18 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-21 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-12 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-13 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-9 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-10 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-24 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-25 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-18 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-17 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-11 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-28 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-10 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-7 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-13 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-15 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-25 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-27 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-0 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-0 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-24 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-5 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-6 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-20 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-19 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-16 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-15 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-13 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-12 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-13 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-14 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-16 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-17 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-23 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-22 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-23 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-24 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-18 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-1 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-2 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-29 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-16 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-22 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-19 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-29 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-11 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-26 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-19 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-18 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-3 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-4 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-17 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-2 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-1 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-4 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-5 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-15 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-14 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-8 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-3 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-7 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-17 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-18 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-7 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-6 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-29 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-28 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-5 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-10 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-15 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-9 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-1 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-20 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-28 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-0 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-6 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-5 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-6 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-26 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-25 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-9 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-10 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-21 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-24 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-22 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-21 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-3 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-2 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-27 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-2 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-3 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-0 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,15), -uve-topic-2-12 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-28 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-29 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-29 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-8 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-7 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-0 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,106), -uve-topic-11-1 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-16 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-26 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-3 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-4 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-12-2 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-22-1 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-22 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-21 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-3 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-13 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-14 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-1 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-0 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,113), -uve-topic-25-20 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-21 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-15 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-14 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-8 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-9 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-14 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-10 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-5 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-6 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-19 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-28 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-29 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-8-21 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-17 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-16 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-10 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-9 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-18 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-17 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-21 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-20 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-9 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-8 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-20 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-6 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-5 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-28 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-27 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-26 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-27 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-7 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-6 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-3 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-2 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-26 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-2 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-7 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-23 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-3 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-4 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-25 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-26 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-27 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-0 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,78), -uve-topic-15-1 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-19 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-18 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-11 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-15 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-14 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-12 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-11 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-12 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-21-19 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-11-20 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-11 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-8 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-0 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-11 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-10 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-1 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-14 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-28 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-7-13 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-2 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-25 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-2-0 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,51), -uve-topic-2-9 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-9 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-10 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-16 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-15 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-13 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-18-14 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-18 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-17 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-27 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-28 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-2 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-1 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-3 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-19-4 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-1 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-2 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-24 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-3-1 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-1-29 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-4-25 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-18 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-27 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-26 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-12 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-13 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-5-4 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-28-29 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-19 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-6-23 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-0-7 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-11 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-29-0 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,109), -uve-topic-19-1 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-10-26 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-20-25 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-16-15 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-26-14 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-9-22 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), structured_syslog_topic-4 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-23-24 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-13-25 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-11 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-12 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-19 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-18 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-17-5 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-27-4 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-14-11 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-24-10 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-15-20 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0), -uve-topic-25-19 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),2,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:52:07,697] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,721] INFO [UnifiedLog partition=-uve-topic-6-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,721] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,721] INFO [UnifiedLog partition=structured_syslog_topic-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,721] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,721] INFO [UnifiedLog partition=-uve-topic-3-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,721] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,721] INFO [UnifiedLog partition=-uve-topic-4-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,721] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,721] INFO [UnifiedLog partition=-uve-topic-1-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,721] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,721] INFO [UnifiedLog partition=-uve-topic-2-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,721] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,721] INFO [UnifiedLog partition=-uve-topic-0-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,722] INFO [UnifiedLog partition=-uve-topic-9-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,722] INFO [UnifiedLog partition=-uve-topic-7-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,722] INFO [UnifiedLog partition=-uve-topic-8-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,722] INFO [UnifiedLog partition=-uve-topic-6-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,722] INFO [UnifiedLog partition=-uve-topic-7-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,722] INFO [UnifiedLog partition=-uve-topic-4-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,722] INFO [UnifiedLog partition=structured_syslog_topic-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,722] INFO [UnifiedLog partition=-uve-topic-5-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,722] INFO [UnifiedLog partition=-uve-topic-2-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,722] INFO [UnifiedLog partition=-uve-topic-3-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,722] INFO [UnifiedLog partition=-uve-topic-0-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,722] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,723] INFO [UnifiedLog partition=-uve-topic-1-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,723] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-3-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-4-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-1-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-2-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-0-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-9-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=structured_syslog_topic-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-7-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-8-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-5-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-6-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-4-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-5-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-2-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-3-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-0-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-1-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,729] INFO [UnifiedLog partition=-uve-topic-8-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,729] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=structured_syslog_topic-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-9-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-6-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-7-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-1-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-2-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-0-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-9-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-7-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-8-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-5-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-6-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=structured_syslog_topic-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-3-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-4-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-2-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-3-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-0-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-1-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-8-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-9-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-6-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-7-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-4-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=structured_syslog_topic-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-5-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,730] INFO [UnifiedLog partition=-uve-topic-0-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,730] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,731] INFO [UnifiedLog partition=-uve-topic-7-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,731] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,731] INFO [UnifiedLog partition=-uve-topic-8-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,731] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,731] INFO [UnifiedLog partition=-uve-topic-5-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,731] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,731] INFO [UnifiedLog partition=-uve-topic-6-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,731] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,731] INFO [UnifiedLog partition=-uve-topic-3-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,731] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,731] INFO [UnifiedLog partition=-uve-topic-4-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,731] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,731] INFO [UnifiedLog partition=-uve-topic-1-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,733] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,737] INFO [UnifiedLog partition=-uve-topic-2-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,737] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,737] INFO [UnifiedLog partition=-uve-topic-9-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,737] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,737] INFO [UnifiedLog partition=structured_syslog_topic-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,737] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,737] INFO [UnifiedLog partition=-uve-topic-0-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,737] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,741] INFO [UnifiedLog partition=-uve-topic-1-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,744] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,744] INFO [UnifiedLog partition=-uve-topic-8-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,744] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,744] INFO [UnifiedLog partition=-uve-topic-9-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,745] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,745] INFO [UnifiedLog partition=-uve-topic-6-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=-uve-topic-7-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=-uve-topic-4-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=-uve-topic-5-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=-uve-topic-2-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=-uve-topic-3-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=structured_syslog_topic-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=-uve-topic-5-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=-uve-topic-6-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=-uve-topic-3-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=-uve-topic-4-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=-uve-topic-1-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,751] INFO [UnifiedLog partition=-uve-topic-2-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,751] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,752] INFO [UnifiedLog partition=-uve-topic-0-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,752] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,753] INFO [UnifiedLog partition=-uve-topic-9-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,756] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-7-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-8-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=structured_syslog_topic-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-6-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-7-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-4-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-5-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-2-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-3-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-0-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-1-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-8-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-9-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=structured_syslog_topic-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-3-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-4-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-1-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-2-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,817] INFO [UnifiedLog partition=-uve-topic-0-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,817] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-9-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-7-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-8-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-5-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-6-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=structured_syslog_topic-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-4-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-5-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-2-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-3-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-0-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-1-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-8-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-9-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-6-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-7-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=structured_syslog_topic-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-1-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-2-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-0-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-9-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-7-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-8-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-5-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-6-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-3-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,818] INFO [UnifiedLog partition=-uve-topic-4-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,818] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=structured_syslog_topic-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-2-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-3-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-0-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-1-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-8-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-9-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-6-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-7-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-4-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-5-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-10-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-20-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=structured_syslog_topic-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-11-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-21-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-22-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-12-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-13-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-23-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-17-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-27-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-28-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-18-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-19-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,819] INFO [UnifiedLog partition=-uve-topic-29-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,819] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,820] INFO [UnifiedLog partition=-uve-topic-13-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,820] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,820] INFO [UnifiedLog partition=-uve-topic-23-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,820] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,826] INFO [UnifiedLog partition=-uve-topic-14-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,826] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,826] INFO [UnifiedLog partition=-uve-topic-24-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,826] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-15-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-25-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-16-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-26-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-11-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-21-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-12-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-22-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=structured_syslog_topic-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-23-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-13-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-24-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-14-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-20-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-10-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-28-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-18-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-19-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-29-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-24-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-14-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-25-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-15-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-26-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-16-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-27-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,827] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,827] INFO [UnifiedLog partition=-uve-topic-17-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-22-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-12-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-23-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-13-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-24-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-14-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=structured_syslog_topic-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-15-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-25-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-10-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-20-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-11-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,828] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,828] INFO [UnifiedLog partition=-uve-topic-21-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-29-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-19-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-15-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-25-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-16-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-26-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-27-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-17-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-18-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-28-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-23-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-13-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-24-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-14-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-15-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-25-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,837] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,837] INFO [UnifiedLog partition=-uve-topic-16-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-26-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=structured_syslog_topic-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-20-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-10-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-21-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-11-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-22-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-12-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-26-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-16-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-17-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-27-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-18-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-28-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-19-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-29-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=structured_syslog_topic-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-23-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-13-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-14-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-24-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-25-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-15-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-16-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-26-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-10-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-20-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-11-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,838] INFO [UnifiedLog partition=-uve-topic-21-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,838] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,839] INFO [UnifiedLog partition=-uve-topic-22-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,839] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,839] INFO [UnifiedLog partition=-uve-topic-12-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,839] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,839] INFO [UnifiedLog partition=-uve-topic-17-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,839] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,839] INFO [UnifiedLog partition=-uve-topic-27-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,839] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,839] INFO [UnifiedLog partition=-uve-topic-18-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,846] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,856] INFO [UnifiedLog partition=-uve-topic-28-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,856] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,856] INFO [UnifiedLog partition=-uve-topic-19-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,856] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,857] INFO [UnifiedLog partition=-uve-topic-29-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-20-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-10-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=structured_syslog_topic-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-24-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-14-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-15-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-25-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-26-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-16-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-27-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-17-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-10-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-20-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-21-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-11-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-22-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-12-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,861] INFO [UnifiedLog partition=-uve-topic-23-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,861] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-13-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-18-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-28-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-19-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-29-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-10-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-20-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-21-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-11-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-25-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-15-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-26-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-16-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-17-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-27-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-28-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-18-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-11-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-21-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-12-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,871] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,871] INFO [UnifiedLog partition=-uve-topic-22-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-13-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-23-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-14-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-24-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-19-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-29-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-10-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-20-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-11-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-21-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-22-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-12-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-16-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-26-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-27-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-17-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-28-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-18-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-29-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-19-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-22-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-12-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-23-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-13-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-14-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-24-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-15-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=-uve-topic-25-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=structured_syslog_topic-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,872] INFO [UnifiedLog partition=structured_syslog_topic-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,872] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=structured_syslog_topic-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=structured_syslog_topic-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-8-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-9-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-6-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-7-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-4-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-5-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-14-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-24-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-25-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-15-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-16-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-26-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-27-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-17-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-10-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-20-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-11-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-21-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-12-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-22-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-23-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-13-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=structured_syslog_topic-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-27-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,873] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,873] INFO [UnifiedLog partition=-uve-topic-17-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-18-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-28-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-19-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-29-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-3-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-4-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-1-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-2-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-0-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-9-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-10-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-20-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-7-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-8-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-5-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-6-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-15-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-25-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-16-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-26-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-17-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-27-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-18-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-28-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-21-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-11-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-22-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,874] INFO [UnifiedLog partition=-uve-topic-12-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,874] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-23-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-13-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-14-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-24-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-28-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-18-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=structured_syslog_topic-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-29-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-19-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-4-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-5-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-2-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-3-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-0-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-1-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-20-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-21-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-26-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-27-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-28-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-29-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-22-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-23-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-24-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-25-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-29-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=-uve-topic-19-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,875] INFO [UnifiedLog partition=structured_syslog_topic-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,875] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,910] INFO [UnifiedLog partition=-uve-topic-9-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,910] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,910] INFO [UnifiedLog partition=-uve-topic-7-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,910] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,910] INFO [UnifiedLog partition=-uve-topic-8-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,910] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,910] INFO [UnifiedLog partition=-uve-topic-5-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-6-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-3-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-4-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=structured_syslog_topic-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition structured_syslog_topic-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=structured_syslog_topic-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-2-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-3-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-0-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-1-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-27-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-17-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-28-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-18-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-19-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-29-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-13-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-23-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-14-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-24-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-15-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-25-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-26-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-16-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-20-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-10-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-11-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-21-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-22-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-12-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-18-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-28-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,911] INFO [UnifiedLog partition=-uve-topic-29-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,911] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-19-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-14-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-24-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-15-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-25-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-16-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-26-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-27-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-17-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-20-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-10-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-11-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-21-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-12-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-22-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-23-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-13-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-29-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-19-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-25-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,912] INFO [UnifiedLog partition=-uve-topic-15-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,912] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,914] INFO [UnifiedLog partition=-uve-topic-26-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,914] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,915] INFO [UnifiedLog partition=-uve-topic-16-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,915] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,915] INFO [UnifiedLog partition=-uve-topic-27-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,915] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,915] INFO [UnifiedLog partition=-uve-topic-17-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,915] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,915] INFO [UnifiedLog partition=-uve-topic-18-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,915] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,916] INFO [UnifiedLog partition=-uve-topic-28-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,916] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,916] INFO [UnifiedLog partition=-uve-topic-21-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,917] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,917] INFO [UnifiedLog partition=-uve-topic-11-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,917] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,918] INFO [UnifiedLog partition=-uve-topic-22-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,918] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,918] INFO [UnifiedLog partition=-uve-topic-12-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,918] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,918] INFO [UnifiedLog partition=-uve-topic-13-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,920] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,921] INFO [UnifiedLog partition=-uve-topic-23-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,921] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,921] INFO [UnifiedLog partition=-uve-topic-14-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,921] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,921] INFO [UnifiedLog partition=-uve-topic-24-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,921] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-8 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,921] INFO [UnifiedLog partition=-uve-topic-20-8, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,921] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,922] INFO [UnifiedLog partition=-uve-topic-10-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,924] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,924] INFO [UnifiedLog partition=-uve-topic-16-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,924] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,924] INFO [UnifiedLog partition=-uve-topic-26-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,924] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,924] INFO [UnifiedLog partition=-uve-topic-27-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,924] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,924] INFO [UnifiedLog partition=-uve-topic-17-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,924] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,925] INFO [UnifiedLog partition=-uve-topic-18-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,926] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,926] INFO [UnifiedLog partition=-uve-topic-28-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,926] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-29-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,927] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-19-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,927] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-12-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,927] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-22-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,927] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-13-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,927] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-23-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,927] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-14-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,927] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-24-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,927] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-25-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,927] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-15-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,927] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-20-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,927] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,927] INFO [UnifiedLog partition=-uve-topic-10-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-11-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-21-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-13-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-23-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-14-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-24-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-25-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-15-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-16-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-26-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-10-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-20-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-11-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-21-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-22-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-12-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-17-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-27-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-18-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-28-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,930] INFO [UnifiedLog partition=-uve-topic-29-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,930] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,931] INFO [UnifiedLog partition=-uve-topic-19-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,931] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,931] INFO [UnifiedLog partition=-uve-topic-24-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,931] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,931] INFO [UnifiedLog partition=-uve-topic-14-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,931] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,931] INFO [UnifiedLog partition=-uve-topic-15-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,937] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,937] INFO [UnifiedLog partition=-uve-topic-25-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,938] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,938] INFO [UnifiedLog partition=-uve-topic-26-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,938] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,938] INFO [UnifiedLog partition=-uve-topic-16-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,938] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,939] INFO [UnifiedLog partition=-uve-topic-27-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,939] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,939] INFO [UnifiedLog partition=-uve-topic-17-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-20-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-10-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-21-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-11-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-12-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-22-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-23-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-13-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-28-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-18-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-29-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-19-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-25-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-15-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-26-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-16-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-17-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-27-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-28-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-18-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-21-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-11-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,940] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,940] INFO [UnifiedLog partition=-uve-topic-22-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,954] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,955] INFO [UnifiedLog partition=-uve-topic-12-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,955] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,957] INFO [UnifiedLog partition=-uve-topic-23-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,957] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,957] INFO [UnifiedLog partition=-uve-topic-13-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,957] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,957] INFO [UnifiedLog partition=-uve-topic-14-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,957] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,957] INFO [UnifiedLog partition=-uve-topic-24-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-29-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-19-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-20-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-10-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-26-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-16-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-27-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-17-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-18-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-28-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-19-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-29-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-12-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-22-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-23-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-13-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-24-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-14-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-25-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-15-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-10-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-20-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,958] INFO [UnifiedLog partition=-uve-topic-21-5, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,958] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,965] INFO [UnifiedLog partition=-uve-topic-11-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,965] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,965] INFO [UnifiedLog partition=-uve-topic-20-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,965] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,965] INFO [UnifiedLog partition=-uve-topic-10-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,965] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,965] INFO [UnifiedLog partition=-uve-topic-11-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,965] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,965] INFO [UnifiedLog partition=-uve-topic-21-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,965] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,965] INFO [UnifiedLog partition=-uve-topic-22-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,965] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,965] INFO [UnifiedLog partition=-uve-topic-12-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,965] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,965] INFO [UnifiedLog partition=-uve-topic-17-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,965] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,965] INFO [UnifiedLog partition=-uve-topic-27-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,965] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,965] INFO [UnifiedLog partition=-uve-topic-18-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-28-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-19-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-29-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-13-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-23-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-24-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-14-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-15-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-25-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-16-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-26-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-10-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-20-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-21-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-11-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-12-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-22-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-13-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,969] INFO [UnifiedLog partition=-uve-topic-23-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,969] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-28-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-18-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-19-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-29-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-14-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-24-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-15-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-25-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-26-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-16-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-17-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-27-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-21-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-11-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-22-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-12-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-13-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-23-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-14-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-24-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-10-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-20-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-29-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-19-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-15-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-25-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-26-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-16-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-27-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-17-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-28-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,970] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,970] INFO [UnifiedLog partition=-uve-topic-18-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,971] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,971] INFO [UnifiedLog partition=-uve-topic-22-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,971] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,971] INFO [UnifiedLog partition=-uve-topic-12-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,971] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,971] INFO [UnifiedLog partition=-uve-topic-23-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,971] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,971] INFO [UnifiedLog partition=-uve-topic-13-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,971] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,971] INFO [UnifiedLog partition=-uve-topic-14-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,971] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,971] INFO [UnifiedLog partition=-uve-topic-24-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,971] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,971] INFO [UnifiedLog partition=-uve-topic-15-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,980] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,981] INFO [UnifiedLog partition=-uve-topic-25-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,981] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,981] INFO [UnifiedLog partition=-uve-topic-10-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,983] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,983] INFO [UnifiedLog partition=-uve-topic-20-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,983] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,984] INFO [UnifiedLog partition=-uve-topic-21-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,984] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,984] INFO [UnifiedLog partition=-uve-topic-11-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,984] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,984] INFO [UnifiedLog partition=-uve-topic-26-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,984] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,984] INFO [UnifiedLog partition=-uve-topic-16-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:07,985] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:07,986] INFO [UnifiedLog partition=-uve-topic-27-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-17-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-28-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-18-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-17 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-29-17, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-19-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-27-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-17-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-18-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-28-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-19-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-29-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-13-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-23-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-14-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,001] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,001] INFO [UnifiedLog partition=-uve-topic-24-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,011] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-25-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-15-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-16-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-26-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-10-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-20-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-21-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-11-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-12-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-22-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-18-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-28-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-29-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-19-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-24-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-14-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-25-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-15-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-26-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-16-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-17-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-27-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-10-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-20-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-21-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-11-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-12-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-22-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-13-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-11 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-23-11, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-19-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-29-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-20-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-10-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-25-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,012] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,012] INFO [UnifiedLog partition=-uve-topic-15-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,013] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-26-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-16-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-27-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-17-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-28-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-18-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-11-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-21-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-12-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-22-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-13-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-23-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-24-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-14-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-20-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-10-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-11-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-21-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-16-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-26-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-17-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-27-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-28-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-18-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-29-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-19-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,018] INFO [UnifiedLog partition=-uve-topic-12-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,018] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-22-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-23-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-13-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-24-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-14-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-14 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-15-14, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-25-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-0-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-7-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-8-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-5-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-6-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-3-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-4-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-1-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-2-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-9-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-0-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-1-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-8-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-9-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-6-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-7-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-4-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-5-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-2-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-23 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-3-23, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-5-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-6-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-3-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-4-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-1-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-2-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-0-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-9-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-7-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-20 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-8-20, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,019] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,019] INFO [UnifiedLog partition=-uve-topic-6-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-7-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-4-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-5-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-2-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-3-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-0-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-1-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-8-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-9-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-3-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-4-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-1-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-2-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-0-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-9-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-7-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-8-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-5-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-26 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-6-26, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-4-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-5-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-2-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-3-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-0-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-1-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-8-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-9-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-6-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-7-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-1-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-2-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-0-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-9-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-7-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-8-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-5-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-6-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-3-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-4-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,020] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,020] INFO [UnifiedLog partition=-uve-topic-2-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,021] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,037] INFO [UnifiedLog partition=-uve-topic-3-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,037] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,037] INFO [UnifiedLog partition=-uve-topic-0-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,038] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,038] INFO [UnifiedLog partition=-uve-topic-1-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,038] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,038] INFO [UnifiedLog partition=-uve-topic-8-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,038] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,038] INFO [UnifiedLog partition=-uve-topic-9-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,038] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,038] INFO [UnifiedLog partition=-uve-topic-6-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,038] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,038] INFO [UnifiedLog partition=-uve-topic-7-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,038] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,038] INFO [UnifiedLog partition=-uve-topic-4-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,038] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,038] INFO [UnifiedLog partition=-uve-topic-5-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,038] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,038] INFO [UnifiedLog partition=-uve-topic-10-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,038] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,038] INFO [UnifiedLog partition=-uve-topic-11-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,038] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,049] INFO [UnifiedLog partition=-uve-topic-12-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,049] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,050] INFO [UnifiedLog partition=-uve-topic-18-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,050] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,050] INFO [UnifiedLog partition=-uve-topic-19-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,050] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-15-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-16-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-17-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-11-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-5-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-12-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-6-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-13-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-3-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-14-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-4-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-1-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-2-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-10-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-0-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-19-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-15-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-9-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-16-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-17-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-7-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-18-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-8-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-12-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-12-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-22-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-22-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-6-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-6-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-13-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-13-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-23-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-23-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-7-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-7-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-14-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-14-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-24-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-24-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-4-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-4-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,051] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-25-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,051] INFO [UnifiedLog partition=-uve-topic-25-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,052] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-15-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,052] INFO [UnifiedLog partition=-uve-topic-15-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,052] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-5-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,052] INFO [UnifiedLog partition=-uve-topic-5-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,052] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-2-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,052] INFO [UnifiedLog partition=-uve-topic-2-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,052] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-3-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,054] INFO [UnifiedLog partition=-uve-topic-3-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,055] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-10-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,055] INFO [UnifiedLog partition=-uve-topic-10-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,055] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-20-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,055] INFO [UnifiedLog partition=-uve-topic-20-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,055] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-0-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,055] INFO [UnifiedLog partition=-uve-topic-0-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,055] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-11-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,055] INFO [UnifiedLog partition=-uve-topic-11-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,055] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-21-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,055] INFO [UnifiedLog partition=-uve-topic-21-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,055] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-1-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,056] INFO [UnifiedLog partition=-uve-topic-1-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,056] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-26-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,056] INFO [UnifiedLog partition=-uve-topic-26-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,056] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-16-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,056] INFO [UnifiedLog partition=-uve-topic-16-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,056] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-17-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,056] INFO [UnifiedLog partition=-uve-topic-17-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,061] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-27-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,061] INFO [UnifiedLog partition=-uve-topic-27-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,061] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-18-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,061] INFO [UnifiedLog partition=-uve-topic-18-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,061] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-28-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,061] INFO [UnifiedLog partition=-uve-topic-28-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,061] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-8-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,061] INFO [UnifiedLog partition=-uve-topic-8-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,061] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-29-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,062] INFO [UnifiedLog partition=-uve-topic-29-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,062] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-19-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,062] INFO [UnifiedLog partition=-uve-topic-19-2, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,081] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition -uve-topic-9-29 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:52:08,082] INFO [UnifiedLog partition=-uve-topic-9-29, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:52:08,990] WARN [UnifiedLog partition=-uve-topic-28-0, dir=/tmp/kafka-logs] Non-monotonic update of high watermark from (offset=154, segment=[0:43382]) to (offset=153, segment=[-1:-1]) (kafka.log.UnifiedLog) [2026-06-08 05:53:11,004] INFO Creating topic HEALTH_CHECK_TOPIC with configuration {} and initial partition assignment HashMap(0 -> ArrayBuffer(3, 2, 1), 1 -> ArrayBuffer(1, 3, 2), 2 -> ArrayBuffer(2, 1, 3), 3 -> ArrayBuffer(3, 1, 2), 4 -> ArrayBuffer(1, 2, 3), 5 -> ArrayBuffer(2, 3, 1), 6 -> ArrayBuffer(3, 2, 1), 7 -> ArrayBuffer(1, 3, 2), 8 -> ArrayBuffer(2, 1, 3), 9 -> ArrayBuffer(3, 1, 2), 10 -> ArrayBuffer(1, 2, 3), 11 -> ArrayBuffer(2, 3, 1), 12 -> ArrayBuffer(3, 2, 1), 13 -> ArrayBuffer(1, 3, 2), 14 -> ArrayBuffer(2, 1, 3), 15 -> ArrayBuffer(3, 1, 2), 16 -> ArrayBuffer(1, 2, 3), 17 -> ArrayBuffer(2, 3, 1), 18 -> ArrayBuffer(3, 2, 1), 19 -> ArrayBuffer(1, 3, 2), 20 -> ArrayBuffer(2, 1, 3), 21 -> ArrayBuffer(3, 1, 2), 22 -> ArrayBuffer(1, 2, 3), 23 -> ArrayBuffer(2, 3, 1), 24 -> ArrayBuffer(3, 2, 1), 25 -> ArrayBuffer(1, 3, 2), 26 -> ArrayBuffer(2, 1, 3), 27 -> ArrayBuffer(3, 1, 2), 28 -> ArrayBuffer(1, 2, 3), 29 -> ArrayBuffer(2, 3, 1)) (kafka.zk.AdminZkClient) [2026-06-08 05:53:11,132] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(HEALTH_CHECK_TOPIC-11, HEALTH_CHECK_TOPIC-2, HEALTH_CHECK_TOPIC-26, HEALTH_CHECK_TOPIC-29, HEALTH_CHECK_TOPIC-14, HEALTH_CHECK_TOPIC-8, HEALTH_CHECK_TOPIC-20, HEALTH_CHECK_TOPIC-23, HEALTH_CHECK_TOPIC-17, HEALTH_CHECK_TOPIC-5) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:53:11,165] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,170] INFO Created log for partition HEALTH_CHECK_TOPIC-29 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,171] INFO [Partition HEALTH_CHECK_TOPIC-29 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-29 (kafka.cluster.Partition) [2026-06-08 05:53:11,172] INFO [Partition HEALTH_CHECK_TOPIC-29 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,190] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,191] INFO Created log for partition HEALTH_CHECK_TOPIC-14 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,191] INFO [Partition HEALTH_CHECK_TOPIC-14 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-14 (kafka.cluster.Partition) [2026-06-08 05:53:11,191] INFO [Partition HEALTH_CHECK_TOPIC-14 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,201] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,201] INFO Created log for partition HEALTH_CHECK_TOPIC-17 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,201] INFO [Partition HEALTH_CHECK_TOPIC-17 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-17 (kafka.cluster.Partition) [2026-06-08 05:53:11,201] INFO [Partition HEALTH_CHECK_TOPIC-17 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,211] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,211] INFO Created log for partition HEALTH_CHECK_TOPIC-2 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,211] INFO [Partition HEALTH_CHECK_TOPIC-2 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-2 (kafka.cluster.Partition) [2026-06-08 05:53:11,211] INFO [Partition HEALTH_CHECK_TOPIC-2 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,222] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,223] INFO Created log for partition HEALTH_CHECK_TOPIC-5 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,223] INFO [Partition HEALTH_CHECK_TOPIC-5 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-5 (kafka.cluster.Partition) [2026-06-08 05:53:11,223] INFO [Partition HEALTH_CHECK_TOPIC-5 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,235] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,236] INFO Created log for partition HEALTH_CHECK_TOPIC-20 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,236] INFO [Partition HEALTH_CHECK_TOPIC-20 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-20 (kafka.cluster.Partition) [2026-06-08 05:53:11,236] INFO [Partition HEALTH_CHECK_TOPIC-20 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,250] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,250] INFO Created log for partition HEALTH_CHECK_TOPIC-23 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,250] INFO [Partition HEALTH_CHECK_TOPIC-23 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-23 (kafka.cluster.Partition) [2026-06-08 05:53:11,250] INFO [Partition HEALTH_CHECK_TOPIC-23 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,259] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,259] INFO Created log for partition HEALTH_CHECK_TOPIC-8 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,260] INFO [Partition HEALTH_CHECK_TOPIC-8 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-8 (kafka.cluster.Partition) [2026-06-08 05:53:11,260] INFO [Partition HEALTH_CHECK_TOPIC-8 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,271] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,271] INFO Created log for partition HEALTH_CHECK_TOPIC-11 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,271] INFO [Partition HEALTH_CHECK_TOPIC-11 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-11 (kafka.cluster.Partition) [2026-06-08 05:53:11,271] INFO [Partition HEALTH_CHECK_TOPIC-11 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,282] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,282] INFO Created log for partition HEALTH_CHECK_TOPIC-26 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,282] INFO [Partition HEALTH_CHECK_TOPIC-26 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-26 (kafka.cluster.Partition) [2026-06-08 05:53:11,282] INFO [Partition HEALTH_CHECK_TOPIC-26 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,293] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,293] INFO Created log for partition HEALTH_CHECK_TOPIC-12 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,293] INFO [Partition HEALTH_CHECK_TOPIC-12 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-12 (kafka.cluster.Partition) [2026-06-08 05:53:11,293] INFO [Partition HEALTH_CHECK_TOPIC-12 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,296] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,296] INFO Created log for partition HEALTH_CHECK_TOPIC-1 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,297] INFO [Partition HEALTH_CHECK_TOPIC-1 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-1 (kafka.cluster.Partition) [2026-06-08 05:53:11,297] INFO [Partition HEALTH_CHECK_TOPIC-1 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,300] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,300] INFO Created log for partition HEALTH_CHECK_TOPIC-16 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,300] INFO [Partition HEALTH_CHECK_TOPIC-16 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-16 (kafka.cluster.Partition) [2026-06-08 05:53:11,300] INFO [Partition HEALTH_CHECK_TOPIC-16 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,304] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,304] INFO Created log for partition HEALTH_CHECK_TOPIC-3 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,304] INFO [Partition HEALTH_CHECK_TOPIC-3 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-3 (kafka.cluster.Partition) [2026-06-08 05:53:11,304] INFO [Partition HEALTH_CHECK_TOPIC-3 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,309] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,309] INFO Created log for partition HEALTH_CHECK_TOPIC-18 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,309] INFO [Partition HEALTH_CHECK_TOPIC-18 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-18 (kafka.cluster.Partition) [2026-06-08 05:53:11,309] INFO [Partition HEALTH_CHECK_TOPIC-18 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,311] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,312] INFO Created log for partition HEALTH_CHECK_TOPIC-7 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,312] INFO [Partition HEALTH_CHECK_TOPIC-7 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-7 (kafka.cluster.Partition) [2026-06-08 05:53:11,313] INFO [Partition HEALTH_CHECK_TOPIC-7 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,317] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,317] INFO Created log for partition HEALTH_CHECK_TOPIC-22 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,317] INFO [Partition HEALTH_CHECK_TOPIC-22 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-22 (kafka.cluster.Partition) [2026-06-08 05:53:11,317] INFO [Partition HEALTH_CHECK_TOPIC-22 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,320] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,320] INFO Created log for partition HEALTH_CHECK_TOPIC-9 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,321] INFO [Partition HEALTH_CHECK_TOPIC-9 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-9 (kafka.cluster.Partition) [2026-06-08 05:53:11,321] INFO [Partition HEALTH_CHECK_TOPIC-9 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,324] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,324] INFO Created log for partition HEALTH_CHECK_TOPIC-24 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,325] INFO [Partition HEALTH_CHECK_TOPIC-24 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-24 (kafka.cluster.Partition) [2026-06-08 05:53:11,325] INFO [Partition HEALTH_CHECK_TOPIC-24 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,327] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,328] INFO Created log for partition HEALTH_CHECK_TOPIC-13 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,328] INFO [Partition HEALTH_CHECK_TOPIC-13 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-13 (kafka.cluster.Partition) [2026-06-08 05:53:11,328] INFO [Partition HEALTH_CHECK_TOPIC-13 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,333] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,333] INFO Created log for partition HEALTH_CHECK_TOPIC-28 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,333] INFO [Partition HEALTH_CHECK_TOPIC-28 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-28 (kafka.cluster.Partition) [2026-06-08 05:53:11,333] INFO [Partition HEALTH_CHECK_TOPIC-28 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,338] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,338] INFO Created log for partition HEALTH_CHECK_TOPIC-15 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,338] INFO [Partition HEALTH_CHECK_TOPIC-15 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-15 (kafka.cluster.Partition) [2026-06-08 05:53:11,338] INFO [Partition HEALTH_CHECK_TOPIC-15 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,351] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,353] INFO Created log for partition HEALTH_CHECK_TOPIC-0 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,353] INFO [Partition HEALTH_CHECK_TOPIC-0 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-0 (kafka.cluster.Partition) [2026-06-08 05:53:11,353] INFO [Partition HEALTH_CHECK_TOPIC-0 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,363] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,364] INFO Created log for partition HEALTH_CHECK_TOPIC-19 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,364] INFO [Partition HEALTH_CHECK_TOPIC-19 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-19 (kafka.cluster.Partition) [2026-06-08 05:53:11,364] INFO [Partition HEALTH_CHECK_TOPIC-19 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,369] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,369] INFO Created log for partition HEALTH_CHECK_TOPIC-21 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,369] INFO [Partition HEALTH_CHECK_TOPIC-21 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-21 (kafka.cluster.Partition) [2026-06-08 05:53:11,369] INFO [Partition HEALTH_CHECK_TOPIC-21 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,375] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,377] INFO Created log for partition HEALTH_CHECK_TOPIC-4 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,377] INFO [Partition HEALTH_CHECK_TOPIC-4 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-4 (kafka.cluster.Partition) [2026-06-08 05:53:11,377] INFO [Partition HEALTH_CHECK_TOPIC-4 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,383] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,384] INFO Created log for partition HEALTH_CHECK_TOPIC-6 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,384] INFO [Partition HEALTH_CHECK_TOPIC-6 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-6 (kafka.cluster.Partition) [2026-06-08 05:53:11,384] INFO [Partition HEALTH_CHECK_TOPIC-6 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,387] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,388] INFO Created log for partition HEALTH_CHECK_TOPIC-25 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,388] INFO [Partition HEALTH_CHECK_TOPIC-25 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-25 (kafka.cluster.Partition) [2026-06-08 05:53:11,388] INFO [Partition HEALTH_CHECK_TOPIC-25 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,402] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,403] INFO Created log for partition HEALTH_CHECK_TOPIC-27 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,403] INFO [Partition HEALTH_CHECK_TOPIC-27 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-27 (kafka.cluster.Partition) [2026-06-08 05:53:11,403] INFO [Partition HEALTH_CHECK_TOPIC-27 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,406] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:53:11,406] INFO Created log for partition HEALTH_CHECK_TOPIC-10 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:53:11,406] INFO [Partition HEALTH_CHECK_TOPIC-10 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-10 (kafka.cluster.Partition) [2026-06-08 05:53:11,406] INFO [Partition HEALTH_CHECK_TOPIC-10 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:53:11,406] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(HEALTH_CHECK_TOPIC-21, HEALTH_CHECK_TOPIC-22, HEALTH_CHECK_TOPIC-19, HEALTH_CHECK_TOPIC-18, HEALTH_CHECK_TOPIC-15, HEALTH_CHECK_TOPIC-16, HEALTH_CHECK_TOPIC-13, HEALTH_CHECK_TOPIC-12, HEALTH_CHECK_TOPIC-9, HEALTH_CHECK_TOPIC-10, HEALTH_CHECK_TOPIC-7, HEALTH_CHECK_TOPIC-6, HEALTH_CHECK_TOPIC-3, HEALTH_CHECK_TOPIC-4, HEALTH_CHECK_TOPIC-1, HEALTH_CHECK_TOPIC-0, HEALTH_CHECK_TOPIC-27, HEALTH_CHECK_TOPIC-28, HEALTH_CHECK_TOPIC-25, HEALTH_CHECK_TOPIC-24) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:53:11,409] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(HEALTH_CHECK_TOPIC-19 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), HEALTH_CHECK_TOPIC-10 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), HEALTH_CHECK_TOPIC-16 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), HEALTH_CHECK_TOPIC-13 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), HEALTH_CHECK_TOPIC-25 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), HEALTH_CHECK_TOPIC-1 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), HEALTH_CHECK_TOPIC-4 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), HEALTH_CHECK_TOPIC-7 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), HEALTH_CHECK_TOPIC-28 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0), HEALTH_CHECK_TOPIC-22 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),0,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:53:11,412] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 3 for partitions HashMap(HEALTH_CHECK_TOPIC-12 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), HEALTH_CHECK_TOPIC-15 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), HEALTH_CHECK_TOPIC-9 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), HEALTH_CHECK_TOPIC-0 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), HEALTH_CHECK_TOPIC-3 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), HEALTH_CHECK_TOPIC-21 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), HEALTH_CHECK_TOPIC-27 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), HEALTH_CHECK_TOPIC-6 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), HEALTH_CHECK_TOPIC-24 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0), HEALTH_CHECK_TOPIC-18 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),0,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:53:11,413] INFO [ReplicaFetcherThread-0-3]: Starting (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,414] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,414] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-21, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,414] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,414] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-6, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,414] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,414] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-3, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,414] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,414] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-18, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,414] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,414] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-15, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,414] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,414] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-0, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,414] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,414] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-27, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,414] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,414] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-12, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,414] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,416] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-9, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,416] INFO [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,416] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-24, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,425] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition HEALTH_CHECK_TOPIC-21. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,426] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition HEALTH_CHECK_TOPIC-6. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,426] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition HEALTH_CHECK_TOPIC-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,427] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition HEALTH_CHECK_TOPIC-18. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,427] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition HEALTH_CHECK_TOPIC-15. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,427] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition HEALTH_CHECK_TOPIC-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,427] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition HEALTH_CHECK_TOPIC-27. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,427] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition HEALTH_CHECK_TOPIC-12. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,427] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition HEALTH_CHECK_TOPIC-9. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,427] WARN [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition HEALTH_CHECK_TOPIC-24. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,735] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,736] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-22, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,736] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,736] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-19, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,736] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,736] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-4, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,736] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,736] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-1, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,736] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,736] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-16, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,736] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,736] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-13, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,736] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,736] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-28, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,736] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,736] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-25, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,736] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,736] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-10, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:11,736] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition HEALTH_CHECK_TOPIC-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:11,736] INFO [UnifiedLog partition=HEALTH_CHECK_TOPIC-7, dir=/tmp/kafka-logs] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [2026-06-08 05:53:52,858] INFO Terminating process due to signal SIGTERM (org.apache.kafka.common.utils.LoggingSignalHandler) [2026-06-08 05:53:52,860] INFO [KafkaServer id=2] shutting down (kafka.server.KafkaServer) [2026-06-08 05:53:52,873] INFO [KafkaServer id=2] Starting controlled shutdown (kafka.server.KafkaServer) [2026-06-08 05:53:53,529] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-13-6, -uve-topic-2-18, -uve-topic-26-20, -uve-topic-21-23, -uve-topic-23-21, -uve-topic-10-7, -uve-topic-29-27, -uve-topic-13-11, -uve-topic-23-10, -uve-topic-10-1, -uve-topic-18-11, -uve-topic-3-10, -uve-topic-22-4, -uve-topic-5-23, -uve-topic-7-8, -uve-topic-28-26, -uve-topic-18-27, -uve-topic-25-2, -uve-topic-8-5, -uve-topic-28-2, -uve-topic-18-3, -uve-topic-11-8, -uve-topic-21-7, -uve-topic-10-15, -uve-topic-20-14, -uve-topic-17-1, -uve-topic-12-21, -uve-topic-1-17, -uve-topic-28-9, -uve-topic-18-29, -uve-topic-1-5, HEALTH_CHECK_TOPIC-10, -uve-topic-17-25, -uve-topic-9-10, -uve-topic-8-2, -uve-topic-11-2, -uve-topic-21-1, -uve-topic-7-1, -uve-topic-24-6, -uve-topic-14-7, -uve-topic-27-8, -uve-topic-17-19, -uve-topic-0-23, -uve-topic-7-17, -uve-topic-14-13, -uve-topic-24-12, -uve-topic-2-13, -uve-topic-16-0, -uve-topic-25-8, -uve-topic-3-28, -uve-topic-0-11, -uve-topic-15-24, -uve-topic-6-27, -uve-topic-7-26, -uve-topic-1-26, -uve-topic-28-27, -uve-topic-4-26, -uve-topic-5-5, -uve-topic-13-18, -uve-topic-16-25, -uve-topic-26-24, -uve-topic-13-15, -uve-topic-0-25, -uve-topic-18-5, -uve-topic-15-0, -uve-topic-8-29, -uve-topic-22-13, -uve-topic-12-14, -uve-topic-23-9, -uve-topic-24-0, -uve-topic-14-1, -uve-topic-6-20, -uve-topic-0-5, -uve-topic-18-23, -uve-topic-22-16, -uve-topic-2-6, structured_syslog_topic-3, -uve-topic-12-9, -uve-topic-11-13, -uve-topic-8-20, -uve-topic-24-15, -uve-topic-14-16, -uve-topic-11-5, -uve-topic-19-14, -uve-topic-28-12, structured_syslog_topic-22, -uve-topic-10-27, -uve-topic-20-26, -uve-topic-3-14, -uve-topic-17-4, structured_syslog_topic-16, -uve-topic-17-22, HEALTH_CHECK_TOPIC-16, -uve-topic-22-24, -uve-topic-14-28, -uve-topic-24-27, -uve-topic-2-1, -uve-topic-2-24, -uve-topic-0-2, -uve-topic-12-6, -uve-topic-18-12, structured_syslog_topic-10, -uve-topic-6-0, -uve-topic-14-27, -uve-topic-24-26, -uve-topic-23-25, -uve-topic-7-14, -uve-topic-6-6, -uve-topic-10-28, -uve-topic-9-23, -uve-topic-28-3, -uve-topic-1-23, -uve-topic-13-21, -uve-topic-7-7, -uve-topic-19-5, -uve-topic-11-29, -uve-topic-21-20, -uve-topic-3-4, -uve-topic-23-4, -uve-topic-13-5, -uve-topic-4-8, -uve-topic-29-26, -uve-topic-18-9, -uve-topic-28-8, -uve-topic-19-11, -uve-topic-19-26, -uve-topic-27-20, structured_syslog_topic-28, -uve-topic-1-20, structured_syslog_topic-9, -uve-topic-2-10, -uve-topic-11-17, -uve-topic-28-24, -uve-topic-21-8, -uve-topic-3-2, -uve-topic-7-25, -uve-topic-24-21, -uve-topic-14-22, -uve-topic-19-13, -uve-topic-29-12, -uve-topic-29-9, -uve-topic-6-24, -uve-topic-8-13, structured_syslog_topic-25, -uve-topic-8-17, -uve-topic-9-2, structured_syslog_topic-15, -uve-topic-1-14, -uve-topic-27-14, -uve-topic-27-19, -uve-topic-28-15, -uve-topic-16-24, -uve-topic-8-26, -uve-topic-16-6, -uve-topic-0-8, -uve-topic-27-11, -uve-topic-17-12, -uve-topic-20-11, structured_syslog_topic-19, -uve-topic-27-17, -uve-topic-17-18, -uve-topic-2-28, -uve-topic-12-18, -uve-topic-29-2, -uve-topic-8-1, -uve-topic-17-7, -uve-topic-20-23, -uve-topic-3-29, -uve-topic-13-23, -uve-topic-23-22, -uve-topic-25-6, -uve-topic-15-7, -uve-topic-23-3, -uve-topic-29-8, -uve-topic-9-20, -uve-topic-2-7, -uve-topic-13-12, -uve-topic-7-11, -uve-topic-3-8, -uve-topic-19-29, -uve-topic-23-19, -uve-topic-11-25, -uve-topic-3-22, -uve-topic-22-25, -uve-topic-12-26, -uve-topic-4-12, -uve-topic-16-19, -uve-topic-26-18, -uve-topic-0-13, -uve-topic-16-18, -uve-topic-1-13, -uve-topic-17-28, -uve-topic-9-4, -uve-topic-7-29, -uve-topic-6-21, -uve-topic-19-23, -uve-topic-19-17, -uve-topic-26-9, -uve-topic-16-10, -uve-topic-12-3, -uve-topic-0-17, -uve-topic-27-26, -uve-topic-8-23, -uve-topic-2-16, -uve-topic-8-8, -uve-topic-14-4, -uve-topic-24-3, -uve-topic-15-25, -uve-topic-25-24, -uve-topic-2-19, -uve-topic-20-7, -uve-topic-0-26, -uve-topic-22-10, -uve-topic-27-7, -uve-topic-22-18, -uve-topic-17-24, -uve-topic-27-23, -uve-topic-10-16, -uve-topic-4-3, -uve-topic-3-11, -uve-topic-3-17, -uve-topic-4-9, -uve-topic-5-13, -uve-topic-6-15, -uve-topic-1-1, -uve-topic-5-20, -uve-topic-23-27, -uve-topic-28-21, -uve-topic-13-27, -uve-topic-12-0, -uve-topic-6-14, -uve-topic-15-13, -uve-topic-25-12, -uve-topic-26-6, -uve-topic-16-7, -uve-topic-24-2, -uve-topic-14-3, -uve-topic-21-29, -uve-topic-9-8, -uve-topic-13-3, -uve-topic-23-15, -uve-topic-5-14, -uve-topic-23-7, -uve-topic-9-26, -uve-topic-8-25, -uve-topic-0-20, -uve-topic-15-4, -uve-topic-25-3, -uve-topic-4-27, -uve-topic-6-9, -uve-topic-23-13, -uve-topic-3-26, -uve-topic-21-5, -uve-topic-27-29, -uve-topic-10-13, -uve-topic-22-6, -uve-topic-3-5, -uve-topic-0-14, -uve-topic-6-2, structured_syslog_topic-1, -uve-topic-11-14, -uve-topic-21-13, -uve-topic-29-24, -uve-topic-19-25, -uve-topic-28-18, -uve-topic-22-12, -uve-topic-20-20, -uve-topic-10-21, -uve-topic-19-20, structured_syslog_topic-13, -uve-topic-22-22, -uve-topic-5-8, -uve-topic-18-18, -uve-topic-22-28, -uve-topic-12-15, -uve-topic-5-19, -uve-topic-9-29, -uve-topic-14-15, -uve-topic-24-14, -uve-topic-4-0, -uve-topic-19-8, -uve-topic-5-1, -uve-topic-13-24, -uve-topic-2-4, -uve-topic-6-18, -uve-topic-4-18, -uve-topic-5-17, structured_syslog_topic-21, -uve-topic-8-7, -uve-topic-2-25, -uve-topic-6-3, -uve-topic-15-6, -uve-topic-24-20, -uve-topic-14-21, -uve-topic-25-21, -uve-topic-15-22, -uve-topic-25-15, -uve-topic-15-16, -uve-topic-1-7, -uve-topic-7-19, -uve-topic-26-26, -uve-topic-3-16, -uve-topic-5-2, -uve-topic-20-29, -uve-topic-29-21, -uve-topic-1-19, -uve-topic-3-23, -uve-topic-12-12, -uve-topic-18-15, -uve-topic-28-14, -uve-topic-22-19, -uve-topic-12-20, -uve-topic-20-8, -uve-topic-10-9, -uve-topic-21-25, -uve-topic-11-26, -uve-topic-21-17, -uve-topic-1-25, -uve-topic-17-0, -uve-topic-29-15, -uve-topic-9-17, -uve-topic-10-25, -uve-topic-2-22, -uve-topic-22-0, -uve-topic-11-11, -uve-topic-27-5, -uve-topic-17-6, -uve-topic-11-19, -uve-topic-28-6, -uve-topic-26-15, -uve-topic-16-16, -uve-topic-28-20, -uve-topic-18-21, -uve-topic-4-20, -uve-topic-21-2, -uve-topic-12-27, HEALTH_CHECK_TOPIC-4, -uve-topic-9-14, -uve-topic-28-0, -uve-topic-7-23, -uve-topic-19-2, -uve-topic-27-13, -uve-topic-4-6, -uve-topic-16-12, -uve-topic-27-2, -uve-topic-24-8, -uve-topic-14-9, -uve-topic-23-1, -uve-topic-7-5, -uve-topic-15-18, -uve-topic-16-28, -uve-topic-26-27, -uve-topic-15-19, -uve-topic-25-18, -uve-topic-18-24, -uve-topic-8-11, -uve-topic-16-13, -uve-topic-26-12, -uve-topic-15-10, -uve-topic-25-9, -uve-topic-14-25, -uve-topic-24-24, -uve-topic-1-11, -uve-topic-18-17, -uve-topic-5-25, -uve-topic-11-23, -uve-topic-12-24, -uve-topic-20-19, -uve-topic-9-5, -uve-topic-27-1, -uve-topic-0-29, -uve-topic-9-16, -uve-topic-21-14, -uve-topic-6-8, -uve-topic-5-7, -uve-topic-11-7, -uve-topic-19-19, -uve-topic-29-18, -uve-topic-16-4, -uve-topic-26-3, -uve-topic-20-5, -uve-topic-27-25, -uve-topic-4-15, HEALTH_CHECK_TOPIC-28, -uve-topic-3-20, -uve-topic-9-28, -uve-topic-17-10, -uve-topic-26-2, -uve-topic-4-21, -uve-topic-4-24, -uve-topic-26-21, -uve-topic-16-22, -uve-topic-11-1, -uve-topic-6-26, -uve-topic-10-22, -uve-topic-20-13, -uve-topic-13-0, -uve-topic-25-14, -uve-topic-26-8, -uve-topic-2-12, -uve-topic-23-28, -uve-topic-13-29, -uve-topic-12-8, -uve-topic-22-7, HEALTH_CHECK_TOPIC-22, -uve-topic-7-2, -uve-topic-10-4, -uve-topic-12-2, -uve-topic-22-1, -uve-topic-25-20, -uve-topic-26-0, -uve-topic-16-1, -uve-topic-8-14, -uve-topic-29-20, -uve-topic-13-9, -uve-topic-21-26, -uve-topic-8-19, -uve-topic-5-29, -uve-topic-13-17, -uve-topic-23-16, -uve-topic-14-10, -uve-topic-24-9, -uve-topic-7-20, -uve-topic-18-6, -uve-topic-19-7, -uve-topic-29-6, -uve-topic-20-2, -uve-topic-10-3, -uve-topic-5-26, -uve-topic-4-2, -uve-topic-10-19, -uve-topic-29-14, structured_syslog_topic-7, -uve-topic-18-0, structured_syslog_topic-27, -uve-topic-25-0, -uve-topic-15-1, -uve-topic-21-11, -uve-topic-6-12, -uve-topic-21-19, -uve-topic-11-20, -uve-topic-5-11, -uve-topic-1-8, -uve-topic-0-1, -uve-topic-4-14, -uve-topic-10-10, -uve-topic-7-13, -uve-topic-17-16, -uve-topic-20-17, -uve-topic-29-3, -uve-topic-1-2, -uve-topic-1-29, -uve-topic-2-0, -uve-topic-25-26, -uve-topic-17-13, -uve-topic-20-1, -uve-topic-15-28, -uve-topic-25-27, -uve-topic-0-19, -uve-topic-0-7, -uve-topic-15-12, -uve-topic-9-11, -uve-topic-29-0, -uve-topic-19-1, -uve-topic-20-25, -uve-topic-26-14, -uve-topic-9-22, structured_syslog_topic-4, -uve-topic-14-19, -uve-topic-24-18) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:53:53,559] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:53,561] INFO [KafkaServer id=2] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:53,561] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Cancelled in-flight FETCH request with correlation id 932 due to node 1 being disconnected (elapsed time since creation: 313ms, elapsed time since send: 313ms, throttle time: 0ms, request timeout: 30000ms) (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:53,561] INFO [KafkaServer id=2] Cancelled in-flight CONTROLLED_SHUTDOWN request with correlation id 0 due to node 1 being disconnected (elapsed time since creation: 655ms, elapsed time since send: 655ms, throttle time: 0ms, request timeout: 30000ms) (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:53,562] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:53,562] WARN [KafkaServer id=2] Error during controlled shutdown, possibly because leader movement took longer than the configured controller.socket.timeout.ms and/or request.timeout.ms: Connection to 1 was disconnected before the response was read (kafka.server.KafkaServer) [2026-06-08 05:53:53,562] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error sending fetch request (sessionId=245174091, epoch=932) to node 1: (org.apache.kafka.clients.FetchSessionHandler) java.io.IOException: Connection to 1 was disconnected before the response was read at org.apache.kafka.clients.NetworkClientUtils.sendAndReceive(NetworkClientUtils.java:111) at kafka.server.BrokerBlockingSender.sendRequest(BrokerBlockingSender.scala:114) at kafka.server.RemoteLeaderEndPoint.fetch(RemoteLeaderEndPoint.scala:79) at kafka.server.AbstractFetcherThread.processFetchRequest(AbstractFetcherThread.scala:321) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3(AbstractFetcherThread.scala:134) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3$adapted(AbstractFetcherThread.scala:133) at scala.Option.foreach(Option.scala:437) at kafka.server.AbstractFetcherThread.maybeFetch(AbstractFetcherThread.scala:133) at kafka.server.AbstractFetcherThread.doWork(AbstractFetcherThread.scala:116) at kafka.server.ReplicaFetcherThread.doWork(ReplicaFetcherThread.scala:98) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136) [2026-06-08 05:53:53,566] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error in response for fetch request (type=FetchRequest, replicaId=2, maxWait=500, minBytes=1, maxBytes=10485760, fetchData={}, isolationLevel=read_uncommitted, removed=, replaced=, metadata=(sessionId=245174091, epoch=932), rackId=) (kafka.server.ReplicaFetcherThread) java.io.IOException: Connection to 1 was disconnected before the response was read at org.apache.kafka.clients.NetworkClientUtils.sendAndReceive(NetworkClientUtils.java:111) at kafka.server.BrokerBlockingSender.sendRequest(BrokerBlockingSender.scala:114) at kafka.server.RemoteLeaderEndPoint.fetch(RemoteLeaderEndPoint.scala:79) at kafka.server.AbstractFetcherThread.processFetchRequest(AbstractFetcherThread.scala:321) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3(AbstractFetcherThread.scala:134) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3$adapted(AbstractFetcherThread.scala:133) at scala.Option.foreach(Option.scala:437) at kafka.server.AbstractFetcherThread.maybeFetch(AbstractFetcherThread.scala:133) at kafka.server.AbstractFetcherThread.doWork(AbstractFetcherThread.scala:116) at kafka.server.ReplicaFetcherThread.doWork(ReplicaFetcherThread.scala:98) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136) [2026-06-08 05:53:54,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:54,569] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Connection to node 1 (/10.0.0.38:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:54,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:54,569] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error sending fetch request (sessionId=245174091, epoch=INITIAL) to node 1: (org.apache.kafka.clients.FetchSessionHandler) java.io.IOException: Connection to 10.0.0.38:9092 (id: 1 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.server.BrokerBlockingSender.sendRequest(BrokerBlockingSender.scala:109) at kafka.server.RemoteLeaderEndPoint.fetch(RemoteLeaderEndPoint.scala:79) at kafka.server.AbstractFetcherThread.processFetchRequest(AbstractFetcherThread.scala:321) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3(AbstractFetcherThread.scala:134) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3$adapted(AbstractFetcherThread.scala:133) at scala.Option.foreach(Option.scala:437) at kafka.server.AbstractFetcherThread.maybeFetch(AbstractFetcherThread.scala:133) at kafka.server.AbstractFetcherThread.doWork(AbstractFetcherThread.scala:116) at kafka.server.ReplicaFetcherThread.doWork(ReplicaFetcherThread.scala:98) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136) [2026-06-08 05:53:54,572] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error in response for fetch request (type=FetchRequest, replicaId=2, maxWait=500, minBytes=1, maxBytes=10485760, fetchData={-uve-topic-27-6=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-7=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-7=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-6=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-6=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-6=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-6=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-6=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-6=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-6=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-7=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-6=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-6=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-7=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-8=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-7=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-8=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-7=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-8=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-7=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-8=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-7=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-6=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-8=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-8=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-8=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-7=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-7=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-8=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-7=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-7=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-9=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-9=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-3=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-9=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-3=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-9=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-3=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-9=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-4=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-8=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-4=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-8=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-4=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-4=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-4=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), HEALTH_CHECK_TOPIC-19=PartitionData(topicId=HvwrmjJaTtWWqW9GimOPUw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[0], lastFetchedEpoch=Optional.empty), -uve-topic-27-9=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-10=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-4=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-10=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-4=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-9=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-10=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-5=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-10=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-5=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-5=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-9=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-10=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-9=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-2=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-3=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-3=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-3=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-2=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-3=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-3=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-10=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-10=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-10=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-11=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-10=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-10=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-10=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-10=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-3=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-3=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-4=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-3=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-3=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-4=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-4=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-4=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-4=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-11=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-11=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-12=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-11=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-5=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-4=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-5=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-4=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-5=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-4=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-4=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-4=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-5=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-5=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-4=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-4=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-8=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-5=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-4=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-5=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-5=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-6=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-5=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-5=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-5=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-6=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-5=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-5=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-9=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-9=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-9=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-9=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-6=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-9=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-6=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-9=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-9=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-14=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-9=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-15=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-14=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-14=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-15=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-15=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-14=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-15=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-15=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-0=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), HEALTH_CHECK_TOPIC-13=PartitionData(topicId=HvwrmjJaTtWWqW9GimOPUw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[0], lastFetchedEpoch=Optional.empty), -uve-topic-0-15=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-15=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-15=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-15=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-16=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-15=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-15=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-15=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-16=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-16=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-15=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-15=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-15=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-15=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-16=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-16=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-15=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-16=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-12=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-17=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-12=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-17=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-16=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-12=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-17=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-16=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-12=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-16=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-17=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-16=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-12=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-17=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-16=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-17=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-16=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-12=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-16=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-12=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-2=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-17=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-13=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-17=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-18=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-17=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-13=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-17=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-13=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-18=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-18=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-17=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-17=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-18=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-17=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-13=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-11=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-10=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-10=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-10=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-18=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-18=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-18=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-18=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-18=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-18=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-18=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-11=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-10=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-11=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-10=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-11=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-10=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-11=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-10=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-10=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-11=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-11=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-12=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-11=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-19=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-19=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-19=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-19=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-12=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-11=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-11=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-11=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-12=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-12=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-11=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-11=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-5=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-16=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-16=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-16=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-12=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-16=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-16=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-16=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-16=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-12=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-13=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-12=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-13=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-13=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-12=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-6=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-17=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), HEALTH_CHECK_TOPIC-7=PartitionData(topicId=HvwrmjJaTtWWqW9GimOPUw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[0], lastFetchedEpoch=Optional.empty), -uve-topic-10-14=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-17=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-17=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-14=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-13=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-14=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-13=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-14=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-13=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-14=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-14=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-13=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-14=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-13=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-22=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-24=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-22=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-24=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-24=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-22=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-23=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-22=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-23=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-22=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-22=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-22=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-23=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-22=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-22=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-22=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-23=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-22=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-23=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-22=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-23=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-22=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-24=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-25=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-25=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-24=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-23=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-23=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-23=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-24=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-23=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-24=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-23=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-24=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-23=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-23=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-23=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-26=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-26=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-25=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-26=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-26=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-25=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-20=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-26=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-24=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-25=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-26=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-21=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-27=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-27=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-21=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-21=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-21=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-27=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-21=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-26=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-21=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-26=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-25=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-26=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-25=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-26=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-21=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-25=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-21=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-26=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-19=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-18=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-18=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-18=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-19=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-18=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-19=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-27=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-27=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-27=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-27=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-27=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-27=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-27=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-29=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-27=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-20=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-19=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-20=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-19=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-20=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-19=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-20=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), HEALTH_CHECK_TOPIC-1=PartitionData(topicId=HvwrmjJaTtWWqW9GimOPUw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[0], lastFetchedEpoch=Optional.empty), -uve-topic-10-20=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-20=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-19=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-20=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-19=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-24=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-24=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-24=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-21=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-24=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-22=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-21=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-24=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-24=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-24=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-21=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-21=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-21=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-21=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-20=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-20=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-21=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-25=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-23=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-22=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-22=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-23=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-25=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-25=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-25=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-21=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-22=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-22=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-21=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-22=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-22=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-0=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-0=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-0=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-0=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=25, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-21-0=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=320, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-5-28=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-1=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-28=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-1=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-0=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=87, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-4-28=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-28=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-0=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=251, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-0-28=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-0=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=222, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-7-28=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-1=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-28=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-17=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-29=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-2=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-2=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-1=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-29=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-2=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-1=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-29=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-2=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-2=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-1=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-2=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-1=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-2=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-1=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-18=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-1=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-1=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-1=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-27=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-27=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-28=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-27=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-27=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-28=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-28=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-27=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-27=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-2=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), HEALTH_CHECK_TOPIC-25=PartitionData(topicId=HvwrmjJaTtWWqW9GimOPUw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[0], lastFetchedEpoch=Optional.empty), -uve-topic-10-29=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-28=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-29=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-28=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-29=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-28=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-29=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-28=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-28=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-28=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-29=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-29=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-28=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-28=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-20=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-28=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-3=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-3=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-3=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-3=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-3=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-29=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-29=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-29=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-29=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-29=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-29=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-29=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-28=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-0=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=118, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-0-0=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=2042, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-9-0=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-0=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-0=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-0=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-0=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-23=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-1=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty)}, isolationLevel=read_uncommitted, removed=, replaced=, metadata=(sessionId=245174091, epoch=INITIAL), rackId=) (kafka.server.ReplicaFetcherThread) java.io.IOException: Connection to 10.0.0.38:9092 (id: 1 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.server.BrokerBlockingSender.sendRequest(BrokerBlockingSender.scala:109) at kafka.server.RemoteLeaderEndPoint.fetch(RemoteLeaderEndPoint.scala:79) at kafka.server.AbstractFetcherThread.processFetchRequest(AbstractFetcherThread.scala:321) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3(AbstractFetcherThread.scala:134) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3$adapted(AbstractFetcherThread.scala:133) at scala.Option.foreach(Option.scala:437) at kafka.server.AbstractFetcherThread.maybeFetch(AbstractFetcherThread.scala:133) at kafka.server.AbstractFetcherThread.doWork(AbstractFetcherThread.scala:116) at kafka.server.ReplicaFetcherThread.doWork(ReplicaFetcherThread.scala:98) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136) [2026-06-08 05:53:55,575] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:55,575] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Connection to node 1 (/10.0.0.38:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:55,575] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:55,575] INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error sending fetch request (sessionId=245174091, epoch=INITIAL) to node 1: (org.apache.kafka.clients.FetchSessionHandler) java.io.IOException: Connection to 10.0.0.38:9092 (id: 1 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.server.BrokerBlockingSender.sendRequest(BrokerBlockingSender.scala:109) at kafka.server.RemoteLeaderEndPoint.fetch(RemoteLeaderEndPoint.scala:79) at kafka.server.AbstractFetcherThread.processFetchRequest(AbstractFetcherThread.scala:321) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3(AbstractFetcherThread.scala:134) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3$adapted(AbstractFetcherThread.scala:133) at scala.Option.foreach(Option.scala:437) at kafka.server.AbstractFetcherThread.maybeFetch(AbstractFetcherThread.scala:133) at kafka.server.AbstractFetcherThread.doWork(AbstractFetcherThread.scala:116) at kafka.server.ReplicaFetcherThread.doWork(ReplicaFetcherThread.scala:98) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136) [2026-06-08 05:53:55,576] WARN [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error in response for fetch request (type=FetchRequest, replicaId=2, maxWait=500, minBytes=1, maxBytes=10485760, fetchData={-uve-topic-27-6=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-7=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-7=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-6=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-6=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-6=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-6=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-6=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-6=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-6=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-7=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-6=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-6=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-7=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-8=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-7=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-8=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-7=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-8=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-7=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-8=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-7=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-6=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-8=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-8=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-8=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-7=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-7=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-8=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-7=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-7=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-9=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-9=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-3=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-9=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-3=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-9=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-3=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-9=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-4=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-8=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-4=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-8=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-4=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-4=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-4=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), HEALTH_CHECK_TOPIC-19=PartitionData(topicId=HvwrmjJaTtWWqW9GimOPUw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[0], lastFetchedEpoch=Optional.empty), -uve-topic-27-9=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-10=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-4=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-10=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-4=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-9=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-10=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-5=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-10=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-5=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-5=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-9=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-10=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-9=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-2=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-3=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-3=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-3=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-2=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-3=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-3=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-10=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-10=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-10=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-11=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-10=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-10=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-10=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-10=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-3=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-3=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-4=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-3=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-3=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-4=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-4=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-4=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-4=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-11=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-11=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-12=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-11=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-5=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-4=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-5=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-4=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-5=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-4=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-4=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-4=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-5=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-5=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-4=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-4=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-8=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-5=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-4=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-5=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-5=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-6=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-5=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-5=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-5=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-6=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-5=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-5=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-9=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-9=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-9=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-9=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-6=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-9=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-6=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-9=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-9=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-14=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-9=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-15=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-14=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-14=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-15=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-15=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-14=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-15=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-15=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-0=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), HEALTH_CHECK_TOPIC-13=PartitionData(topicId=HvwrmjJaTtWWqW9GimOPUw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[0], lastFetchedEpoch=Optional.empty), -uve-topic-0-15=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-15=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-15=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-15=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-16=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-15=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-15=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-15=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-16=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-16=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-15=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-15=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-15=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-15=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-16=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-16=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-15=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-16=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-12=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-17=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-12=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-17=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-16=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-12=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-17=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-16=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-12=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-16=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-17=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-16=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-12=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-17=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-16=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-17=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-16=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-12=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-16=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-12=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-2=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-17=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-13=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-17=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-18=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-17=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-13=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-17=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-13=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-18=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-18=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-17=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-17=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-18=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-17=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-13=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-11=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-10=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-10=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-10=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-18=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-18=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-18=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-18=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-18=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-18=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-18=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-11=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-10=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-11=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-10=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-11=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-10=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-11=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-10=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-10=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-11=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-11=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-12=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-11=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-19=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-19=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-19=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-19=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-12=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-11=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-11=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-11=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-12=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-12=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-11=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-11=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-5=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-16=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-16=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-16=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-12=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-16=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-16=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-16=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-16=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-12=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-13=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-12=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-13=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-13=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-12=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-6=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-17=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), HEALTH_CHECK_TOPIC-7=PartitionData(topicId=HvwrmjJaTtWWqW9GimOPUw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[0], lastFetchedEpoch=Optional.empty), -uve-topic-10-14=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-17=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-17=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-14=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-13=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-14=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-13=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-14=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-13=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-14=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-14=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-13=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-14=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-13=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-22=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-24=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-22=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-24=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-24=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-22=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-23=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-22=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-23=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-22=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-22=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-22=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-23=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-22=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-22=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-22=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-23=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-22=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-23=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-22=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-23=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-22=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-24=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-25=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-25=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-24=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-23=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-23=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-23=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-24=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-23=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-24=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-23=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-24=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-23=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-23=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-23=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-26=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-26=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-25=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-26=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-26=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-25=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-20=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-26=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-24=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-25=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-26=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-21=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-27=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-27=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-21=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-21=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-21=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-27=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-21=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-26=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-21=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-26=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-25=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-26=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-25=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-26=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-21=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-25=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-21=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-26=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-19=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-18=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-18=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-18=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-19=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-18=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-19=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-27=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-27=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-27=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-27=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-27=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-27=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-27=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-29=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-27=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-20=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-19=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-20=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-19=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-20=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-19=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-20=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), HEALTH_CHECK_TOPIC-1=PartitionData(topicId=HvwrmjJaTtWWqW9GimOPUw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[0], lastFetchedEpoch=Optional.empty), -uve-topic-10-20=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-20=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-19=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-20=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-19=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-24=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-24=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-24=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-21=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-24=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-22=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-21=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-24=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-24=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-24=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-21=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-21=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-21=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-21=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-20=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-20=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-21=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-25=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-23=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-22=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-22=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-23=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-25=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-25=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-25=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-21=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-22=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-22=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-21=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-22=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-22=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-0=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-0=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-0=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-0=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=25, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-21-0=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=320, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-5-28=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-1=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-28=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-1=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-0=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=87, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-4-28=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-28=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-0=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=251, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-0-28=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-0=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=222, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-7-28=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-1=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-28=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-17=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-29=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-2=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-2=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-1=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-29=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-2=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-1=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-29=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-10-2=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-2=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-1=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-2=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-1=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-2=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-1=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-18=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-9-1=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-6-1=PartitionData(topicId=vuNwAap7SPCEoWhNQv5zhg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-4-1=PartitionData(topicId=mnZocP4bQhyGaPaaQFUMoQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-27=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-27=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-11-28=PartitionData(topicId=tEB8tH4xRnCOIPsB-_1dzQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-27=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-27=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-28=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-13-28=PartitionData(topicId=TMPfL9AvRoKnSSQ0JFSdYQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-27=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-27=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-2=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), HEALTH_CHECK_TOPIC-25=PartitionData(topicId=HvwrmjJaTtWWqW9GimOPUw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[0], lastFetchedEpoch=Optional.empty), -uve-topic-10-29=PartitionData(topicId=RmR6LGrQRW-PEZsREh_vkA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-20-28=PartitionData(topicId=SlwIoYRORIGiu6ePWS7J4g, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-15-29=PartitionData(topicId=41pQmQEeSP-mchBq1qkSiA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-28=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-16-29=PartitionData(topicId=709Glse7QSSCNzbWQ7h8xQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-28=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-17-29=PartitionData(topicId=KlzGbXMES8SFy7a7XYgcQA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-27-28=PartitionData(topicId=KL7_5wpYSkCND2tLckaUjg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-28=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-21-28=PartitionData(topicId=9KOnY-6fRHOsjiB3uuTvvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-12-29=PartitionData(topicId=fPFURuRJTpK1wEYeS5zTlw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-14-29=PartitionData(topicId=lIPaTs5VSv6RTDYQ3IY6fA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-28=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-18-28=PartitionData(topicId=5obtU1mZRZ2hIGZdW7u2TA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-20=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-19-28=PartitionData(topicId=RXW3XtdRQ7GbL2-yx6ey8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-3=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-2-3=PartitionData(topicId=fG8PIyhUTF6sfc62xwPGxA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-3=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-0-3=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-3=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-26-29=PartitionData(topicId=7JJ2gtmRSF-RIRlf-XHv8w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-28-29=PartitionData(topicId=wIdbbJ91T6Cmy309Fpg-2A, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-29=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-22-29=PartitionData(topicId=gi0bEpMpSca9DuahqwgZUg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-23-29=PartitionData(topicId=VYilbB6fT8OLRnXJoK_vog, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-24-29=PartitionData(topicId=hIrm7KAoT-2ORT3LjGhvUQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-25-29=PartitionData(topicId=E8wVhScpRUqRELGeqbtVRg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-29-28=PartitionData(topicId=aMu9BXrKQP-8F1vhaf_Mvw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-1-0=PartitionData(topicId=OnwR_XiYTKmgwo8jEevpbw, fetchOffset=118, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-0-0=PartitionData(topicId=iryI5i8JRri6r9Gp8ropRQ, fetchOffset=2042, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional[2]), -uve-topic-9-0=PartitionData(topicId=8PlPKqdnS7eTROSCjPqsvA, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-7-0=PartitionData(topicId=roJ88sb5RziTZFDp0-fhBQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-8-0=PartitionData(topicId=6MEjYxNSS4qqB4ErKINv-w, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-5-0=PartitionData(topicId=CR5x8V64RoWSLZsTttELZQ, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-0=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), structured_syslog_topic-23=PartitionData(topicId=8LXnKrIHTXGU5D8ypcmZHg, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty), -uve-topic-3-1=PartitionData(topicId=K8CDLjePSWeh8w15ggrozw, fetchOffset=0, logStartOffset=0, maxBytes=1048576, currentLeaderEpoch=Optional[2], lastFetchedEpoch=Optional.empty)}, isolationLevel=read_uncommitted, removed=, replaced=, metadata=(sessionId=245174091, epoch=INITIAL), rackId=) (kafka.server.ReplicaFetcherThread) java.io.IOException: Connection to 10.0.0.38:9092 (id: 1 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.server.BrokerBlockingSender.sendRequest(BrokerBlockingSender.scala:109) at kafka.server.RemoteLeaderEndPoint.fetch(RemoteLeaderEndPoint.scala:79) at kafka.server.AbstractFetcherThread.processFetchRequest(AbstractFetcherThread.scala:321) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3(AbstractFetcherThread.scala:134) at kafka.server.AbstractFetcherThread.$anonfun$maybeFetch$3$adapted(AbstractFetcherThread.scala:133) at scala.Option.foreach(Option.scala:437) at kafka.server.AbstractFetcherThread.maybeFetch(AbstractFetcherThread.scala:133) at kafka.server.AbstractFetcherThread.doWork(AbstractFetcherThread.scala:116) at kafka.server.ReplicaFetcherThread.doWork(ReplicaFetcherThread.scala:98) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136) [2026-06-08 05:53:55,911] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-27-6, -uve-topic-18-7, -uve-topic-23-6, -uve-topic-13-7, -uve-topic-0-6, -uve-topic-7-6, -uve-topic-20-6, -uve-topic-8-6, -uve-topic-21-6, -uve-topic-5-6, -uve-topic-12-7, -uve-topic-3-6, -uve-topic-1-6, -uve-topic-28-7, -uve-topic-18-8, -uve-topic-29-7, -uve-topic-14-8, -uve-topic-24-7, -uve-topic-15-8, -uve-topic-25-7, -uve-topic-16-8, -uve-topic-26-7, -uve-topic-9-6, -uve-topic-17-8, -uve-topic-10-8, structured_syslog_topic-8, -uve-topic-9-7, -uve-topic-6-7, -uve-topic-13-8, -uve-topic-4-7, -uve-topic-3-7, -uve-topic-19-9, -uve-topic-15-9, -uve-topic-8-3, -uve-topic-16-9, -uve-topic-9-3, -uve-topic-17-9, -uve-topic-7-3, -uve-topic-11-9, -uve-topic-5-4, -uve-topic-22-8, -uve-topic-6-4, -uve-topic-23-8, -uve-topic-4-4, -uve-topic-1-4, -uve-topic-0-4, HEALTH_CHECK_TOPIC-19, -uve-topic-27-9, -uve-topic-18-10, -uve-topic-7-4, -uve-topic-19-10, -uve-topic-8-4, -uve-topic-12-10, -uve-topic-22-9, -uve-topic-6-5, -uve-topic-13-10, -uve-topic-4-5, -uve-topic-2-5, -uve-topic-20-9, -uve-topic-11-10, -uve-topic-21-9, -uve-topic-23-2, -uve-topic-15-3, -uve-topic-16-3, -uve-topic-11-3, -uve-topic-22-2, -uve-topic-17-3, -uve-topic-19-3, -uve-topic-4-10, -uve-topic-1-10, -uve-topic-0-10, structured_syslog_topic-11, -uve-topic-7-10, -uve-topic-8-10, -uve-topic-5-10, -uve-topic-6-10, -uve-topic-27-3, -uve-topic-20-3, -uve-topic-11-4, -uve-topic-21-3, -uve-topic-12-4, -uve-topic-22-3, -uve-topic-13-4, -uve-topic-18-4, -uve-topic-19-4, -uve-topic-4-11, -uve-topic-2-11, structured_syslog_topic-12, -uve-topic-6-11, -uve-topic-25-4, -uve-topic-15-5, -uve-topic-26-4, -uve-topic-16-5, -uve-topic-27-4, -uve-topic-17-5, -uve-topic-28-4, -uve-topic-21-4, -uve-topic-12-5, -uve-topic-24-4, -uve-topic-14-5, -uve-topic-29-4, -uve-topic-2-8, -uve-topic-20-4, -uve-topic-10-5, -uve-topic-26-5, -uve-topic-28-5, -uve-topic-19-6, -uve-topic-29-5, -uve-topic-22-5, -uve-topic-23-5, -uve-topic-24-5, -uve-topic-14-6, -uve-topic-25-5, -uve-topic-2-9, -uve-topic-3-9, -uve-topic-0-9, -uve-topic-1-9, -uve-topic-10-6, -uve-topic-8-9, -uve-topic-11-6, -uve-topic-9-9, -uve-topic-7-9, structured_syslog_topic-14, -uve-topic-5-9, -uve-topic-11-15, -uve-topic-22-14, -uve-topic-2-14, -uve-topic-17-15, -uve-topic-19-15, -uve-topic-23-14, -uve-topic-15-15, -uve-topic-16-15, structured_syslog_topic-0, HEALTH_CHECK_TOPIC-13, -uve-topic-0-15, -uve-topic-1-15, -uve-topic-20-15, -uve-topic-8-15, -uve-topic-21-15, -uve-topic-11-16, -uve-topic-9-15, -uve-topic-22-15, -uve-topic-12-16, -uve-topic-13-16, -uve-topic-7-15, -uve-topic-5-15, -uve-topic-2-15, -uve-topic-3-15, -uve-topic-18-16, -uve-topic-19-16, -uve-topic-27-15, -uve-topic-21-16, -uve-topic-5-12, -uve-topic-12-17, -uve-topic-3-12, -uve-topic-14-17, -uve-topic-24-16, -uve-topic-1-12, -uve-topic-10-17, -uve-topic-20-16, -uve-topic-0-12, -uve-topic-29-16, -uve-topic-15-17, -uve-topic-25-16, -uve-topic-9-12, -uve-topic-16-17, -uve-topic-26-16, -uve-topic-17-17, -uve-topic-27-16, -uve-topic-7-12, -uve-topic-28-16, -uve-topic-8-12, structured_syslog_topic-2, -uve-topic-22-17, -uve-topic-6-13, -uve-topic-23-17, -uve-topic-24-17, -uve-topic-14-18, -uve-topic-4-13, -uve-topic-25-17, -uve-topic-3-13, -uve-topic-10-18, -uve-topic-11-18, -uve-topic-26-17, -uve-topic-28-17, -uve-topic-29-17, -uve-topic-19-18, -uve-topic-9-13, -uve-topic-17-11, -uve-topic-27-10, -uve-topic-28-10, -uve-topic-29-10, -uve-topic-3-18, -uve-topic-1-18, -uve-topic-0-18, -uve-topic-9-18, -uve-topic-7-18, -uve-topic-8-18, -uve-topic-5-18, -uve-topic-14-11, -uve-topic-24-10, -uve-topic-15-11, -uve-topic-25-10, -uve-topic-16-11, -uve-topic-26-10, -uve-topic-20-10, -uve-topic-10-11, -uve-topic-21-10, -uve-topic-12-11, -uve-topic-28-11, -uve-topic-29-11, -uve-topic-19-12, -uve-topic-4-19, -uve-topic-3-19, -uve-topic-9-19, -uve-topic-6-19, -uve-topic-24-11, -uve-topic-14-12, -uve-topic-25-11, -uve-topic-26-11, -uve-topic-10-12, -uve-topic-11-12, -uve-topic-22-11, -uve-topic-23-11, structured_syslog_topic-5, -uve-topic-1-16, -uve-topic-0-16, -uve-topic-7-16, -uve-topic-20-12, -uve-topic-8-16, -uve-topic-5-16, -uve-topic-6-16, -uve-topic-4-16, -uve-topic-27-12, -uve-topic-18-13, -uve-topic-21-12, -uve-topic-12-13, -uve-topic-13-13, -uve-topic-23-12, structured_syslog_topic-6, -uve-topic-2-17, HEALTH_CHECK_TOPIC-7, -uve-topic-10-14, -uve-topic-6-17, -uve-topic-4-17, -uve-topic-26-13, -uve-topic-16-14, -uve-topic-17-14, -uve-topic-28-13, -uve-topic-18-14, -uve-topic-29-13, -uve-topic-13-14, -uve-topic-24-13, -uve-topic-14-14, -uve-topic-25-13, -uve-topic-15-14, -uve-topic-0-22, -uve-topic-10-24, -uve-topic-7-22, structured_syslog_topic-24, -uve-topic-11-24, -uve-topic-8-22, -uve-topic-22-23, -uve-topic-5-22, -uve-topic-23-23, -uve-topic-6-22, -uve-topic-4-22, -uve-topic-1-22, -uve-topic-17-23, -uve-topic-27-22, -uve-topic-28-22, -uve-topic-29-22, -uve-topic-14-23, -uve-topic-24-22, -uve-topic-15-23, -uve-topic-25-22, -uve-topic-16-23, -uve-topic-26-22, -uve-topic-21-24, -uve-topic-12-25, -uve-topic-13-25, -uve-topic-23-24, -uve-topic-6-23, -uve-topic-4-23, -uve-topic-2-23, -uve-topic-20-24, -uve-topic-28-23, -uve-topic-19-24, -uve-topic-29-23, -uve-topic-24-23, -uve-topic-14-24, -uve-topic-25-23, -uve-topic-26-23, -uve-topic-13-26, -uve-topic-14-26, -uve-topic-24-25, structured_syslog_topic-26, -uve-topic-15-26, -uve-topic-25-25, -uve-topic-2-20, -uve-topic-10-26, -uve-topic-27-24, -uve-topic-18-25, -uve-topic-23-26, -uve-topic-7-21, -uve-topic-15-27, -uve-topic-16-27, -uve-topic-5-21, -uve-topic-2-21, -uve-topic-3-21, -uve-topic-11-27, -uve-topic-0-21, -uve-topic-22-26, -uve-topic-1-21, -uve-topic-16-26, -uve-topic-26-25, -uve-topic-17-26, -uve-topic-18-26, -uve-topic-28-25, -uve-topic-8-21, -uve-topic-29-25, -uve-topic-9-21, -uve-topic-2-26, -uve-topic-13-19, -uve-topic-23-18, -uve-topic-20-18, -uve-topic-21-18, -uve-topic-12-19, -uve-topic-27-18, -uve-topic-18-19, -uve-topic-5-27, -uve-topic-2-27, -uve-topic-3-27, -uve-topic-0-27, -uve-topic-1-27, -uve-topic-8-27, -uve-topic-9-27, structured_syslog_topic-29, -uve-topic-7-27, -uve-topic-24-19, -uve-topic-14-20, -uve-topic-25-19, -uve-topic-15-20, -uve-topic-26-19, -uve-topic-16-20, -uve-topic-17-20, HEALTH_CHECK_TOPIC-1, -uve-topic-10-20, -uve-topic-13-20, -uve-topic-28-19, -uve-topic-18-20, -uve-topic-29-19, -uve-topic-1-24, -uve-topic-0-24, -uve-topic-9-24, -uve-topic-20-21, -uve-topic-7-24, -uve-topic-21-21, -uve-topic-11-22, -uve-topic-8-24, -uve-topic-5-24, -uve-topic-3-24, -uve-topic-15-21, -uve-topic-16-21, -uve-topic-17-21, -uve-topic-11-21, -uve-topic-22-20, -uve-topic-23-20, -uve-topic-19-21, -uve-topic-3-25, -uve-topic-10-23, -uve-topic-20-22, -uve-topic-21-22, -uve-topic-12-23, -uve-topic-9-25, -uve-topic-6-25, -uve-topic-4-25, -uve-topic-27-21, -uve-topic-18-22, -uve-topic-19-22, -uve-topic-22-21, -uve-topic-12-22, -uve-topic-13-22, -uve-topic-10-0, -uve-topic-11-0, -uve-topic-19-0, -uve-topic-14-0, -uve-topic-21-0, -uve-topic-5-28, -uve-topic-12-1, -uve-topic-6-28, -uve-topic-23-0, -uve-topic-13-1, -uve-topic-4-28, -uve-topic-1-28, -uve-topic-20-0, -uve-topic-0-28, -uve-topic-27-0, -uve-topic-7-28, -uve-topic-18-1, -uve-topic-8-28, structured_syslog_topic-17, -uve-topic-6-29, -uve-topic-13-2, -uve-topic-14-2, -uve-topic-24-1, -uve-topic-4-29, -uve-topic-15-2, -uve-topic-25-1, -uve-topic-2-29, -uve-topic-10-2, -uve-topic-16-2, -uve-topic-26-1, -uve-topic-17-2, -uve-topic-18-2, -uve-topic-28-1, -uve-topic-29-1, structured_syslog_topic-18, -uve-topic-9-1, -uve-topic-6-1, -uve-topic-4-1, -uve-topic-27-27, -uve-topic-20-27, -uve-topic-21-27, -uve-topic-11-28, -uve-topic-12-28, -uve-topic-22-27, -uve-topic-13-28, -uve-topic-17-27, -uve-topic-19-27, -uve-topic-2-2, HEALTH_CHECK_TOPIC-25, -uve-topic-10-29, -uve-topic-20-28, -uve-topic-25-28, -uve-topic-15-29, -uve-topic-26-28, -uve-topic-16-29, -uve-topic-27-28, -uve-topic-17-29, -uve-topic-28-28, -uve-topic-21-28, -uve-topic-12-29, -uve-topic-24-28, -uve-topic-14-29, -uve-topic-18-28, structured_syslog_topic-20, -uve-topic-19-28, -uve-topic-5-3, -uve-topic-2-3, -uve-topic-3-3, -uve-topic-0-3, -uve-topic-1-3, -uve-topic-26-29, -uve-topic-28-29, -uve-topic-29-29, -uve-topic-22-29, -uve-topic-23-29, -uve-topic-24-29, -uve-topic-25-29, -uve-topic-29-28, -uve-topic-1-0, -uve-topic-0-0, -uve-topic-9-0, -uve-topic-7-0, -uve-topic-8-0, -uve-topic-5-0, -uve-topic-3-0, structured_syslog_topic-23, -uve-topic-3-1) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:53:55,913] INFO [ReplicaFetcherThread-0-1]: Shutting down (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:55,913] INFO [ReplicaFetcherThread-0-1]: Stopped (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:55,913] INFO [ReplicaFetcherThread-0-1]: Shutdown completed (kafka.server.ReplicaFetcherThread) [2026-06-08 05:53:56,331] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-1-12, -uve-topic-5-24, -uve-topic-4-22, HEALTH_CHECK_TOPIC-11, -uve-topic-2-18, -uve-topic-21-23, -uve-topic-11-24, -uve-topic-23-21, -uve-topic-13-22, -uve-topic-8-18, -uve-topic-20-6, -uve-topic-10-7, -uve-topic-19-28, -uve-topic-29-27, -uve-topic-13-11, -uve-topic-23-10, -uve-topic-23-5, -uve-topic-13-6, -uve-topic-26-20, -uve-topic-16-21, -uve-topic-1-3, -uve-topic-6-25, -uve-topic-3-10, -uve-topic-5-15, -uve-topic-10-23, -uve-topic-20-22, -uve-topic-7-8, -uve-topic-24-11, -uve-topic-14-12, -uve-topic-28-26, -uve-topic-18-27, -uve-topic-9-13, -uve-topic-20-0, -uve-topic-10-1, HEALTH_CHECK_TOPIC-19, -uve-topic-8-5, -uve-topic-25-2, -uve-topic-15-3, -uve-topic-18-11, -uve-topic-28-10, -uve-topic-18-2, -uve-topic-28-1, -uve-topic-28-2, -uve-topic-18-3, -uve-topic-21-15, -uve-topic-11-16, -uve-topic-3-19, -uve-topic-11-8, -uve-topic-21-7, -uve-topic-22-4, -uve-topic-12-5, -uve-topic-5-23, -uve-topic-29-11, -uve-topic-19-12, -uve-topic-6-16, -uve-topic-10-15, -uve-topic-20-14, -uve-topic-1-5, -uve-topic-9-10, -uve-topic-25-29, -uve-topic-8-2, HEALTH_CHECK_TOPIC-2, -uve-topic-11-2, -uve-topic-21-1, -uve-topic-27-0, -uve-topic-17-1, -uve-topic-7-4, structured_syslog_topic-17, -uve-topic-22-20, -uve-topic-12-21, -uve-topic-7-1, -uve-topic-24-6, -uve-topic-14-7, -uve-topic-17-9, -uve-topic-27-8, -uve-topic-17-19, -uve-topic-27-18, HEALTH_CHECK_TOPIC-27, -uve-topic-1-17, HEALTH_CHECK_TOPIC-6, -uve-topic-4-29, -uve-topic-28-9, -uve-topic-18-10, -uve-topic-19-0, -uve-topic-3-21, -uve-topic-28-28, -uve-topic-18-29, -uve-topic-8-27, HEALTH_CHECK_TOPIC-10, -uve-topic-8-12, -uve-topic-1-6, -uve-topic-27-24, -uve-topic-17-25, -uve-topic-0-23, -uve-topic-7-17, -uve-topic-14-13, -uve-topic-24-12, -uve-topic-2-13, -uve-topic-16-0, -uve-topic-9-15, -uve-topic-0-16, -uve-topic-0-11, -uve-topic-6-27, -uve-topic-7-26, -uve-topic-2-20, -uve-topic-15-17, -uve-topic-25-16, -uve-topic-28-19, -uve-topic-18-20, -uve-topic-15-8, -uve-topic-25-7, -uve-topic-15-9, -uve-topic-25-8, -uve-topic-3-28, -uve-topic-24-28, -uve-topic-14-29, -uve-topic-14-23, -uve-topic-24-22, -uve-topic-25-23, -uve-topic-15-24, -uve-topic-18-26, -uve-topic-28-25, -uve-topic-25-13, -uve-topic-15-14, -uve-topic-1-26, -uve-topic-1-0, -uve-topic-4-26, -uve-topic-6-13, -uve-topic-16-25, -uve-topic-26-24, -uve-topic-13-19, -uve-topic-23-18, -uve-topic-18-28, -uve-topic-28-27, -uve-topic-0-25, -uve-topic-28-4, -uve-topic-18-5, -uve-topic-13-15, -uve-topic-23-14, -uve-topic-29-29, -uve-topic-7-21, -uve-topic-15-0, -uve-topic-8-29, -uve-topic-22-13, -uve-topic-12-14, -uve-topic-23-6, -uve-topic-13-7, -uve-topic-4-4, -uve-topic-5-5, -uve-topic-13-10, -uve-topic-23-9, -uve-topic-24-0, -uve-topic-14-1, -uve-topic-14-8, -uve-topic-24-7, -uve-topic-23-17, -uve-topic-13-18, -uve-topic-6-20, -uve-topic-0-5, structured_syslog_topic-26, -uve-topic-8-20, -uve-topic-24-15, -uve-topic-14-16, -uve-topic-21-4, -uve-topic-11-5, -uve-topic-29-13, -uve-topic-19-14, structured_syslog_topic-22, -uve-topic-8-4, -uve-topic-18-13, -uve-topic-28-12, -uve-topic-10-27, -uve-topic-20-26, -uve-topic-24-19, -uve-topic-14-20, -uve-topic-7-28, -uve-topic-18-23, -uve-topic-28-22, -uve-topic-3-14, -uve-topic-17-4, -uve-topic-27-3, -uve-topic-12-17, -uve-topic-22-16, -uve-topic-2-6, -uve-topic-8-9, -uve-topic-2-27, structured_syslog_topic-3, -uve-topic-19-24, -uve-topic-29-23, -uve-topic-22-8, -uve-topic-12-9, -uve-topic-16-8, -uve-topic-26-7, -uve-topic-11-13, -uve-topic-21-12, -uve-topic-5-12, structured_syslog_topic-16, HEALTH_CHECK_TOPIC-12, -uve-topic-6-7, -uve-topic-0-4, -uve-topic-3-25, -uve-topic-9-24, -uve-topic-1-9, HEALTH_CHECK_TOPIC-16, -uve-topic-8-22, -uve-topic-9-21, -uve-topic-14-28, -uve-topic-24-27, -uve-topic-27-21, -uve-topic-17-22, -uve-topic-17-11, -uve-topic-27-10, -uve-topic-12-25, -uve-topic-22-24, -uve-topic-19-6, -uve-topic-29-5, -uve-topic-2-1, -uve-topic-9-19, -uve-topic-2-24, -uve-topic-0-2, structured_syslog_topic-6, structured_syslog_topic-10, -uve-topic-28-11, -uve-topic-18-12, -uve-topic-6-0, -uve-topic-14-27, -uve-topic-24-26, -uve-topic-22-5, -uve-topic-12-6, -uve-topic-7-14, -uve-topic-23-25, -uve-topic-13-26, -uve-topic-6-6, -uve-topic-9-23, -uve-topic-20-27, -uve-topic-10-28, -uve-topic-1-23, HEALTH_CHECK_TOPIC-15, -uve-topic-0-3, -uve-topic-7-7, -uve-topic-0-15, -uve-topic-9-27, -uve-topic-18-4, -uve-topic-28-3, -uve-topic-3-4, -uve-topic-21-20, -uve-topic-11-21, -uve-topic-23-4, -uve-topic-13-5, -uve-topic-3-3, -uve-topic-24-5, -uve-topic-14-6, -uve-topic-22-21, -uve-topic-12-22, -uve-topic-23-20, -uve-topic-13-21, -uve-topic-4-8, -uve-topic-29-26, -uve-topic-19-27, -uve-topic-18-9, -uve-topic-28-8, -uve-topic-19-5, -uve-topic-29-4, -uve-topic-11-29, -uve-topic-21-28, -uve-topic-0-9, structured_syslog_topic-28, -uve-topic-22-29, -uve-topic-1-20, structured_syslog_topic-9, -uve-topic-7-0, -uve-topic-19-11, -uve-topic-29-10, -uve-topic-28-24, -uve-topic-18-25, -uve-topic-21-8, -uve-topic-11-9, -uve-topic-26-13, -uve-topic-16-14, -uve-topic-19-26, -uve-topic-29-25, -uve-topic-5-6, -uve-topic-27-20, -uve-topic-17-21, -uve-topic-3-2, -uve-topic-7-25, -uve-topic-24-21, -uve-topic-14-22, -uve-topic-2-10, -uve-topic-24-23, -uve-topic-14-24, -uve-topic-19-13, -uve-topic-29-12, structured_syslog_topic-24, -uve-topic-11-17, -uve-topic-21-16, -uve-topic-6-24, -uve-topic-29-9, -uve-topic-19-10, -uve-topic-8-13, structured_syslog_topic-25, -uve-topic-8-17, -uve-topic-5-27, -uve-topic-9-2, -uve-topic-6-11, -uve-topic-0-22, structured_syslog_topic-15, -uve-topic-1-14, HEALTH_CHECK_TOPIC-26, -uve-topic-8-26, -uve-topic-26-29, -uve-topic-16-24, -uve-topic-26-23, -uve-topic-0-8, -uve-topic-26-5, -uve-topic-16-6, -uve-topic-27-11, -uve-topic-17-12, -uve-topic-17-15, -uve-topic-27-14, -uve-topic-3-7, -uve-topic-27-19, -uve-topic-17-20, -uve-topic-28-15, -uve-topic-18-16, structured_syslog_topic-19, -uve-topic-10-12, -uve-topic-20-11, -uve-topic-25-28, -uve-topic-15-29, -uve-topic-27-17, -uve-topic-17-18, -uve-topic-2-28, -uve-topic-5-9, -uve-topic-8-1, -uve-topic-3-29, -uve-topic-9-18, -uve-topic-12-10, -uve-topic-22-9, -uve-topic-6-10, -uve-topic-15-23, -uve-topic-25-22, -uve-topic-22-17, -uve-topic-12-18, -uve-topic-4-5, -uve-topic-29-2, -uve-topic-19-3, -uve-topic-13-23, -uve-topic-23-22, -uve-topic-17-7, -uve-topic-27-6, -uve-topic-20-23, -uve-topic-10-24, -uve-topic-16-17, -uve-topic-26-16, -uve-topic-25-6, -uve-topic-15-7, HEALTH_CHECK_TOPIC-9, -uve-topic-8-3, -uve-topic-1-27, -uve-topic-9-20, -uve-topic-5-10, -uve-topic-2-7, -uve-topic-7-11, -uve-topic-3-8, -uve-topic-13-4, -uve-topic-23-3, -uve-topic-19-9, -uve-topic-29-8, -uve-topic-3-22, -uve-topic-11-25, -uve-topic-21-24, -uve-topic-4-23, HEALTH_CHECK_TOPIC-13, -uve-topic-23-0, -uve-topic-13-1, -uve-topic-22-25, -uve-topic-12-26, -uve-topic-4-12, -uve-topic-16-19, -uve-topic-26-18, -uve-topic-13-12, -uve-topic-23-11, -uve-topic-16-11, -uve-topic-26-10, -uve-topic-29-28, -uve-topic-19-29, -uve-topic-23-19, -uve-topic-13-20, -uve-topic-0-13, -uve-topic-2-14, -uve-topic-9-9, -uve-topic-1-13, -uve-topic-1-24, HEALTH_CHECK_TOPIC-29, -uve-topic-9-4, -uve-topic-0-0, -uve-topic-7-29, -uve-topic-6-21, -uve-topic-6-28, -uve-topic-29-22, -uve-topic-19-23, -uve-topic-19-17, -uve-topic-29-16, -uve-topic-26-9, -uve-topic-16-10, -uve-topic-26-17, -uve-topic-16-18, -uve-topic-17-28, -uve-topic-27-27, -uve-topic-0-17, -uve-topic-27-26, -uve-topic-17-27, -uve-topic-22-2, -uve-topic-12-3, -uve-topic-28-7, -uve-topic-18-8, -uve-topic-1-18, -uve-topic-7-22, -uve-topic-8-23, -uve-topic-2-16, -uve-topic-8-8, structured_syslog_topic-20, HEALTH_CHECK_TOPIC-25, -uve-topic-14-4, -uve-topic-24-3, -uve-topic-16-26, -uve-topic-26-25, -uve-topic-7-16, -uve-topic-15-25, -uve-topic-25-24, -uve-topic-25-4, -uve-topic-15-5, -uve-topic-10-29, -uve-topic-20-28, -uve-topic-2-19, -uve-topic-10-8, -uve-topic-20-7, -uve-topic-0-26, -uve-topic-22-10, -uve-topic-12-11, -uve-topic-0-12, -uve-topic-17-8, -uve-topic-27-7, -uve-topic-12-19, -uve-topic-22-18, -uve-topic-17-24, -uve-topic-27-23, -uve-topic-4-3, -uve-topic-3-11, -uve-topic-20-15, -uve-topic-10-16, -uve-topic-3-17, -uve-topic-4-9, -uve-topic-5-13, -uve-topic-6-15, structured_syslog_topic-8, HEALTH_CHECK_TOPIC-1, structured_syslog_topic-14, -uve-topic-6-14, -uve-topic-15-13, -uve-topic-25-12, -uve-topic-26-6, -uve-topic-16-7, -uve-topic-9-6, -uve-topic-1-1, -uve-topic-5-20, -uve-topic-14-2, -uve-topic-24-1, -uve-topic-13-28, -uve-topic-23-27, -uve-topic-18-22, -uve-topic-28-21, -uve-topic-24-2, -uve-topic-14-3, -uve-topic-13-27, -uve-topic-23-26, -uve-topic-2-21, structured_syslog_topic-2, -uve-topic-12-0, -uve-topic-21-29, -uve-topic-9-8, -uve-topic-0-21, -uve-topic-2-2, -uve-topic-1-15, -uve-topic-1-22, -uve-topic-7-15, -uve-topic-8-25, -uve-topic-0-20, -uve-topic-8-0, -uve-topic-23-2, -uve-topic-13-3, -uve-topic-15-4, -uve-topic-25-3, -uve-topic-23-15, -uve-topic-13-16, -uve-topic-5-14, -uve-topic-2-11, -uve-topic-13-8, -uve-topic-23-7, -uve-topic-16-23, -uve-topic-26-22, -uve-topic-4-27, -uve-topic-6-9, -uve-topic-9-26, -uve-topic-4-16, -uve-topic-20-4, -uve-topic-10-5, -uve-topic-3-26, -uve-topic-23-13, -uve-topic-13-14, -uve-topic-21-21, -uve-topic-11-22, -uve-topic-27-29, -uve-topic-1-21, -uve-topic-3-5, -uve-topic-0-14, -uve-topic-6-2, -uve-topic-21-5, -uve-topic-11-6, structured_syslog_topic-1, -uve-topic-11-14, -uve-topic-21-13, -uve-topic-26-4, -uve-topic-16-5, -uve-topic-20-12, -uve-topic-10-13, -uve-topic-7-24, -uve-topic-22-6, -uve-topic-12-7, -uve-topic-26-28, -uve-topic-16-29, -uve-topic-29-24, -uve-topic-19-25, -uve-topic-2-23, -uve-topic-20-20, -uve-topic-10-21, -uve-topic-18-19, -uve-topic-28-18, -uve-topic-12-13, -uve-topic-22-12, structured_syslog_topic-13, -uve-topic-29-19, -uve-topic-19-20, -uve-topic-14-0, -uve-topic-3-15, -uve-topic-5-8, HEALTH_CHECK_TOPIC-24, -uve-topic-5-19, -uve-topic-9-29, -uve-topic-17-17, -uve-topic-27-16, -uve-topic-12-23, -uve-topic-22-22, HEALTH_CHECK_TOPIC-14, -uve-topic-14-15, -uve-topic-24-14, -uve-topic-4-0, -uve-topic-29-7, -uve-topic-19-8, -uve-topic-28-17, -uve-topic-18-18, -uve-topic-12-29, -uve-topic-22-28, HEALTH_CHECK_TOPIC-18, -uve-topic-24-4, -uve-topic-14-5, -uve-topic-12-15, -uve-topic-22-14, -uve-topic-5-1, -uve-topic-3-12, -uve-topic-2-4, -uve-topic-6-18, -uve-topic-4-18, -uve-topic-5-17, -uve-topic-8-7, -uve-topic-2-25, -uve-topic-23-29, -uve-topic-6-19, -uve-topic-6-3, -uve-topic-24-20, -uve-topic-14-21, -uve-topic-23-23, -uve-topic-13-24, -uve-topic-25-21, -uve-topic-15-22, -uve-topic-25-15, -uve-topic-15-16, -uve-topic-7-10, structured_syslog_topic-21, -uve-topic-4-13, -uve-topic-25-5, -uve-topic-15-6, -uve-topic-1-7, -uve-topic-9-12, -uve-topic-7-19, -uve-topic-4-17, -uve-topic-3-16, -uve-topic-5-28, -uve-topic-5-2, -uve-topic-20-29, -uve-topic-2-17, -uve-topic-1-19, -uve-topic-4-1, -uve-topic-0-24, -uve-topic-12-12, -uve-topic-22-11, -uve-topic-18-15, -uve-topic-28-14, -uve-topic-26-26, -uve-topic-16-27, -uve-topic-22-19, -uve-topic-12-20, -uve-topic-12-4, -uve-topic-22-3, -uve-topic-20-8, -uve-topic-10-9, -uve-topic-19-22, -uve-topic-29-21, -uve-topic-1-16, -uve-topic-21-25, -uve-topic-11-26, -uve-topic-3-23, -uve-topic-8-6, -uve-topic-4-7, -uve-topic-1-25, -uve-topic-0-18, -uve-topic-2-15, -uve-topic-6-4, -uve-topic-2-22, -uve-topic-7-12, -uve-topic-9-1, -uve-topic-21-10, -uve-topic-11-11, -uve-topic-27-5, -uve-topic-17-6, -uve-topic-21-17, -uve-topic-11-18, -uve-topic-12-28, -uve-topic-22-27, -uve-topic-11-19, -uve-topic-21-18, -uve-topic-18-7, -uve-topic-28-6, -uve-topic-10-17, -uve-topic-20-16, -uve-topic-17-0, -uve-topic-6-29, -uve-topic-29-15, -uve-topic-19-16, -uve-topic-9-17, -uve-topic-5-18, -uve-topic-3-9, -uve-topic-10-25, -uve-topic-20-24, -uve-topic-11-10, -uve-topic-21-9, -uve-topic-26-15, -uve-topic-16-16, -uve-topic-22-0, -uve-topic-12-1, -uve-topic-28-20, -uve-topic-18-21, -uve-topic-4-20, HEALTH_CHECK_TOPIC-4, -uve-topic-1-28, -uve-topic-1-10, -uve-topic-7-23, -uve-topic-4-6, HEALTH_CHECK_TOPIC-8, -uve-topic-26-11, -uve-topic-16-12, -uve-topic-27-2, -uve-topic-17-3, -uve-topic-17-23, -uve-topic-27-22, -uve-topic-26-19, -uve-topic-16-20, -uve-topic-21-2, -uve-topic-11-3, -uve-topic-12-27, -uve-topic-22-26, -uve-topic-11-0, -uve-topic-9-3, -uve-topic-9-14, -uve-topic-15-26, -uve-topic-25-25, -uve-topic-14-17, -uve-topic-24-16, -uve-topic-8-16, -uve-topic-28-0, -uve-topic-18-1, -uve-topic-19-2, -uve-topic-29-1, -uve-topic-0-27, -uve-topic-27-13, -uve-topic-17-14, -uve-topic-24-8, -uve-topic-14-9, -uve-topic-2-29, -uve-topic-3-0, -uve-topic-2-8, HEALTH_CHECK_TOPIC-0, -uve-topic-6-22, -uve-topic-7-5, -uve-topic-13-2, -uve-topic-23-1, structured_syslog_topic-0, -uve-topic-16-28, -uve-topic-26-27, -uve-topic-15-19, -uve-topic-25-18, structured_syslog_topic-12, -uve-topic-8-11, -uve-topic-18-24, -uve-topic-28-23, -uve-topic-15-11, -uve-topic-25-10, -uve-topic-3-18, -uve-topic-5-21, -uve-topic-16-13, -uve-topic-26-12, -uve-topic-15-10, -uve-topic-25-9, -uve-topic-14-25, -uve-topic-24-24, -uve-topic-25-17, -uve-topic-15-18, -uve-topic-1-11, -uve-topic-0-28, -uve-topic-8-10, -uve-topic-9-7, -uve-topic-3-13, -uve-topic-8-15, HEALTH_CHECK_TOPIC-7, -uve-topic-5-25, -uve-topic-3-27, -uve-topic-9-0, -uve-topic-10-0, -uve-topic-8-24, -uve-topic-9-5, -uve-topic-0-6, -uve-topic-20-19, -uve-topic-10-20, -uve-topic-22-15, -uve-topic-12-16, -uve-topic-13-13, -uve-topic-23-12, -uve-topic-24-13, -uve-topic-14-14, -uve-topic-18-17, -uve-topic-28-16, -uve-topic-11-23, -uve-topic-21-22, -uve-topic-22-23, -uve-topic-12-24, -uve-topic-7-18, -uve-topic-15-2, -uve-topic-25-1, -uve-topic-0-29, -uve-topic-9-16, -uve-topic-5-22, -uve-topic-4-19, -uve-topic-4-11, -uve-topic-2-26, -uve-topic-19-19, -uve-topic-29-18, -uve-topic-16-4, -uve-topic-26-3, -uve-topic-6-17, -uve-topic-17-2, -uve-topic-27-1, -uve-topic-1-4, structured_syslog_topic-5, -uve-topic-24-29, HEALTH_CHECK_TOPIC-20, -uve-topic-11-15, -uve-topic-21-14, -uve-topic-6-8, -uve-topic-2-3, -uve-topic-5-7, -uve-topic-29-17, -uve-topic-19-18, -uve-topic-21-6, -uve-topic-11-7, -uve-topic-27-28, -uve-topic-17-29, -uve-topic-2-5, -uve-topic-4-10, -uve-topic-4-15, -uve-topic-7-9, HEALTH_CHECK_TOPIC-28, -uve-topic-6-1, -uve-topic-3-20, -uve-topic-9-28, -uve-topic-5-0, -uve-topic-20-5, -uve-topic-10-6, -uve-topic-3-6, HEALTH_CHECK_TOPIC-23, -uve-topic-17-26, -uve-topic-27-25, -uve-topic-27-9, -uve-topic-17-10, -uve-topic-4-21, -uve-topic-4-24, -uve-topic-26-21, -uve-topic-16-22, -uve-topic-26-2, -uve-topic-16-3, -uve-topic-7-27, -uve-topic-5-3, HEALTH_CHECK_TOPIC-3, -uve-topic-13-0, -uve-topic-2-12, -uve-topic-23-28, -uve-topic-13-29, structured_syslog_topic-29, -uve-topic-12-8, -uve-topic-22-7, -uve-topic-21-0, -uve-topic-11-1, HEALTH_CHECK_TOPIC-22, -uve-topic-7-2, -uve-topic-5-16, -uve-topic-6-26, -uve-topic-10-4, -uve-topic-20-3, -uve-topic-12-2, -uve-topic-22-1, -uve-topic-20-21, -uve-topic-10-22, -uve-topic-7-3, -uve-topic-10-14, -uve-topic-20-13, -uve-topic-26-0, -uve-topic-16-1, -uve-topic-25-20, -uve-topic-15-21, -uve-topic-15-15, -uve-topic-25-14, -uve-topic-16-9, -uve-topic-26-8, -uve-topic-8-14, HEALTH_CHECK_TOPIC-17, -uve-topic-0-10, -uve-topic-6-5, -uve-topic-7-6, -uve-topic-8-19, -uve-topic-8-28, -uve-topic-5-29, -uve-topic-8-21, -uve-topic-13-17, -uve-topic-23-16, -uve-topic-14-10, -uve-topic-24-9, -uve-topic-24-17, -uve-topic-14-18, -uve-topic-19-21, -uve-topic-29-20, -uve-topic-23-8, -uve-topic-13-9, -uve-topic-7-20, -uve-topic-18-6, -uve-topic-28-5, -uve-topic-21-27, -uve-topic-11-28, -uve-topic-11-27, -uve-topic-21-26, -uve-topic-19-7, -uve-topic-29-6, -uve-topic-20-2, -uve-topic-10-3, -uve-topic-5-26, -uve-topic-4-2, HEALTH_CHECK_TOPIC-21, structured_syslog_topic-7, structured_syslog_topic-23, -uve-topic-11-4, -uve-topic-21-3, -uve-topic-14-26, -uve-topic-24-25, structured_syslog_topic-27, -uve-topic-25-0, -uve-topic-15-1, -uve-topic-10-19, -uve-topic-20-18, structured_syslog_topic-11, -uve-topic-19-15, -uve-topic-29-14, -uve-topic-6-12, -uve-topic-11-12, -uve-topic-21-11, -uve-topic-21-19, -uve-topic-11-20, -uve-topic-5-11, -uve-topic-1-8, -uve-topic-18-0, -uve-topic-20-10, -uve-topic-10-11, -uve-topic-0-1, -uve-topic-4-14, -uve-topic-4-28, -uve-topic-7-13, HEALTH_CHECK_TOPIC-5, -uve-topic-1-2, -uve-topic-9-25, -uve-topic-2-0, -uve-topic-2-9, -uve-topic-10-10, -uve-topic-20-9, -uve-topic-27-15, -uve-topic-17-16, -uve-topic-28-13, -uve-topic-18-14, -uve-topic-20-17, -uve-topic-10-18, -uve-topic-15-28, -uve-topic-25-27, -uve-topic-10-2, -uve-topic-20-1, -uve-topic-19-4, -uve-topic-29-3, -uve-topic-16-2, -uve-topic-26-1, -uve-topic-3-24, -uve-topic-3-1, -uve-topic-1-29, -uve-topic-4-25, structured_syslog_topic-18, -uve-topic-25-26, -uve-topic-15-27, -uve-topic-17-13, -uve-topic-27-12, -uve-topic-5-4, -uve-topic-28-29, -uve-topic-0-19, -uve-topic-6-23, -uve-topic-0-7, -uve-topic-9-11, -uve-topic-29-0, -uve-topic-19-1, -uve-topic-20-25, -uve-topic-10-26, -uve-topic-16-15, -uve-topic-26-14, -uve-topic-9-22, structured_syslog_topic-4, -uve-topic-13-25, -uve-topic-23-24, -uve-topic-25-11, -uve-topic-15-12, -uve-topic-14-19, -uve-topic-24-18, -uve-topic-27-4, -uve-topic-17-5, -uve-topic-14-11, -uve-topic-24-10, -uve-topic-25-19, -uve-topic-15-20) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:53:58,563] INFO [KafkaServer id=2] Retrying controlled shutdown (2 retries remaining) (kafka.server.KafkaServer) [2026-06-08 05:53:58,565] INFO [KafkaServer id=2] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:58,750] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:58,750] INFO [Controller id=2, targetBrokerId=3] Cancelled in-flight STOP_REPLICA request with correlation id 7 due to node 3 being disconnected (elapsed time since creation: 9ms, elapsed time since send: 9ms, throttle time: 0ms, request timeout: 30000ms) (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:58,757] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:58,859] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:58,859] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:58,860] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:58,961] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:58,961] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:58,962] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,021] INFO [KafkaServer id=2] Controlled shutdown request returned after 448ms with 960 partitions remaining to move (kafka.server.KafkaServer) [2026-06-08 05:53:59,063] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,063] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,063] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,164] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,164] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,164] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,265] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,265] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,265] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,366] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,368] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,368] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,469] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,469] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,469] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,570] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,570] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,571] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,672] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,672] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,672] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,773] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,773] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,773] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,874] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,874] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,874] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,975] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,980] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:53:59,981] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,082] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,085] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,085] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,186] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,187] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,189] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,290] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,292] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,294] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,395] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,397] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,397] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,498] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,498] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,500] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,601] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,602] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,602] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,703] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,706] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,707] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,808] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,810] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,810] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,911] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,917] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:00,918] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:01,019] INFO [Controller id=2, targetBrokerId=3] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:01,021] WARN [Controller id=2, targetBrokerId=3] Connection to node 3 (/10.0.0.33:9092) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:01,022] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:01,057] INFO [Controller id=2, targetBrokerId=3] Client requested connection close from node 3 (org.apache.kafka.clients.NetworkClient) [2026-06-08 05:54:02,037] INFO [ReplicaFetcherThread-0-3]: Shutting down (kafka.server.ReplicaFetcherThread) [2026-06-08 05:54:02,039] INFO [ReplicaFetcherThread-0-3]: Shutdown completed (kafka.server.ReplicaFetcherThread) [2026-06-08 05:54:02,039] INFO [ReplicaFetcherThread-0-3]: Stopped (kafka.server.ReplicaFetcherThread) +++ date ++ echo 'INFO: =================== Mon Jun 8 05:55:17 UTC 2026 ===================' INFO: =================== Mon Jun 8 05:55:17 UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ +++ cut -d / -f 1 command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ ip addr show dev ens3 +++ head +++ awk -n 1 '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ +++ tail -n 1 awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.38 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + : auto + my_ip= + my_index=1 + '[' auto = auto ']' + for i in {1..10} ++ find_my_ip_and_order_for_node KAFKA ++ local server_typ=KAFKA_NODES ++ find_my_ip_and_order_for_node_list 10.0.0.38,10.0.0.50,10.0.0.33 ++ local servers=10.0.0.38,10.0.0.50,10.0.0.33 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ cat /proc/net/fib_trie +++ +++ sort +++ awk '/32 host/ { print f } {f=$2}' +++ uniq grep -vi host ++ local local_ips=,10.0.0.50,10.20.0.254,127.0.0.1,172.17.0.1,, ++ local ord=1 ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' ++ local server_ip=10.0.0.38 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.38 ]] ++ [[ ,10.0.0.50,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] ++ (( ord+=1 )) ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' ++ local server_ip=10.0.0.50 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.50 ]] ++ [[ ,10.0.0.50,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] ++ echo 10.0.0.50 2 ++ return + my_ip_and_order='10.0.0.50 2' + '[' -n '10.0.0.50 2' ']' + break + '[' -z '10.0.0.50 2' ']' ++ echo 10.0.0.50 2 ++ cut -d ' ' -f 1 + my_ip=10.0.0.50 ++ echo 10.0.0.50 2 ++ cut -d ' ' -f 2 + my_index=2 + export KAFKA_LISTEN_ADDRESS=10.0.0.50 + KAFKA_LISTEN_ADDRESS=10.0.0.50 + zk_servers_array=($ZOOKEEPER_SERVERS_SPACE_DELIM) + zk_list_size=3 + [[ 3 -gt 1 ]] + replication_factor=2 + KAFKA_BROKER_ID=2 + KAFKA_LISTEN_PORT=9092 + KAFKA_log_retention_bytes=268435456 + KAFKA_log_segment_bytes=268435456 + KAFKA_log_retention_hours=24 + KAFKA_log_cleanup_policy=delete + KAFKA_log_cleaner_threads=2 + KAFKA_log_cleaner_dedupe_buffer_size=250000000 + KAFKA_log_cleaner_enable=true + KAFKA_delete_topic_enable=true + KAFKA_KEY_PASSWORD=c0ntrail123 + KAFKA_STORE_PASSWORD=c0ntrail123 + CONFIG=/opt/kafka/config/server.properties + sed -i 's/^broker.id=.*$/broker.id=2/g' /opt/kafka/config/server.properties + sed -i 's/#port=.*$/port=9092/g' /opt/kafka/config/server.properties + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + sed -i 's/^#listeners=.*$/listeners=PLAINTEXT:\/\/10.0.0.50:9092/g' /opt/kafka/config/server.properties + sed -i 's)^zookeeper.connect=.*$)zookeeper.connect=10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181)g' /opt/kafka/config/server.properties + sed -i 's/#advertised.host.name=.*$/advertised.host.name=10.0.0.50/g' /opt/kafka/config/server.properties + sed -i 's/^#log.retention.bytes=.*$/log.retention.bytes=268435456/g' /opt/kafka/config/server.properties + sed -i 's/^log.retention.hours=.*$/log.retention.hours=24/g' /opt/kafka/config/server.properties + sed -i 's/^log.segment.bytes=.*$/log.segment.bytes=268435456/g' /opt/kafka/config/server.properties + sed -i 's/^num.partitions=.*$/num.partitions=30/g' /opt/kafka/config/server.properties + echo ' ' + [[ 3 -eq 2 ]] + [[ 3 -gt 2 ]] + grep -q '^default.replication.factor' /opt/kafka/config/server.properties + echo default.replication.factor=3 + grep -q '^min.insync.replicas' /opt/kafka/config/server.properties + echo min.insync.replicas=2 + echo log.cleanup.policy=delete + echo log.cleaner.threads=2 + echo log.cleaner.dedupe.buffer.size=250000000 + echo offsets.topic.replication.factor=2 + echo reserved.broker.max.id=100001 + chown -R appuser:appuser /opt/kafka /opt/kafka/config /var/log/kafka + chmod -R 750 /var/log/kafka ++ id -u appuser + CONTRAIL_UID=1000 ++ id -g appuser + CONTRAIL_GID=1000 + exec /opt/kafka/bin/kafka-server-start.sh /opt/kafka/config/server.properties [2026-06-08 05:55:20,299] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [2026-06-08 05:55:20,537] INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [2026-06-08 05:55:20,628] INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) [2026-06-08 05:55:20,630] INFO starting (kafka.server.KafkaServer) [2026-06-08 05:55:20,631] INFO Connecting to zookeeper on 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 (kafka.server.KafkaServer) [2026-06-08 05:55:20,657] INFO [ZooKeeperClient Kafka server] Initializing a new session to 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181. (kafka.zookeeper.ZooKeeperClient) [2026-06-08 05:55:20,662] INFO Client environment:zookeeper.version=3.8.4-9316c2a7a97e1666d8f4593f34dd6fc36ecc436c, built on 2024-02-12 22:16 UTC (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,663] INFO Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-5902-2. (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,663] INFO Client environment:java.version=21.0.7 (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,663] INFO Client environment:java.vendor=Eclipse Adoptium (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,663] INFO Client environment:java.home=/opt/java/openjdk (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,663] INFO Client environment:java.class.path=/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.12.0.jar:/opt/kafka/bin/../libs/caffeine-2.9.3.jar:/opt/kafka/bin/../libs/commons-beanutils-1.9.4.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-collections-3.2.2.jar:/opt/kafka/bin/../libs/commons-digester-2.1.jar:/opt/kafka/bin/../libs/commons-io-2.14.0.jar:/opt/kafka/bin/../libs/commons-lang3-3.12.0.jar:/opt/kafka/bin/../libs/commons-logging-1.2.jar:/opt/kafka/bin/../libs/commons-validator-1.7.jar:/opt/kafka/bin/../libs/connect-api-3.9.1.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.9.1.jar:/opt/kafka/bin/../libs/connect-json-3.9.1.jar:/opt/kafka/bin/../libs/connect-mirror-3.9.1.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.9.1.jar:/opt/kafka/bin/../libs/connect-runtime-3.9.1.jar:/opt/kafka/bin/../libs/connect-transforms-3.9.1.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.10.0.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/jackson-annotations-2.16.2.jar:/opt/kafka/bin/../libs/jackson-core-2.16.2.jar:/opt/kafka/bin/../libs/jackson-databind-2.16.2.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.16.2.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.16.2.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.16.2.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.16.2.jar:/opt/kafka/bin/../libs/jackson-module-afterburner-2.16.2.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.16.2.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.16.2.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.2.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.3.jar:/opt/kafka/bin/../libs/javassist-3.29.2-GA.jar:/opt/kafka/bin/../libs/javax.activation-api-1.2.0.jar:/opt/kafka/bin/../libs/javax.annotation-api-1.3.2.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.1.jar:/opt/kafka/bin/../libs/jersey-client-2.39.1.jar:/opt/kafka/bin/../libs/jersey-common-2.39.1.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.39.1.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.39.1.jar:/opt/kafka/bin/../libs/jersey-hk2-2.39.1.jar:/opt/kafka/bin/../libs/jersey-server-2.39.1.jar:/opt/kafka/bin/../libs/jetty-client-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-http-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-io-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-security-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-server-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-util-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.57.v20241219.jar:/opt/kafka/bin/../libs/jline-3.25.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.9.4.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-clients-3.9.1.jar:/opt/kafka/bin/../libs/kafka-group-coordinator-3.9.1.jar:/opt/kafka/bin/../libs/kafka-group-coordinator-api-3.9.1.jar:/opt/kafka/bin/../libs/kafka-metadata-3.9.1.jar:/opt/kafka/bin/../libs/kafka-raft-3.9.1.jar:/opt/kafka/bin/../libs/kafka-server-3.9.1.jar:/opt/kafka/bin/../libs/kafka-server-common-3.9.1.jar:/opt/kafka/bin/../libs/kafka-shell-3.9.1.jar:/opt/kafka/bin/../libs/kafka-storage-3.9.1.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.9.1.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.9.1.jar:/opt/kafka/bin/../libs/kafka-tools-3.9.1.jar:/opt/kafka/bin/../libs/kafka-tools-api-3.9.1.jar:/opt/kafka/bin/../libs/kafka-transaction-coordinator-3.9.1.jar:/opt/kafka/bin/../libs/kafka_2.13-3.9.1.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.9.6.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-classes-epoll-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.119.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.119.Final.jar:/opt/kafka/bin/../libs/opentelemetry-proto-1.0.0-alpha.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/pcollections-4.0.1.jar:/opt/kafka/bin/../libs/plexus-utils-3.5.1.jar:/opt/kafka/bin/../libs/protobuf-java-3.25.5.jar:/opt/kafka/bin/../libs/reflections-0.10.2.jar:/opt/kafka/bin/../libs/reload4j-1.2.25.jar:/opt/kafka/bin/../libs/rocksdbjni-7.9.2.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.10.0.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/opt/kafka/bin/../libs/scala-library-2.13.15.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.5.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.15.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.36.jar:/opt/kafka/bin/../libs/slf4j-reload4j-1.7.36.jar:/opt/kafka/bin/../libs/snappy-java-1.1.10.5.jar:/opt/kafka/bin/../libs/swagger-annotations-2.2.8.jar:/opt/kafka/bin/../libs/trogdor-3.9.1.jar:/opt/kafka/bin/../libs/zookeeper-3.8.4.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.8.4.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.6-4.jar (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,664] INFO Client environment:java.library.path=/opt/java/openjdk/lib/server:/opt/java/openjdk/lib:/opt/java/openjdk/../lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,664] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,664] INFO Client environment:java.compiler= (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,664] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,665] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,665] INFO Client environment:os.version=5.15.0-100-generic (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,665] INFO Client environment:user.name=root (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,665] INFO Client environment:user.home=/root (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,665] INFO Client environment:user.dir=/opt/kafka (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,665] INFO Client environment:os.memory.free=981MB (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,665] INFO Client environment:os.memory.max=1024MB (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,666] INFO Client environment:os.memory.total=1024MB (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,668] INFO Initiating client connection, connectString=10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 sessionTimeout=18000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@1ef6d34c (org.apache.zookeeper.ZooKeeper) [2026-06-08 05:55:20,673] INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [2026-06-08 05:55:20,681] INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:55:20,687] INFO Opening socket connection to server /10.0.0.38:2181. (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:55:20,689] INFO [ZooKeeperClient Kafka server] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [2026-06-08 05:55:20,690] INFO Socket connection established, initiating session, client: /10.0.0.50:54200, server: /10.0.0.38:2181 (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:55:20,720] INFO Session establishment complete on server /10.0.0.38:2181, session id = 0x10000244712002c, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:55:20,724] INFO [ZooKeeperClient Kafka server] Connected. (kafka.zookeeper.ZooKeeperClient) [2026-06-08 05:55:21,148] INFO Cluster ID = 4cTkF7SzS46PA_-_44t6OQ (kafka.server.KafkaServer) [2026-06-08 05:55:21,252] 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 = 2 broker.id.generation.enable = true broker.rack = null broker.session.timeout.ms = 9000 client.quota.callback.class = null compression.gzip.level = -1 compression.lz4.level = 9 compression.type = producer compression.zstd.level = 3 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.bootstrap.servers = [] 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 = 3 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 eligible.leader.replicas.enable = false fetch.max.bytes = 57671680 fetch.purgatory.purge.interval.requests = 1000 group.consumer.assignors = [org.apache.kafka.coordinator.group.assignor.UniformAssignor, 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.migration.policy = disabled group.consumer.min.heartbeat.interval.ms = 5000 group.consumer.min.session.timeout.ms = 45000 group.consumer.session.timeout.ms = 45000 group.coordinator.append.linger.ms = 10 group.coordinator.new.enable = false group.coordinator.rebalance.protocols = [classic] 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 group.share.delivery.count.limit = 5 group.share.enable = false group.share.heartbeat.interval.ms = 5000 group.share.max.groups = 10 group.share.max.heartbeat.interval.ms = 15000 group.share.max.record.lock.duration.ms = 60000 group.share.max.session.timeout.ms = 60000 group.share.max.size = 200 group.share.min.heartbeat.interval.ms = 5000 group.share.min.record.lock.duration.ms = 15000 group.share.min.session.timeout.ms = 45000 group.share.partition.max.record.locks = 200 group.share.record.lock.duration.ms = 30000 group.share.session.timeout.ms = 45000 initial.broker.registration.timeout.ms = 60000 inter.broker.listener.name = null inter.broker.protocol.version = 3.9-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 = SASL_SSL:SASL_SSL,PLAINTEXT:PLAINTEXT,SSL:SSL,SASL_PLAINTEXT:SASL_PLAINTEXT listeners = PLAINTEXT://10.0.0.50:9092 log.cleaner.backoff.ms = 15000 log.cleaner.dedupe.buffer.size = 250000000 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 = 2 log.cleanup.policy = [delete] log.dir = /tmp/kafka-logs log.dir.failure.timeout.ms = 30000 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.initial.task.delay.ms = 30000 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 = 268435456 log.retention.check.interval.ms = 300000 log.retention.hours = 24 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 max.request.partition.size.limit = 2000 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 = 2 node.id = 2 num.io.threads = 8 num.network.threads = 3 num.partitions = 30 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 = 2 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.fetch.max.wait.ms = 500 remote.log.index.file.cache.total.size.bytes = 1073741824 remote.log.manager.copier.thread.pool.size = -1 remote.log.manager.copy.max.bytes.per.second = 9223372036854775807 remote.log.manager.copy.quota.window.num = 11 remote.log.manager.copy.quota.window.size.seconds = 1 remote.log.manager.expiration.thread.pool.size = -1 remote.log.manager.fetch.max.bytes.per.second = 9223372036854775807 remote.log.manager.fetch.quota.window.num = 11 remote.log.manager.fetch.quota.window.size.seconds = 1 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 = 100001 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.allow.dn.changes = false ssl.allow.san.changes = false 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 telemetry.max.bytes = 1048576 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 unclean.leader.election.interval.ms = 300000 unstable.api.versions.enable = false unstable.feature.versions.enable = false zookeeper.clientCnxnSocket = null zookeeper.connect = 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 zookeeper.connection.timeout.ms = 18000 zookeeper.max.in.flight.requests = 10 zookeeper.metadata.migration.enable = false zookeeper.metadata.migration.min.batch.size = 200 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) [2026-06-08 05:55:21,285] INFO [ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:55:21,285] INFO [ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:55:21,286] INFO [ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:55:21,288] INFO [ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2026-06-08 05:55:21,300] INFO [KafkaServer id=2] Rewriting /tmp/kafka-logs/meta.properties (kafka.server.KafkaServer) [2026-06-08 05:55:21,453] INFO Loading logs from log dirs ArrayBuffer(/tmp/kafka-logs) (kafka.log.LogManager) [2026-06-08 05:55:21,550] INFO No logs found to be loaded in /tmp/kafka-logs (kafka.log.LogManager) [2026-06-08 05:55:21,569] INFO Loaded 0 logs in 115ms (kafka.log.LogManager) [2026-06-08 05:55:21,596] INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) [2026-06-08 05:55:21,597] INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) [2026-06-08 05:55:21,693] INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:55:21,757] INFO [kafka-log-cleaner-thread-1]: Starting (kafka.log.LogCleaner$CleanerThread) [2026-06-08 05:55:21,771] INFO [feature-zk-node-event-process-thread]: Starting (kafka.server.FinalizedFeatureChangeListener$ChangeNotificationProcessorThread) [2026-06-08 05:55:21,795] INFO [MetadataCache brokerId=2] Updated cache from existing None to latest Features(metadataVersion=3.9-IV0, finalizedFeatures={}, finalizedFeaturesEpoch=0). (kafka.server.metadata.ZkMetadataCache) [2026-06-08 05:55:21,818] INFO [zk-broker-2-to-controller-forwarding-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:55:22,674] INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [2026-06-08 05:55:22,747] INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(PLAINTEXT) (kafka.network.SocketServer) [2026-06-08 05:55:22,755] INFO [zk-broker-2-to-controller-alter-partition-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:55:22,777] INFO [ExpirationReaper-2-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:55:22,781] INFO [ExpirationReaper-2-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:55:22,783] INFO [ExpirationReaper-2-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:55:22,803] INFO [ExpirationReaper-2-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:55:22,803] INFO [ExpirationReaper-2-RemoteFetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:55:22,830] INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) [2026-06-08 05:55:22,832] INFO [AddPartitionsToTxnSenderThread-2]: Starting (kafka.server.AddPartitionsToTxnManager) [2026-06-08 05:55:22,933] INFO Creating /brokers/ids/2 (is it secure? false) (kafka.zk.KafkaZkClient) [2026-06-08 05:55:22,966] INFO Stat of the created znode at /brokers/ids/2 is: 8589940543,8589940543,1780898122956,1780898122956,1,0,0,72057749849112620,202,0,8589940543 (kafka.zk.KafkaZkClient) [2026-06-08 05:55:22,967] INFO Registered broker 2 at path /brokers/ids/2 with addresses: PLAINTEXT://10.0.0.50:9092, czxid (broker epoch): 8589940543 (kafka.zk.KafkaZkClient) [2026-06-08 05:55:23,085] INFO [ExpirationReaper-2-topic]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:55:23,112] INFO [ExpirationReaper-2-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:55:23,125] INFO [ExpirationReaper-2-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:55:23,174] INFO [GroupCoordinator 2]: Starting up. (kafka.coordinator.group.GroupCoordinator) [2026-06-08 05:55:23,182] INFO [GroupCoordinator 2]: Startup complete. (kafka.coordinator.group.GroupCoordinator) [2026-06-08 05:55:23,215] INFO [TransactionCoordinator id=2] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) [2026-06-08 05:55:23,229] INFO [TransactionCoordinator id=2] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) [2026-06-08 05:55:23,230] INFO [TxnMarkerSenderThread-2]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) [2026-06-08 05:55:23,319] INFO [ExpirationReaper-2-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2026-06-08 05:55:23,353] INFO [/config/changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [2026-06-08 05:55:23,551] INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Enabling request processing. (kafka.network.SocketServer) [2026-06-08 05:55:23,554] INFO Awaiting socket connections on 10.0.0.50:9092. (kafka.network.DataPlaneAcceptor) [2026-06-08 05:55:23,565] INFO [KafkaServer id=2] Start processing authorizer futures (kafka.server.KafkaServer) [2026-06-08 05:55:23,565] INFO [KafkaServer id=2] End processing authorizer futures (kafka.server.KafkaServer) [2026-06-08 05:55:23,566] INFO [KafkaServer id=2] Start processing enable request processing future (kafka.server.KafkaServer) [2026-06-08 05:55:23,566] INFO [KafkaServer id=2] End processing enable request processing future (kafka.server.KafkaServer) [2026-06-08 05:55:23,635] INFO Kafka version: 3.9.1 (org.apache.kafka.common.utils.AppInfoParser) [2026-06-08 05:55:23,635] INFO Kafka commitId: f745dfdcee2b9851 (org.apache.kafka.common.utils.AppInfoParser) [2026-06-08 05:55:23,636] INFO Kafka startTimeMs: 1780898123566 (org.apache.kafka.common.utils.AppInfoParser) [2026-06-08 05:55:23,637] INFO [KafkaServer id=2] started (kafka.server.KafkaServer) [2026-06-08 05:55:24,162] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 0. [2026-06-08 05:55:24,402] INFO [zk-broker-2-to-controller-forwarding-channel-manager]: Recorded new ZK controller, from now on will use node 10.0.0.33:9092 (id: 3 rack: null) (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:55:24,403] INFO [zk-broker-2-to-controller-alter-partition-channel-manager]: Recorded new ZK controller, from now on will use node 10.0.0.33:9092 (id: 3 rack: null) (kafka.server.NodeToControllerRequestThread) [2026-06-08 05:55:24,588] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,788] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,788] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,788] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,814] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:24,882] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-1-12, -uve-topic-5-24, -uve-topic-4-22, HEALTH_CHECK_TOPIC-11, -uve-topic-2-18, -uve-topic-21-23, -uve-topic-11-24, -uve-topic-23-21, -uve-topic-13-22, -uve-topic-8-18, -uve-topic-20-6, -uve-topic-10-7, -uve-topic-19-28, -uve-topic-29-27, -uve-topic-13-11, -uve-topic-23-10, -uve-topic-23-5, -uve-topic-13-6, -uve-topic-26-20, -uve-topic-16-21, -uve-topic-1-3, -uve-topic-6-25, -uve-topic-3-10, -uve-topic-5-15, -uve-topic-10-23, -uve-topic-20-22, -uve-topic-7-8, -uve-topic-24-11, -uve-topic-14-12, -uve-topic-28-26, -uve-topic-18-27, -uve-topic-9-13, -uve-topic-20-0, -uve-topic-10-1, HEALTH_CHECK_TOPIC-19, -uve-topic-8-5, -uve-topic-25-2, -uve-topic-15-3, -uve-topic-18-11, -uve-topic-28-10, -uve-topic-18-2, -uve-topic-28-1, -uve-topic-28-2, -uve-topic-18-3, -uve-topic-21-15, -uve-topic-11-16, -uve-topic-3-19, -uve-topic-11-8, -uve-topic-21-7, -uve-topic-22-4, -uve-topic-12-5, -uve-topic-5-23, -uve-topic-29-11, -uve-topic-19-12, -uve-topic-6-16, -uve-topic-10-15, -uve-topic-20-14, -uve-topic-1-5, -uve-topic-9-10, -uve-topic-25-29, -uve-topic-8-2, HEALTH_CHECK_TOPIC-2, -uve-topic-11-2, -uve-topic-21-1, -uve-topic-27-0, -uve-topic-17-1, -uve-topic-7-4, structured_syslog_topic-17, -uve-topic-22-20, -uve-topic-12-21, -uve-topic-7-1, -uve-topic-24-6, -uve-topic-14-7, -uve-topic-17-9, -uve-topic-27-8, -uve-topic-17-19, -uve-topic-27-18, HEALTH_CHECK_TOPIC-27, -uve-topic-1-17, HEALTH_CHECK_TOPIC-6, -uve-topic-4-29, -uve-topic-28-9, -uve-topic-18-10, -uve-topic-19-0, -uve-topic-3-21, -uve-topic-28-28, -uve-topic-18-29, -uve-topic-8-27, HEALTH_CHECK_TOPIC-10, -uve-topic-8-12, -uve-topic-1-6, -uve-topic-27-24, -uve-topic-17-25, -uve-topic-0-23, -uve-topic-7-17, -uve-topic-14-13, -uve-topic-24-12, -uve-topic-2-13, -uve-topic-16-0, -uve-topic-9-15, -uve-topic-0-16, -uve-topic-0-11, -uve-topic-6-27, -uve-topic-7-26, -uve-topic-2-20, -uve-topic-15-17, -uve-topic-25-16, -uve-topic-28-19, -uve-topic-18-20, -uve-topic-15-8, -uve-topic-25-7, -uve-topic-15-9, -uve-topic-25-8, -uve-topic-3-28, -uve-topic-24-28, -uve-topic-14-29, -uve-topic-14-23, -uve-topic-24-22, -uve-topic-25-23, -uve-topic-15-24, -uve-topic-18-26, -uve-topic-28-25, -uve-topic-25-13, -uve-topic-15-14, -uve-topic-1-26, -uve-topic-1-0, -uve-topic-4-26, -uve-topic-6-13, -uve-topic-16-25, -uve-topic-26-24, -uve-topic-13-19, -uve-topic-23-18, -uve-topic-18-28, -uve-topic-28-27, -uve-topic-0-25, -uve-topic-28-4, -uve-topic-18-5, -uve-topic-13-15, -uve-topic-23-14, -uve-topic-29-29, -uve-topic-7-21, -uve-topic-15-0, -uve-topic-8-29, -uve-topic-22-13, -uve-topic-12-14, -uve-topic-23-6, -uve-topic-13-7, -uve-topic-4-4, -uve-topic-5-5, -uve-topic-13-10, -uve-topic-23-9, -uve-topic-24-0, -uve-topic-14-1, -uve-topic-14-8, -uve-topic-24-7, -uve-topic-23-17, -uve-topic-13-18, -uve-topic-6-20, -uve-topic-0-5, structured_syslog_topic-26, -uve-topic-8-20, -uve-topic-24-15, -uve-topic-14-16, -uve-topic-21-4, -uve-topic-11-5, -uve-topic-29-13, -uve-topic-19-14, structured_syslog_topic-22, -uve-topic-8-4, -uve-topic-18-13, -uve-topic-28-12, -uve-topic-10-27, -uve-topic-20-26, -uve-topic-24-19, -uve-topic-14-20, -uve-topic-7-28, -uve-topic-18-23, -uve-topic-28-22, -uve-topic-3-14, -uve-topic-17-4, -uve-topic-27-3, -uve-topic-12-17, -uve-topic-22-16, -uve-topic-2-6, -uve-topic-8-9, -uve-topic-2-27, structured_syslog_topic-3, -uve-topic-19-24, -uve-topic-29-23, -uve-topic-22-8, -uve-topic-12-9, -uve-topic-16-8, -uve-topic-26-7, -uve-topic-11-13, -uve-topic-21-12, -uve-topic-5-12, structured_syslog_topic-16, HEALTH_CHECK_TOPIC-12, -uve-topic-6-7, -uve-topic-0-4, -uve-topic-3-25, -uve-topic-9-24, -uve-topic-1-9, HEALTH_CHECK_TOPIC-16, -uve-topic-8-22, -uve-topic-9-21, -uve-topic-14-28, -uve-topic-24-27, -uve-topic-27-21, -uve-topic-17-22, -uve-topic-17-11, -uve-topic-27-10, -uve-topic-12-25, -uve-topic-22-24, -uve-topic-19-6, -uve-topic-29-5, -uve-topic-2-1, -uve-topic-9-19, -uve-topic-2-24, -uve-topic-0-2, structured_syslog_topic-6, structured_syslog_topic-10, -uve-topic-28-11, -uve-topic-18-12, -uve-topic-6-0, -uve-topic-14-27, -uve-topic-24-26, -uve-topic-22-5, -uve-topic-12-6, -uve-topic-7-14, -uve-topic-23-25, -uve-topic-13-26, -uve-topic-6-6, -uve-topic-9-23, -uve-topic-20-27, -uve-topic-10-28, -uve-topic-1-23, HEALTH_CHECK_TOPIC-15, -uve-topic-0-3, -uve-topic-7-7, -uve-topic-0-15, -uve-topic-9-27, -uve-topic-18-4, -uve-topic-28-3, -uve-topic-3-4, -uve-topic-21-20, -uve-topic-11-21, -uve-topic-23-4, -uve-topic-13-5, -uve-topic-3-3, -uve-topic-24-5, -uve-topic-14-6, -uve-topic-22-21, -uve-topic-12-22, -uve-topic-23-20, -uve-topic-13-21, -uve-topic-4-8, -uve-topic-29-26, -uve-topic-19-27, -uve-topic-18-9, -uve-topic-28-8, -uve-topic-19-5, -uve-topic-29-4, -uve-topic-11-29, -uve-topic-21-28, -uve-topic-0-9, structured_syslog_topic-28, -uve-topic-22-29, -uve-topic-1-20, structured_syslog_topic-9, -uve-topic-7-0, -uve-topic-19-11, -uve-topic-29-10, -uve-topic-28-24, -uve-topic-18-25, -uve-topic-21-8, -uve-topic-11-9, -uve-topic-26-13, -uve-topic-16-14, -uve-topic-19-26, -uve-topic-29-25, -uve-topic-5-6, -uve-topic-27-20, -uve-topic-17-21, -uve-topic-3-2, -uve-topic-7-25, -uve-topic-24-21, -uve-topic-14-22, -uve-topic-2-10, -uve-topic-24-23, -uve-topic-14-24, -uve-topic-19-13, -uve-topic-29-12, structured_syslog_topic-24, -uve-topic-11-17, -uve-topic-21-16, -uve-topic-6-24, -uve-topic-29-9, -uve-topic-19-10, -uve-topic-8-13, structured_syslog_topic-25, -uve-topic-8-17, -uve-topic-5-27, -uve-topic-9-2, -uve-topic-6-11, -uve-topic-0-22, structured_syslog_topic-15, -uve-topic-1-14, HEALTH_CHECK_TOPIC-26, -uve-topic-8-26, -uve-topic-26-29, -uve-topic-16-24, -uve-topic-26-23, -uve-topic-0-8, -uve-topic-26-5, -uve-topic-16-6, -uve-topic-27-11, -uve-topic-17-12, -uve-topic-17-15, -uve-topic-27-14, -uve-topic-3-7, -uve-topic-27-19, -uve-topic-17-20, -uve-topic-28-15, -uve-topic-18-16, structured_syslog_topic-19, -uve-topic-10-12, -uve-topic-20-11, -uve-topic-25-28, -uve-topic-15-29, -uve-topic-27-17, -uve-topic-17-18, -uve-topic-2-28, -uve-topic-5-9, -uve-topic-8-1, -uve-topic-3-29, -uve-topic-9-18, -uve-topic-12-10, -uve-topic-22-9, -uve-topic-6-10, -uve-topic-15-23, -uve-topic-25-22, -uve-topic-22-17, -uve-topic-12-18, -uve-topic-4-5, -uve-topic-29-2, -uve-topic-19-3, -uve-topic-13-23, -uve-topic-23-22, -uve-topic-17-7, -uve-topic-27-6, -uve-topic-20-23, -uve-topic-10-24, -uve-topic-16-17, -uve-topic-26-16, -uve-topic-25-6, -uve-topic-15-7, HEALTH_CHECK_TOPIC-9, -uve-topic-8-3, -uve-topic-1-27, -uve-topic-9-20, -uve-topic-5-10, -uve-topic-2-7, -uve-topic-7-11, -uve-topic-3-8, -uve-topic-13-4, -uve-topic-23-3, -uve-topic-19-9, -uve-topic-29-8, -uve-topic-3-22, -uve-topic-11-25, -uve-topic-21-24, -uve-topic-4-23, HEALTH_CHECK_TOPIC-13, -uve-topic-23-0, -uve-topic-13-1, -uve-topic-22-25, -uve-topic-12-26, -uve-topic-4-12, -uve-topic-16-19, -uve-topic-26-18, -uve-topic-13-12, -uve-topic-23-11, -uve-topic-16-11, -uve-topic-26-10, -uve-topic-29-28, -uve-topic-19-29, -uve-topic-23-19, -uve-topic-13-20, -uve-topic-0-13, -uve-topic-2-14, -uve-topic-9-9, -uve-topic-1-13, -uve-topic-1-24, HEALTH_CHECK_TOPIC-29, -uve-topic-9-4, -uve-topic-0-0, -uve-topic-7-29, -uve-topic-6-21, -uve-topic-6-28, -uve-topic-29-22, -uve-topic-19-23, -uve-topic-19-17, -uve-topic-29-16, -uve-topic-26-9, -uve-topic-16-10, -uve-topic-26-17, -uve-topic-16-18, -uve-topic-17-28, -uve-topic-27-27, -uve-topic-0-17, -uve-topic-27-26, -uve-topic-17-27, -uve-topic-22-2, -uve-topic-12-3, -uve-topic-28-7, -uve-topic-18-8, -uve-topic-1-18, -uve-topic-7-22, -uve-topic-8-23, -uve-topic-2-16, -uve-topic-8-8, structured_syslog_topic-20, HEALTH_CHECK_TOPIC-25, -uve-topic-14-4, -uve-topic-24-3, -uve-topic-16-26, -uve-topic-26-25, -uve-topic-7-16, -uve-topic-15-25, -uve-topic-25-24, -uve-topic-25-4, -uve-topic-15-5, -uve-topic-10-29, -uve-topic-20-28, -uve-topic-2-19, -uve-topic-10-8, -uve-topic-20-7, -uve-topic-0-26, -uve-topic-22-10, -uve-topic-12-11, -uve-topic-0-12, -uve-topic-17-8, -uve-topic-27-7, -uve-topic-12-19, -uve-topic-22-18, -uve-topic-17-24, -uve-topic-27-23, -uve-topic-4-3, -uve-topic-3-11, -uve-topic-20-15, -uve-topic-10-16, -uve-topic-3-17, -uve-topic-4-9, -uve-topic-5-13, -uve-topic-6-15, structured_syslog_topic-8, HEALTH_CHECK_TOPIC-1, structured_syslog_topic-14, -uve-topic-6-14, -uve-topic-15-13, -uve-topic-25-12, -uve-topic-26-6, -uve-topic-16-7, -uve-topic-9-6, -uve-topic-1-1, -uve-topic-5-20, -uve-topic-14-2, -uve-topic-24-1, -uve-topic-13-28, -uve-topic-23-27, -uve-topic-18-22, -uve-topic-28-21, -uve-topic-24-2, -uve-topic-14-3, -uve-topic-13-27, -uve-topic-23-26, -uve-topic-2-21, structured_syslog_topic-2, -uve-topic-12-0, -uve-topic-21-29, -uve-topic-9-8, -uve-topic-0-21, -uve-topic-2-2, -uve-topic-1-15, -uve-topic-1-22, -uve-topic-7-15, -uve-topic-8-25, -uve-topic-0-20, -uve-topic-8-0, -uve-topic-23-2, -uve-topic-13-3, -uve-topic-15-4, -uve-topic-25-3, -uve-topic-23-15, -uve-topic-13-16, -uve-topic-5-14, -uve-topic-2-11, -uve-topic-13-8, -uve-topic-23-7, -uve-topic-16-23, -uve-topic-26-22, -uve-topic-4-27, -uve-topic-6-9, -uve-topic-9-26, -uve-topic-4-16, -uve-topic-20-4, -uve-topic-10-5, -uve-topic-3-26, -uve-topic-23-13, -uve-topic-13-14, -uve-topic-21-21, -uve-topic-11-22, -uve-topic-27-29, -uve-topic-1-21, -uve-topic-3-5, -uve-topic-0-14, -uve-topic-6-2, -uve-topic-21-5, -uve-topic-11-6, structured_syslog_topic-1, -uve-topic-11-14, -uve-topic-21-13, -uve-topic-26-4, -uve-topic-16-5, -uve-topic-20-12, -uve-topic-10-13, -uve-topic-7-24, -uve-topic-22-6, -uve-topic-12-7, -uve-topic-26-28, -uve-topic-16-29, -uve-topic-29-24, -uve-topic-19-25, -uve-topic-2-23, -uve-topic-20-20, -uve-topic-10-21, -uve-topic-18-19, -uve-topic-28-18, -uve-topic-12-13, -uve-topic-22-12, structured_syslog_topic-13, -uve-topic-29-19, -uve-topic-19-20, -uve-topic-14-0, -uve-topic-3-15, -uve-topic-5-8, HEALTH_CHECK_TOPIC-24, -uve-topic-5-19, -uve-topic-9-29, -uve-topic-17-17, -uve-topic-27-16, -uve-topic-12-23, -uve-topic-22-22, HEALTH_CHECK_TOPIC-14, -uve-topic-14-15, -uve-topic-24-14, -uve-topic-4-0, -uve-topic-29-7, -uve-topic-19-8, -uve-topic-28-17, -uve-topic-18-18, -uve-topic-12-29, -uve-topic-22-28, HEALTH_CHECK_TOPIC-18, -uve-topic-24-4, -uve-topic-14-5, -uve-topic-12-15, -uve-topic-22-14, -uve-topic-5-1, -uve-topic-3-12, -uve-topic-2-4, -uve-topic-6-18, -uve-topic-4-18, -uve-topic-5-17, -uve-topic-8-7, -uve-topic-2-25, -uve-topic-23-29, -uve-topic-6-19, -uve-topic-6-3, -uve-topic-24-20, -uve-topic-14-21, -uve-topic-23-23, -uve-topic-13-24, -uve-topic-25-21, -uve-topic-15-22, -uve-topic-25-15, -uve-topic-15-16, -uve-topic-7-10, structured_syslog_topic-21, -uve-topic-4-13, -uve-topic-25-5, -uve-topic-15-6, -uve-topic-1-7, -uve-topic-9-12, -uve-topic-7-19, -uve-topic-4-17, -uve-topic-3-16, -uve-topic-5-28, -uve-topic-5-2, -uve-topic-20-29, -uve-topic-2-17, -uve-topic-1-19, -uve-topic-4-1, -uve-topic-0-24, -uve-topic-12-12, -uve-topic-22-11, -uve-topic-18-15, -uve-topic-28-14, -uve-topic-26-26, -uve-topic-16-27, -uve-topic-22-19, -uve-topic-12-20, -uve-topic-12-4, -uve-topic-22-3, -uve-topic-20-8, -uve-topic-10-9, -uve-topic-19-22, -uve-topic-29-21, -uve-topic-1-16, -uve-topic-21-25, -uve-topic-11-26, -uve-topic-3-23, -uve-topic-8-6, -uve-topic-4-7, -uve-topic-1-25, -uve-topic-0-18, -uve-topic-2-15, -uve-topic-6-4, -uve-topic-2-22, -uve-topic-7-12, -uve-topic-9-1, -uve-topic-21-10, -uve-topic-11-11, -uve-topic-27-5, -uve-topic-17-6, -uve-topic-21-17, -uve-topic-11-18, -uve-topic-12-28, -uve-topic-22-27, -uve-topic-11-19, -uve-topic-21-18, -uve-topic-18-7, -uve-topic-28-6, -uve-topic-10-17, -uve-topic-20-16, -uve-topic-17-0, -uve-topic-6-29, -uve-topic-29-15, -uve-topic-19-16, -uve-topic-9-17, -uve-topic-5-18, -uve-topic-3-9, -uve-topic-10-25, -uve-topic-20-24, -uve-topic-11-10, -uve-topic-21-9, -uve-topic-26-15, -uve-topic-16-16, -uve-topic-22-0, -uve-topic-12-1, -uve-topic-28-20, -uve-topic-18-21, -uve-topic-4-20, HEALTH_CHECK_TOPIC-4, -uve-topic-1-28, -uve-topic-1-10, -uve-topic-7-23, -uve-topic-4-6, HEALTH_CHECK_TOPIC-8, -uve-topic-26-11, -uve-topic-16-12, -uve-topic-27-2, -uve-topic-17-3, -uve-topic-17-23, -uve-topic-27-22, -uve-topic-26-19, -uve-topic-16-20, -uve-topic-21-2, -uve-topic-11-3, -uve-topic-12-27, -uve-topic-22-26, -uve-topic-11-0, -uve-topic-9-3, -uve-topic-9-14, -uve-topic-15-26, -uve-topic-25-25, -uve-topic-14-17, -uve-topic-24-16, -uve-topic-8-16, -uve-topic-28-0, -uve-topic-18-1, -uve-topic-19-2, -uve-topic-29-1, -uve-topic-0-27, -uve-topic-27-13, -uve-topic-17-14, -uve-topic-24-8, -uve-topic-14-9, -uve-topic-2-29, -uve-topic-3-0, -uve-topic-2-8, HEALTH_CHECK_TOPIC-0, -uve-topic-6-22, -uve-topic-7-5, -uve-topic-13-2, -uve-topic-23-1, structured_syslog_topic-0, -uve-topic-16-28, -uve-topic-26-27, -uve-topic-15-19, -uve-topic-25-18, structured_syslog_topic-12, -uve-topic-8-11, -uve-topic-18-24, -uve-topic-28-23, -uve-topic-15-11, -uve-topic-25-10, -uve-topic-3-18, -uve-topic-5-21, -uve-topic-16-13, -uve-topic-26-12, -uve-topic-15-10, -uve-topic-25-9, -uve-topic-14-25, -uve-topic-24-24, -uve-topic-25-17, -uve-topic-15-18, -uve-topic-1-11, -uve-topic-0-28, -uve-topic-8-10, -uve-topic-9-7, -uve-topic-3-13, -uve-topic-8-15, HEALTH_CHECK_TOPIC-7, -uve-topic-5-25, -uve-topic-3-27, -uve-topic-9-0, -uve-topic-10-0, -uve-topic-8-24, -uve-topic-9-5, -uve-topic-0-6, -uve-topic-20-19, -uve-topic-10-20, -uve-topic-22-15, -uve-topic-12-16, -uve-topic-13-13, -uve-topic-23-12, -uve-topic-24-13, -uve-topic-14-14, -uve-topic-18-17, -uve-topic-28-16, -uve-topic-11-23, -uve-topic-21-22, -uve-topic-22-23, -uve-topic-12-24, -uve-topic-7-18, -uve-topic-15-2, -uve-topic-25-1, -uve-topic-0-29, -uve-topic-9-16, -uve-topic-5-22, -uve-topic-4-19, -uve-topic-4-11, -uve-topic-2-26, -uve-topic-19-19, -uve-topic-29-18, -uve-topic-16-4, -uve-topic-26-3, -uve-topic-6-17, -uve-topic-17-2, -uve-topic-27-1, -uve-topic-1-4, structured_syslog_topic-5, -uve-topic-24-29, HEALTH_CHECK_TOPIC-20, -uve-topic-11-15, -uve-topic-21-14, -uve-topic-6-8, -uve-topic-2-3, -uve-topic-5-7, -uve-topic-29-17, -uve-topic-19-18, -uve-topic-21-6, -uve-topic-11-7, -uve-topic-27-28, -uve-topic-17-29, -uve-topic-2-5, -uve-topic-4-10, -uve-topic-4-15, -uve-topic-7-9, HEALTH_CHECK_TOPIC-28, -uve-topic-6-1, -uve-topic-3-20, -uve-topic-9-28, -uve-topic-5-0, -uve-topic-20-5, -uve-topic-10-6, -uve-topic-3-6, HEALTH_CHECK_TOPIC-23, -uve-topic-17-26, -uve-topic-27-25, -uve-topic-27-9, -uve-topic-17-10, -uve-topic-4-21, -uve-topic-4-24, -uve-topic-26-21, -uve-topic-16-22, -uve-topic-26-2, -uve-topic-16-3, -uve-topic-7-27, -uve-topic-5-3, HEALTH_CHECK_TOPIC-3, -uve-topic-13-0, -uve-topic-2-12, -uve-topic-23-28, -uve-topic-13-29, structured_syslog_topic-29, -uve-topic-12-8, -uve-topic-22-7, -uve-topic-21-0, -uve-topic-11-1, HEALTH_CHECK_TOPIC-22, -uve-topic-7-2, -uve-topic-5-16, -uve-topic-6-26, -uve-topic-10-4, -uve-topic-20-3, -uve-topic-12-2, -uve-topic-22-1, -uve-topic-20-21, -uve-topic-10-22, -uve-topic-7-3, -uve-topic-10-14, -uve-topic-20-13, -uve-topic-26-0, -uve-topic-16-1, -uve-topic-25-20, -uve-topic-15-21, -uve-topic-15-15, -uve-topic-25-14, -uve-topic-16-9, -uve-topic-26-8, -uve-topic-8-14, HEALTH_CHECK_TOPIC-17, -uve-topic-0-10, -uve-topic-6-5, -uve-topic-7-6, -uve-topic-8-19, -uve-topic-8-28, -uve-topic-5-29, -uve-topic-8-21, -uve-topic-13-17, -uve-topic-23-16, -uve-topic-14-10, -uve-topic-24-9, -uve-topic-24-17, -uve-topic-14-18, -uve-topic-19-21, -uve-topic-29-20, -uve-topic-23-8, -uve-topic-13-9, -uve-topic-7-20, -uve-topic-18-6, -uve-topic-28-5, -uve-topic-21-27, -uve-topic-11-28, -uve-topic-11-27, -uve-topic-21-26, -uve-topic-19-7, -uve-topic-29-6, -uve-topic-20-2, -uve-topic-10-3, -uve-topic-5-26, -uve-topic-4-2, HEALTH_CHECK_TOPIC-21, structured_syslog_topic-7, structured_syslog_topic-23, -uve-topic-11-4, -uve-topic-21-3, -uve-topic-14-26, -uve-topic-24-25, structured_syslog_topic-27, -uve-topic-25-0, -uve-topic-15-1, -uve-topic-10-19, -uve-topic-20-18, structured_syslog_topic-11, -uve-topic-19-15, -uve-topic-29-14, -uve-topic-6-12, -uve-topic-11-12, -uve-topic-21-11, -uve-topic-21-19, -uve-topic-11-20, -uve-topic-5-11, -uve-topic-1-8, -uve-topic-18-0, -uve-topic-20-10, -uve-topic-10-11, -uve-topic-0-1, -uve-topic-4-14, -uve-topic-4-28, -uve-topic-7-13, HEALTH_CHECK_TOPIC-5, -uve-topic-1-2, -uve-topic-9-25, -uve-topic-2-0, -uve-topic-2-9, -uve-topic-10-10, -uve-topic-20-9, -uve-topic-27-15, -uve-topic-17-16, -uve-topic-28-13, -uve-topic-18-14, -uve-topic-20-17, -uve-topic-10-18, -uve-topic-15-28, -uve-topic-25-27, -uve-topic-10-2, -uve-topic-20-1, -uve-topic-19-4, -uve-topic-29-3, -uve-topic-16-2, -uve-topic-26-1, -uve-topic-3-24, -uve-topic-3-1, -uve-topic-1-29, -uve-topic-4-25, structured_syslog_topic-18, -uve-topic-25-26, -uve-topic-15-27, -uve-topic-17-13, -uve-topic-27-12, -uve-topic-5-4, -uve-topic-28-29, -uve-topic-0-19, -uve-topic-6-23, -uve-topic-0-7, -uve-topic-9-11, -uve-topic-29-0, -uve-topic-19-1, -uve-topic-20-25, -uve-topic-10-26, -uve-topic-16-15, -uve-topic-26-14, -uve-topic-9-22, structured_syslog_topic-4, -uve-topic-13-25, -uve-topic-23-24, -uve-topic-25-11, -uve-topic-15-12, -uve-topic-14-19, -uve-topic-24-18, -uve-topic-27-4, -uve-topic-17-5, -uve-topic-14-11, -uve-topic-24-10, -uve-topic-25-19, -uve-topic-15-20) (kafka.server.ReplicaFetcherManager) [2026-06-08 05:55:24,958] INFO [LogLoader partition=-uve-topic-20-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:24,970] INFO Created log for partition -uve-topic-20-6 in /tmp/kafka-logs/-uve-topic-20-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:24,976] INFO [Partition -uve-topic-20-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-6 (kafka.cluster.Partition) [2026-06-08 05:55:24,978] INFO [Partition -uve-topic-20-6 broker=2] Log loaded for partition -uve-topic-20-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,012] INFO [LogLoader partition=-uve-topic-17-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,015] INFO Created log for partition -uve-topic-17-7 in /tmp/kafka-logs/-uve-topic-17-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,016] INFO [Partition -uve-topic-17-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,019] INFO [Partition -uve-topic-17-7 broker=2] Log loaded for partition -uve-topic-17-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,035] INFO [LogLoader partition=-uve-topic-18-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,036] INFO Created log for partition -uve-topic-18-7 in /tmp/kafka-logs/-uve-topic-18-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,037] INFO [Partition -uve-topic-18-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,038] INFO [Partition -uve-topic-18-7 broker=2] Log loaded for partition -uve-topic-18-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,047] INFO [LogLoader partition=-uve-topic-19-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,048] INFO Created log for partition -uve-topic-19-7 in /tmp/kafka-logs/-uve-topic-19-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,049] INFO [Partition -uve-topic-19-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,049] INFO [Partition -uve-topic-19-7 broker=2] Log loaded for partition -uve-topic-19-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,059] INFO [LogLoader partition=-uve-topic-25-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,060] INFO Created log for partition -uve-topic-25-6 in /tmp/kafka-logs/-uve-topic-25-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,060] INFO [Partition -uve-topic-25-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-6 (kafka.cluster.Partition) [2026-06-08 05:55:25,060] INFO [Partition -uve-topic-25-6 broker=2] Log loaded for partition -uve-topic-25-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,072] INFO [LogLoader partition=-uve-topic-12-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,073] INFO Created log for partition -uve-topic-12-8 in /tmp/kafka-logs/-uve-topic-12-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,074] INFO [Partition -uve-topic-12-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,075] INFO [Partition -uve-topic-12-8 broker=2] Log loaded for partition -uve-topic-12-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,093] INFO [LogLoader partition=-uve-topic-26-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,094] INFO Created log for partition -uve-topic-26-6 in /tmp/kafka-logs/-uve-topic-26-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,095] INFO [Partition -uve-topic-26-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-6 (kafka.cluster.Partition) [2026-06-08 05:55:25,095] INFO [Partition -uve-topic-26-6 broker=2] Log loaded for partition -uve-topic-26-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,107] INFO [LogLoader partition=-uve-topic-13-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,108] INFO Created log for partition -uve-topic-13-8 in /tmp/kafka-logs/-uve-topic-13-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,108] INFO [Partition -uve-topic-13-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,109] INFO [Partition -uve-topic-13-8 broker=2] Log loaded for partition -uve-topic-13-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,119] INFO [LogLoader partition=-uve-topic-27-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,120] INFO Created log for partition -uve-topic-27-6 in /tmp/kafka-logs/-uve-topic-27-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,122] INFO [Partition -uve-topic-27-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-6 (kafka.cluster.Partition) [2026-06-08 05:55:25,122] INFO [Partition -uve-topic-27-6 broker=2] Log loaded for partition -uve-topic-27-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,134] INFO [LogLoader partition=-uve-topic-14-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,135] INFO Created log for partition -uve-topic-14-8 in /tmp/kafka-logs/-uve-topic-14-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,136] INFO [Partition -uve-topic-14-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,137] INFO [Partition -uve-topic-14-8 broker=2] Log loaded for partition -uve-topic-14-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,145] INFO [LogLoader partition=-uve-topic-28-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,146] INFO Created log for partition -uve-topic-28-6 in /tmp/kafka-logs/-uve-topic-28-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,146] INFO [Partition -uve-topic-28-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-6 (kafka.cluster.Partition) [2026-06-08 05:55:25,148] INFO [Partition -uve-topic-28-6 broker=2] Log loaded for partition -uve-topic-28-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,159] INFO [LogLoader partition=-uve-topic-15-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,161] INFO Created log for partition -uve-topic-15-8 in /tmp/kafka-logs/-uve-topic-15-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,162] INFO [Partition -uve-topic-15-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,163] INFO [Partition -uve-topic-15-8 broker=2] Log loaded for partition -uve-topic-15-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,174] INFO [LogLoader partition=-uve-topic-21-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,175] INFO Created log for partition -uve-topic-21-6 in /tmp/kafka-logs/-uve-topic-21-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,175] INFO [Partition -uve-topic-21-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-6 (kafka.cluster.Partition) [2026-06-08 05:55:25,175] INFO [Partition -uve-topic-21-6 broker=2] Log loaded for partition -uve-topic-21-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,192] INFO [LogLoader partition=-uve-topic-22-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,193] INFO Created log for partition -uve-topic-22-6 in /tmp/kafka-logs/-uve-topic-22-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,193] INFO [Partition -uve-topic-22-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-6 (kafka.cluster.Partition) [2026-06-08 05:55:25,195] INFO [Partition -uve-topic-22-6 broker=2] Log loaded for partition -uve-topic-22-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,210] INFO [LogLoader partition=-uve-topic-23-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,211] INFO Created log for partition -uve-topic-23-6 in /tmp/kafka-logs/-uve-topic-23-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,211] INFO [Partition -uve-topic-23-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-6 (kafka.cluster.Partition) [2026-06-08 05:55:25,212] INFO [Partition -uve-topic-23-6 broker=2] Log loaded for partition -uve-topic-23-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,229] INFO [LogLoader partition=-uve-topic-10-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,230] INFO Created log for partition -uve-topic-10-8 in /tmp/kafka-logs/-uve-topic-10-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,231] INFO [Partition -uve-topic-10-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,232] INFO [Partition -uve-topic-10-8 broker=2] Log loaded for partition -uve-topic-10-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,250] INFO [LogLoader partition=-uve-topic-24-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,251] INFO Created log for partition -uve-topic-24-6 in /tmp/kafka-logs/-uve-topic-24-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,252] INFO [Partition -uve-topic-24-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-6 (kafka.cluster.Partition) [2026-06-08 05:55:25,252] INFO [Partition -uve-topic-24-6 broker=2] Log loaded for partition -uve-topic-24-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,263] INFO [LogLoader partition=-uve-topic-11-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,263] INFO Created log for partition -uve-topic-11-8 in /tmp/kafka-logs/-uve-topic-11-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,263] INFO [Partition -uve-topic-11-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,264] INFO [Partition -uve-topic-11-8 broker=2] Log loaded for partition -uve-topic-11-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,274] INFO [LogLoader partition=-uve-topic-20-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,275] INFO Created log for partition -uve-topic-20-5 in /tmp/kafka-logs/-uve-topic-20-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,275] INFO [Partition -uve-topic-20-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-5 (kafka.cluster.Partition) [2026-06-08 05:55:25,275] INFO [Partition -uve-topic-20-5 broker=2] Log loaded for partition -uve-topic-20-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,286] INFO [LogLoader partition=-uve-topic-21-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,286] INFO Created log for partition -uve-topic-21-5 in /tmp/kafka-logs/-uve-topic-21-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,287] INFO [Partition -uve-topic-21-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-5 (kafka.cluster.Partition) [2026-06-08 05:55:25,287] INFO [Partition -uve-topic-21-5 broker=2] Log loaded for partition -uve-topic-21-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,303] INFO [LogLoader partition=-uve-topic-18-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,304] INFO Created log for partition -uve-topic-18-6 in /tmp/kafka-logs/-uve-topic-18-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,304] INFO [Partition -uve-topic-18-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-6 (kafka.cluster.Partition) [2026-06-08 05:55:25,304] INFO [Partition -uve-topic-18-6 broker=2] Log loaded for partition -uve-topic-18-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,323] INFO [LogLoader partition=-uve-topic-19-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,324] INFO Created log for partition -uve-topic-19-6 in /tmp/kafka-logs/-uve-topic-19-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,324] INFO [Partition -uve-topic-19-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-6 (kafka.cluster.Partition) [2026-06-08 05:55:25,325] INFO [Partition -uve-topic-19-6 broker=2] Log loaded for partition -uve-topic-19-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,342] INFO [LogLoader partition=-uve-topic-26-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,343] INFO Created log for partition -uve-topic-26-5 in /tmp/kafka-logs/-uve-topic-26-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,343] INFO [Partition -uve-topic-26-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-5 (kafka.cluster.Partition) [2026-06-08 05:55:25,343] INFO [Partition -uve-topic-26-5 broker=2] Log loaded for partition -uve-topic-26-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,366] INFO [LogLoader partition=-uve-topic-13-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,367] INFO Created log for partition -uve-topic-13-7 in /tmp/kafka-logs/-uve-topic-13-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,367] INFO [Partition -uve-topic-13-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,367] INFO [Partition -uve-topic-13-7 broker=2] Log loaded for partition -uve-topic-13-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,380] INFO [LogLoader partition=-uve-topic-27-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,381] INFO Created log for partition -uve-topic-27-5 in /tmp/kafka-logs/-uve-topic-27-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,381] INFO [Partition -uve-topic-27-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-5 (kafka.cluster.Partition) [2026-06-08 05:55:25,381] INFO [Partition -uve-topic-27-5 broker=2] Log loaded for partition -uve-topic-27-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,396] INFO [LogLoader partition=-uve-topic-14-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,397] INFO Created log for partition -uve-topic-14-7 in /tmp/kafka-logs/-uve-topic-14-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,397] INFO [Partition -uve-topic-14-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,397] INFO [Partition -uve-topic-14-7 broker=2] Log loaded for partition -uve-topic-14-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,406] INFO [LogLoader partition=-uve-topic-28-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,407] INFO Created log for partition -uve-topic-28-5 in /tmp/kafka-logs/-uve-topic-28-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,407] INFO [Partition -uve-topic-28-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-5 (kafka.cluster.Partition) [2026-06-08 05:55:25,407] INFO [Partition -uve-topic-28-5 broker=2] Log loaded for partition -uve-topic-28-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,429] INFO [LogLoader partition=-uve-topic-15-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,430] INFO Created log for partition -uve-topic-15-7 in /tmp/kafka-logs/-uve-topic-15-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,430] INFO [Partition -uve-topic-15-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,430] INFO [Partition -uve-topic-15-7 broker=2] Log loaded for partition -uve-topic-15-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,443] INFO [LogLoader partition=-uve-topic-29-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,444] INFO Created log for partition -uve-topic-29-5 in /tmp/kafka-logs/-uve-topic-29-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,444] INFO [Partition -uve-topic-29-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-5 (kafka.cluster.Partition) [2026-06-08 05:55:25,444] INFO [Partition -uve-topic-29-5 broker=2] Log loaded for partition -uve-topic-29-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,466] INFO [LogLoader partition=-uve-topic-16-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,468] INFO Created log for partition -uve-topic-16-7 in /tmp/kafka-logs/-uve-topic-16-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,468] INFO [Partition -uve-topic-16-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,469] INFO [Partition -uve-topic-16-7 broker=2] Log loaded for partition -uve-topic-16-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,481] INFO [LogLoader partition=-uve-topic-22-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,482] INFO Created log for partition -uve-topic-22-5 in /tmp/kafka-logs/-uve-topic-22-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,483] INFO [Partition -uve-topic-22-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-5 (kafka.cluster.Partition) [2026-06-08 05:55:25,483] INFO [Partition -uve-topic-22-5 broker=2] Log loaded for partition -uve-topic-22-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,494] INFO [LogLoader partition=-uve-topic-23-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,495] INFO Created log for partition -uve-topic-23-5 in /tmp/kafka-logs/-uve-topic-23-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,495] INFO [Partition -uve-topic-23-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-5 (kafka.cluster.Partition) [2026-06-08 05:55:25,495] INFO [Partition -uve-topic-23-5 broker=2] Log loaded for partition -uve-topic-23-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,508] INFO [LogLoader partition=-uve-topic-10-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,509] INFO Created log for partition -uve-topic-10-7 in /tmp/kafka-logs/-uve-topic-10-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,509] INFO [Partition -uve-topic-10-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,509] INFO [Partition -uve-topic-10-7 broker=2] Log loaded for partition -uve-topic-10-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,523] INFO [LogLoader partition=-uve-topic-24-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,533] INFO Created log for partition -uve-topic-24-5 in /tmp/kafka-logs/-uve-topic-24-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,533] INFO [Partition -uve-topic-24-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-5 (kafka.cluster.Partition) [2026-06-08 05:55:25,534] INFO [Partition -uve-topic-24-5 broker=2] Log loaded for partition -uve-topic-24-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,544] INFO [LogLoader partition=-uve-topic-11-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,545] INFO Created log for partition -uve-topic-11-7 in /tmp/kafka-logs/-uve-topic-11-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,546] INFO [Partition -uve-topic-11-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,547] INFO [Partition -uve-topic-11-7 broker=2] Log loaded for partition -uve-topic-11-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,555] INFO [LogLoader partition=-uve-topic-25-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,556] INFO Created log for partition -uve-topic-25-5 in /tmp/kafka-logs/-uve-topic-25-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,556] INFO [Partition -uve-topic-25-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-5 (kafka.cluster.Partition) [2026-06-08 05:55:25,556] INFO [Partition -uve-topic-25-5 broker=2] Log loaded for partition -uve-topic-25-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,565] INFO [LogLoader partition=-uve-topic-12-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,566] INFO Created log for partition -uve-topic-12-7 in /tmp/kafka-logs/-uve-topic-12-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,566] INFO [Partition -uve-topic-12-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,566] INFO [Partition -uve-topic-12-7 broker=2] Log loaded for partition -uve-topic-12-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,577] INFO [LogLoader partition=-uve-topic-19-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,578] INFO Created log for partition -uve-topic-19-9 in /tmp/kafka-logs/-uve-topic-19-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,578] INFO [Partition -uve-topic-19-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-9 (kafka.cluster.Partition) [2026-06-08 05:55:25,578] INFO [Partition -uve-topic-19-9 broker=2] Log loaded for partition -uve-topic-19-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,583] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,599] INFO [LogLoader partition=-uve-topic-28-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,599] INFO Created log for partition -uve-topic-28-7 in /tmp/kafka-logs/-uve-topic-28-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,599] INFO [Partition -uve-topic-28-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,600] INFO [Partition -uve-topic-28-7 broker=2] Log loaded for partition -uve-topic-28-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,610] INFO [LogLoader partition=-uve-topic-15-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,611] INFO Created log for partition -uve-topic-15-9 in /tmp/kafka-logs/-uve-topic-15-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,611] INFO [Partition -uve-topic-15-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-9 (kafka.cluster.Partition) [2026-06-08 05:55:25,611] INFO [Partition -uve-topic-15-9 broker=2] Log loaded for partition -uve-topic-15-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,621] INFO [LogLoader partition=-uve-topic-29-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,622] INFO Created log for partition -uve-topic-29-7 in /tmp/kafka-logs/-uve-topic-29-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,623] INFO [Partition -uve-topic-29-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,624] INFO [Partition -uve-topic-29-7 broker=2] Log loaded for partition -uve-topic-29-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,637] INFO [LogLoader partition=-uve-topic-16-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,639] INFO Created log for partition -uve-topic-16-9 in /tmp/kafka-logs/-uve-topic-16-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,641] INFO [Partition -uve-topic-16-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-9 (kafka.cluster.Partition) [2026-06-08 05:55:25,641] INFO [Partition -uve-topic-16-9 broker=2] Log loaded for partition -uve-topic-16-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,651] INFO [LogLoader partition=-uve-topic-17-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,652] INFO Created log for partition -uve-topic-17-9 in /tmp/kafka-logs/-uve-topic-17-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,654] INFO [Partition -uve-topic-17-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-9 (kafka.cluster.Partition) [2026-06-08 05:55:25,655] INFO [Partition -uve-topic-17-9 broker=2] Log loaded for partition -uve-topic-17-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,669] INFO [LogLoader partition=-uve-topic-18-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,670] INFO Created log for partition -uve-topic-18-9 in /tmp/kafka-logs/-uve-topic-18-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,670] INFO [Partition -uve-topic-18-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-9 (kafka.cluster.Partition) [2026-06-08 05:55:25,670] INFO [Partition -uve-topic-18-9 broker=2] Log loaded for partition -uve-topic-18-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,686] INFO [LogLoader partition=-uve-topic-23-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,687] INFO Created log for partition -uve-topic-23-8 in /tmp/kafka-logs/-uve-topic-23-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,688] INFO [Partition -uve-topic-23-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,688] INFO [Partition -uve-topic-23-8 broker=2] Log loaded for partition -uve-topic-23-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,699] INFO [LogLoader partition=-uve-topic-10-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,700] INFO Created log for partition -uve-topic-10-10 in /tmp/kafka-logs/-uve-topic-10-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,700] INFO [Partition -uve-topic-10-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-10 (kafka.cluster.Partition) [2026-06-08 05:55:25,700] INFO [Partition -uve-topic-10-10 broker=2] Log loaded for partition -uve-topic-10-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,712] INFO [LogLoader partition=-uve-topic-24-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,713] INFO Created log for partition -uve-topic-24-8 in /tmp/kafka-logs/-uve-topic-24-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,713] INFO [Partition -uve-topic-24-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,713] INFO [Partition -uve-topic-24-8 broker=2] Log loaded for partition -uve-topic-24-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,728] INFO [LogLoader partition=-uve-topic-11-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,729] INFO Created log for partition -uve-topic-11-10 in /tmp/kafka-logs/-uve-topic-11-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,731] INFO [Partition -uve-topic-11-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-10 (kafka.cluster.Partition) [2026-06-08 05:55:25,731] INFO [Partition -uve-topic-11-10 broker=2] Log loaded for partition -uve-topic-11-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,744] INFO [LogLoader partition=-uve-topic-25-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,745] INFO Created log for partition -uve-topic-25-8 in /tmp/kafka-logs/-uve-topic-25-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,746] INFO [Partition -uve-topic-25-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,746] INFO [Partition -uve-topic-25-8 broker=2] Log loaded for partition -uve-topic-25-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,754] INFO [LogLoader partition=-uve-topic-12-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,755] INFO Created log for partition -uve-topic-12-10 in /tmp/kafka-logs/-uve-topic-12-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,755] INFO [Partition -uve-topic-12-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-10 (kafka.cluster.Partition) [2026-06-08 05:55:25,755] INFO [Partition -uve-topic-12-10 broker=2] Log loaded for partition -uve-topic-12-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,764] INFO [LogLoader partition=-uve-topic-26-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,764] INFO Created log for partition -uve-topic-26-8 in /tmp/kafka-logs/-uve-topic-26-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,764] INFO [Partition -uve-topic-26-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,764] INFO [Partition -uve-topic-26-8 broker=2] Log loaded for partition -uve-topic-26-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,783] INFO [LogLoader partition=-uve-topic-13-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,783] INFO Created log for partition -uve-topic-13-10 in /tmp/kafka-logs/-uve-topic-13-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,786] INFO [Partition -uve-topic-13-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-10 (kafka.cluster.Partition) [2026-06-08 05:55:25,788] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,788] INFO [Partition -uve-topic-13-10 broker=2] Log loaded for partition -uve-topic-13-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,792] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,792] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,802] INFO [LogLoader partition=-uve-topic-20-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,804] INFO Created log for partition -uve-topic-20-8 in /tmp/kafka-logs/-uve-topic-20-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,804] INFO [Partition -uve-topic-20-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,804] INFO [Partition -uve-topic-20-8 broker=2] Log loaded for partition -uve-topic-20-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,813] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:25,815] INFO [LogLoader partition=-uve-topic-21-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,816] INFO Created log for partition -uve-topic-21-8 in /tmp/kafka-logs/-uve-topic-21-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,816] INFO [Partition -uve-topic-21-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,816] INFO [Partition -uve-topic-21-8 broker=2] Log loaded for partition -uve-topic-21-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,826] INFO [LogLoader partition=-uve-topic-22-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,826] INFO Created log for partition -uve-topic-22-8 in /tmp/kafka-logs/-uve-topic-22-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,827] INFO [Partition -uve-topic-22-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,827] INFO [Partition -uve-topic-22-8 broker=2] Log loaded for partition -uve-topic-22-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,835] INFO [LogLoader partition=-uve-topic-29-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,837] INFO Created log for partition -uve-topic-29-6 in /tmp/kafka-logs/-uve-topic-29-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,838] INFO [Partition -uve-topic-29-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-6 (kafka.cluster.Partition) [2026-06-08 05:55:25,838] INFO [Partition -uve-topic-29-6 broker=2] Log loaded for partition -uve-topic-29-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,847] INFO [LogLoader partition=-uve-topic-16-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,847] INFO Created log for partition -uve-topic-16-8 in /tmp/kafka-logs/-uve-topic-16-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,847] INFO [Partition -uve-topic-16-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,848] INFO [Partition -uve-topic-16-8 broker=2] Log loaded for partition -uve-topic-16-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,858] INFO [LogLoader partition=-uve-topic-17-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,858] INFO Created log for partition -uve-topic-17-8 in /tmp/kafka-logs/-uve-topic-17-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,858] INFO [Partition -uve-topic-17-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,858] INFO [Partition -uve-topic-17-8 broker=2] Log loaded for partition -uve-topic-17-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,870] INFO [LogLoader partition=-uve-topic-18-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,870] INFO Created log for partition -uve-topic-18-8 in /tmp/kafka-logs/-uve-topic-18-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,871] INFO [Partition -uve-topic-18-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,871] INFO [Partition -uve-topic-18-8 broker=2] Log loaded for partition -uve-topic-18-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,882] INFO [LogLoader partition=-uve-topic-19-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,883] INFO Created log for partition -uve-topic-19-8 in /tmp/kafka-logs/-uve-topic-19-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,883] INFO [Partition -uve-topic-19-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-8 (kafka.cluster.Partition) [2026-06-08 05:55:25,883] INFO [Partition -uve-topic-19-8 broker=2] Log loaded for partition -uve-topic-19-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,894] INFO [LogLoader partition=-uve-topic-24-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,894] INFO Created log for partition -uve-topic-24-7 in /tmp/kafka-logs/-uve-topic-24-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,894] INFO [Partition -uve-topic-24-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,895] INFO [Partition -uve-topic-24-7 broker=2] Log loaded for partition -uve-topic-24-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,905] INFO [LogLoader partition=-uve-topic-11-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,905] INFO Created log for partition -uve-topic-11-9 in /tmp/kafka-logs/-uve-topic-11-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,905] INFO [Partition -uve-topic-11-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-9 (kafka.cluster.Partition) [2026-06-08 05:55:25,906] INFO [Partition -uve-topic-11-9 broker=2] Log loaded for partition -uve-topic-11-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,919] INFO [LogLoader partition=-uve-topic-25-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,919] INFO Created log for partition -uve-topic-25-7 in /tmp/kafka-logs/-uve-topic-25-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,919] INFO [Partition -uve-topic-25-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,919] INFO [Partition -uve-topic-25-7 broker=2] Log loaded for partition -uve-topic-25-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,950] INFO [LogLoader partition=-uve-topic-12-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,959] INFO Created log for partition -uve-topic-12-9 in /tmp/kafka-logs/-uve-topic-12-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,961] INFO [Partition -uve-topic-12-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-9 (kafka.cluster.Partition) [2026-06-08 05:55:25,961] INFO [Partition -uve-topic-12-9 broker=2] Log loaded for partition -uve-topic-12-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,975] INFO [LogLoader partition=-uve-topic-26-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,976] INFO Created log for partition -uve-topic-26-7 in /tmp/kafka-logs/-uve-topic-26-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,976] INFO [Partition -uve-topic-26-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-7 (kafka.cluster.Partition) [2026-06-08 05:55:25,976] INFO [Partition -uve-topic-26-7 broker=2] Log loaded for partition -uve-topic-26-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:25,988] INFO [LogLoader partition=-uve-topic-13-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:25,990] INFO Created log for partition -uve-topic-13-9 in /tmp/kafka-logs/-uve-topic-13-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:25,991] INFO [Partition -uve-topic-13-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-9 (kafka.cluster.Partition) [2026-06-08 05:55:25,991] INFO [Partition -uve-topic-13-9 broker=2] Log loaded for partition -uve-topic-13-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,004] INFO [LogLoader partition=-uve-topic-27-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,004] INFO Created log for partition -uve-topic-27-7 in /tmp/kafka-logs/-uve-topic-27-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,004] INFO [Partition -uve-topic-27-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-7 (kafka.cluster.Partition) [2026-06-08 05:55:26,004] INFO [Partition -uve-topic-27-7 broker=2] Log loaded for partition -uve-topic-27-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,015] INFO [LogLoader partition=-uve-topic-14-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,016] INFO Created log for partition -uve-topic-14-9 in /tmp/kafka-logs/-uve-topic-14-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,016] INFO [Partition -uve-topic-14-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,016] INFO [Partition -uve-topic-14-9 broker=2] Log loaded for partition -uve-topic-14-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,028] INFO [LogLoader partition=-uve-topic-20-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,029] INFO Created log for partition -uve-topic-20-7 in /tmp/kafka-logs/-uve-topic-20-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,029] INFO [Partition -uve-topic-20-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-7 (kafka.cluster.Partition) [2026-06-08 05:55:26,029] INFO [Partition -uve-topic-20-7 broker=2] Log loaded for partition -uve-topic-20-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,045] INFO [LogLoader partition=-uve-topic-21-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,046] INFO Created log for partition -uve-topic-21-7 in /tmp/kafka-logs/-uve-topic-21-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,046] INFO [Partition -uve-topic-21-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-7 (kafka.cluster.Partition) [2026-06-08 05:55:26,046] INFO [Partition -uve-topic-21-7 broker=2] Log loaded for partition -uve-topic-21-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,058] INFO [LogLoader partition=-uve-topic-22-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,058] INFO Created log for partition -uve-topic-22-7 in /tmp/kafka-logs/-uve-topic-22-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,058] INFO [Partition -uve-topic-22-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-7 (kafka.cluster.Partition) [2026-06-08 05:55:26,058] INFO [Partition -uve-topic-22-7 broker=2] Log loaded for partition -uve-topic-22-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,068] INFO [LogLoader partition=-uve-topic-23-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,069] INFO Created log for partition -uve-topic-23-7 in /tmp/kafka-logs/-uve-topic-23-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,069] INFO [Partition -uve-topic-23-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-7 (kafka.cluster.Partition) [2026-06-08 05:55:26,069] INFO [Partition -uve-topic-23-7 broker=2] Log loaded for partition -uve-topic-23-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,082] INFO [LogLoader partition=-uve-topic-10-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,083] INFO Created log for partition -uve-topic-10-9 in /tmp/kafka-logs/-uve-topic-10-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,083] INFO [Partition -uve-topic-10-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,083] INFO [Partition -uve-topic-10-9 broker=2] Log loaded for partition -uve-topic-10-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,097] INFO [LogLoader partition=-uve-topic-17-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,098] INFO Created log for partition -uve-topic-17-11 in /tmp/kafka-logs/-uve-topic-17-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,098] INFO [Partition -uve-topic-17-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,098] INFO [Partition -uve-topic-17-11 broker=2] Log loaded for partition -uve-topic-17-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,111] INFO [LogLoader partition=-uve-topic-18-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,112] INFO Created log for partition -uve-topic-18-11 in /tmp/kafka-logs/-uve-topic-18-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,112] INFO [Partition -uve-topic-18-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,112] INFO [Partition -uve-topic-18-11 broker=2] Log loaded for partition -uve-topic-18-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,124] INFO [LogLoader partition=-uve-topic-19-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,125] INFO Created log for partition -uve-topic-19-11 in /tmp/kafka-logs/-uve-topic-19-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,125] INFO [Partition -uve-topic-19-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,125] INFO [Partition -uve-topic-19-11 broker=2] Log loaded for partition -uve-topic-19-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,135] INFO [LogLoader partition=-uve-topic-26-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,136] INFO Created log for partition -uve-topic-26-9 in /tmp/kafka-logs/-uve-topic-26-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,136] INFO [Partition -uve-topic-26-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,136] INFO [Partition -uve-topic-26-9 broker=2] Log loaded for partition -uve-topic-26-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,147] INFO [LogLoader partition=-uve-topic-13-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,148] INFO Created log for partition -uve-topic-13-11 in /tmp/kafka-logs/-uve-topic-13-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,148] INFO [Partition -uve-topic-13-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,148] INFO [Partition -uve-topic-13-11 broker=2] Log loaded for partition -uve-topic-13-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,158] INFO [LogLoader partition=-uve-topic-27-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,159] INFO Created log for partition -uve-topic-27-9 in /tmp/kafka-logs/-uve-topic-27-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,159] INFO [Partition -uve-topic-27-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,159] INFO [Partition -uve-topic-27-9 broker=2] Log loaded for partition -uve-topic-27-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,170] INFO [LogLoader partition=-uve-topic-14-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,170] INFO Created log for partition -uve-topic-14-11 in /tmp/kafka-logs/-uve-topic-14-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,171] INFO [Partition -uve-topic-14-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,171] INFO [Partition -uve-topic-14-11 broker=2] Log loaded for partition -uve-topic-14-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,182] INFO [LogLoader partition=-uve-topic-28-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,183] INFO Created log for partition -uve-topic-28-9 in /tmp/kafka-logs/-uve-topic-28-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,183] INFO [Partition -uve-topic-28-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,183] INFO [Partition -uve-topic-28-9 broker=2] Log loaded for partition -uve-topic-28-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,200] INFO [LogLoader partition=-uve-topic-15-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,200] INFO Created log for partition -uve-topic-15-11 in /tmp/kafka-logs/-uve-topic-15-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,200] INFO [Partition -uve-topic-15-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,200] INFO [Partition -uve-topic-15-11 broker=2] Log loaded for partition -uve-topic-15-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,212] INFO [LogLoader partition=-uve-topic-29-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,213] INFO Created log for partition -uve-topic-29-9 in /tmp/kafka-logs/-uve-topic-29-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,213] INFO [Partition -uve-topic-29-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,213] INFO [Partition -uve-topic-29-9 broker=2] Log loaded for partition -uve-topic-29-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,224] INFO [LogLoader partition=-uve-topic-16-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,225] INFO Created log for partition -uve-topic-16-11 in /tmp/kafka-logs/-uve-topic-16-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,225] INFO [Partition -uve-topic-16-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,225] INFO [Partition -uve-topic-16-11 broker=2] Log loaded for partition -uve-topic-16-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,249] INFO [LogLoader partition=-uve-topic-21-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,250] INFO Created log for partition -uve-topic-21-10 in /tmp/kafka-logs/-uve-topic-21-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,250] INFO [Partition -uve-topic-21-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,250] INFO [Partition -uve-topic-21-10 broker=2] Log loaded for partition -uve-topic-21-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,268] INFO [LogLoader partition=-uve-topic-22-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,268] INFO Created log for partition -uve-topic-22-10 in /tmp/kafka-logs/-uve-topic-22-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,268] INFO [Partition -uve-topic-22-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,268] INFO [Partition -uve-topic-22-10 broker=2] Log loaded for partition -uve-topic-22-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,280] INFO [LogLoader partition=-uve-topic-23-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,280] INFO Created log for partition -uve-topic-23-10 in /tmp/kafka-logs/-uve-topic-23-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,280] INFO [Partition -uve-topic-23-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,281] INFO [Partition -uve-topic-23-10 broker=2] Log loaded for partition -uve-topic-23-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,292] INFO [LogLoader partition=-uve-topic-10-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,293] INFO Created log for partition -uve-topic-10-12 in /tmp/kafka-logs/-uve-topic-10-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,293] INFO [Partition -uve-topic-10-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,293] INFO [Partition -uve-topic-10-12 broker=2] Log loaded for partition -uve-topic-10-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,307] INFO [LogLoader partition=-uve-topic-24-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,307] INFO Created log for partition -uve-topic-24-10 in /tmp/kafka-logs/-uve-topic-24-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,307] INFO [Partition -uve-topic-24-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,307] INFO [Partition -uve-topic-24-10 broker=2] Log loaded for partition -uve-topic-24-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,324] INFO [LogLoader partition=-uve-topic-11-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,324] INFO Created log for partition -uve-topic-11-12 in /tmp/kafka-logs/-uve-topic-11-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,324] INFO [Partition -uve-topic-11-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,325] INFO [Partition -uve-topic-11-12 broker=2] Log loaded for partition -uve-topic-11-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,337] INFO [LogLoader partition=-uve-topic-20-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,338] INFO Created log for partition -uve-topic-20-10 in /tmp/kafka-logs/-uve-topic-20-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,338] INFO [Partition -uve-topic-20-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,338] INFO [Partition -uve-topic-20-10 broker=2] Log loaded for partition -uve-topic-20-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,353] INFO [LogLoader partition=-uve-topic-18-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,354] INFO Created log for partition -uve-topic-18-10 in /tmp/kafka-logs/-uve-topic-18-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,354] INFO [Partition -uve-topic-18-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,354] INFO [Partition -uve-topic-18-10 broker=2] Log loaded for partition -uve-topic-18-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,365] INFO [LogLoader partition=-uve-topic-19-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,366] INFO Created log for partition -uve-topic-19-10 in /tmp/kafka-logs/-uve-topic-19-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,366] INFO [Partition -uve-topic-19-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,366] INFO [Partition -uve-topic-19-10 broker=2] Log loaded for partition -uve-topic-19-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,380] INFO [LogLoader partition=-uve-topic-27-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,381] INFO Created log for partition -uve-topic-27-8 in /tmp/kafka-logs/-uve-topic-27-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,381] INFO [Partition -uve-topic-27-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-8 (kafka.cluster.Partition) [2026-06-08 05:55:26,381] INFO [Partition -uve-topic-27-8 broker=2] Log loaded for partition -uve-topic-27-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,395] INFO [LogLoader partition=-uve-topic-14-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,396] INFO Created log for partition -uve-topic-14-10 in /tmp/kafka-logs/-uve-topic-14-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,396] INFO [Partition -uve-topic-14-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,396] INFO [Partition -uve-topic-14-10 broker=2] Log loaded for partition -uve-topic-14-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,417] INFO [LogLoader partition=-uve-topic-28-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,418] INFO Created log for partition -uve-topic-28-8 in /tmp/kafka-logs/-uve-topic-28-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,418] INFO [Partition -uve-topic-28-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-8 (kafka.cluster.Partition) [2026-06-08 05:55:26,418] INFO [Partition -uve-topic-28-8 broker=2] Log loaded for partition -uve-topic-28-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,431] INFO [LogLoader partition=-uve-topic-15-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,432] INFO Created log for partition -uve-topic-15-10 in /tmp/kafka-logs/-uve-topic-15-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,433] INFO [Partition -uve-topic-15-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,433] INFO [Partition -uve-topic-15-10 broker=2] Log loaded for partition -uve-topic-15-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,443] INFO [LogLoader partition=-uve-topic-29-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,444] INFO Created log for partition -uve-topic-29-8 in /tmp/kafka-logs/-uve-topic-29-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,444] INFO [Partition -uve-topic-29-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-8 (kafka.cluster.Partition) [2026-06-08 05:55:26,444] INFO [Partition -uve-topic-29-8 broker=2] Log loaded for partition -uve-topic-29-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,454] INFO [LogLoader partition=-uve-topic-16-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,455] INFO Created log for partition -uve-topic-16-10 in /tmp/kafka-logs/-uve-topic-16-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,455] INFO [Partition -uve-topic-16-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,455] INFO [Partition -uve-topic-16-10 broker=2] Log loaded for partition -uve-topic-16-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,470] INFO [LogLoader partition=-uve-topic-17-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,471] INFO Created log for partition -uve-topic-17-10 in /tmp/kafka-logs/-uve-topic-17-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,471] INFO [Partition -uve-topic-17-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,471] INFO [Partition -uve-topic-17-10 broker=2] Log loaded for partition -uve-topic-17-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,487] INFO [LogLoader partition=-uve-topic-22-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,488] INFO Created log for partition -uve-topic-22-9 in /tmp/kafka-logs/-uve-topic-22-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,488] INFO [Partition -uve-topic-22-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,488] INFO [Partition -uve-topic-22-9 broker=2] Log loaded for partition -uve-topic-22-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,500] INFO [LogLoader partition=-uve-topic-23-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,501] INFO Created log for partition -uve-topic-23-9 in /tmp/kafka-logs/-uve-topic-23-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,501] INFO [Partition -uve-topic-23-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,501] INFO [Partition -uve-topic-23-9 broker=2] Log loaded for partition -uve-topic-23-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,514] INFO [LogLoader partition=-uve-topic-10-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,514] INFO Created log for partition -uve-topic-10-11 in /tmp/kafka-logs/-uve-topic-10-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,514] INFO [Partition -uve-topic-10-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,514] INFO [Partition -uve-topic-10-11 broker=2] Log loaded for partition -uve-topic-10-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,528] INFO [LogLoader partition=-uve-topic-24-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,529] INFO Created log for partition -uve-topic-24-9 in /tmp/kafka-logs/-uve-topic-24-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,529] INFO [Partition -uve-topic-24-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,529] INFO [Partition -uve-topic-24-9 broker=2] Log loaded for partition -uve-topic-24-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,539] INFO [LogLoader partition=-uve-topic-11-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,540] INFO Created log for partition -uve-topic-11-11 in /tmp/kafka-logs/-uve-topic-11-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,540] INFO [Partition -uve-topic-11-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,540] INFO [Partition -uve-topic-11-11 broker=2] Log loaded for partition -uve-topic-11-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,550] INFO [LogLoader partition=-uve-topic-25-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,551] INFO Created log for partition -uve-topic-25-9 in /tmp/kafka-logs/-uve-topic-25-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,551] INFO [Partition -uve-topic-25-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,551] INFO [Partition -uve-topic-25-9 broker=2] Log loaded for partition -uve-topic-25-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,573] INFO [LogLoader partition=-uve-topic-12-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,573] INFO Created log for partition -uve-topic-12-11 in /tmp/kafka-logs/-uve-topic-12-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,574] INFO [Partition -uve-topic-12-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,574] INFO [Partition -uve-topic-12-11 broker=2] Log loaded for partition -uve-topic-12-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,582] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,588] INFO [LogLoader partition=-uve-topic-20-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,589] INFO Created log for partition -uve-topic-20-9 in /tmp/kafka-logs/-uve-topic-20-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,589] INFO [Partition -uve-topic-20-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,590] INFO [Partition -uve-topic-20-9 broker=2] Log loaded for partition -uve-topic-20-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,606] INFO [LogLoader partition=-uve-topic-21-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,613] INFO Created log for partition -uve-topic-21-9 in /tmp/kafka-logs/-uve-topic-21-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,613] INFO [Partition -uve-topic-21-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-9 (kafka.cluster.Partition) [2026-06-08 05:55:26,613] INFO [Partition -uve-topic-21-9 broker=2] Log loaded for partition -uve-topic-21-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,624] INFO [LogLoader partition=-uve-topic-28-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,624] INFO Created log for partition -uve-topic-28-11 in /tmp/kafka-logs/-uve-topic-28-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,624] INFO [Partition -uve-topic-28-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,624] INFO [Partition -uve-topic-28-11 broker=2] Log loaded for partition -uve-topic-28-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,638] INFO [LogLoader partition=-uve-topic-15-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,638] INFO Created log for partition -uve-topic-15-13 in /tmp/kafka-logs/-uve-topic-15-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,638] INFO [Partition -uve-topic-15-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-13 (kafka.cluster.Partition) [2026-06-08 05:55:26,639] INFO [Partition -uve-topic-15-13 broker=2] Log loaded for partition -uve-topic-15-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,649] INFO [LogLoader partition=-uve-topic-29-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,650] INFO Created log for partition -uve-topic-29-11 in /tmp/kafka-logs/-uve-topic-29-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,650] INFO [Partition -uve-topic-29-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,650] INFO [Partition -uve-topic-29-11 broker=2] Log loaded for partition -uve-topic-29-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,660] INFO [LogLoader partition=-uve-topic-16-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,661] INFO Created log for partition -uve-topic-16-13 in /tmp/kafka-logs/-uve-topic-16-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,661] INFO [Partition -uve-topic-16-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-13 (kafka.cluster.Partition) [2026-06-08 05:55:26,661] INFO [Partition -uve-topic-16-13 broker=2] Log loaded for partition -uve-topic-16-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,672] INFO [LogLoader partition=-uve-topic-17-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,673] INFO Created log for partition -uve-topic-17-13 in /tmp/kafka-logs/-uve-topic-17-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,673] INFO [Partition -uve-topic-17-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-13 (kafka.cluster.Partition) [2026-06-08 05:55:26,673] INFO [Partition -uve-topic-17-13 broker=2] Log loaded for partition -uve-topic-17-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,687] INFO [LogLoader partition=-uve-topic-18-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,688] INFO Created log for partition -uve-topic-18-13 in /tmp/kafka-logs/-uve-topic-18-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,688] INFO [Partition -uve-topic-18-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-13 (kafka.cluster.Partition) [2026-06-08 05:55:26,688] INFO [Partition -uve-topic-18-13 broker=2] Log loaded for partition -uve-topic-18-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,702] INFO [LogLoader partition=-uve-topic-24-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,707] INFO Created log for partition -uve-topic-24-11 in /tmp/kafka-logs/-uve-topic-24-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,707] INFO [Partition -uve-topic-24-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,707] INFO [Partition -uve-topic-24-11 broker=2] Log loaded for partition -uve-topic-24-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,718] INFO [LogLoader partition=-uve-topic-11-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,718] INFO Created log for partition -uve-topic-11-13 in /tmp/kafka-logs/-uve-topic-11-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,718] INFO [Partition -uve-topic-11-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-13 (kafka.cluster.Partition) [2026-06-08 05:55:26,718] INFO [Partition -uve-topic-11-13 broker=2] Log loaded for partition -uve-topic-11-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,729] INFO [LogLoader partition=-uve-topic-25-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,729] INFO Created log for partition -uve-topic-25-11 in /tmp/kafka-logs/-uve-topic-25-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,729] INFO [Partition -uve-topic-25-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,729] INFO [Partition -uve-topic-25-11 broker=2] Log loaded for partition -uve-topic-25-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,741] INFO [LogLoader partition=-uve-topic-12-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,742] INFO Created log for partition -uve-topic-12-13 in /tmp/kafka-logs/-uve-topic-12-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,742] INFO [Partition -uve-topic-12-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-13 (kafka.cluster.Partition) [2026-06-08 05:55:26,742] INFO [Partition -uve-topic-12-13 broker=2] Log loaded for partition -uve-topic-12-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,757] INFO [LogLoader partition=-uve-topic-26-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,758] INFO Created log for partition -uve-topic-26-11 in /tmp/kafka-logs/-uve-topic-26-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,758] INFO [Partition -uve-topic-26-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,758] INFO [Partition -uve-topic-26-11 broker=2] Log loaded for partition -uve-topic-26-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,769] INFO [LogLoader partition=-uve-topic-13-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,770] INFO Created log for partition -uve-topic-13-13 in /tmp/kafka-logs/-uve-topic-13-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,770] INFO [Partition -uve-topic-13-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-13 (kafka.cluster.Partition) [2026-06-08 05:55:26,770] INFO [Partition -uve-topic-13-13 broker=2] Log loaded for partition -uve-topic-13-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,782] INFO [LogLoader partition=-uve-topic-27-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,783] INFO Created log for partition -uve-topic-27-11 in /tmp/kafka-logs/-uve-topic-27-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,783] INFO [Partition -uve-topic-27-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-11 (kafka.cluster.Partition) [2026-06-08 05:55:26,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,783] INFO [Partition -uve-topic-27-11 broker=2] Log loaded for partition -uve-topic-27-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,799] INFO [LogLoader partition=-uve-topic-14-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,799] INFO Created log for partition -uve-topic-14-13 in /tmp/kafka-logs/-uve-topic-14-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,799] INFO [Partition -uve-topic-14-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-13 (kafka.cluster.Partition) [2026-06-08 05:55:26,799] INFO [Partition -uve-topic-14-13 broker=2] Log loaded for partition -uve-topic-14-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,816] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:26,823] INFO [LogLoader partition=-uve-topic-20-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,828] INFO Created log for partition -uve-topic-20-12 in /tmp/kafka-logs/-uve-topic-20-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,828] INFO [Partition -uve-topic-20-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,830] INFO [Partition -uve-topic-20-12 broker=2] Log loaded for partition -uve-topic-20-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,837] INFO [LogLoader partition=-uve-topic-21-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,838] INFO Created log for partition -uve-topic-21-12 in /tmp/kafka-logs/-uve-topic-21-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,838] INFO [Partition -uve-topic-21-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,838] INFO [Partition -uve-topic-21-12 broker=2] Log loaded for partition -uve-topic-21-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,851] INFO [LogLoader partition=-uve-topic-22-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,851] INFO Created log for partition -uve-topic-22-12 in /tmp/kafka-logs/-uve-topic-22-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,851] INFO [Partition -uve-topic-22-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,851] INFO [Partition -uve-topic-22-12 broker=2] Log loaded for partition -uve-topic-22-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,861] INFO [LogLoader partition=-uve-topic-19-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,862] INFO Created log for partition -uve-topic-19-13 in /tmp/kafka-logs/-uve-topic-19-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,862] INFO [Partition -uve-topic-19-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-13 (kafka.cluster.Partition) [2026-06-08 05:55:26,862] INFO [Partition -uve-topic-19-13 broker=2] Log loaded for partition -uve-topic-19-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,883] INFO [LogLoader partition=-uve-topic-29-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,884] INFO Created log for partition -uve-topic-29-10 in /tmp/kafka-logs/-uve-topic-29-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,884] INFO [Partition -uve-topic-29-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,884] INFO [Partition -uve-topic-29-10 broker=2] Log loaded for partition -uve-topic-29-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,894] INFO [LogLoader partition=-uve-topic-16-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,895] INFO Created log for partition -uve-topic-16-12 in /tmp/kafka-logs/-uve-topic-16-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,895] INFO [Partition -uve-topic-16-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,896] INFO [Partition -uve-topic-16-12 broker=2] Log loaded for partition -uve-topic-16-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,907] INFO [LogLoader partition=-uve-topic-17-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,908] INFO Created log for partition -uve-topic-17-12 in /tmp/kafka-logs/-uve-topic-17-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,909] INFO [Partition -uve-topic-17-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,909] INFO [Partition -uve-topic-17-12 broker=2] Log loaded for partition -uve-topic-17-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,918] INFO [LogLoader partition=-uve-topic-18-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,918] INFO Created log for partition -uve-topic-18-12 in /tmp/kafka-logs/-uve-topic-18-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,918] INFO [Partition -uve-topic-18-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,919] INFO [Partition -uve-topic-18-12 broker=2] Log loaded for partition -uve-topic-18-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,928] INFO [LogLoader partition=-uve-topic-19-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,928] INFO Created log for partition -uve-topic-19-12 in /tmp/kafka-logs/-uve-topic-19-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,928] INFO [Partition -uve-topic-19-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,929] INFO [Partition -uve-topic-19-12 broker=2] Log loaded for partition -uve-topic-19-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,938] INFO [LogLoader partition=-uve-topic-25-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,939] INFO Created log for partition -uve-topic-25-10 in /tmp/kafka-logs/-uve-topic-25-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,939] INFO [Partition -uve-topic-25-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,939] INFO [Partition -uve-topic-25-10 broker=2] Log loaded for partition -uve-topic-25-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,948] INFO [LogLoader partition=-uve-topic-12-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,948] INFO Created log for partition -uve-topic-12-12 in /tmp/kafka-logs/-uve-topic-12-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,948] INFO [Partition -uve-topic-12-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,948] INFO [Partition -uve-topic-12-12 broker=2] Log loaded for partition -uve-topic-12-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,956] INFO [LogLoader partition=-uve-topic-26-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,957] INFO Created log for partition -uve-topic-26-10 in /tmp/kafka-logs/-uve-topic-26-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,957] INFO [Partition -uve-topic-26-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,958] INFO [Partition -uve-topic-26-10 broker=2] Log loaded for partition -uve-topic-26-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,965] INFO [LogLoader partition=-uve-topic-13-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,966] INFO Created log for partition -uve-topic-13-12 in /tmp/kafka-logs/-uve-topic-13-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,966] INFO [Partition -uve-topic-13-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,966] INFO [Partition -uve-topic-13-12 broker=2] Log loaded for partition -uve-topic-13-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,976] INFO [LogLoader partition=-uve-topic-27-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,989] INFO Created log for partition -uve-topic-27-10 in /tmp/kafka-logs/-uve-topic-27-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,989] INFO [Partition -uve-topic-27-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-10 (kafka.cluster.Partition) [2026-06-08 05:55:26,989] INFO [Partition -uve-topic-27-10 broker=2] Log loaded for partition -uve-topic-27-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:26,997] INFO [LogLoader partition=-uve-topic-14-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:26,998] INFO Created log for partition -uve-topic-14-12 in /tmp/kafka-logs/-uve-topic-14-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:26,998] INFO [Partition -uve-topic-14-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-12 (kafka.cluster.Partition) [2026-06-08 05:55:26,998] INFO [Partition -uve-topic-14-12 broker=2] Log loaded for partition -uve-topic-14-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,009] INFO [LogLoader partition=-uve-topic-28-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,009] INFO Created log for partition -uve-topic-28-10 in /tmp/kafka-logs/-uve-topic-28-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,009] INFO [Partition -uve-topic-28-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-10 (kafka.cluster.Partition) [2026-06-08 05:55:27,009] INFO [Partition -uve-topic-28-10 broker=2] Log loaded for partition -uve-topic-28-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,019] INFO [LogLoader partition=-uve-topic-15-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,020] INFO Created log for partition -uve-topic-15-12 in /tmp/kafka-logs/-uve-topic-15-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,020] INFO [Partition -uve-topic-15-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-12 (kafka.cluster.Partition) [2026-06-08 05:55:27,020] INFO [Partition -uve-topic-15-12 broker=2] Log loaded for partition -uve-topic-15-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,029] INFO [LogLoader partition=-uve-topic-20-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,030] INFO Created log for partition -uve-topic-20-11 in /tmp/kafka-logs/-uve-topic-20-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,030] INFO [Partition -uve-topic-20-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-11 (kafka.cluster.Partition) [2026-06-08 05:55:27,030] INFO [Partition -uve-topic-20-11 broker=2] Log loaded for partition -uve-topic-20-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,043] INFO [LogLoader partition=-uve-topic-21-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,044] INFO Created log for partition -uve-topic-21-11 in /tmp/kafka-logs/-uve-topic-21-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,044] INFO [Partition -uve-topic-21-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-11 (kafka.cluster.Partition) [2026-06-08 05:55:27,044] INFO [Partition -uve-topic-21-11 broker=2] Log loaded for partition -uve-topic-21-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,052] INFO [LogLoader partition=-uve-topic-22-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,052] INFO Created log for partition -uve-topic-22-11 in /tmp/kafka-logs/-uve-topic-22-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,052] INFO [Partition -uve-topic-22-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-11 (kafka.cluster.Partition) [2026-06-08 05:55:27,052] INFO [Partition -uve-topic-22-11 broker=2] Log loaded for partition -uve-topic-22-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,061] INFO [LogLoader partition=-uve-topic-23-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,061] INFO Created log for partition -uve-topic-23-11 in /tmp/kafka-logs/-uve-topic-23-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,061] INFO [Partition -uve-topic-23-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-11 (kafka.cluster.Partition) [2026-06-08 05:55:27,062] INFO [Partition -uve-topic-23-11 broker=2] Log loaded for partition -uve-topic-23-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,070] INFO [LogLoader partition=-uve-topic-10-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,071] INFO Created log for partition -uve-topic-10-13 in /tmp/kafka-logs/-uve-topic-10-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,071] INFO [Partition -uve-topic-10-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-13 (kafka.cluster.Partition) [2026-06-08 05:55:27,071] INFO [Partition -uve-topic-10-13 broker=2] Log loaded for partition -uve-topic-10-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,081] INFO [LogLoader partition=-uve-topic-12-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,081] INFO Created log for partition -uve-topic-12-0 in /tmp/kafka-logs/-uve-topic-12-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,082] INFO [Partition -uve-topic-12-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,082] INFO [Partition -uve-topic-12-0 broker=2] Log loaded for partition -uve-topic-12-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,094] INFO [LogLoader partition=-uve-topic-13-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,094] INFO Created log for partition -uve-topic-13-0 in /tmp/kafka-logs/-uve-topic-13-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,094] INFO [Partition -uve-topic-13-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,095] INFO [Partition -uve-topic-13-0 broker=2] Log loaded for partition -uve-topic-13-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,109] INFO [LogLoader partition=-uve-topic-14-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,110] INFO Created log for partition -uve-topic-14-0 in /tmp/kafka-logs/-uve-topic-14-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,110] INFO [Partition -uve-topic-14-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,110] INFO [Partition -uve-topic-14-0 broker=2] Log loaded for partition -uve-topic-14-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,120] INFO [LogLoader partition=-uve-topic-15-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,121] INFO Created log for partition -uve-topic-15-0 in /tmp/kafka-logs/-uve-topic-15-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,121] INFO [Partition -uve-topic-15-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,121] INFO [Partition -uve-topic-15-0 broker=2] Log loaded for partition -uve-topic-15-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,132] INFO [LogLoader partition=-uve-topic-10-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,133] INFO Created log for partition -uve-topic-10-0 in /tmp/kafka-logs/-uve-topic-10-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,133] INFO [Partition -uve-topic-10-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,133] INFO [Partition -uve-topic-10-0 broker=2] Log loaded for partition -uve-topic-10-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,146] INFO [LogLoader partition=-uve-topic-11-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,146] INFO Created log for partition -uve-topic-11-0 in /tmp/kafka-logs/-uve-topic-11-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,147] INFO [Partition -uve-topic-11-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,147] INFO [Partition -uve-topic-11-0 broker=2] Log loaded for partition -uve-topic-11-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,160] INFO [LogLoader partition=-uve-topic-16-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,160] INFO Created log for partition -uve-topic-16-0 in /tmp/kafka-logs/-uve-topic-16-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,161] INFO [Partition -uve-topic-16-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,161] INFO [Partition -uve-topic-16-0 broker=2] Log loaded for partition -uve-topic-16-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,164] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,172] INFO [LogLoader partition=-uve-topic-17-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,172] INFO Created log for partition -uve-topic-17-0 in /tmp/kafka-logs/-uve-topic-17-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,173] INFO [Partition -uve-topic-17-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,173] INFO [Partition -uve-topic-17-0 broker=2] Log loaded for partition -uve-topic-17-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,183] INFO [LogLoader partition=-uve-topic-18-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,184] INFO Created log for partition -uve-topic-18-0 in /tmp/kafka-logs/-uve-topic-18-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,185] INFO [Partition -uve-topic-18-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,185] INFO [Partition -uve-topic-18-0 broker=2] Log loaded for partition -uve-topic-18-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,194] INFO [LogLoader partition=-uve-topic-19-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,194] INFO Created log for partition -uve-topic-19-0 in /tmp/kafka-logs/-uve-topic-19-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,195] INFO [Partition -uve-topic-19-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,195] INFO [Partition -uve-topic-19-0 broker=2] Log loaded for partition -uve-topic-19-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,206] INFO [LogLoader partition=-uve-topic-23-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,207] INFO Created log for partition -uve-topic-23-0 in /tmp/kafka-logs/-uve-topic-23-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,207] INFO [Partition -uve-topic-23-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,207] INFO [Partition -uve-topic-23-0 broker=2] Log loaded for partition -uve-topic-23-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,218] INFO [LogLoader partition=-uve-topic-10-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,219] INFO Created log for partition -uve-topic-10-2 in /tmp/kafka-logs/-uve-topic-10-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,219] INFO [Partition -uve-topic-10-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,219] INFO [Partition -uve-topic-10-2 broker=2] Log loaded for partition -uve-topic-10-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,233] INFO [LogLoader partition=-uve-topic-24-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,234] INFO Created log for partition -uve-topic-24-0 in /tmp/kafka-logs/-uve-topic-24-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,234] INFO [Partition -uve-topic-24-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,234] INFO [Partition -uve-topic-24-0 broker=2] Log loaded for partition -uve-topic-24-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,251] INFO [LogLoader partition=-uve-topic-11-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,252] INFO Created log for partition -uve-topic-11-2 in /tmp/kafka-logs/-uve-topic-11-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,254] INFO [Partition -uve-topic-11-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,254] INFO [Partition -uve-topic-11-2 broker=2] Log loaded for partition -uve-topic-11-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,264] INFO [LogLoader partition=-uve-topic-25-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,264] INFO Created log for partition -uve-topic-25-0 in /tmp/kafka-logs/-uve-topic-25-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,264] INFO [Partition -uve-topic-25-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,264] INFO [Partition -uve-topic-25-0 broker=2] Log loaded for partition -uve-topic-25-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,278] INFO [LogLoader partition=-uve-topic-12-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,278] INFO Created log for partition -uve-topic-12-2 in /tmp/kafka-logs/-uve-topic-12-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,279] INFO [Partition -uve-topic-12-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,279] INFO [Partition -uve-topic-12-2 broker=2] Log loaded for partition -uve-topic-12-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,291] INFO [LogLoader partition=-uve-topic-26-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,291] INFO Created log for partition -uve-topic-26-0 in /tmp/kafka-logs/-uve-topic-26-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,292] INFO [Partition -uve-topic-26-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,292] INFO [Partition -uve-topic-26-0 broker=2] Log loaded for partition -uve-topic-26-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,302] INFO [LogLoader partition=-uve-topic-13-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,302] INFO Created log for partition -uve-topic-13-2 in /tmp/kafka-logs/-uve-topic-13-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,303] INFO [Partition -uve-topic-13-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,303] INFO [Partition -uve-topic-13-2 broker=2] Log loaded for partition -uve-topic-13-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,317] INFO [LogLoader partition=-uve-topic-20-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,318] INFO Created log for partition -uve-topic-20-0 in /tmp/kafka-logs/-uve-topic-20-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,318] INFO [Partition -uve-topic-20-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,319] INFO [Partition -uve-topic-20-0 broker=2] Log loaded for partition -uve-topic-20-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,338] INFO [LogLoader partition=-uve-topic-21-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,338] INFO Created log for partition -uve-topic-21-0 in /tmp/kafka-logs/-uve-topic-21-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,338] INFO [Partition -uve-topic-21-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,339] INFO [Partition -uve-topic-21-0 broker=2] Log loaded for partition -uve-topic-21-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,349] INFO [LogLoader partition=-uve-topic-22-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,349] INFO Created log for partition -uve-topic-22-0 in /tmp/kafka-logs/-uve-topic-22-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,350] INFO [Partition -uve-topic-22-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,350] INFO [Partition -uve-topic-22-0 broker=2] Log loaded for partition -uve-topic-22-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,360] INFO [LogLoader partition=-uve-topic-18-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,360] INFO Created log for partition -uve-topic-18-2 in /tmp/kafka-logs/-uve-topic-18-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,360] INFO [Partition -uve-topic-18-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,360] INFO [Partition -uve-topic-18-2 broker=2] Log loaded for partition -uve-topic-18-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,372] INFO [LogLoader partition=-uve-topic-19-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,372] INFO Created log for partition -uve-topic-19-2 in /tmp/kafka-logs/-uve-topic-19-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,372] INFO [Partition -uve-topic-19-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,372] INFO [Partition -uve-topic-19-2 broker=2] Log loaded for partition -uve-topic-19-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,379] INFO [LogLoader partition=-uve-topic-27-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,380] INFO Created log for partition -uve-topic-27-0 in /tmp/kafka-logs/-uve-topic-27-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,380] INFO [Partition -uve-topic-27-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,380] INFO [Partition -uve-topic-27-0 broker=2] Log loaded for partition -uve-topic-27-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,390] INFO [LogLoader partition=-uve-topic-14-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,391] INFO Created log for partition -uve-topic-14-2 in /tmp/kafka-logs/-uve-topic-14-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,391] INFO [Partition -uve-topic-14-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,391] INFO [Partition -uve-topic-14-2 broker=2] Log loaded for partition -uve-topic-14-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,402] INFO [LogLoader partition=-uve-topic-28-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,402] INFO Created log for partition -uve-topic-28-0 in /tmp/kafka-logs/-uve-topic-28-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,402] INFO [Partition -uve-topic-28-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,402] INFO [Partition -uve-topic-28-0 broker=2] Log loaded for partition -uve-topic-28-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,412] INFO [LogLoader partition=-uve-topic-15-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,413] INFO Created log for partition -uve-topic-15-2 in /tmp/kafka-logs/-uve-topic-15-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,413] INFO [Partition -uve-topic-15-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,413] INFO [Partition -uve-topic-15-2 broker=2] Log loaded for partition -uve-topic-15-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,424] INFO [LogLoader partition=-uve-topic-29-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,424] INFO Created log for partition -uve-topic-29-0 in /tmp/kafka-logs/-uve-topic-29-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,424] INFO [Partition -uve-topic-29-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-0 (kafka.cluster.Partition) [2026-06-08 05:55:27,424] INFO [Partition -uve-topic-29-0 broker=2] Log loaded for partition -uve-topic-29-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,434] INFO [LogLoader partition=-uve-topic-16-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,434] INFO Created log for partition -uve-topic-16-2 in /tmp/kafka-logs/-uve-topic-16-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,434] INFO [Partition -uve-topic-16-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,434] INFO [Partition -uve-topic-16-2 broker=2] Log loaded for partition -uve-topic-16-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,443] INFO [LogLoader partition=-uve-topic-17-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,443] INFO Created log for partition -uve-topic-17-2 in /tmp/kafka-logs/-uve-topic-17-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,443] INFO [Partition -uve-topic-17-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,443] INFO [Partition -uve-topic-17-2 broker=2] Log loaded for partition -uve-topic-17-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,454] INFO [LogLoader partition=-uve-topic-11-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,455] INFO Created log for partition -uve-topic-11-1 in /tmp/kafka-logs/-uve-topic-11-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,455] INFO [Partition -uve-topic-11-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,455] INFO [Partition -uve-topic-11-1 broker=2] Log loaded for partition -uve-topic-11-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,464] INFO [LogLoader partition=-uve-topic-12-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,465] INFO Created log for partition -uve-topic-12-1 in /tmp/kafka-logs/-uve-topic-12-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,465] INFO [Partition -uve-topic-12-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,465] INFO [Partition -uve-topic-12-1 broker=2] Log loaded for partition -uve-topic-12-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,474] INFO [LogLoader partition=-uve-topic-13-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,475] INFO Created log for partition -uve-topic-13-1 in /tmp/kafka-logs/-uve-topic-13-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,475] INFO [Partition -uve-topic-13-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,475] INFO [Partition -uve-topic-13-1 broker=2] Log loaded for partition -uve-topic-13-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,485] INFO [LogLoader partition=-uve-topic-14-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,486] INFO Created log for partition -uve-topic-14-1 in /tmp/kafka-logs/-uve-topic-14-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,486] INFO [Partition -uve-topic-14-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,486] INFO [Partition -uve-topic-14-1 broker=2] Log loaded for partition -uve-topic-14-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,495] INFO [LogLoader partition=-uve-topic-10-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,496] INFO Created log for partition -uve-topic-10-1 in /tmp/kafka-logs/-uve-topic-10-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,496] INFO [Partition -uve-topic-10-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,496] INFO [Partition -uve-topic-10-1 broker=2] Log loaded for partition -uve-topic-10-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,511] INFO [LogLoader partition=-uve-topic-19-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,512] INFO Created log for partition -uve-topic-19-1 in /tmp/kafka-logs/-uve-topic-19-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,512] INFO [Partition -uve-topic-19-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,512] INFO [Partition -uve-topic-19-1 broker=2] Log loaded for partition -uve-topic-19-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,522] INFO [LogLoader partition=-uve-topic-15-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,522] INFO Created log for partition -uve-topic-15-1 in /tmp/kafka-logs/-uve-topic-15-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,522] INFO [Partition -uve-topic-15-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,522] INFO [Partition -uve-topic-15-1 broker=2] Log loaded for partition -uve-topic-15-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,532] INFO [LogLoader partition=-uve-topic-16-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,533] INFO Created log for partition -uve-topic-16-1 in /tmp/kafka-logs/-uve-topic-16-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,533] INFO [Partition -uve-topic-16-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,533] INFO [Partition -uve-topic-16-1 broker=2] Log loaded for partition -uve-topic-16-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,544] INFO [LogLoader partition=-uve-topic-17-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,544] INFO Created log for partition -uve-topic-17-1 in /tmp/kafka-logs/-uve-topic-17-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,544] INFO [Partition -uve-topic-17-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,544] INFO [Partition -uve-topic-17-1 broker=2] Log loaded for partition -uve-topic-17-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,553] INFO [LogLoader partition=-uve-topic-18-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,554] INFO Created log for partition -uve-topic-18-1 in /tmp/kafka-logs/-uve-topic-18-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,554] INFO [Partition -uve-topic-18-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,554] INFO [Partition -uve-topic-18-1 broker=2] Log loaded for partition -uve-topic-18-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,564] INFO [LogLoader partition=-uve-topic-21-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,564] INFO Created log for partition -uve-topic-21-2 in /tmp/kafka-logs/-uve-topic-21-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,564] INFO [Partition -uve-topic-21-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,564] INFO [Partition -uve-topic-21-2 broker=2] Log loaded for partition -uve-topic-21-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,574] INFO [LogLoader partition=-uve-topic-22-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,575] INFO Created log for partition -uve-topic-22-2 in /tmp/kafka-logs/-uve-topic-22-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,575] INFO [Partition -uve-topic-22-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,575] INFO [Partition -uve-topic-22-2 broker=2] Log loaded for partition -uve-topic-22-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,582] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,584] INFO [LogLoader partition=-uve-topic-23-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,585] INFO Created log for partition -uve-topic-23-2 in /tmp/kafka-logs/-uve-topic-23-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,585] INFO [Partition -uve-topic-23-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,585] INFO [Partition -uve-topic-23-2 broker=2] Log loaded for partition -uve-topic-23-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,595] INFO [LogLoader partition=-uve-topic-10-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,595] INFO Created log for partition -uve-topic-10-4 in /tmp/kafka-logs/-uve-topic-10-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,596] INFO [Partition -uve-topic-10-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-4 (kafka.cluster.Partition) [2026-06-08 05:55:27,596] INFO [Partition -uve-topic-10-4 broker=2] Log loaded for partition -uve-topic-10-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,605] INFO [LogLoader partition=-uve-topic-24-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,605] INFO Created log for partition -uve-topic-24-2 in /tmp/kafka-logs/-uve-topic-24-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,605] INFO [Partition -uve-topic-24-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,605] INFO [Partition -uve-topic-24-2 broker=2] Log loaded for partition -uve-topic-24-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,616] INFO [LogLoader partition=-uve-topic-11-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,617] INFO Created log for partition -uve-topic-11-4 in /tmp/kafka-logs/-uve-topic-11-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,617] INFO [Partition -uve-topic-11-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-4 (kafka.cluster.Partition) [2026-06-08 05:55:27,617] INFO [Partition -uve-topic-11-4 broker=2] Log loaded for partition -uve-topic-11-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,632] INFO [LogLoader partition=-uve-topic-20-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,633] INFO Created log for partition -uve-topic-20-2 in /tmp/kafka-logs/-uve-topic-20-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,633] INFO [Partition -uve-topic-20-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,633] INFO [Partition -uve-topic-20-2 broker=2] Log loaded for partition -uve-topic-20-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,644] INFO [LogLoader partition=-uve-topic-29-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,645] INFO Created log for partition -uve-topic-29-2 in /tmp/kafka-logs/-uve-topic-29-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,645] INFO [Partition -uve-topic-29-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,645] INFO [Partition -uve-topic-29-2 broker=2] Log loaded for partition -uve-topic-29-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,654] INFO [LogLoader partition=-uve-topic-16-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,654] INFO Created log for partition -uve-topic-16-4 in /tmp/kafka-logs/-uve-topic-16-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,654] INFO [Partition -uve-topic-16-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-4 (kafka.cluster.Partition) [2026-06-08 05:55:27,654] INFO [Partition -uve-topic-16-4 broker=2] Log loaded for partition -uve-topic-16-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,666] INFO [LogLoader partition=-uve-topic-17-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,666] INFO Created log for partition -uve-topic-17-4 in /tmp/kafka-logs/-uve-topic-17-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,666] INFO [Partition -uve-topic-17-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-4 (kafka.cluster.Partition) [2026-06-08 05:55:27,666] INFO [Partition -uve-topic-17-4 broker=2] Log loaded for partition -uve-topic-17-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,680] INFO [LogLoader partition=-uve-topic-18-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,680] INFO Created log for partition -uve-topic-18-4 in /tmp/kafka-logs/-uve-topic-18-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,680] INFO [Partition -uve-topic-18-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-4 (kafka.cluster.Partition) [2026-06-08 05:55:27,680] INFO [Partition -uve-topic-18-4 broker=2] Log loaded for partition -uve-topic-18-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,691] INFO [LogLoader partition=-uve-topic-19-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,691] INFO Created log for partition -uve-topic-19-4 in /tmp/kafka-logs/-uve-topic-19-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,691] INFO [Partition -uve-topic-19-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-4 (kafka.cluster.Partition) [2026-06-08 05:55:27,691] INFO [Partition -uve-topic-19-4 broker=2] Log loaded for partition -uve-topic-19-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,703] INFO [LogLoader partition=-uve-topic-25-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,703] INFO Created log for partition -uve-topic-25-2 in /tmp/kafka-logs/-uve-topic-25-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,703] INFO [Partition -uve-topic-25-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,703] INFO [Partition -uve-topic-25-2 broker=2] Log loaded for partition -uve-topic-25-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,723] INFO [LogLoader partition=-uve-topic-12-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,723] INFO Created log for partition -uve-topic-12-4 in /tmp/kafka-logs/-uve-topic-12-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,723] INFO [Partition -uve-topic-12-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-4 (kafka.cluster.Partition) [2026-06-08 05:55:27,723] INFO [Partition -uve-topic-12-4 broker=2] Log loaded for partition -uve-topic-12-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,741] INFO [LogLoader partition=-uve-topic-26-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,742] INFO Created log for partition -uve-topic-26-2 in /tmp/kafka-logs/-uve-topic-26-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,742] INFO [Partition -uve-topic-26-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,742] INFO [Partition -uve-topic-26-2 broker=2] Log loaded for partition -uve-topic-26-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,750] INFO [LogLoader partition=-uve-topic-13-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,750] INFO Created log for partition -uve-topic-13-4 in /tmp/kafka-logs/-uve-topic-13-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,750] INFO [Partition -uve-topic-13-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-4 (kafka.cluster.Partition) [2026-06-08 05:55:27,750] INFO [Partition -uve-topic-13-4 broker=2] Log loaded for partition -uve-topic-13-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,759] INFO [LogLoader partition=-uve-topic-27-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,759] INFO Created log for partition -uve-topic-27-2 in /tmp/kafka-logs/-uve-topic-27-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,759] INFO [Partition -uve-topic-27-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,759] INFO [Partition -uve-topic-27-2 broker=2] Log loaded for partition -uve-topic-27-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,767] INFO [LogLoader partition=-uve-topic-14-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,768] INFO Created log for partition -uve-topic-14-4 in /tmp/kafka-logs/-uve-topic-14-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,768] INFO [Partition -uve-topic-14-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-4 (kafka.cluster.Partition) [2026-06-08 05:55:27,768] INFO [Partition -uve-topic-14-4 broker=2] Log loaded for partition -uve-topic-14-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,786] INFO [LogLoader partition=-uve-topic-28-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,786] INFO Created log for partition -uve-topic-28-2 in /tmp/kafka-logs/-uve-topic-28-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,787] INFO [Partition -uve-topic-28-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-2 (kafka.cluster.Partition) [2026-06-08 05:55:27,787] INFO [Partition -uve-topic-28-2 broker=2] Log loaded for partition -uve-topic-28-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,788] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,792] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,792] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,794] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,796] INFO [LogLoader partition=-uve-topic-15-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,797] INFO Created log for partition -uve-topic-15-4 in /tmp/kafka-logs/-uve-topic-15-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,797] INFO [Partition -uve-topic-15-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-4 (kafka.cluster.Partition) [2026-06-08 05:55:27,797] INFO [Partition -uve-topic-15-4 broker=2] Log loaded for partition -uve-topic-15-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,805] INFO [LogLoader partition=-uve-topic-22-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,805] INFO Created log for partition -uve-topic-22-1 in /tmp/kafka-logs/-uve-topic-22-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,805] INFO [Partition -uve-topic-22-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,805] INFO [Partition -uve-topic-22-1 broker=2] Log loaded for partition -uve-topic-22-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,814] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:27,815] INFO [LogLoader partition=-uve-topic-23-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,815] INFO Created log for partition -uve-topic-23-1 in /tmp/kafka-logs/-uve-topic-23-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,816] INFO [Partition -uve-topic-23-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,816] INFO [Partition -uve-topic-23-1 broker=2] Log loaded for partition -uve-topic-23-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,852] INFO [LogLoader partition=-uve-topic-10-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,852] INFO Created log for partition -uve-topic-10-3 in /tmp/kafka-logs/-uve-topic-10-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,852] INFO [Partition -uve-topic-10-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-3 (kafka.cluster.Partition) [2026-06-08 05:55:27,852] INFO [Partition -uve-topic-10-3 broker=2] Log loaded for partition -uve-topic-10-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,868] INFO [LogLoader partition=-uve-topic-24-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,869] INFO Created log for partition -uve-topic-24-1 in /tmp/kafka-logs/-uve-topic-24-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,869] INFO [Partition -uve-topic-24-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,869] INFO [Partition -uve-topic-24-1 broker=2] Log loaded for partition -uve-topic-24-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,883] INFO [LogLoader partition=-uve-topic-11-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,884] INFO Created log for partition -uve-topic-11-3 in /tmp/kafka-logs/-uve-topic-11-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,884] INFO [Partition -uve-topic-11-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-3 (kafka.cluster.Partition) [2026-06-08 05:55:27,884] INFO [Partition -uve-topic-11-3 broker=2] Log loaded for partition -uve-topic-11-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,904] INFO [LogLoader partition=-uve-topic-25-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,905] INFO Created log for partition -uve-topic-25-1 in /tmp/kafka-logs/-uve-topic-25-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,905] INFO [Partition -uve-topic-25-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,905] INFO [Partition -uve-topic-25-1 broker=2] Log loaded for partition -uve-topic-25-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,915] INFO [LogLoader partition=-uve-topic-12-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,917] INFO Created log for partition -uve-topic-12-3 in /tmp/kafka-logs/-uve-topic-12-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,917] INFO [Partition -uve-topic-12-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-3 (kafka.cluster.Partition) [2026-06-08 05:55:27,917] INFO [Partition -uve-topic-12-3 broker=2] Log loaded for partition -uve-topic-12-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,931] INFO [LogLoader partition=-uve-topic-20-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,933] INFO Created log for partition -uve-topic-20-1 in /tmp/kafka-logs/-uve-topic-20-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,933] INFO [Partition -uve-topic-20-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,933] INFO [Partition -uve-topic-20-1 broker=2] Log loaded for partition -uve-topic-20-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,943] INFO [LogLoader partition=-uve-topic-21-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,943] INFO Created log for partition -uve-topic-21-1 in /tmp/kafka-logs/-uve-topic-21-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,944] INFO [Partition -uve-topic-21-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,944] INFO [Partition -uve-topic-21-1 broker=2] Log loaded for partition -uve-topic-21-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,952] INFO [LogLoader partition=-uve-topic-17-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,953] INFO Created log for partition -uve-topic-17-3 in /tmp/kafka-logs/-uve-topic-17-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,953] INFO [Partition -uve-topic-17-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-3 (kafka.cluster.Partition) [2026-06-08 05:55:27,953] INFO [Partition -uve-topic-17-3 broker=2] Log loaded for partition -uve-topic-17-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,963] INFO [LogLoader partition=-uve-topic-18-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,963] INFO Created log for partition -uve-topic-18-3 in /tmp/kafka-logs/-uve-topic-18-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,963] INFO [Partition -uve-topic-18-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-3 (kafka.cluster.Partition) [2026-06-08 05:55:27,964] INFO [Partition -uve-topic-18-3 broker=2] Log loaded for partition -uve-topic-18-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,973] INFO [LogLoader partition=-uve-topic-19-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,973] INFO Created log for partition -uve-topic-19-3 in /tmp/kafka-logs/-uve-topic-19-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,973] INFO [Partition -uve-topic-19-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-3 (kafka.cluster.Partition) [2026-06-08 05:55:27,973] INFO [Partition -uve-topic-19-3 broker=2] Log loaded for partition -uve-topic-19-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,982] INFO [LogLoader partition=-uve-topic-26-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,983] INFO Created log for partition -uve-topic-26-1 in /tmp/kafka-logs/-uve-topic-26-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,983] INFO [Partition -uve-topic-26-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-1 (kafka.cluster.Partition) [2026-06-08 05:55:27,983] INFO [Partition -uve-topic-26-1 broker=2] Log loaded for partition -uve-topic-26-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:27,992] INFO [LogLoader partition=-uve-topic-13-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:27,993] INFO Created log for partition -uve-topic-13-3 in /tmp/kafka-logs/-uve-topic-13-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:27,994] INFO [Partition -uve-topic-13-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-3 (kafka.cluster.Partition) [2026-06-08 05:55:27,995] INFO [Partition -uve-topic-13-3 broker=2] Log loaded for partition -uve-topic-13-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,004] INFO [LogLoader partition=-uve-topic-27-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,005] INFO Created log for partition -uve-topic-27-1 in /tmp/kafka-logs/-uve-topic-27-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,005] INFO [Partition -uve-topic-27-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-1 (kafka.cluster.Partition) [2026-06-08 05:55:28,005] INFO [Partition -uve-topic-27-1 broker=2] Log loaded for partition -uve-topic-27-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,015] INFO [LogLoader partition=-uve-topic-14-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,016] INFO Created log for partition -uve-topic-14-3 in /tmp/kafka-logs/-uve-topic-14-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,016] INFO [Partition -uve-topic-14-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,016] INFO [Partition -uve-topic-14-3 broker=2] Log loaded for partition -uve-topic-14-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,025] INFO [LogLoader partition=-uve-topic-28-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,026] INFO Created log for partition -uve-topic-28-1 in /tmp/kafka-logs/-uve-topic-28-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,026] INFO [Partition -uve-topic-28-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-1 (kafka.cluster.Partition) [2026-06-08 05:55:28,026] INFO [Partition -uve-topic-28-1 broker=2] Log loaded for partition -uve-topic-28-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,036] INFO [LogLoader partition=-uve-topic-15-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,036] INFO Created log for partition -uve-topic-15-3 in /tmp/kafka-logs/-uve-topic-15-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,036] INFO [Partition -uve-topic-15-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,036] INFO [Partition -uve-topic-15-3 broker=2] Log loaded for partition -uve-topic-15-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,059] INFO [LogLoader partition=-uve-topic-29-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,059] INFO Created log for partition -uve-topic-29-1 in /tmp/kafka-logs/-uve-topic-29-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,059] INFO [Partition -uve-topic-29-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-1 (kafka.cluster.Partition) [2026-06-08 05:55:28,060] INFO [Partition -uve-topic-29-1 broker=2] Log loaded for partition -uve-topic-29-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,069] INFO [LogLoader partition=-uve-topic-16-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,070] INFO Created log for partition -uve-topic-16-3 in /tmp/kafka-logs/-uve-topic-16-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,070] INFO [Partition -uve-topic-16-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,070] INFO [Partition -uve-topic-16-3 broker=2] Log loaded for partition -uve-topic-16-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,082] INFO [LogLoader partition=-uve-topic-20-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,083] INFO Created log for partition -uve-topic-20-4 in /tmp/kafka-logs/-uve-topic-20-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,083] INFO [Partition -uve-topic-20-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-4 (kafka.cluster.Partition) [2026-06-08 05:55:28,083] INFO [Partition -uve-topic-20-4 broker=2] Log loaded for partition -uve-topic-20-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,092] INFO [LogLoader partition=-uve-topic-21-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,093] INFO Created log for partition -uve-topic-21-4 in /tmp/kafka-logs/-uve-topic-21-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,093] INFO [Partition -uve-topic-21-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-4 (kafka.cluster.Partition) [2026-06-08 05:55:28,093] INFO [Partition -uve-topic-21-4 broker=2] Log loaded for partition -uve-topic-21-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,102] INFO [LogLoader partition=-uve-topic-22-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,103] INFO Created log for partition -uve-topic-22-4 in /tmp/kafka-logs/-uve-topic-22-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,103] INFO [Partition -uve-topic-22-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-4 (kafka.cluster.Partition) [2026-06-08 05:55:28,103] INFO [Partition -uve-topic-22-4 broker=2] Log loaded for partition -uve-topic-22-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,124] INFO [LogLoader partition=-uve-topic-19-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,124] INFO Created log for partition -uve-topic-19-5 in /tmp/kafka-logs/-uve-topic-19-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,124] INFO [Partition -uve-topic-19-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-5 (kafka.cluster.Partition) [2026-06-08 05:55:28,124] INFO [Partition -uve-topic-19-5 broker=2] Log loaded for partition -uve-topic-19-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,134] INFO [LogLoader partition=-uve-topic-27-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,134] INFO Created log for partition -uve-topic-27-4 in /tmp/kafka-logs/-uve-topic-27-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,134] INFO [Partition -uve-topic-27-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-4 (kafka.cluster.Partition) [2026-06-08 05:55:28,134] INFO [Partition -uve-topic-27-4 broker=2] Log loaded for partition -uve-topic-27-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,144] INFO [LogLoader partition=-uve-topic-14-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,144] INFO Created log for partition -uve-topic-14-6 in /tmp/kafka-logs/-uve-topic-14-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,144] INFO [Partition -uve-topic-14-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-6 (kafka.cluster.Partition) [2026-06-08 05:55:28,144] INFO [Partition -uve-topic-14-6 broker=2] Log loaded for partition -uve-topic-14-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,157] INFO [LogLoader partition=-uve-topic-28-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,157] INFO Created log for partition -uve-topic-28-4 in /tmp/kafka-logs/-uve-topic-28-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,157] INFO [Partition -uve-topic-28-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-4 (kafka.cluster.Partition) [2026-06-08 05:55:28,157] INFO [Partition -uve-topic-28-4 broker=2] Log loaded for partition -uve-topic-28-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,167] INFO [LogLoader partition=-uve-topic-15-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,167] INFO Created log for partition -uve-topic-15-6 in /tmp/kafka-logs/-uve-topic-15-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,167] INFO [Partition -uve-topic-15-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-6 (kafka.cluster.Partition) [2026-06-08 05:55:28,167] INFO [Partition -uve-topic-15-6 broker=2] Log loaded for partition -uve-topic-15-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,176] INFO [LogLoader partition=-uve-topic-29-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,176] INFO Created log for partition -uve-topic-29-4 in /tmp/kafka-logs/-uve-topic-29-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,176] INFO [Partition -uve-topic-29-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-4 (kafka.cluster.Partition) [2026-06-08 05:55:28,176] INFO [Partition -uve-topic-29-4 broker=2] Log loaded for partition -uve-topic-29-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,186] INFO [LogLoader partition=-uve-topic-16-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,186] INFO Created log for partition -uve-topic-16-6 in /tmp/kafka-logs/-uve-topic-16-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,186] INFO [Partition -uve-topic-16-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-6 (kafka.cluster.Partition) [2026-06-08 05:55:28,186] INFO [Partition -uve-topic-16-6 broker=2] Log loaded for partition -uve-topic-16-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,195] INFO [LogLoader partition=-uve-topic-17-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,196] INFO Created log for partition -uve-topic-17-6 in /tmp/kafka-logs/-uve-topic-17-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,196] INFO [Partition -uve-topic-17-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-6 (kafka.cluster.Partition) [2026-06-08 05:55:28,196] INFO [Partition -uve-topic-17-6 broker=2] Log loaded for partition -uve-topic-17-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,205] INFO [LogLoader partition=-uve-topic-23-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,205] INFO Created log for partition -uve-topic-23-4 in /tmp/kafka-logs/-uve-topic-23-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,206] INFO [Partition -uve-topic-23-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-4 (kafka.cluster.Partition) [2026-06-08 05:55:28,206] INFO [Partition -uve-topic-23-4 broker=2] Log loaded for partition -uve-topic-23-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,217] INFO [LogLoader partition=-uve-topic-10-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,218] INFO Created log for partition -uve-topic-10-6 in /tmp/kafka-logs/-uve-topic-10-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,218] INFO [Partition -uve-topic-10-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-6 (kafka.cluster.Partition) [2026-06-08 05:55:28,218] INFO [Partition -uve-topic-10-6 broker=2] Log loaded for partition -uve-topic-10-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,229] INFO [LogLoader partition=-uve-topic-24-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,229] INFO Created log for partition -uve-topic-24-4 in /tmp/kafka-logs/-uve-topic-24-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,229] INFO [Partition -uve-topic-24-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-4 (kafka.cluster.Partition) [2026-06-08 05:55:28,229] INFO [Partition -uve-topic-24-4 broker=2] Log loaded for partition -uve-topic-24-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,238] INFO [LogLoader partition=-uve-topic-11-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,238] INFO Created log for partition -uve-topic-11-6 in /tmp/kafka-logs/-uve-topic-11-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,238] INFO [Partition -uve-topic-11-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-6 (kafka.cluster.Partition) [2026-06-08 05:55:28,238] INFO [Partition -uve-topic-11-6 broker=2] Log loaded for partition -uve-topic-11-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,249] INFO [LogLoader partition=-uve-topic-25-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,249] INFO Created log for partition -uve-topic-25-4 in /tmp/kafka-logs/-uve-topic-25-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,250] INFO [Partition -uve-topic-25-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-4 (kafka.cluster.Partition) [2026-06-08 05:55:28,250] INFO [Partition -uve-topic-25-4 broker=2] Log loaded for partition -uve-topic-25-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,261] INFO [LogLoader partition=-uve-topic-12-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,261] INFO Created log for partition -uve-topic-12-6 in /tmp/kafka-logs/-uve-topic-12-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,262] INFO [Partition -uve-topic-12-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-6 (kafka.cluster.Partition) [2026-06-08 05:55:28,262] INFO [Partition -uve-topic-12-6 broker=2] Log loaded for partition -uve-topic-12-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,272] INFO [LogLoader partition=-uve-topic-26-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,273] INFO Created log for partition -uve-topic-26-4 in /tmp/kafka-logs/-uve-topic-26-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,273] INFO [Partition -uve-topic-26-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-4 (kafka.cluster.Partition) [2026-06-08 05:55:28,273] INFO [Partition -uve-topic-26-4 broker=2] Log loaded for partition -uve-topic-26-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,283] INFO [LogLoader partition=-uve-topic-13-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,283] INFO Created log for partition -uve-topic-13-6 in /tmp/kafka-logs/-uve-topic-13-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,283] INFO [Partition -uve-topic-13-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-6 (kafka.cluster.Partition) [2026-06-08 05:55:28,283] INFO [Partition -uve-topic-13-6 broker=2] Log loaded for partition -uve-topic-13-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,293] INFO [LogLoader partition=-uve-topic-20-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,293] INFO Created log for partition -uve-topic-20-3 in /tmp/kafka-logs/-uve-topic-20-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,293] INFO [Partition -uve-topic-20-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,293] INFO [Partition -uve-topic-20-3 broker=2] Log loaded for partition -uve-topic-20-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,303] INFO [LogLoader partition=-uve-topic-21-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,303] INFO Created log for partition -uve-topic-21-3 in /tmp/kafka-logs/-uve-topic-21-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,303] INFO [Partition -uve-topic-21-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,303] INFO [Partition -uve-topic-21-3 broker=2] Log loaded for partition -uve-topic-21-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,314] INFO [LogLoader partition=-uve-topic-22-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,315] INFO Created log for partition -uve-topic-22-3 in /tmp/kafka-logs/-uve-topic-22-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,315] INFO [Partition -uve-topic-22-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,315] INFO [Partition -uve-topic-22-3 broker=2] Log loaded for partition -uve-topic-22-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,323] INFO [LogLoader partition=-uve-topic-23-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,324] INFO Created log for partition -uve-topic-23-3 in /tmp/kafka-logs/-uve-topic-23-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,324] INFO [Partition -uve-topic-23-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,324] INFO [Partition -uve-topic-23-3 broker=2] Log loaded for partition -uve-topic-23-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,334] INFO [LogLoader partition=-uve-topic-10-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,334] INFO Created log for partition -uve-topic-10-5 in /tmp/kafka-logs/-uve-topic-10-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,334] INFO [Partition -uve-topic-10-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-5 (kafka.cluster.Partition) [2026-06-08 05:55:28,335] INFO [Partition -uve-topic-10-5 broker=2] Log loaded for partition -uve-topic-10-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,344] INFO [LogLoader partition=-uve-topic-28-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,344] INFO Created log for partition -uve-topic-28-3 in /tmp/kafka-logs/-uve-topic-28-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,344] INFO [Partition -uve-topic-28-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,344] INFO [Partition -uve-topic-28-3 broker=2] Log loaded for partition -uve-topic-28-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,352] INFO [LogLoader partition=-uve-topic-15-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,353] INFO Created log for partition -uve-topic-15-5 in /tmp/kafka-logs/-uve-topic-15-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,353] INFO [Partition -uve-topic-15-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-5 (kafka.cluster.Partition) [2026-06-08 05:55:28,353] INFO [Partition -uve-topic-15-5 broker=2] Log loaded for partition -uve-topic-15-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,362] INFO [LogLoader partition=-uve-topic-29-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,362] INFO Created log for partition -uve-topic-29-3 in /tmp/kafka-logs/-uve-topic-29-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,362] INFO [Partition -uve-topic-29-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,362] INFO [Partition -uve-topic-29-3 broker=2] Log loaded for partition -uve-topic-29-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,371] INFO [LogLoader partition=-uve-topic-16-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,372] INFO Created log for partition -uve-topic-16-5 in /tmp/kafka-logs/-uve-topic-16-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,372] INFO [Partition -uve-topic-16-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-5 (kafka.cluster.Partition) [2026-06-08 05:55:28,372] INFO [Partition -uve-topic-16-5 broker=2] Log loaded for partition -uve-topic-16-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,382] INFO [LogLoader partition=-uve-topic-17-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,382] INFO Created log for partition -uve-topic-17-5 in /tmp/kafka-logs/-uve-topic-17-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,382] INFO [Partition -uve-topic-17-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-5 (kafka.cluster.Partition) [2026-06-08 05:55:28,382] INFO [Partition -uve-topic-17-5 broker=2] Log loaded for partition -uve-topic-17-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,395] INFO [LogLoader partition=-uve-topic-18-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,395] INFO Created log for partition -uve-topic-18-5 in /tmp/kafka-logs/-uve-topic-18-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,395] INFO [Partition -uve-topic-18-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-5 (kafka.cluster.Partition) [2026-06-08 05:55:28,395] INFO [Partition -uve-topic-18-5 broker=2] Log loaded for partition -uve-topic-18-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,405] INFO [LogLoader partition=-uve-topic-24-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,405] INFO Created log for partition -uve-topic-24-3 in /tmp/kafka-logs/-uve-topic-24-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,405] INFO [Partition -uve-topic-24-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,405] INFO [Partition -uve-topic-24-3 broker=2] Log loaded for partition -uve-topic-24-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,415] INFO [LogLoader partition=-uve-topic-11-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,415] INFO Created log for partition -uve-topic-11-5 in /tmp/kafka-logs/-uve-topic-11-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,415] INFO [Partition -uve-topic-11-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-5 (kafka.cluster.Partition) [2026-06-08 05:55:28,415] INFO [Partition -uve-topic-11-5 broker=2] Log loaded for partition -uve-topic-11-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,428] INFO [LogLoader partition=-uve-topic-25-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,429] INFO Created log for partition -uve-topic-25-3 in /tmp/kafka-logs/-uve-topic-25-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,429] INFO [Partition -uve-topic-25-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,429] INFO [Partition -uve-topic-25-3 broker=2] Log loaded for partition -uve-topic-25-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,437] INFO [LogLoader partition=-uve-topic-12-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,437] INFO Created log for partition -uve-topic-12-5 in /tmp/kafka-logs/-uve-topic-12-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,438] INFO [Partition -uve-topic-12-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-5 (kafka.cluster.Partition) [2026-06-08 05:55:28,438] INFO [Partition -uve-topic-12-5 broker=2] Log loaded for partition -uve-topic-12-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,445] INFO [LogLoader partition=-uve-topic-26-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,445] INFO Created log for partition -uve-topic-26-3 in /tmp/kafka-logs/-uve-topic-26-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,445] INFO [Partition -uve-topic-26-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,445] INFO [Partition -uve-topic-26-3 broker=2] Log loaded for partition -uve-topic-26-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,455] INFO [LogLoader partition=-uve-topic-13-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,455] INFO Created log for partition -uve-topic-13-5 in /tmp/kafka-logs/-uve-topic-13-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,455] INFO [Partition -uve-topic-13-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-5 (kafka.cluster.Partition) [2026-06-08 05:55:28,455] INFO [Partition -uve-topic-13-5 broker=2] Log loaded for partition -uve-topic-13-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,465] INFO [LogLoader partition=-uve-topic-27-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,465] INFO Created log for partition -uve-topic-27-3 in /tmp/kafka-logs/-uve-topic-27-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,465] INFO [Partition -uve-topic-27-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-3 (kafka.cluster.Partition) [2026-06-08 05:55:28,465] INFO [Partition -uve-topic-27-3 broker=2] Log loaded for partition -uve-topic-27-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,478] INFO [LogLoader partition=-uve-topic-14-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,478] INFO Created log for partition -uve-topic-14-5 in /tmp/kafka-logs/-uve-topic-14-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,478] INFO [Partition -uve-topic-14-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-5 (kafka.cluster.Partition) [2026-06-08 05:55:28,479] INFO [Partition -uve-topic-14-5 broker=2] Log loaded for partition -uve-topic-14-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,489] INFO [LogLoader partition=-uve-topic-20-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,490] INFO Created log for partition -uve-topic-20-21 in /tmp/kafka-logs/-uve-topic-20-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,490] INFO [Partition -uve-topic-20-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-21 (kafka.cluster.Partition) [2026-06-08 05:55:28,490] INFO [Partition -uve-topic-20-21 broker=2] Log loaded for partition -uve-topic-20-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,504] INFO [LogLoader partition=-uve-topic-21-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,504] INFO Created log for partition -uve-topic-21-21 in /tmp/kafka-logs/-uve-topic-21-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,504] INFO [Partition -uve-topic-21-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-21 (kafka.cluster.Partition) [2026-06-08 05:55:28,504] INFO [Partition -uve-topic-21-21 broker=2] Log loaded for partition -uve-topic-21-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,513] INFO [LogLoader partition=-uve-topic-18-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,514] INFO Created log for partition -uve-topic-18-22 in /tmp/kafka-logs/-uve-topic-18-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,514] INFO [Partition -uve-topic-18-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-22 (kafka.cluster.Partition) [2026-06-08 05:55:28,514] INFO [Partition -uve-topic-18-22 broker=2] Log loaded for partition -uve-topic-18-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,523] INFO [LogLoader partition=-uve-topic-19-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,524] INFO Created log for partition -uve-topic-19-22 in /tmp/kafka-logs/-uve-topic-19-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,524] INFO [Partition -uve-topic-19-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-22 (kafka.cluster.Partition) [2026-06-08 05:55:28,524] INFO [Partition -uve-topic-19-22 broker=2] Log loaded for partition -uve-topic-19-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,537] INFO [LogLoader partition=-uve-topic-26-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,538] INFO Created log for partition -uve-topic-26-21 in /tmp/kafka-logs/-uve-topic-26-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,538] INFO [Partition -uve-topic-26-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-21 (kafka.cluster.Partition) [2026-06-08 05:55:28,538] INFO [Partition -uve-topic-26-21 broker=2] Log loaded for partition -uve-topic-26-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,550] INFO [LogLoader partition=-uve-topic-13-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,551] INFO Created log for partition -uve-topic-13-23 in /tmp/kafka-logs/-uve-topic-13-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,551] INFO [Partition -uve-topic-13-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-23 (kafka.cluster.Partition) [2026-06-08 05:55:28,551] INFO [Partition -uve-topic-13-23 broker=2] Log loaded for partition -uve-topic-13-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,564] INFO [LogLoader partition=-uve-topic-27-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,565] INFO Created log for partition -uve-topic-27-21 in /tmp/kafka-logs/-uve-topic-27-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,565] INFO [Partition -uve-topic-27-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-21 (kafka.cluster.Partition) [2026-06-08 05:55:28,565] INFO [Partition -uve-topic-27-21 broker=2] Log loaded for partition -uve-topic-27-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,574] INFO [LogLoader partition=-uve-topic-14-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,574] INFO Created log for partition -uve-topic-14-23 in /tmp/kafka-logs/-uve-topic-14-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,575] INFO [Partition -uve-topic-14-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-23 (kafka.cluster.Partition) [2026-06-08 05:55:28,575] INFO [Partition -uve-topic-14-23 broker=2] Log loaded for partition -uve-topic-14-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,582] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,584] INFO [LogLoader partition=-uve-topic-28-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,584] INFO Created log for partition -uve-topic-28-21 in /tmp/kafka-logs/-uve-topic-28-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,584] INFO [Partition -uve-topic-28-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-21 (kafka.cluster.Partition) [2026-06-08 05:55:28,584] INFO [Partition -uve-topic-28-21 broker=2] Log loaded for partition -uve-topic-28-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,597] INFO [LogLoader partition=-uve-topic-15-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,597] INFO Created log for partition -uve-topic-15-23 in /tmp/kafka-logs/-uve-topic-15-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,597] INFO [Partition -uve-topic-15-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-23 (kafka.cluster.Partition) [2026-06-08 05:55:28,597] INFO [Partition -uve-topic-15-23 broker=2] Log loaded for partition -uve-topic-15-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,608] INFO [LogLoader partition=-uve-topic-29-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,609] INFO Created log for partition -uve-topic-29-21 in /tmp/kafka-logs/-uve-topic-29-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,609] INFO [Partition -uve-topic-29-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-21 (kafka.cluster.Partition) [2026-06-08 05:55:28,609] INFO [Partition -uve-topic-29-21 broker=2] Log loaded for partition -uve-topic-29-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,621] INFO [LogLoader partition=-uve-topic-16-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,622] INFO Created log for partition -uve-topic-16-23 in /tmp/kafka-logs/-uve-topic-16-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,622] INFO [Partition -uve-topic-16-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-23 (kafka.cluster.Partition) [2026-06-08 05:55:28,623] INFO [Partition -uve-topic-16-23 broker=2] Log loaded for partition -uve-topic-16-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,631] INFO [LogLoader partition=-uve-topic-22-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,631] INFO Created log for partition -uve-topic-22-21 in /tmp/kafka-logs/-uve-topic-22-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,632] INFO [Partition -uve-topic-22-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-21 (kafka.cluster.Partition) [2026-06-08 05:55:28,632] INFO [Partition -uve-topic-22-21 broker=2] Log loaded for partition -uve-topic-22-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,642] INFO [LogLoader partition=-uve-topic-23-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,643] INFO Created log for partition -uve-topic-23-21 in /tmp/kafka-logs/-uve-topic-23-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,643] INFO [Partition -uve-topic-23-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-21 (kafka.cluster.Partition) [2026-06-08 05:55:28,643] INFO [Partition -uve-topic-23-21 broker=2] Log loaded for partition -uve-topic-23-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,651] INFO [LogLoader partition=-uve-topic-10-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,652] INFO Created log for partition -uve-topic-10-23 in /tmp/kafka-logs/-uve-topic-10-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,652] INFO [Partition -uve-topic-10-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-23 (kafka.cluster.Partition) [2026-06-08 05:55:28,652] INFO [Partition -uve-topic-10-23 broker=2] Log loaded for partition -uve-topic-10-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,661] INFO [LogLoader partition=-uve-topic-24-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,662] INFO Created log for partition -uve-topic-24-21 in /tmp/kafka-logs/-uve-topic-24-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,662] INFO [Partition -uve-topic-24-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-21 (kafka.cluster.Partition) [2026-06-08 05:55:28,662] INFO [Partition -uve-topic-24-21 broker=2] Log loaded for partition -uve-topic-24-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,671] INFO [LogLoader partition=-uve-topic-11-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,671] INFO Created log for partition -uve-topic-11-23 in /tmp/kafka-logs/-uve-topic-11-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,671] INFO [Partition -uve-topic-11-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-23 (kafka.cluster.Partition) [2026-06-08 05:55:28,671] INFO [Partition -uve-topic-11-23 broker=2] Log loaded for partition -uve-topic-11-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,681] INFO [LogLoader partition=-uve-topic-25-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,681] INFO Created log for partition -uve-topic-25-21 in /tmp/kafka-logs/-uve-topic-25-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,681] INFO [Partition -uve-topic-25-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-21 (kafka.cluster.Partition) [2026-06-08 05:55:28,684] INFO [Partition -uve-topic-25-21 broker=2] Log loaded for partition -uve-topic-25-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,693] INFO [LogLoader partition=-uve-topic-12-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,693] INFO Created log for partition -uve-topic-12-23 in /tmp/kafka-logs/-uve-topic-12-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,693] INFO [Partition -uve-topic-12-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-23 (kafka.cluster.Partition) [2026-06-08 05:55:28,694] INFO [Partition -uve-topic-12-23 broker=2] Log loaded for partition -uve-topic-12-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,709] INFO [LogLoader partition=-uve-topic-20-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,710] INFO Created log for partition -uve-topic-20-20 in /tmp/kafka-logs/-uve-topic-20-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,710] INFO [Partition -uve-topic-20-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-20 (kafka.cluster.Partition) [2026-06-08 05:55:28,710] INFO [Partition -uve-topic-20-20 broker=2] Log loaded for partition -uve-topic-20-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,720] INFO [LogLoader partition=-uve-topic-21-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,720] INFO Created log for partition -uve-topic-21-20 in /tmp/kafka-logs/-uve-topic-21-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,720] INFO [Partition -uve-topic-21-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-20 (kafka.cluster.Partition) [2026-06-08 05:55:28,720] INFO [Partition -uve-topic-21-20 broker=2] Log loaded for partition -uve-topic-21-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,730] INFO [LogLoader partition=-uve-topic-22-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,731] INFO Created log for partition -uve-topic-22-20 in /tmp/kafka-logs/-uve-topic-22-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,731] INFO [Partition -uve-topic-22-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-20 (kafka.cluster.Partition) [2026-06-08 05:55:28,731] INFO [Partition -uve-topic-22-20 broker=2] Log loaded for partition -uve-topic-22-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,741] INFO [LogLoader partition=-uve-topic-19-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,741] INFO Created log for partition -uve-topic-19-21 in /tmp/kafka-logs/-uve-topic-19-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,742] INFO [Partition -uve-topic-19-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-21 (kafka.cluster.Partition) [2026-06-08 05:55:28,742] INFO [Partition -uve-topic-19-21 broker=2] Log loaded for partition -uve-topic-19-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,751] INFO [LogLoader partition=-uve-topic-27-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,752] INFO Created log for partition -uve-topic-27-20 in /tmp/kafka-logs/-uve-topic-27-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,752] INFO [Partition -uve-topic-27-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-20 (kafka.cluster.Partition) [2026-06-08 05:55:28,752] INFO [Partition -uve-topic-27-20 broker=2] Log loaded for partition -uve-topic-27-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,763] INFO [LogLoader partition=-uve-topic-14-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,764] INFO Created log for partition -uve-topic-14-22 in /tmp/kafka-logs/-uve-topic-14-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,764] INFO [Partition -uve-topic-14-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-22 (kafka.cluster.Partition) [2026-06-08 05:55:28,764] INFO [Partition -uve-topic-14-22 broker=2] Log loaded for partition -uve-topic-14-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,773] INFO [LogLoader partition=-uve-topic-28-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,773] INFO Created log for partition -uve-topic-28-20 in /tmp/kafka-logs/-uve-topic-28-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,773] INFO [Partition -uve-topic-28-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-20 (kafka.cluster.Partition) [2026-06-08 05:55:28,774] INFO [Partition -uve-topic-28-20 broker=2] Log loaded for partition -uve-topic-28-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO [LogLoader partition=-uve-topic-15-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,783] INFO Created log for partition -uve-topic-15-22 in /tmp/kafka-logs/-uve-topic-15-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,784] INFO [Partition -uve-topic-15-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-22 (kafka.cluster.Partition) [2026-06-08 05:55:28,784] INFO [Partition -uve-topic-15-22 broker=2] Log loaded for partition -uve-topic-15-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,792] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,794] INFO [LogLoader partition=-uve-topic-29-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,795] INFO Created log for partition -uve-topic-29-20 in /tmp/kafka-logs/-uve-topic-29-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,795] INFO [Partition -uve-topic-29-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-20 (kafka.cluster.Partition) [2026-06-08 05:55:28,795] INFO [Partition -uve-topic-29-20 broker=2] Log loaded for partition -uve-topic-29-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,807] INFO [LogLoader partition=-uve-topic-16-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,808] INFO Created log for partition -uve-topic-16-22 in /tmp/kafka-logs/-uve-topic-16-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,808] INFO [Partition -uve-topic-16-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-22 (kafka.cluster.Partition) [2026-06-08 05:55:28,808] INFO [Partition -uve-topic-16-22 broker=2] Log loaded for partition -uve-topic-16-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,814] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:28,816] INFO [LogLoader partition=-uve-topic-17-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,817] INFO Created log for partition -uve-topic-17-22 in /tmp/kafka-logs/-uve-topic-17-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,817] INFO [Partition -uve-topic-17-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-22 (kafka.cluster.Partition) [2026-06-08 05:55:28,817] INFO [Partition -uve-topic-17-22 broker=2] Log loaded for partition -uve-topic-17-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,826] INFO [LogLoader partition=-uve-topic-23-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,826] INFO Created log for partition -uve-topic-23-20 in /tmp/kafka-logs/-uve-topic-23-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,826] INFO [Partition -uve-topic-23-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-20 (kafka.cluster.Partition) [2026-06-08 05:55:28,826] INFO [Partition -uve-topic-23-20 broker=2] Log loaded for partition -uve-topic-23-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,835] INFO [LogLoader partition=-uve-topic-10-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,836] INFO Created log for partition -uve-topic-10-22 in /tmp/kafka-logs/-uve-topic-10-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,836] INFO [Partition -uve-topic-10-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-22 (kafka.cluster.Partition) [2026-06-08 05:55:28,836] INFO [Partition -uve-topic-10-22 broker=2] Log loaded for partition -uve-topic-10-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,850] INFO [LogLoader partition=-uve-topic-24-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,850] INFO Created log for partition -uve-topic-24-20 in /tmp/kafka-logs/-uve-topic-24-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,850] INFO [Partition -uve-topic-24-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-20 (kafka.cluster.Partition) [2026-06-08 05:55:28,850] INFO [Partition -uve-topic-24-20 broker=2] Log loaded for partition -uve-topic-24-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,863] INFO [LogLoader partition=-uve-topic-11-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,864] INFO Created log for partition -uve-topic-11-22 in /tmp/kafka-logs/-uve-topic-11-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,864] INFO [Partition -uve-topic-11-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-22 (kafka.cluster.Partition) [2026-06-08 05:55:28,864] INFO [Partition -uve-topic-11-22 broker=2] Log loaded for partition -uve-topic-11-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,876] INFO [LogLoader partition=-uve-topic-25-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,876] INFO Created log for partition -uve-topic-25-20 in /tmp/kafka-logs/-uve-topic-25-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,876] INFO [Partition -uve-topic-25-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-20 (kafka.cluster.Partition) [2026-06-08 05:55:28,876] INFO [Partition -uve-topic-25-20 broker=2] Log loaded for partition -uve-topic-25-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,885] INFO [LogLoader partition=-uve-topic-12-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,886] INFO Created log for partition -uve-topic-12-22 in /tmp/kafka-logs/-uve-topic-12-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,886] INFO [Partition -uve-topic-12-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-22 (kafka.cluster.Partition) [2026-06-08 05:55:28,886] INFO [Partition -uve-topic-12-22 broker=2] Log loaded for partition -uve-topic-12-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,895] INFO [LogLoader partition=-uve-topic-26-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,895] INFO Created log for partition -uve-topic-26-20 in /tmp/kafka-logs/-uve-topic-26-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,895] INFO [Partition -uve-topic-26-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-20 (kafka.cluster.Partition) [2026-06-08 05:55:28,895] INFO [Partition -uve-topic-26-20 broker=2] Log loaded for partition -uve-topic-26-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,904] INFO [LogLoader partition=-uve-topic-13-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,905] INFO Created log for partition -uve-topic-13-22 in /tmp/kafka-logs/-uve-topic-13-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,905] INFO [Partition -uve-topic-13-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-22 (kafka.cluster.Partition) [2026-06-08 05:55:28,905] INFO [Partition -uve-topic-13-22 broker=2] Log loaded for partition -uve-topic-13-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,919] INFO [LogLoader partition=-uve-topic-29-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,920] INFO Created log for partition -uve-topic-29-22 in /tmp/kafka-logs/-uve-topic-29-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,920] INFO [Partition -uve-topic-29-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-22 (kafka.cluster.Partition) [2026-06-08 05:55:28,920] INFO [Partition -uve-topic-29-22 broker=2] Log loaded for partition -uve-topic-29-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,929] INFO [LogLoader partition=-uve-topic-16-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,930] INFO Created log for partition -uve-topic-16-24 in /tmp/kafka-logs/-uve-topic-16-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,930] INFO [Partition -uve-topic-16-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-24 (kafka.cluster.Partition) [2026-06-08 05:55:28,930] INFO [Partition -uve-topic-16-24 broker=2] Log loaded for partition -uve-topic-16-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,939] INFO [LogLoader partition=-uve-topic-17-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,939] INFO Created log for partition -uve-topic-17-24 in /tmp/kafka-logs/-uve-topic-17-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,939] INFO [Partition -uve-topic-17-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-24 (kafka.cluster.Partition) [2026-06-08 05:55:28,939] INFO [Partition -uve-topic-17-24 broker=2] Log loaded for partition -uve-topic-17-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,948] INFO [LogLoader partition=-uve-topic-18-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,949] INFO Created log for partition -uve-topic-18-24 in /tmp/kafka-logs/-uve-topic-18-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,949] INFO [Partition -uve-topic-18-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-24 (kafka.cluster.Partition) [2026-06-08 05:55:28,949] INFO [Partition -uve-topic-18-24 broker=2] Log loaded for partition -uve-topic-18-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,959] INFO [LogLoader partition=-uve-topic-19-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,960] INFO Created log for partition -uve-topic-19-24 in /tmp/kafka-logs/-uve-topic-19-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,960] INFO [Partition -uve-topic-19-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-24 (kafka.cluster.Partition) [2026-06-08 05:55:28,960] INFO [Partition -uve-topic-19-24 broker=2] Log loaded for partition -uve-topic-19-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,979] INFO [LogLoader partition=-uve-topic-24-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,980] INFO Created log for partition -uve-topic-24-23 in /tmp/kafka-logs/-uve-topic-24-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,980] INFO [Partition -uve-topic-24-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-23 (kafka.cluster.Partition) [2026-06-08 05:55:28,980] INFO [Partition -uve-topic-24-23 broker=2] Log loaded for partition -uve-topic-24-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:28,996] INFO [LogLoader partition=-uve-topic-11-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:28,997] INFO Created log for partition -uve-topic-11-25 in /tmp/kafka-logs/-uve-topic-11-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:28,997] INFO [Partition -uve-topic-11-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-25 (kafka.cluster.Partition) [2026-06-08 05:55:28,998] INFO [Partition -uve-topic-11-25 broker=2] Log loaded for partition -uve-topic-11-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,007] INFO [LogLoader partition=-uve-topic-25-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,008] INFO Created log for partition -uve-topic-25-23 in /tmp/kafka-logs/-uve-topic-25-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,008] INFO [Partition -uve-topic-25-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,008] INFO [Partition -uve-topic-25-23 broker=2] Log loaded for partition -uve-topic-25-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,019] INFO [LogLoader partition=-uve-topic-12-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,019] INFO Created log for partition -uve-topic-12-25 in /tmp/kafka-logs/-uve-topic-12-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,019] INFO [Partition -uve-topic-12-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,019] INFO [Partition -uve-topic-12-25 broker=2] Log loaded for partition -uve-topic-12-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,030] INFO [LogLoader partition=-uve-topic-26-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,030] INFO Created log for partition -uve-topic-26-23 in /tmp/kafka-logs/-uve-topic-26-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,030] INFO [Partition -uve-topic-26-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,030] INFO [Partition -uve-topic-26-23 broker=2] Log loaded for partition -uve-topic-26-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,050] INFO [LogLoader partition=-uve-topic-13-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,051] INFO Created log for partition -uve-topic-13-25 in /tmp/kafka-logs/-uve-topic-13-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,051] INFO [Partition -uve-topic-13-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,051] INFO [Partition -uve-topic-13-25 broker=2] Log loaded for partition -uve-topic-13-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,061] INFO [LogLoader partition=-uve-topic-27-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,062] INFO Created log for partition -uve-topic-27-23 in /tmp/kafka-logs/-uve-topic-27-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,062] INFO [Partition -uve-topic-27-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,062] INFO [Partition -uve-topic-27-23 broker=2] Log loaded for partition -uve-topic-27-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,070] INFO [LogLoader partition=-uve-topic-14-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,071] INFO Created log for partition -uve-topic-14-25 in /tmp/kafka-logs/-uve-topic-14-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,071] INFO [Partition -uve-topic-14-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,071] INFO [Partition -uve-topic-14-25 broker=2] Log loaded for partition -uve-topic-14-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,078] INFO [LogLoader partition=-uve-topic-20-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,079] INFO Created log for partition -uve-topic-20-23 in /tmp/kafka-logs/-uve-topic-20-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,079] INFO [Partition -uve-topic-20-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,079] INFO [Partition -uve-topic-20-23 broker=2] Log loaded for partition -uve-topic-20-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,089] INFO [LogLoader partition=-uve-topic-21-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,090] INFO Created log for partition -uve-topic-21-23 in /tmp/kafka-logs/-uve-topic-21-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,090] INFO [Partition -uve-topic-21-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,090] INFO [Partition -uve-topic-21-23 broker=2] Log loaded for partition -uve-topic-21-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,100] INFO [LogLoader partition=-uve-topic-22-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,100] INFO Created log for partition -uve-topic-22-23 in /tmp/kafka-logs/-uve-topic-22-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,100] INFO [Partition -uve-topic-22-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,101] INFO [Partition -uve-topic-22-23 broker=2] Log loaded for partition -uve-topic-22-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,109] INFO [LogLoader partition=-uve-topic-23-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,110] INFO Created log for partition -uve-topic-23-23 in /tmp/kafka-logs/-uve-topic-23-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,110] INFO [Partition -uve-topic-23-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,110] INFO [Partition -uve-topic-23-23 broker=2] Log loaded for partition -uve-topic-23-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,119] INFO [LogLoader partition=-uve-topic-10-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,119] INFO Created log for partition -uve-topic-10-25 in /tmp/kafka-logs/-uve-topic-10-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,119] INFO [Partition -uve-topic-10-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,119] INFO [Partition -uve-topic-10-25 broker=2] Log loaded for partition -uve-topic-10-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,130] INFO [LogLoader partition=-uve-topic-20-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,130] INFO Created log for partition -uve-topic-20-22 in /tmp/kafka-logs/-uve-topic-20-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,130] INFO [Partition -uve-topic-20-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-22 (kafka.cluster.Partition) [2026-06-08 05:55:29,130] INFO [Partition -uve-topic-20-22 broker=2] Log loaded for partition -uve-topic-20-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,140] INFO [LogLoader partition=-uve-topic-17-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,141] INFO Created log for partition -uve-topic-17-23 in /tmp/kafka-logs/-uve-topic-17-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,141] INFO [Partition -uve-topic-17-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,141] INFO [Partition -uve-topic-17-23 broker=2] Log loaded for partition -uve-topic-17-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,151] INFO [LogLoader partition=-uve-topic-18-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,151] INFO Created log for partition -uve-topic-18-23 in /tmp/kafka-logs/-uve-topic-18-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,151] INFO [Partition -uve-topic-18-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,151] INFO [Partition -uve-topic-18-23 broker=2] Log loaded for partition -uve-topic-18-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,161] INFO [LogLoader partition=-uve-topic-19-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,162] INFO Created log for partition -uve-topic-19-23 in /tmp/kafka-logs/-uve-topic-19-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,162] INFO [Partition -uve-topic-19-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,162] INFO [Partition -uve-topic-19-23 broker=2] Log loaded for partition -uve-topic-19-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,172] INFO [LogLoader partition=-uve-topic-25-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,172] INFO Created log for partition -uve-topic-25-22 in /tmp/kafka-logs/-uve-topic-25-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,172] INFO [Partition -uve-topic-25-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-22 (kafka.cluster.Partition) [2026-06-08 05:55:29,172] INFO [Partition -uve-topic-25-22 broker=2] Log loaded for partition -uve-topic-25-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,182] INFO [LogLoader partition=-uve-topic-12-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,183] INFO Created log for partition -uve-topic-12-24 in /tmp/kafka-logs/-uve-topic-12-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,183] INFO [Partition -uve-topic-12-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,183] INFO [Partition -uve-topic-12-24 broker=2] Log loaded for partition -uve-topic-12-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,193] INFO [LogLoader partition=-uve-topic-26-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,193] INFO Created log for partition -uve-topic-26-22 in /tmp/kafka-logs/-uve-topic-26-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,193] INFO [Partition -uve-topic-26-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-22 (kafka.cluster.Partition) [2026-06-08 05:55:29,193] INFO [Partition -uve-topic-26-22 broker=2] Log loaded for partition -uve-topic-26-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,203] INFO [LogLoader partition=-uve-topic-13-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,204] INFO Created log for partition -uve-topic-13-24 in /tmp/kafka-logs/-uve-topic-13-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,204] INFO [Partition -uve-topic-13-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,204] INFO [Partition -uve-topic-13-24 broker=2] Log loaded for partition -uve-topic-13-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,223] INFO [LogLoader partition=-uve-topic-27-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,224] INFO Created log for partition -uve-topic-27-22 in /tmp/kafka-logs/-uve-topic-27-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,224] INFO [Partition -uve-topic-27-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-22 (kafka.cluster.Partition) [2026-06-08 05:55:29,224] INFO [Partition -uve-topic-27-22 broker=2] Log loaded for partition -uve-topic-27-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,235] INFO [LogLoader partition=-uve-topic-14-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,235] INFO Created log for partition -uve-topic-14-24 in /tmp/kafka-logs/-uve-topic-14-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,235] INFO [Partition -uve-topic-14-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,235] INFO [Partition -uve-topic-14-24 broker=2] Log loaded for partition -uve-topic-14-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,249] INFO [LogLoader partition=-uve-topic-28-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,250] INFO Created log for partition -uve-topic-28-22 in /tmp/kafka-logs/-uve-topic-28-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,250] INFO [Partition -uve-topic-28-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-22 (kafka.cluster.Partition) [2026-06-08 05:55:29,250] INFO [Partition -uve-topic-28-22 broker=2] Log loaded for partition -uve-topic-28-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,262] INFO [LogLoader partition=-uve-topic-15-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,262] INFO Created log for partition -uve-topic-15-24 in /tmp/kafka-logs/-uve-topic-15-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,262] INFO [Partition -uve-topic-15-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,262] INFO [Partition -uve-topic-15-24 broker=2] Log loaded for partition -uve-topic-15-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,273] INFO [LogLoader partition=-uve-topic-21-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,273] INFO Created log for partition -uve-topic-21-22 in /tmp/kafka-logs/-uve-topic-21-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,273] INFO [Partition -uve-topic-21-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-22 (kafka.cluster.Partition) [2026-06-08 05:55:29,274] INFO [Partition -uve-topic-21-22 broker=2] Log loaded for partition -uve-topic-21-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,289] INFO [LogLoader partition=-uve-topic-22-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,290] INFO Created log for partition -uve-topic-22-22 in /tmp/kafka-logs/-uve-topic-22-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,290] INFO [Partition -uve-topic-22-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-22 (kafka.cluster.Partition) [2026-06-08 05:55:29,293] INFO [Partition -uve-topic-22-22 broker=2] Log loaded for partition -uve-topic-22-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,307] INFO [LogLoader partition=-uve-topic-23-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,308] INFO Created log for partition -uve-topic-23-22 in /tmp/kafka-logs/-uve-topic-23-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,308] INFO [Partition -uve-topic-23-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-22 (kafka.cluster.Partition) [2026-06-08 05:55:29,308] INFO [Partition -uve-topic-23-22 broker=2] Log loaded for partition -uve-topic-23-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,317] INFO [LogLoader partition=-uve-topic-10-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,317] INFO Created log for partition -uve-topic-10-24 in /tmp/kafka-logs/-uve-topic-10-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,317] INFO [Partition -uve-topic-10-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,317] INFO [Partition -uve-topic-10-24 broker=2] Log loaded for partition -uve-topic-10-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,334] INFO [LogLoader partition=-uve-topic-24-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,334] INFO Created log for partition -uve-topic-24-22 in /tmp/kafka-logs/-uve-topic-24-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,334] INFO [Partition -uve-topic-24-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-22 (kafka.cluster.Partition) [2026-06-08 05:55:29,334] INFO [Partition -uve-topic-24-22 broker=2] Log loaded for partition -uve-topic-24-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,347] INFO [LogLoader partition=-uve-topic-11-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,347] INFO Created log for partition -uve-topic-11-24 in /tmp/kafka-logs/-uve-topic-11-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,348] INFO [Partition -uve-topic-11-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,348] INFO [Partition -uve-topic-11-24 broker=2] Log loaded for partition -uve-topic-11-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,356] INFO [LogLoader partition=-uve-topic-18-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,356] INFO Created log for partition -uve-topic-18-26 in /tmp/kafka-logs/-uve-topic-18-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,357] INFO [Partition -uve-topic-18-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,357] INFO [Partition -uve-topic-18-26 broker=2] Log loaded for partition -uve-topic-18-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,367] INFO [LogLoader partition=-uve-topic-19-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,367] INFO Created log for partition -uve-topic-19-26 in /tmp/kafka-logs/-uve-topic-19-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,367] INFO [Partition -uve-topic-19-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,368] INFO [Partition -uve-topic-19-26 broker=2] Log loaded for partition -uve-topic-19-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,378] INFO [LogLoader partition=-uve-topic-27-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,378] INFO Created log for partition -uve-topic-27-24 in /tmp/kafka-logs/-uve-topic-27-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,378] INFO [Partition -uve-topic-27-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,379] INFO [Partition -uve-topic-27-24 broker=2] Log loaded for partition -uve-topic-27-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,398] INFO [LogLoader partition=-uve-topic-14-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,398] INFO Created log for partition -uve-topic-14-26 in /tmp/kafka-logs/-uve-topic-14-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,398] INFO [Partition -uve-topic-14-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,398] INFO [Partition -uve-topic-14-26 broker=2] Log loaded for partition -uve-topic-14-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,409] INFO [LogLoader partition=-uve-topic-28-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,409] INFO Created log for partition -uve-topic-28-24 in /tmp/kafka-logs/-uve-topic-28-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,409] INFO [Partition -uve-topic-28-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,410] INFO [Partition -uve-topic-28-24 broker=2] Log loaded for partition -uve-topic-28-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,424] INFO [LogLoader partition=-uve-topic-15-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,425] INFO Created log for partition -uve-topic-15-26 in /tmp/kafka-logs/-uve-topic-15-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,425] INFO [Partition -uve-topic-15-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,425] INFO [Partition -uve-topic-15-26 broker=2] Log loaded for partition -uve-topic-15-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,435] INFO [LogLoader partition=-uve-topic-29-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,436] INFO Created log for partition -uve-topic-29-24 in /tmp/kafka-logs/-uve-topic-29-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,436] INFO [Partition -uve-topic-29-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,436] INFO [Partition -uve-topic-29-24 broker=2] Log loaded for partition -uve-topic-29-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,447] INFO [LogLoader partition=-uve-topic-16-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,447] INFO Created log for partition -uve-topic-16-26 in /tmp/kafka-logs/-uve-topic-16-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,448] INFO [Partition -uve-topic-16-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,448] INFO [Partition -uve-topic-16-26 broker=2] Log loaded for partition -uve-topic-16-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,458] INFO [LogLoader partition=-uve-topic-17-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,459] INFO Created log for partition -uve-topic-17-26 in /tmp/kafka-logs/-uve-topic-17-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,459] INFO [Partition -uve-topic-17-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,459] INFO [Partition -uve-topic-17-26 broker=2] Log loaded for partition -uve-topic-17-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,474] INFO [LogLoader partition=-uve-topic-22-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,474] INFO Created log for partition -uve-topic-22-25 in /tmp/kafka-logs/-uve-topic-22-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,475] INFO [Partition -uve-topic-22-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,475] INFO [Partition -uve-topic-22-25 broker=2] Log loaded for partition -uve-topic-22-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,494] INFO [LogLoader partition=-uve-topic-23-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,494] INFO Created log for partition -uve-topic-23-25 in /tmp/kafka-logs/-uve-topic-23-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,494] INFO [Partition -uve-topic-23-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,495] INFO [Partition -uve-topic-23-25 broker=2] Log loaded for partition -uve-topic-23-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,511] INFO [LogLoader partition=-uve-topic-10-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,512] INFO Created log for partition -uve-topic-10-27 in /tmp/kafka-logs/-uve-topic-10-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,512] INFO [Partition -uve-topic-10-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-27 (kafka.cluster.Partition) [2026-06-08 05:55:29,513] INFO [Partition -uve-topic-10-27 broker=2] Log loaded for partition -uve-topic-10-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,524] INFO [LogLoader partition=-uve-topic-24-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,525] INFO Created log for partition -uve-topic-24-25 in /tmp/kafka-logs/-uve-topic-24-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,525] INFO [Partition -uve-topic-24-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,525] INFO [Partition -uve-topic-24-25 broker=2] Log loaded for partition -uve-topic-24-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,556] INFO [LogLoader partition=-uve-topic-11-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,556] INFO Created log for partition -uve-topic-11-27 in /tmp/kafka-logs/-uve-topic-11-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,556] INFO [Partition -uve-topic-11-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-27 (kafka.cluster.Partition) [2026-06-08 05:55:29,556] INFO [Partition -uve-topic-11-27 broker=2] Log loaded for partition -uve-topic-11-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,567] INFO [LogLoader partition=-uve-topic-25-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,568] INFO Created log for partition -uve-topic-25-25 in /tmp/kafka-logs/-uve-topic-25-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,568] INFO [Partition -uve-topic-25-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,568] INFO [Partition -uve-topic-25-25 broker=2] Log loaded for partition -uve-topic-25-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,579] INFO [LogLoader partition=-uve-topic-12-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,579] INFO Created log for partition -uve-topic-12-27 in /tmp/kafka-logs/-uve-topic-12-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,580] INFO [Partition -uve-topic-12-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-27 (kafka.cluster.Partition) [2026-06-08 05:55:29,580] INFO [Partition -uve-topic-12-27 broker=2] Log loaded for partition -uve-topic-12-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,582] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,589] INFO [LogLoader partition=-uve-topic-20-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,590] INFO Created log for partition -uve-topic-20-25 in /tmp/kafka-logs/-uve-topic-20-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,590] INFO [Partition -uve-topic-20-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,591] INFO [Partition -uve-topic-20-25 broker=2] Log loaded for partition -uve-topic-20-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,601] INFO [LogLoader partition=-uve-topic-21-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,601] INFO Created log for partition -uve-topic-21-25 in /tmp/kafka-logs/-uve-topic-21-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,601] INFO [Partition -uve-topic-21-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,601] INFO [Partition -uve-topic-21-25 broker=2] Log loaded for partition -uve-topic-21-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,612] INFO [LogLoader partition=-uve-topic-19-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,612] INFO Created log for partition -uve-topic-19-25 in /tmp/kafka-logs/-uve-topic-19-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,613] INFO [Partition -uve-topic-19-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,613] INFO [Partition -uve-topic-19-25 broker=2] Log loaded for partition -uve-topic-19-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,631] INFO [LogLoader partition=-uve-topic-28-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,631] INFO Created log for partition -uve-topic-28-23 in /tmp/kafka-logs/-uve-topic-28-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,631] INFO [Partition -uve-topic-28-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,632] INFO [Partition -uve-topic-28-23 broker=2] Log loaded for partition -uve-topic-28-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,642] INFO [LogLoader partition=-uve-topic-15-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,642] INFO Created log for partition -uve-topic-15-25 in /tmp/kafka-logs/-uve-topic-15-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,643] INFO [Partition -uve-topic-15-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,643] INFO [Partition -uve-topic-15-25 broker=2] Log loaded for partition -uve-topic-15-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,654] INFO [LogLoader partition=-uve-topic-29-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,654] INFO Created log for partition -uve-topic-29-23 in /tmp/kafka-logs/-uve-topic-29-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,654] INFO [Partition -uve-topic-29-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-23 (kafka.cluster.Partition) [2026-06-08 05:55:29,655] INFO [Partition -uve-topic-29-23 broker=2] Log loaded for partition -uve-topic-29-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,668] INFO [LogLoader partition=-uve-topic-16-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,669] INFO Created log for partition -uve-topic-16-25 in /tmp/kafka-logs/-uve-topic-16-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,669] INFO [Partition -uve-topic-16-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,670] INFO [Partition -uve-topic-16-25 broker=2] Log loaded for partition -uve-topic-16-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,685] INFO [LogLoader partition=-uve-topic-17-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,685] INFO Created log for partition -uve-topic-17-25 in /tmp/kafka-logs/-uve-topic-17-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,685] INFO [Partition -uve-topic-17-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,686] INFO [Partition -uve-topic-17-25 broker=2] Log loaded for partition -uve-topic-17-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,696] INFO [LogLoader partition=-uve-topic-18-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,696] INFO Created log for partition -uve-topic-18-25 in /tmp/kafka-logs/-uve-topic-18-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,697] INFO [Partition -uve-topic-18-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-25 (kafka.cluster.Partition) [2026-06-08 05:55:29,697] INFO [Partition -uve-topic-18-25 broker=2] Log loaded for partition -uve-topic-18-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,707] INFO [LogLoader partition=-uve-topic-23-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,707] INFO Created log for partition -uve-topic-23-24 in /tmp/kafka-logs/-uve-topic-23-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,708] INFO [Partition -uve-topic-23-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,708] INFO [Partition -uve-topic-23-24 broker=2] Log loaded for partition -uve-topic-23-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,718] INFO [LogLoader partition=-uve-topic-10-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,718] INFO Created log for partition -uve-topic-10-26 in /tmp/kafka-logs/-uve-topic-10-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,718] INFO [Partition -uve-topic-10-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,718] INFO [Partition -uve-topic-10-26 broker=2] Log loaded for partition -uve-topic-10-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,742] INFO [LogLoader partition=-uve-topic-24-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,742] INFO Created log for partition -uve-topic-24-24 in /tmp/kafka-logs/-uve-topic-24-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,743] INFO [Partition -uve-topic-24-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,743] INFO [Partition -uve-topic-24-24 broker=2] Log loaded for partition -uve-topic-24-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,753] INFO [LogLoader partition=-uve-topic-11-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,754] INFO Created log for partition -uve-topic-11-26 in /tmp/kafka-logs/-uve-topic-11-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,754] INFO [Partition -uve-topic-11-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,754] INFO [Partition -uve-topic-11-26 broker=2] Log loaded for partition -uve-topic-11-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,764] INFO [LogLoader partition=-uve-topic-25-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,765] INFO Created log for partition -uve-topic-25-24 in /tmp/kafka-logs/-uve-topic-25-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,765] INFO [Partition -uve-topic-25-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,765] INFO [Partition -uve-topic-25-24 broker=2] Log loaded for partition -uve-topic-25-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,776] INFO [LogLoader partition=-uve-topic-12-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,776] INFO Created log for partition -uve-topic-12-26 in /tmp/kafka-logs/-uve-topic-12-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,777] INFO [Partition -uve-topic-12-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,777] INFO [Partition -uve-topic-12-26 broker=2] Log loaded for partition -uve-topic-12-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,787] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,788] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,788] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,788] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,788] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,788] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,789] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,791] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,793] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,799] INFO [LogLoader partition=-uve-topic-26-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,800] INFO Created log for partition -uve-topic-26-24 in /tmp/kafka-logs/-uve-topic-26-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,800] INFO [Partition -uve-topic-26-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,801] INFO [Partition -uve-topic-26-24 broker=2] Log loaded for partition -uve-topic-26-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,826] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:29,835] INFO [LogLoader partition=-uve-topic-13-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,835] INFO Created log for partition -uve-topic-13-26 in /tmp/kafka-logs/-uve-topic-13-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,835] INFO [Partition -uve-topic-13-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,836] INFO [Partition -uve-topic-13-26 broker=2] Log loaded for partition -uve-topic-13-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,850] INFO [LogLoader partition=-uve-topic-20-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,850] INFO Created log for partition -uve-topic-20-24 in /tmp/kafka-logs/-uve-topic-20-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,850] INFO [Partition -uve-topic-20-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,850] INFO [Partition -uve-topic-20-24 broker=2] Log loaded for partition -uve-topic-20-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,860] INFO [LogLoader partition=-uve-topic-21-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,861] INFO Created log for partition -uve-topic-21-24 in /tmp/kafka-logs/-uve-topic-21-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,861] INFO [Partition -uve-topic-21-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,861] INFO [Partition -uve-topic-21-24 broker=2] Log loaded for partition -uve-topic-21-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,871] INFO [LogLoader partition=-uve-topic-22-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,872] INFO Created log for partition -uve-topic-22-24 in /tmp/kafka-logs/-uve-topic-22-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,872] INFO [Partition -uve-topic-22-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-24 (kafka.cluster.Partition) [2026-06-08 05:55:29,872] INFO [Partition -uve-topic-22-24 broker=2] Log loaded for partition -uve-topic-22-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,884] INFO [LogLoader partition=-uve-topic-29-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,885] INFO Created log for partition -uve-topic-29-26 in /tmp/kafka-logs/-uve-topic-29-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,885] INFO [Partition -uve-topic-29-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,885] INFO [Partition -uve-topic-29-26 broker=2] Log loaded for partition -uve-topic-29-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,895] INFO [LogLoader partition=-uve-topic-16-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,895] INFO Created log for partition -uve-topic-16-28 in /tmp/kafka-logs/-uve-topic-16-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,895] INFO [Partition -uve-topic-16-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-28 (kafka.cluster.Partition) [2026-06-08 05:55:29,895] INFO [Partition -uve-topic-16-28 broker=2] Log loaded for partition -uve-topic-16-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,907] INFO [LogLoader partition=-uve-topic-17-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,907] INFO Created log for partition -uve-topic-17-28 in /tmp/kafka-logs/-uve-topic-17-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,907] INFO [Partition -uve-topic-17-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-28 (kafka.cluster.Partition) [2026-06-08 05:55:29,907] INFO [Partition -uve-topic-17-28 broker=2] Log loaded for partition -uve-topic-17-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,917] INFO [LogLoader partition=-uve-topic-18-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,918] INFO Created log for partition -uve-topic-18-28 in /tmp/kafka-logs/-uve-topic-18-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,918] INFO [Partition -uve-topic-18-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-28 (kafka.cluster.Partition) [2026-06-08 05:55:29,918] INFO [Partition -uve-topic-18-28 broker=2] Log loaded for partition -uve-topic-18-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,929] INFO [LogLoader partition=-uve-topic-19-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,930] INFO Created log for partition -uve-topic-19-28 in /tmp/kafka-logs/-uve-topic-19-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,930] INFO [Partition -uve-topic-19-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-28 (kafka.cluster.Partition) [2026-06-08 05:55:29,930] INFO [Partition -uve-topic-19-28 broker=2] Log loaded for partition -uve-topic-19-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,943] INFO [LogLoader partition=-uve-topic-25-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,944] INFO Created log for partition -uve-topic-25-26 in /tmp/kafka-logs/-uve-topic-25-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,944] INFO [Partition -uve-topic-25-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,944] INFO [Partition -uve-topic-25-26 broker=2] Log loaded for partition -uve-topic-25-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,954] INFO [LogLoader partition=-uve-topic-12-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,954] INFO Created log for partition -uve-topic-12-28 in /tmp/kafka-logs/-uve-topic-12-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,954] INFO [Partition -uve-topic-12-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-28 (kafka.cluster.Partition) [2026-06-08 05:55:29,954] INFO [Partition -uve-topic-12-28 broker=2] Log loaded for partition -uve-topic-12-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,963] INFO [LogLoader partition=-uve-topic-26-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,964] INFO Created log for partition -uve-topic-26-26 in /tmp/kafka-logs/-uve-topic-26-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,964] INFO [Partition -uve-topic-26-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,964] INFO [Partition -uve-topic-26-26 broker=2] Log loaded for partition -uve-topic-26-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,975] INFO [LogLoader partition=-uve-topic-13-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,976] INFO Created log for partition -uve-topic-13-28 in /tmp/kafka-logs/-uve-topic-13-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,976] INFO [Partition -uve-topic-13-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-28 (kafka.cluster.Partition) [2026-06-08 05:55:29,976] INFO [Partition -uve-topic-13-28 broker=2] Log loaded for partition -uve-topic-13-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,987] INFO [LogLoader partition=-uve-topic-27-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:29,988] INFO Created log for partition -uve-topic-27-26 in /tmp/kafka-logs/-uve-topic-27-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:29,988] INFO [Partition -uve-topic-27-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-26 (kafka.cluster.Partition) [2026-06-08 05:55:29,988] INFO [Partition -uve-topic-27-26 broker=2] Log loaded for partition -uve-topic-27-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:29,999] INFO [LogLoader partition=-uve-topic-14-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,000] INFO Created log for partition -uve-topic-14-28 in /tmp/kafka-logs/-uve-topic-14-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,000] INFO [Partition -uve-topic-14-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-28 (kafka.cluster.Partition) [2026-06-08 05:55:30,000] INFO [Partition -uve-topic-14-28 broker=2] Log loaded for partition -uve-topic-14-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,018] INFO [LogLoader partition=-uve-topic-28-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,019] INFO Created log for partition -uve-topic-28-26 in /tmp/kafka-logs/-uve-topic-28-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,019] INFO [Partition -uve-topic-28-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-26 (kafka.cluster.Partition) [2026-06-08 05:55:30,019] INFO [Partition -uve-topic-28-26 broker=2] Log loaded for partition -uve-topic-28-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,030] INFO [LogLoader partition=-uve-topic-15-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,030] INFO Created log for partition -uve-topic-15-28 in /tmp/kafka-logs/-uve-topic-15-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,030] INFO [Partition -uve-topic-15-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-28 (kafka.cluster.Partition) [2026-06-08 05:55:30,030] INFO [Partition -uve-topic-15-28 broker=2] Log loaded for partition -uve-topic-15-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,041] INFO [LogLoader partition=-uve-topic-20-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,041] INFO Created log for partition -uve-topic-20-27 in /tmp/kafka-logs/-uve-topic-20-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,041] INFO [Partition -uve-topic-20-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-27 (kafka.cluster.Partition) [2026-06-08 05:55:30,041] INFO [Partition -uve-topic-20-27 broker=2] Log loaded for partition -uve-topic-20-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,052] INFO [LogLoader partition=-uve-topic-21-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,052] INFO Created log for partition -uve-topic-21-27 in /tmp/kafka-logs/-uve-topic-21-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,053] INFO [Partition -uve-topic-21-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-27 (kafka.cluster.Partition) [2026-06-08 05:55:30,053] INFO [Partition -uve-topic-21-27 broker=2] Log loaded for partition -uve-topic-21-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,063] INFO [LogLoader partition=-uve-topic-22-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,063] INFO Created log for partition -uve-topic-22-27 in /tmp/kafka-logs/-uve-topic-22-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,063] INFO [Partition -uve-topic-22-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-27 (kafka.cluster.Partition) [2026-06-08 05:55:30,063] INFO [Partition -uve-topic-22-27 broker=2] Log loaded for partition -uve-topic-22-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,075] INFO [LogLoader partition=-uve-topic-23-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,075] INFO Created log for partition -uve-topic-23-27 in /tmp/kafka-logs/-uve-topic-23-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,075] INFO [Partition -uve-topic-23-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-27 (kafka.cluster.Partition) [2026-06-08 05:55:30,075] INFO [Partition -uve-topic-23-27 broker=2] Log loaded for partition -uve-topic-23-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,086] INFO [LogLoader partition=-uve-topic-10-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,086] INFO Created log for partition -uve-topic-10-29 in /tmp/kafka-logs/-uve-topic-10-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,086] INFO [Partition -uve-topic-10-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-29 (kafka.cluster.Partition) [2026-06-08 05:55:30,086] INFO [Partition -uve-topic-10-29 broker=2] Log loaded for partition -uve-topic-10-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,096] INFO [LogLoader partition=-uve-topic-17-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,096] INFO Created log for partition -uve-topic-17-27 in /tmp/kafka-logs/-uve-topic-17-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,096] INFO [Partition -uve-topic-17-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-27 (kafka.cluster.Partition) [2026-06-08 05:55:30,096] INFO [Partition -uve-topic-17-27 broker=2] Log loaded for partition -uve-topic-17-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,108] INFO [LogLoader partition=-uve-topic-18-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,109] INFO Created log for partition -uve-topic-18-27 in /tmp/kafka-logs/-uve-topic-18-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,109] INFO [Partition -uve-topic-18-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-27 (kafka.cluster.Partition) [2026-06-08 05:55:30,109] INFO [Partition -uve-topic-18-27 broker=2] Log loaded for partition -uve-topic-18-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,119] INFO [LogLoader partition=-uve-topic-19-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,119] INFO Created log for partition -uve-topic-19-27 in /tmp/kafka-logs/-uve-topic-19-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,119] INFO [Partition -uve-topic-19-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-27 (kafka.cluster.Partition) [2026-06-08 05:55:30,119] INFO [Partition -uve-topic-19-27 broker=2] Log loaded for partition -uve-topic-19-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,130] INFO [LogLoader partition=-uve-topic-26-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,130] INFO Created log for partition -uve-topic-26-25 in /tmp/kafka-logs/-uve-topic-26-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,130] INFO [Partition -uve-topic-26-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-25 (kafka.cluster.Partition) [2026-06-08 05:55:30,131] INFO [Partition -uve-topic-26-25 broker=2] Log loaded for partition -uve-topic-26-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,143] INFO [LogLoader partition=-uve-topic-13-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,143] INFO Created log for partition -uve-topic-13-27 in /tmp/kafka-logs/-uve-topic-13-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,143] INFO [Partition -uve-topic-13-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-27 (kafka.cluster.Partition) [2026-06-08 05:55:30,144] INFO [Partition -uve-topic-13-27 broker=2] Log loaded for partition -uve-topic-13-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,154] INFO [LogLoader partition=-uve-topic-27-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,154] INFO Created log for partition -uve-topic-27-25 in /tmp/kafka-logs/-uve-topic-27-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,154] INFO [Partition -uve-topic-27-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-25 (kafka.cluster.Partition) [2026-06-08 05:55:30,155] INFO [Partition -uve-topic-27-25 broker=2] Log loaded for partition -uve-topic-27-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,180] INFO [LogLoader partition=-uve-topic-14-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,180] INFO Created log for partition -uve-topic-14-27 in /tmp/kafka-logs/-uve-topic-14-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,180] INFO [Partition -uve-topic-14-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-27 (kafka.cluster.Partition) [2026-06-08 05:55:30,180] INFO [Partition -uve-topic-14-27 broker=2] Log loaded for partition -uve-topic-14-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,192] INFO [LogLoader partition=-uve-topic-28-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,193] INFO Created log for partition -uve-topic-28-25 in /tmp/kafka-logs/-uve-topic-28-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,193] INFO [Partition -uve-topic-28-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-25 (kafka.cluster.Partition) [2026-06-08 05:55:30,193] INFO [Partition -uve-topic-28-25 broker=2] Log loaded for partition -uve-topic-28-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,205] INFO [LogLoader partition=-uve-topic-15-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,205] INFO Created log for partition -uve-topic-15-27 in /tmp/kafka-logs/-uve-topic-15-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,205] INFO [Partition -uve-topic-15-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-27 (kafka.cluster.Partition) [2026-06-08 05:55:30,205] INFO [Partition -uve-topic-15-27 broker=2] Log loaded for partition -uve-topic-15-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,215] INFO [LogLoader partition=-uve-topic-29-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,216] INFO Created log for partition -uve-topic-29-25 in /tmp/kafka-logs/-uve-topic-29-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,216] INFO [Partition -uve-topic-29-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-25 (kafka.cluster.Partition) [2026-06-08 05:55:30,216] INFO [Partition -uve-topic-29-25 broker=2] Log loaded for partition -uve-topic-29-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,227] INFO [LogLoader partition=-uve-topic-16-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,227] INFO Created log for partition -uve-topic-16-27 in /tmp/kafka-logs/-uve-topic-16-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,227] INFO [Partition -uve-topic-16-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-27 (kafka.cluster.Partition) [2026-06-08 05:55:30,227] INFO [Partition -uve-topic-16-27 broker=2] Log loaded for partition -uve-topic-16-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,237] INFO [LogLoader partition=-uve-topic-21-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,237] INFO Created log for partition -uve-topic-21-26 in /tmp/kafka-logs/-uve-topic-21-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,237] INFO [Partition -uve-topic-21-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-26 (kafka.cluster.Partition) [2026-06-08 05:55:30,237] INFO [Partition -uve-topic-21-26 broker=2] Log loaded for partition -uve-topic-21-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,250] INFO [LogLoader partition=-uve-topic-22-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,250] INFO Created log for partition -uve-topic-22-26 in /tmp/kafka-logs/-uve-topic-22-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,250] INFO [Partition -uve-topic-22-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-26 (kafka.cluster.Partition) [2026-06-08 05:55:30,250] INFO [Partition -uve-topic-22-26 broker=2] Log loaded for partition -uve-topic-22-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,266] INFO [LogLoader partition=-uve-topic-23-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,266] INFO Created log for partition -uve-topic-23-26 in /tmp/kafka-logs/-uve-topic-23-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,266] INFO [Partition -uve-topic-23-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-26 (kafka.cluster.Partition) [2026-06-08 05:55:30,266] INFO [Partition -uve-topic-23-26 broker=2] Log loaded for partition -uve-topic-23-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,276] INFO [LogLoader partition=-uve-topic-10-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,277] INFO Created log for partition -uve-topic-10-28 in /tmp/kafka-logs/-uve-topic-10-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,277] INFO [Partition -uve-topic-10-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-28 (kafka.cluster.Partition) [2026-06-08 05:55:30,277] INFO [Partition -uve-topic-10-28 broker=2] Log loaded for partition -uve-topic-10-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,285] INFO [LogLoader partition=-uve-topic-24-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,285] INFO Created log for partition -uve-topic-24-26 in /tmp/kafka-logs/-uve-topic-24-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,285] INFO [Partition -uve-topic-24-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-26 (kafka.cluster.Partition) [2026-06-08 05:55:30,285] INFO [Partition -uve-topic-24-26 broker=2] Log loaded for partition -uve-topic-24-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,295] INFO [LogLoader partition=-uve-topic-11-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,296] INFO Created log for partition -uve-topic-11-28 in /tmp/kafka-logs/-uve-topic-11-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,296] INFO [Partition -uve-topic-11-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-28 (kafka.cluster.Partition) [2026-06-08 05:55:30,296] INFO [Partition -uve-topic-11-28 broker=2] Log loaded for partition -uve-topic-11-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,311] INFO [LogLoader partition=-uve-topic-20-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,311] INFO Created log for partition -uve-topic-20-26 in /tmp/kafka-logs/-uve-topic-20-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,311] INFO [Partition -uve-topic-20-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-26 (kafka.cluster.Partition) [2026-06-08 05:55:30,311] INFO [Partition -uve-topic-20-26 broker=2] Log loaded for partition -uve-topic-20-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,323] INFO [LogLoader partition=-uve-topic-26-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,323] INFO Created log for partition -uve-topic-26-13 in /tmp/kafka-logs/-uve-topic-26-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,323] INFO [Partition -uve-topic-26-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-13 (kafka.cluster.Partition) [2026-06-08 05:55:30,323] INFO [Partition -uve-topic-26-13 broker=2] Log loaded for partition -uve-topic-26-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,334] INFO [LogLoader partition=-uve-topic-13-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,334] INFO Created log for partition -uve-topic-13-15 in /tmp/kafka-logs/-uve-topic-13-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,334] INFO [Partition -uve-topic-13-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,334] INFO [Partition -uve-topic-13-15 broker=2] Log loaded for partition -uve-topic-13-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,343] INFO [LogLoader partition=-uve-topic-27-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,344] INFO Created log for partition -uve-topic-27-13 in /tmp/kafka-logs/-uve-topic-27-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,344] INFO [Partition -uve-topic-27-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-13 (kafka.cluster.Partition) [2026-06-08 05:55:30,344] INFO [Partition -uve-topic-27-13 broker=2] Log loaded for partition -uve-topic-27-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,354] INFO [LogLoader partition=-uve-topic-14-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,354] INFO Created log for partition -uve-topic-14-15 in /tmp/kafka-logs/-uve-topic-14-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,354] INFO [Partition -uve-topic-14-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,354] INFO [Partition -uve-topic-14-15 broker=2] Log loaded for partition -uve-topic-14-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,364] INFO [LogLoader partition=-uve-topic-28-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,365] INFO Created log for partition -uve-topic-28-13 in /tmp/kafka-logs/-uve-topic-28-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,365] INFO [Partition -uve-topic-28-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-13 (kafka.cluster.Partition) [2026-06-08 05:55:30,365] INFO [Partition -uve-topic-28-13 broker=2] Log loaded for partition -uve-topic-28-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,386] INFO [LogLoader partition=-uve-topic-15-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,386] INFO Created log for partition -uve-topic-15-15 in /tmp/kafka-logs/-uve-topic-15-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,386] INFO [Partition -uve-topic-15-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,386] INFO [Partition -uve-topic-15-15 broker=2] Log loaded for partition -uve-topic-15-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,405] INFO [LogLoader partition=-uve-topic-29-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,406] INFO Created log for partition -uve-topic-29-13 in /tmp/kafka-logs/-uve-topic-29-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,406] INFO [Partition -uve-topic-29-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-13 (kafka.cluster.Partition) [2026-06-08 05:55:30,406] INFO [Partition -uve-topic-29-13 broker=2] Log loaded for partition -uve-topic-29-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,418] INFO [LogLoader partition=-uve-topic-16-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,419] INFO Created log for partition -uve-topic-16-15 in /tmp/kafka-logs/-uve-topic-16-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,419] INFO [Partition -uve-topic-16-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,419] INFO [Partition -uve-topic-16-15 broker=2] Log loaded for partition -uve-topic-16-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,429] INFO [LogLoader partition=-uve-topic-22-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,429] INFO Created log for partition -uve-topic-22-13 in /tmp/kafka-logs/-uve-topic-22-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,429] INFO [Partition -uve-topic-22-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-13 (kafka.cluster.Partition) [2026-06-08 05:55:30,429] INFO [Partition -uve-topic-22-13 broker=2] Log loaded for partition -uve-topic-22-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,444] INFO [LogLoader partition=-uve-topic-23-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,444] INFO Created log for partition -uve-topic-23-13 in /tmp/kafka-logs/-uve-topic-23-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,444] INFO [Partition -uve-topic-23-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-13 (kafka.cluster.Partition) [2026-06-08 05:55:30,444] INFO [Partition -uve-topic-23-13 broker=2] Log loaded for partition -uve-topic-23-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,454] INFO [LogLoader partition=-uve-topic-10-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,455] INFO Created log for partition -uve-topic-10-15 in /tmp/kafka-logs/-uve-topic-10-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,455] INFO [Partition -uve-topic-10-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,455] INFO [Partition -uve-topic-10-15 broker=2] Log loaded for partition -uve-topic-10-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,464] INFO [LogLoader partition=-uve-topic-24-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,464] INFO Created log for partition -uve-topic-24-13 in /tmp/kafka-logs/-uve-topic-24-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,464] INFO [Partition -uve-topic-24-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-13 (kafka.cluster.Partition) [2026-06-08 05:55:30,464] INFO [Partition -uve-topic-24-13 broker=2] Log loaded for partition -uve-topic-24-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,472] INFO [LogLoader partition=-uve-topic-11-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,473] INFO Created log for partition -uve-topic-11-15 in /tmp/kafka-logs/-uve-topic-11-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,473] INFO [Partition -uve-topic-11-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,473] INFO [Partition -uve-topic-11-15 broker=2] Log loaded for partition -uve-topic-11-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,488] INFO [LogLoader partition=-uve-topic-25-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,488] INFO Created log for partition -uve-topic-25-13 in /tmp/kafka-logs/-uve-topic-25-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,488] INFO [Partition -uve-topic-25-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-13 (kafka.cluster.Partition) [2026-06-08 05:55:30,488] INFO [Partition -uve-topic-25-13 broker=2] Log loaded for partition -uve-topic-25-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,504] INFO [LogLoader partition=-uve-topic-12-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,505] INFO Created log for partition -uve-topic-12-15 in /tmp/kafka-logs/-uve-topic-12-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,505] INFO [Partition -uve-topic-12-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,505] INFO [Partition -uve-topic-12-15 broker=2] Log loaded for partition -uve-topic-12-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,521] INFO [LogLoader partition=-uve-topic-20-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,522] INFO Created log for partition -uve-topic-20-14 in /tmp/kafka-logs/-uve-topic-20-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,522] INFO [Partition -uve-topic-20-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-14 (kafka.cluster.Partition) [2026-06-08 05:55:30,522] INFO [Partition -uve-topic-20-14 broker=2] Log loaded for partition -uve-topic-20-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,538] INFO [LogLoader partition=-uve-topic-17-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,538] INFO Created log for partition -uve-topic-17-15 in /tmp/kafka-logs/-uve-topic-17-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,538] INFO [Partition -uve-topic-17-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,538] INFO [Partition -uve-topic-17-15 broker=2] Log loaded for partition -uve-topic-17-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,548] INFO [LogLoader partition=-uve-topic-18-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,549] INFO Created log for partition -uve-topic-18-15 in /tmp/kafka-logs/-uve-topic-18-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,549] INFO [Partition -uve-topic-18-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,549] INFO [Partition -uve-topic-18-15 broker=2] Log loaded for partition -uve-topic-18-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,559] INFO [LogLoader partition=-uve-topic-19-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,559] INFO Created log for partition -uve-topic-19-15 in /tmp/kafka-logs/-uve-topic-19-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,559] INFO [Partition -uve-topic-19-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,560] INFO [Partition -uve-topic-19-15 broker=2] Log loaded for partition -uve-topic-19-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,571] INFO [LogLoader partition=-uve-topic-27-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,571] INFO Created log for partition -uve-topic-27-12 in /tmp/kafka-logs/-uve-topic-27-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,571] INFO [Partition -uve-topic-27-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-12 (kafka.cluster.Partition) [2026-06-08 05:55:30,571] INFO [Partition -uve-topic-27-12 broker=2] Log loaded for partition -uve-topic-27-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,580] INFO [LogLoader partition=-uve-topic-14-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,580] INFO Created log for partition -uve-topic-14-14 in /tmp/kafka-logs/-uve-topic-14-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,580] INFO [Partition -uve-topic-14-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-14 (kafka.cluster.Partition) [2026-06-08 05:55:30,580] INFO [Partition -uve-topic-14-14 broker=2] Log loaded for partition -uve-topic-14-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,582] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,589] INFO [LogLoader partition=-uve-topic-28-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,590] INFO Created log for partition -uve-topic-28-12 in /tmp/kafka-logs/-uve-topic-28-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,590] INFO [Partition -uve-topic-28-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-12 (kafka.cluster.Partition) [2026-06-08 05:55:30,590] INFO [Partition -uve-topic-28-12 broker=2] Log loaded for partition -uve-topic-28-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,599] INFO [LogLoader partition=-uve-topic-15-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,599] INFO Created log for partition -uve-topic-15-14 in /tmp/kafka-logs/-uve-topic-15-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,599] INFO [Partition -uve-topic-15-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-14 (kafka.cluster.Partition) [2026-06-08 05:55:30,599] INFO [Partition -uve-topic-15-14 broker=2] Log loaded for partition -uve-topic-15-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,608] INFO [LogLoader partition=-uve-topic-29-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,609] INFO Created log for partition -uve-topic-29-12 in /tmp/kafka-logs/-uve-topic-29-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,609] INFO [Partition -uve-topic-29-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-12 (kafka.cluster.Partition) [2026-06-08 05:55:30,609] INFO [Partition -uve-topic-29-12 broker=2] Log loaded for partition -uve-topic-29-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,618] INFO [LogLoader partition=-uve-topic-16-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,619] INFO Created log for partition -uve-topic-16-14 in /tmp/kafka-logs/-uve-topic-16-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,619] INFO [Partition -uve-topic-16-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-14 (kafka.cluster.Partition) [2026-06-08 05:55:30,619] INFO [Partition -uve-topic-16-14 broker=2] Log loaded for partition -uve-topic-16-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,629] INFO [LogLoader partition=-uve-topic-17-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,629] INFO Created log for partition -uve-topic-17-14 in /tmp/kafka-logs/-uve-topic-17-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,630] INFO [Partition -uve-topic-17-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-14 (kafka.cluster.Partition) [2026-06-08 05:55:30,630] INFO [Partition -uve-topic-17-14 broker=2] Log loaded for partition -uve-topic-17-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,637] INFO [LogLoader partition=-uve-topic-23-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,638] INFO Created log for partition -uve-topic-23-12 in /tmp/kafka-logs/-uve-topic-23-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,638] INFO [Partition -uve-topic-23-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-12 (kafka.cluster.Partition) [2026-06-08 05:55:30,638] INFO [Partition -uve-topic-23-12 broker=2] Log loaded for partition -uve-topic-23-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,648] INFO [LogLoader partition=-uve-topic-10-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,648] INFO Created log for partition -uve-topic-10-14 in /tmp/kafka-logs/-uve-topic-10-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,648] INFO [Partition -uve-topic-10-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-14 (kafka.cluster.Partition) [2026-06-08 05:55:30,649] INFO [Partition -uve-topic-10-14 broker=2] Log loaded for partition -uve-topic-10-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,658] INFO [LogLoader partition=-uve-topic-24-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,659] INFO Created log for partition -uve-topic-24-12 in /tmp/kafka-logs/-uve-topic-24-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,659] INFO [Partition -uve-topic-24-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-12 (kafka.cluster.Partition) [2026-06-08 05:55:30,659] INFO [Partition -uve-topic-24-12 broker=2] Log loaded for partition -uve-topic-24-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,668] INFO [LogLoader partition=-uve-topic-11-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,669] INFO Created log for partition -uve-topic-11-14 in /tmp/kafka-logs/-uve-topic-11-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,669] INFO [Partition -uve-topic-11-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-14 (kafka.cluster.Partition) [2026-06-08 05:55:30,669] INFO [Partition -uve-topic-11-14 broker=2] Log loaded for partition -uve-topic-11-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,680] INFO [LogLoader partition=-uve-topic-25-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,681] INFO Created log for partition -uve-topic-25-12 in /tmp/kafka-logs/-uve-topic-25-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,681] INFO [Partition -uve-topic-25-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-12 (kafka.cluster.Partition) [2026-06-08 05:55:30,681] INFO [Partition -uve-topic-25-12 broker=2] Log loaded for partition -uve-topic-25-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,689] INFO [LogLoader partition=-uve-topic-12-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,689] INFO Created log for partition -uve-topic-12-14 in /tmp/kafka-logs/-uve-topic-12-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,689] INFO [Partition -uve-topic-12-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-14 (kafka.cluster.Partition) [2026-06-08 05:55:30,689] INFO [Partition -uve-topic-12-14 broker=2] Log loaded for partition -uve-topic-12-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,701] INFO [LogLoader partition=-uve-topic-26-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,701] INFO Created log for partition -uve-topic-26-12 in /tmp/kafka-logs/-uve-topic-26-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,701] INFO [Partition -uve-topic-26-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-12 (kafka.cluster.Partition) [2026-06-08 05:55:30,701] INFO [Partition -uve-topic-26-12 broker=2] Log loaded for partition -uve-topic-26-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,712] INFO [LogLoader partition=-uve-topic-13-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,713] INFO Created log for partition -uve-topic-13-14 in /tmp/kafka-logs/-uve-topic-13-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,713] INFO [Partition -uve-topic-13-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-14 (kafka.cluster.Partition) [2026-06-08 05:55:30,713] INFO [Partition -uve-topic-13-14 broker=2] Log loaded for partition -uve-topic-13-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,726] INFO [LogLoader partition=-uve-topic-20-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,727] INFO Created log for partition -uve-topic-20-13 in /tmp/kafka-logs/-uve-topic-20-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,727] INFO [Partition -uve-topic-20-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-13 (kafka.cluster.Partition) [2026-06-08 05:55:30,727] INFO [Partition -uve-topic-20-13 broker=2] Log loaded for partition -uve-topic-20-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,742] INFO [LogLoader partition=-uve-topic-21-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,743] INFO Created log for partition -uve-topic-21-13 in /tmp/kafka-logs/-uve-topic-21-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,743] INFO [Partition -uve-topic-21-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-13 (kafka.cluster.Partition) [2026-06-08 05:55:30,743] INFO [Partition -uve-topic-21-13 broker=2] Log loaded for partition -uve-topic-21-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,752] INFO [LogLoader partition=-uve-topic-18-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,752] INFO Created log for partition -uve-topic-18-14 in /tmp/kafka-logs/-uve-topic-18-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,752] INFO [Partition -uve-topic-18-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-14 (kafka.cluster.Partition) [2026-06-08 05:55:30,752] INFO [Partition -uve-topic-18-14 broker=2] Log loaded for partition -uve-topic-18-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,758] INFO [LogLoader partition=-uve-topic-19-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,759] INFO Created log for partition -uve-topic-19-14 in /tmp/kafka-logs/-uve-topic-19-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,759] INFO [Partition -uve-topic-19-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-14 (kafka.cluster.Partition) [2026-06-08 05:55:30,759] INFO [Partition -uve-topic-19-14 broker=2] Log loaded for partition -uve-topic-19-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,767] INFO [LogLoader partition=-uve-topic-24-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,767] INFO Created log for partition -uve-topic-24-15 in /tmp/kafka-logs/-uve-topic-24-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,767] INFO [Partition -uve-topic-24-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,767] INFO [Partition -uve-topic-24-15 broker=2] Log loaded for partition -uve-topic-24-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,775] INFO [LogLoader partition=-uve-topic-11-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,775] INFO Created log for partition -uve-topic-11-17 in /tmp/kafka-logs/-uve-topic-11-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,776] INFO [Partition -uve-topic-11-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-17 (kafka.cluster.Partition) [2026-06-08 05:55:30,776] INFO [Partition -uve-topic-11-17 broker=2] Log loaded for partition -uve-topic-11-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,785] INFO [LogLoader partition=-uve-topic-25-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,786] INFO Created log for partition -uve-topic-25-15 in /tmp/kafka-logs/-uve-topic-25-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,786] INFO [Partition -uve-topic-25-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,786] INFO [Partition -uve-topic-25-15 broker=2] Log loaded for partition -uve-topic-25-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,792] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,798] INFO [LogLoader partition=-uve-topic-12-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,798] INFO Created log for partition -uve-topic-12-17 in /tmp/kafka-logs/-uve-topic-12-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,798] INFO [Partition -uve-topic-12-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-17 (kafka.cluster.Partition) [2026-06-08 05:55:30,798] INFO [Partition -uve-topic-12-17 broker=2] Log loaded for partition -uve-topic-12-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,814] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:30,818] INFO [LogLoader partition=-uve-topic-26-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,818] INFO Created log for partition -uve-topic-26-15 in /tmp/kafka-logs/-uve-topic-26-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,818] INFO [Partition -uve-topic-26-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,818] INFO [Partition -uve-topic-26-15 broker=2] Log loaded for partition -uve-topic-26-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,831] INFO [LogLoader partition=-uve-topic-13-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,831] INFO Created log for partition -uve-topic-13-17 in /tmp/kafka-logs/-uve-topic-13-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,831] INFO [Partition -uve-topic-13-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-17 (kafka.cluster.Partition) [2026-06-08 05:55:30,831] INFO [Partition -uve-topic-13-17 broker=2] Log loaded for partition -uve-topic-13-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,850] INFO [LogLoader partition=-uve-topic-27-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,850] INFO Created log for partition -uve-topic-27-15 in /tmp/kafka-logs/-uve-topic-27-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,850] INFO [Partition -uve-topic-27-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,850] INFO [Partition -uve-topic-27-15 broker=2] Log loaded for partition -uve-topic-27-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,873] INFO [LogLoader partition=-uve-topic-14-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,873] INFO Created log for partition -uve-topic-14-17 in /tmp/kafka-logs/-uve-topic-14-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,873] INFO [Partition -uve-topic-14-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-17 (kafka.cluster.Partition) [2026-06-08 05:55:30,873] INFO [Partition -uve-topic-14-17 broker=2] Log loaded for partition -uve-topic-14-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,882] INFO [LogLoader partition=-uve-topic-20-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,883] INFO Created log for partition -uve-topic-20-15 in /tmp/kafka-logs/-uve-topic-20-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,883] INFO [Partition -uve-topic-20-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,883] INFO [Partition -uve-topic-20-15 broker=2] Log loaded for partition -uve-topic-20-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,890] INFO [LogLoader partition=-uve-topic-21-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,890] INFO Created log for partition -uve-topic-21-15 in /tmp/kafka-logs/-uve-topic-21-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,890] INFO [Partition -uve-topic-21-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,890] INFO [Partition -uve-topic-21-15 broker=2] Log loaded for partition -uve-topic-21-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,905] INFO [LogLoader partition=-uve-topic-22-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,905] INFO Created log for partition -uve-topic-22-15 in /tmp/kafka-logs/-uve-topic-22-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,906] INFO [Partition -uve-topic-22-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,906] INFO [Partition -uve-topic-22-15 broker=2] Log loaded for partition -uve-topic-22-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,916] INFO [LogLoader partition=-uve-topic-23-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,916] INFO Created log for partition -uve-topic-23-15 in /tmp/kafka-logs/-uve-topic-23-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,916] INFO [Partition -uve-topic-23-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,916] INFO [Partition -uve-topic-23-15 broker=2] Log loaded for partition -uve-topic-23-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,925] INFO [LogLoader partition=-uve-topic-10-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,925] INFO Created log for partition -uve-topic-10-17 in /tmp/kafka-logs/-uve-topic-10-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,925] INFO [Partition -uve-topic-10-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-17 (kafka.cluster.Partition) [2026-06-08 05:55:30,926] INFO [Partition -uve-topic-10-17 broker=2] Log loaded for partition -uve-topic-10-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,935] INFO [LogLoader partition=-uve-topic-19-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,936] INFO Created log for partition -uve-topic-19-17 in /tmp/kafka-logs/-uve-topic-19-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,936] INFO [Partition -uve-topic-19-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-17 (kafka.cluster.Partition) [2026-06-08 05:55:30,936] INFO [Partition -uve-topic-19-17 broker=2] Log loaded for partition -uve-topic-19-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,946] INFO [LogLoader partition=-uve-topic-28-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,946] INFO Created log for partition -uve-topic-28-15 in /tmp/kafka-logs/-uve-topic-28-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,946] INFO [Partition -uve-topic-28-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,946] INFO [Partition -uve-topic-28-15 broker=2] Log loaded for partition -uve-topic-28-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,956] INFO [LogLoader partition=-uve-topic-15-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,956] INFO Created log for partition -uve-topic-15-17 in /tmp/kafka-logs/-uve-topic-15-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,956] INFO [Partition -uve-topic-15-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-17 (kafka.cluster.Partition) [2026-06-08 05:55:30,956] INFO [Partition -uve-topic-15-17 broker=2] Log loaded for partition -uve-topic-15-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,967] INFO [LogLoader partition=-uve-topic-29-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,968] INFO Created log for partition -uve-topic-29-15 in /tmp/kafka-logs/-uve-topic-29-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,968] INFO [Partition -uve-topic-29-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-15 (kafka.cluster.Partition) [2026-06-08 05:55:30,968] INFO [Partition -uve-topic-29-15 broker=2] Log loaded for partition -uve-topic-29-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,975] INFO [LogLoader partition=-uve-topic-16-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,975] INFO Created log for partition -uve-topic-16-17 in /tmp/kafka-logs/-uve-topic-16-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,976] INFO [Partition -uve-topic-16-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-17 (kafka.cluster.Partition) [2026-06-08 05:55:30,976] INFO [Partition -uve-topic-16-17 broker=2] Log loaded for partition -uve-topic-16-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,988] INFO [LogLoader partition=-uve-topic-17-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,989] INFO Created log for partition -uve-topic-17-17 in /tmp/kafka-logs/-uve-topic-17-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,989] INFO [Partition -uve-topic-17-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-17 (kafka.cluster.Partition) [2026-06-08 05:55:30,989] INFO [Partition -uve-topic-17-17 broker=2] Log loaded for partition -uve-topic-17-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:30,998] INFO [LogLoader partition=-uve-topic-18-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:30,999] INFO Created log for partition -uve-topic-18-17 in /tmp/kafka-logs/-uve-topic-18-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:30,999] INFO [Partition -uve-topic-18-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-17 (kafka.cluster.Partition) [2026-06-08 05:55:30,999] INFO [Partition -uve-topic-18-17 broker=2] Log loaded for partition -uve-topic-18-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,008] INFO [LogLoader partition=-uve-topic-25-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,008] INFO Created log for partition -uve-topic-25-14 in /tmp/kafka-logs/-uve-topic-25-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,008] INFO [Partition -uve-topic-25-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-14 (kafka.cluster.Partition) [2026-06-08 05:55:31,008] INFO [Partition -uve-topic-25-14 broker=2] Log loaded for partition -uve-topic-25-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,018] INFO [LogLoader partition=-uve-topic-12-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,019] INFO Created log for partition -uve-topic-12-16 in /tmp/kafka-logs/-uve-topic-12-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,019] INFO [Partition -uve-topic-12-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,019] INFO [Partition -uve-topic-12-16 broker=2] Log loaded for partition -uve-topic-12-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,029] INFO [LogLoader partition=-uve-topic-26-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,029] INFO Created log for partition -uve-topic-26-14 in /tmp/kafka-logs/-uve-topic-26-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,029] INFO [Partition -uve-topic-26-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-14 (kafka.cluster.Partition) [2026-06-08 05:55:31,029] INFO [Partition -uve-topic-26-14 broker=2] Log loaded for partition -uve-topic-26-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,046] INFO [LogLoader partition=-uve-topic-13-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,046] INFO Created log for partition -uve-topic-13-16 in /tmp/kafka-logs/-uve-topic-13-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,046] INFO [Partition -uve-topic-13-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,046] INFO [Partition -uve-topic-13-16 broker=2] Log loaded for partition -uve-topic-13-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,056] INFO [LogLoader partition=-uve-topic-27-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,057] INFO Created log for partition -uve-topic-27-14 in /tmp/kafka-logs/-uve-topic-27-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,057] INFO [Partition -uve-topic-27-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-14 (kafka.cluster.Partition) [2026-06-08 05:55:31,057] INFO [Partition -uve-topic-27-14 broker=2] Log loaded for partition -uve-topic-27-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,067] INFO [LogLoader partition=-uve-topic-14-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,067] INFO Created log for partition -uve-topic-14-16 in /tmp/kafka-logs/-uve-topic-14-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,067] INFO [Partition -uve-topic-14-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,067] INFO [Partition -uve-topic-14-16 broker=2] Log loaded for partition -uve-topic-14-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,079] INFO [LogLoader partition=-uve-topic-28-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,079] INFO Created log for partition -uve-topic-28-14 in /tmp/kafka-logs/-uve-topic-28-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,079] INFO [Partition -uve-topic-28-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-14 (kafka.cluster.Partition) [2026-06-08 05:55:31,080] INFO [Partition -uve-topic-28-14 broker=2] Log loaded for partition -uve-topic-28-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,103] INFO [LogLoader partition=-uve-topic-15-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,104] INFO Created log for partition -uve-topic-15-16 in /tmp/kafka-logs/-uve-topic-15-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,104] INFO [Partition -uve-topic-15-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,104] INFO [Partition -uve-topic-15-16 broker=2] Log loaded for partition -uve-topic-15-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,115] INFO [LogLoader partition=-uve-topic-21-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,116] INFO Created log for partition -uve-topic-21-14 in /tmp/kafka-logs/-uve-topic-21-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,116] INFO [Partition -uve-topic-21-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-14 (kafka.cluster.Partition) [2026-06-08 05:55:31,116] INFO [Partition -uve-topic-21-14 broker=2] Log loaded for partition -uve-topic-21-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,127] INFO [LogLoader partition=-uve-topic-22-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,127] INFO Created log for partition -uve-topic-22-14 in /tmp/kafka-logs/-uve-topic-22-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,127] INFO [Partition -uve-topic-22-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-14 (kafka.cluster.Partition) [2026-06-08 05:55:31,127] INFO [Partition -uve-topic-22-14 broker=2] Log loaded for partition -uve-topic-22-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,135] INFO [LogLoader partition=-uve-topic-23-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,135] INFO Created log for partition -uve-topic-23-14 in /tmp/kafka-logs/-uve-topic-23-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,135] INFO [Partition -uve-topic-23-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-14 (kafka.cluster.Partition) [2026-06-08 05:55:31,135] INFO [Partition -uve-topic-23-14 broker=2] Log loaded for partition -uve-topic-23-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,143] INFO [LogLoader partition=-uve-topic-10-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,143] INFO Created log for partition -uve-topic-10-16 in /tmp/kafka-logs/-uve-topic-10-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,143] INFO [Partition -uve-topic-10-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,143] INFO [Partition -uve-topic-10-16 broker=2] Log loaded for partition -uve-topic-10-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,156] INFO [LogLoader partition=-uve-topic-24-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,156] INFO Created log for partition -uve-topic-24-14 in /tmp/kafka-logs/-uve-topic-24-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,156] INFO [Partition -uve-topic-24-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-14 (kafka.cluster.Partition) [2026-06-08 05:55:31,156] INFO [Partition -uve-topic-24-14 broker=2] Log loaded for partition -uve-topic-24-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,168] INFO [LogLoader partition=-uve-topic-11-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,169] INFO Created log for partition -uve-topic-11-16 in /tmp/kafka-logs/-uve-topic-11-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,169] INFO [Partition -uve-topic-11-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,169] INFO [Partition -uve-topic-11-16 broker=2] Log loaded for partition -uve-topic-11-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,181] INFO [LogLoader partition=-uve-topic-29-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,181] INFO Created log for partition -uve-topic-29-14 in /tmp/kafka-logs/-uve-topic-29-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,181] INFO [Partition -uve-topic-29-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-14 (kafka.cluster.Partition) [2026-06-08 05:55:31,181] INFO [Partition -uve-topic-29-14 broker=2] Log loaded for partition -uve-topic-29-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,193] INFO [LogLoader partition=-uve-topic-16-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,193] INFO Created log for partition -uve-topic-16-16 in /tmp/kafka-logs/-uve-topic-16-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,194] INFO [Partition -uve-topic-16-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,194] INFO [Partition -uve-topic-16-16 broker=2] Log loaded for partition -uve-topic-16-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,201] INFO [LogLoader partition=-uve-topic-17-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,201] INFO Created log for partition -uve-topic-17-16 in /tmp/kafka-logs/-uve-topic-17-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,201] INFO [Partition -uve-topic-17-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,201] INFO [Partition -uve-topic-17-16 broker=2] Log loaded for partition -uve-topic-17-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,211] INFO [LogLoader partition=-uve-topic-18-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,212] INFO Created log for partition -uve-topic-18-16 in /tmp/kafka-logs/-uve-topic-18-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,212] INFO [Partition -uve-topic-18-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,212] INFO [Partition -uve-topic-18-16 broker=2] Log loaded for partition -uve-topic-18-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,222] INFO [LogLoader partition=-uve-topic-19-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,223] INFO Created log for partition -uve-topic-19-16 in /tmp/kafka-logs/-uve-topic-19-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,223] INFO [Partition -uve-topic-19-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,223] INFO [Partition -uve-topic-19-16 broker=2] Log loaded for partition -uve-topic-19-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,237] INFO [LogLoader partition=-uve-topic-22-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,237] INFO Created log for partition -uve-topic-22-17 in /tmp/kafka-logs/-uve-topic-22-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,237] INFO [Partition -uve-topic-22-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-17 (kafka.cluster.Partition) [2026-06-08 05:55:31,237] INFO [Partition -uve-topic-22-17 broker=2] Log loaded for partition -uve-topic-22-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,247] INFO [LogLoader partition=-uve-topic-23-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,248] INFO Created log for partition -uve-topic-23-17 in /tmp/kafka-logs/-uve-topic-23-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,248] INFO [Partition -uve-topic-23-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-17 (kafka.cluster.Partition) [2026-06-08 05:55:31,248] INFO [Partition -uve-topic-23-17 broker=2] Log loaded for partition -uve-topic-23-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,263] INFO [LogLoader partition=-uve-topic-10-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,264] INFO Created log for partition -uve-topic-10-19 in /tmp/kafka-logs/-uve-topic-10-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,264] INFO [Partition -uve-topic-10-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,264] INFO [Partition -uve-topic-10-19 broker=2] Log loaded for partition -uve-topic-10-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,276] INFO [LogLoader partition=-uve-topic-24-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,277] INFO Created log for partition -uve-topic-24-17 in /tmp/kafka-logs/-uve-topic-24-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,277] INFO [Partition -uve-topic-24-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-17 (kafka.cluster.Partition) [2026-06-08 05:55:31,277] INFO [Partition -uve-topic-24-17 broker=2] Log loaded for partition -uve-topic-24-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,286] INFO [LogLoader partition=-uve-topic-11-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,286] INFO Created log for partition -uve-topic-11-19 in /tmp/kafka-logs/-uve-topic-11-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,286] INFO [Partition -uve-topic-11-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,286] INFO [Partition -uve-topic-11-19 broker=2] Log loaded for partition -uve-topic-11-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,296] INFO [LogLoader partition=-uve-topic-25-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,296] INFO Created log for partition -uve-topic-25-17 in /tmp/kafka-logs/-uve-topic-25-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,296] INFO [Partition -uve-topic-25-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-17 (kafka.cluster.Partition) [2026-06-08 05:55:31,296] INFO [Partition -uve-topic-25-17 broker=2] Log loaded for partition -uve-topic-25-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,308] INFO [LogLoader partition=-uve-topic-12-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,308] INFO Created log for partition -uve-topic-12-19 in /tmp/kafka-logs/-uve-topic-12-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,308] INFO [Partition -uve-topic-12-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,308] INFO [Partition -uve-topic-12-19 broker=2] Log loaded for partition -uve-topic-12-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,319] INFO [LogLoader partition=-uve-topic-20-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,320] INFO Created log for partition -uve-topic-20-17 in /tmp/kafka-logs/-uve-topic-20-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,320] INFO [Partition -uve-topic-20-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-17 (kafka.cluster.Partition) [2026-06-08 05:55:31,320] INFO [Partition -uve-topic-20-17 broker=2] Log loaded for partition -uve-topic-20-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,332] INFO [LogLoader partition=-uve-topic-21-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,333] INFO Created log for partition -uve-topic-21-17 in /tmp/kafka-logs/-uve-topic-21-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,333] INFO [Partition -uve-topic-21-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-17 (kafka.cluster.Partition) [2026-06-08 05:55:31,333] INFO [Partition -uve-topic-21-17 broker=2] Log loaded for partition -uve-topic-21-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,343] INFO [LogLoader partition=-uve-topic-17-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,343] INFO Created log for partition -uve-topic-17-19 in /tmp/kafka-logs/-uve-topic-17-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,343] INFO [Partition -uve-topic-17-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,343] INFO [Partition -uve-topic-17-19 broker=2] Log loaded for partition -uve-topic-17-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,359] INFO [LogLoader partition=-uve-topic-18-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,359] INFO Created log for partition -uve-topic-18-19 in /tmp/kafka-logs/-uve-topic-18-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,359] INFO [Partition -uve-topic-18-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,359] INFO [Partition -uve-topic-18-19 broker=2] Log loaded for partition -uve-topic-18-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,375] INFO [LogLoader partition=-uve-topic-19-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,375] INFO Created log for partition -uve-topic-19-19 in /tmp/kafka-logs/-uve-topic-19-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,375] INFO [Partition -uve-topic-19-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,375] INFO [Partition -uve-topic-19-19 broker=2] Log loaded for partition -uve-topic-19-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,389] INFO [LogLoader partition=-uve-topic-26-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,389] INFO Created log for partition -uve-topic-26-17 in /tmp/kafka-logs/-uve-topic-26-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,389] INFO [Partition -uve-topic-26-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-17 (kafka.cluster.Partition) [2026-06-08 05:55:31,389] INFO [Partition -uve-topic-26-17 broker=2] Log loaded for partition -uve-topic-26-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,398] INFO [LogLoader partition=-uve-topic-13-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,398] INFO Created log for partition -uve-topic-13-19 in /tmp/kafka-logs/-uve-topic-13-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,398] INFO [Partition -uve-topic-13-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,398] INFO [Partition -uve-topic-13-19 broker=2] Log loaded for partition -uve-topic-13-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,410] INFO [LogLoader partition=-uve-topic-27-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,410] INFO Created log for partition -uve-topic-27-17 in /tmp/kafka-logs/-uve-topic-27-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,410] INFO [Partition -uve-topic-27-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-17 (kafka.cluster.Partition) [2026-06-08 05:55:31,410] INFO [Partition -uve-topic-27-17 broker=2] Log loaded for partition -uve-topic-27-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,421] INFO [LogLoader partition=-uve-topic-14-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,422] INFO Created log for partition -uve-topic-14-19 in /tmp/kafka-logs/-uve-topic-14-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,422] INFO [Partition -uve-topic-14-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,422] INFO [Partition -uve-topic-14-19 broker=2] Log loaded for partition -uve-topic-14-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,432] INFO [LogLoader partition=-uve-topic-28-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,432] INFO Created log for partition -uve-topic-28-17 in /tmp/kafka-logs/-uve-topic-28-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,432] INFO [Partition -uve-topic-28-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-17 (kafka.cluster.Partition) [2026-06-08 05:55:31,432] INFO [Partition -uve-topic-28-17 broker=2] Log loaded for partition -uve-topic-28-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,442] INFO [LogLoader partition=-uve-topic-15-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,442] INFO Created log for partition -uve-topic-15-19 in /tmp/kafka-logs/-uve-topic-15-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,442] INFO [Partition -uve-topic-15-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,443] INFO [Partition -uve-topic-15-19 broker=2] Log loaded for partition -uve-topic-15-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,452] INFO [LogLoader partition=-uve-topic-29-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,453] INFO Created log for partition -uve-topic-29-17 in /tmp/kafka-logs/-uve-topic-29-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,453] INFO [Partition -uve-topic-29-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-17 (kafka.cluster.Partition) [2026-06-08 05:55:31,453] INFO [Partition -uve-topic-29-17 broker=2] Log loaded for partition -uve-topic-29-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,462] INFO [LogLoader partition=-uve-topic-16-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,462] INFO Created log for partition -uve-topic-16-19 in /tmp/kafka-logs/-uve-topic-16-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,462] INFO [Partition -uve-topic-16-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,462] INFO [Partition -uve-topic-16-19 broker=2] Log loaded for partition -uve-topic-16-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,475] INFO [LogLoader partition=-uve-topic-23-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,476] INFO Created log for partition -uve-topic-23-16 in /tmp/kafka-logs/-uve-topic-23-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,476] INFO [Partition -uve-topic-23-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,476] INFO [Partition -uve-topic-23-16 broker=2] Log loaded for partition -uve-topic-23-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,488] INFO [LogLoader partition=-uve-topic-10-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,488] INFO Created log for partition -uve-topic-10-18 in /tmp/kafka-logs/-uve-topic-10-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,488] INFO [Partition -uve-topic-10-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,488] INFO [Partition -uve-topic-10-18 broker=2] Log loaded for partition -uve-topic-10-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,497] INFO [LogLoader partition=-uve-topic-24-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,497] INFO Created log for partition -uve-topic-24-16 in /tmp/kafka-logs/-uve-topic-24-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,497] INFO [Partition -uve-topic-24-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,497] INFO [Partition -uve-topic-24-16 broker=2] Log loaded for partition -uve-topic-24-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,508] INFO [LogLoader partition=-uve-topic-11-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,509] INFO Created log for partition -uve-topic-11-18 in /tmp/kafka-logs/-uve-topic-11-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,509] INFO [Partition -uve-topic-11-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,509] INFO [Partition -uve-topic-11-18 broker=2] Log loaded for partition -uve-topic-11-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,518] INFO [LogLoader partition=-uve-topic-25-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,518] INFO Created log for partition -uve-topic-25-16 in /tmp/kafka-logs/-uve-topic-25-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,518] INFO [Partition -uve-topic-25-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,518] INFO [Partition -uve-topic-25-16 broker=2] Log loaded for partition -uve-topic-25-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,528] INFO [LogLoader partition=-uve-topic-12-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,529] INFO Created log for partition -uve-topic-12-18 in /tmp/kafka-logs/-uve-topic-12-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,529] INFO [Partition -uve-topic-12-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,529] INFO [Partition -uve-topic-12-18 broker=2] Log loaded for partition -uve-topic-12-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,540] INFO [LogLoader partition=-uve-topic-26-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,540] INFO Created log for partition -uve-topic-26-16 in /tmp/kafka-logs/-uve-topic-26-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,540] INFO [Partition -uve-topic-26-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,540] INFO [Partition -uve-topic-26-16 broker=2] Log loaded for partition -uve-topic-26-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,551] INFO [LogLoader partition=-uve-topic-13-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,551] INFO Created log for partition -uve-topic-13-18 in /tmp/kafka-logs/-uve-topic-13-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,551] INFO [Partition -uve-topic-13-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,551] INFO [Partition -uve-topic-13-18 broker=2] Log loaded for partition -uve-topic-13-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,563] INFO [LogLoader partition=-uve-topic-20-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,563] INFO Created log for partition -uve-topic-20-16 in /tmp/kafka-logs/-uve-topic-20-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,563] INFO [Partition -uve-topic-20-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,563] INFO [Partition -uve-topic-20-16 broker=2] Log loaded for partition -uve-topic-20-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,574] INFO [LogLoader partition=-uve-topic-21-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,575] INFO Created log for partition -uve-topic-21-16 in /tmp/kafka-logs/-uve-topic-21-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,575] INFO [Partition -uve-topic-21-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,575] INFO [Partition -uve-topic-21-16 broker=2] Log loaded for partition -uve-topic-21-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,582] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,585] INFO [LogLoader partition=-uve-topic-22-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,586] INFO Created log for partition -uve-topic-22-16 in /tmp/kafka-logs/-uve-topic-22-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,586] INFO [Partition -uve-topic-22-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,586] INFO [Partition -uve-topic-22-16 broker=2] Log loaded for partition -uve-topic-22-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,596] INFO [LogLoader partition=-uve-topic-18-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,596] INFO Created log for partition -uve-topic-18-18 in /tmp/kafka-logs/-uve-topic-18-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,596] INFO [Partition -uve-topic-18-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,596] INFO [Partition -uve-topic-18-18 broker=2] Log loaded for partition -uve-topic-18-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,605] INFO [LogLoader partition=-uve-topic-19-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,605] INFO Created log for partition -uve-topic-19-18 in /tmp/kafka-logs/-uve-topic-19-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,606] INFO [Partition -uve-topic-19-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,606] INFO [Partition -uve-topic-19-18 broker=2] Log loaded for partition -uve-topic-19-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,609] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,612] INFO [LogLoader partition=-uve-topic-27-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,613] INFO Created log for partition -uve-topic-27-16 in /tmp/kafka-logs/-uve-topic-27-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,613] INFO [Partition -uve-topic-27-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,613] INFO [Partition -uve-topic-27-16 broker=2] Log loaded for partition -uve-topic-27-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,622] INFO [LogLoader partition=-uve-topic-14-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,622] INFO Created log for partition -uve-topic-14-18 in /tmp/kafka-logs/-uve-topic-14-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,622] INFO [Partition -uve-topic-14-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,622] INFO [Partition -uve-topic-14-18 broker=2] Log loaded for partition -uve-topic-14-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,628] INFO [LogLoader partition=-uve-topic-28-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,629] INFO Created log for partition -uve-topic-28-16 in /tmp/kafka-logs/-uve-topic-28-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,629] INFO [Partition -uve-topic-28-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,629] INFO [Partition -uve-topic-28-16 broker=2] Log loaded for partition -uve-topic-28-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,636] INFO [LogLoader partition=-uve-topic-15-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,637] INFO Created log for partition -uve-topic-15-18 in /tmp/kafka-logs/-uve-topic-15-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,637] INFO [Partition -uve-topic-15-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,637] INFO [Partition -uve-topic-15-18 broker=2] Log loaded for partition -uve-topic-15-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,645] INFO [LogLoader partition=-uve-topic-29-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,645] INFO Created log for partition -uve-topic-29-16 in /tmp/kafka-logs/-uve-topic-29-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,645] INFO [Partition -uve-topic-29-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-16 (kafka.cluster.Partition) [2026-06-08 05:55:31,645] INFO [Partition -uve-topic-29-16 broker=2] Log loaded for partition -uve-topic-29-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,653] INFO [LogLoader partition=-uve-topic-16-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,653] INFO Created log for partition -uve-topic-16-18 in /tmp/kafka-logs/-uve-topic-16-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,653] INFO [Partition -uve-topic-16-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,653] INFO [Partition -uve-topic-16-18 broker=2] Log loaded for partition -uve-topic-16-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,659] INFO [LogLoader partition=-uve-topic-17-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,659] INFO Created log for partition -uve-topic-17-18 in /tmp/kafka-logs/-uve-topic-17-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,659] INFO [Partition -uve-topic-17-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,659] INFO [Partition -uve-topic-17-18 broker=2] Log loaded for partition -uve-topic-17-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,668] INFO [LogLoader partition=-uve-topic-20-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,668] INFO Created log for partition -uve-topic-20-19 in /tmp/kafka-logs/-uve-topic-20-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,668] INFO [Partition -uve-topic-20-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,668] INFO [Partition -uve-topic-20-19 broker=2] Log loaded for partition -uve-topic-20-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,676] INFO [LogLoader partition=-uve-topic-21-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,677] INFO Created log for partition -uve-topic-21-19 in /tmp/kafka-logs/-uve-topic-21-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,677] INFO [Partition -uve-topic-21-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,677] INFO [Partition -uve-topic-21-19 broker=2] Log loaded for partition -uve-topic-21-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,683] INFO [LogLoader partition=-uve-topic-22-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,683] INFO Created log for partition -uve-topic-22-19 in /tmp/kafka-logs/-uve-topic-22-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,683] INFO [Partition -uve-topic-22-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,683] INFO [Partition -uve-topic-22-19 broker=2] Log loaded for partition -uve-topic-22-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,692] INFO [LogLoader partition=-uve-topic-23-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,692] INFO Created log for partition -uve-topic-23-19 in /tmp/kafka-logs/-uve-topic-23-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,692] INFO [Partition -uve-topic-23-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,692] INFO [Partition -uve-topic-23-19 broker=2] Log loaded for partition -uve-topic-23-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,701] INFO [LogLoader partition=-uve-topic-10-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,701] INFO Created log for partition -uve-topic-10-21 in /tmp/kafka-logs/-uve-topic-10-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,701] INFO [Partition -uve-topic-10-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-21 (kafka.cluster.Partition) [2026-06-08 05:55:31,701] INFO [Partition -uve-topic-10-21 broker=2] Log loaded for partition -uve-topic-10-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,709] INFO [LogLoader partition=-uve-topic-28-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,710] INFO Created log for partition -uve-topic-28-19 in /tmp/kafka-logs/-uve-topic-28-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,710] INFO [Partition -uve-topic-28-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,710] INFO [Partition -uve-topic-28-19 broker=2] Log loaded for partition -uve-topic-28-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,720] INFO [LogLoader partition=-uve-topic-15-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,720] INFO Created log for partition -uve-topic-15-21 in /tmp/kafka-logs/-uve-topic-15-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,720] INFO [Partition -uve-topic-15-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-21 (kafka.cluster.Partition) [2026-06-08 05:55:31,720] INFO [Partition -uve-topic-15-21 broker=2] Log loaded for partition -uve-topic-15-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,728] INFO [LogLoader partition=-uve-topic-29-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,729] INFO Created log for partition -uve-topic-29-19 in /tmp/kafka-logs/-uve-topic-29-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,729] INFO [Partition -uve-topic-29-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,729] INFO [Partition -uve-topic-29-19 broker=2] Log loaded for partition -uve-topic-29-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,739] INFO [LogLoader partition=-uve-topic-16-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,739] INFO Created log for partition -uve-topic-16-21 in /tmp/kafka-logs/-uve-topic-16-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,739] INFO [Partition -uve-topic-16-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-21 (kafka.cluster.Partition) [2026-06-08 05:55:31,740] INFO [Partition -uve-topic-16-21 broker=2] Log loaded for partition -uve-topic-16-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,751] INFO [LogLoader partition=-uve-topic-17-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,751] INFO Created log for partition -uve-topic-17-21 in /tmp/kafka-logs/-uve-topic-17-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,751] INFO [Partition -uve-topic-17-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-21 (kafka.cluster.Partition) [2026-06-08 05:55:31,751] INFO [Partition -uve-topic-17-21 broker=2] Log loaded for partition -uve-topic-17-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,761] INFO [LogLoader partition=-uve-topic-18-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,762] INFO Created log for partition -uve-topic-18-21 in /tmp/kafka-logs/-uve-topic-18-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,762] INFO [Partition -uve-topic-18-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-21 (kafka.cluster.Partition) [2026-06-08 05:55:31,762] INFO [Partition -uve-topic-18-21 broker=2] Log loaded for partition -uve-topic-18-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,768] INFO [LogLoader partition=-uve-topic-24-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,768] INFO Created log for partition -uve-topic-24-19 in /tmp/kafka-logs/-uve-topic-24-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,768] INFO [Partition -uve-topic-24-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,768] INFO [Partition -uve-topic-24-19 broker=2] Log loaded for partition -uve-topic-24-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,778] INFO [LogLoader partition=-uve-topic-11-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,778] INFO Created log for partition -uve-topic-11-21 in /tmp/kafka-logs/-uve-topic-11-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,778] INFO [Partition -uve-topic-11-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-21 (kafka.cluster.Partition) [2026-06-08 05:55:31,778] INFO [Partition -uve-topic-11-21 broker=2] Log loaded for partition -uve-topic-11-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,791] INFO [LogLoader partition=-uve-topic-25-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,791] INFO Created log for partition -uve-topic-25-19 in /tmp/kafka-logs/-uve-topic-25-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,791] INFO [Partition -uve-topic-25-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,791] INFO [Partition -uve-topic-25-19 broker=2] Log loaded for partition -uve-topic-25-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,793] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,798] INFO [LogLoader partition=-uve-topic-12-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,798] INFO Created log for partition -uve-topic-12-21 in /tmp/kafka-logs/-uve-topic-12-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,798] INFO [Partition -uve-topic-12-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-21 (kafka.cluster.Partition) [2026-06-08 05:55:31,798] INFO [Partition -uve-topic-12-21 broker=2] Log loaded for partition -uve-topic-12-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,805] INFO [LogLoader partition=-uve-topic-26-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,805] INFO Created log for partition -uve-topic-26-19 in /tmp/kafka-logs/-uve-topic-26-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,806] INFO [Partition -uve-topic-26-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,806] INFO [Partition -uve-topic-26-19 broker=2] Log loaded for partition -uve-topic-26-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,814] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:31,816] INFO [LogLoader partition=-uve-topic-13-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,816] INFO Created log for partition -uve-topic-13-21 in /tmp/kafka-logs/-uve-topic-13-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,816] INFO [Partition -uve-topic-13-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-21 (kafka.cluster.Partition) [2026-06-08 05:55:31,817] INFO [Partition -uve-topic-13-21 broker=2] Log loaded for partition -uve-topic-13-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,826] INFO [LogLoader partition=-uve-topic-27-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,826] INFO Created log for partition -uve-topic-27-19 in /tmp/kafka-logs/-uve-topic-27-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,826] INFO [Partition -uve-topic-27-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-19 (kafka.cluster.Partition) [2026-06-08 05:55:31,826] INFO [Partition -uve-topic-27-19 broker=2] Log loaded for partition -uve-topic-27-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,837] INFO [LogLoader partition=-uve-topic-14-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,838] INFO Created log for partition -uve-topic-14-21 in /tmp/kafka-logs/-uve-topic-14-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,838] INFO [Partition -uve-topic-14-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-21 (kafka.cluster.Partition) [2026-06-08 05:55:31,838] INFO [Partition -uve-topic-14-21 broker=2] Log loaded for partition -uve-topic-14-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,847] INFO [LogLoader partition=-uve-topic-21-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,847] INFO Created log for partition -uve-topic-21-18 in /tmp/kafka-logs/-uve-topic-21-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,847] INFO [Partition -uve-topic-21-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,847] INFO [Partition -uve-topic-21-18 broker=2] Log loaded for partition -uve-topic-21-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,857] INFO [LogLoader partition=-uve-topic-22-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,857] INFO Created log for partition -uve-topic-22-18 in /tmp/kafka-logs/-uve-topic-22-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,857] INFO [Partition -uve-topic-22-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,857] INFO [Partition -uve-topic-22-18 broker=2] Log loaded for partition -uve-topic-22-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,866] INFO [LogLoader partition=-uve-topic-23-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,866] INFO Created log for partition -uve-topic-23-18 in /tmp/kafka-logs/-uve-topic-23-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,866] INFO [Partition -uve-topic-23-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,866] INFO [Partition -uve-topic-23-18 broker=2] Log loaded for partition -uve-topic-23-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,877] INFO [LogLoader partition=-uve-topic-10-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,877] INFO Created log for partition -uve-topic-10-20 in /tmp/kafka-logs/-uve-topic-10-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,877] INFO [Partition -uve-topic-10-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-10-20 (kafka.cluster.Partition) [2026-06-08 05:55:31,877] INFO [Partition -uve-topic-10-20 broker=2] Log loaded for partition -uve-topic-10-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,887] INFO [LogLoader partition=-uve-topic-24-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,887] INFO Created log for partition -uve-topic-24-18 in /tmp/kafka-logs/-uve-topic-24-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,887] INFO [Partition -uve-topic-24-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,887] INFO [Partition -uve-topic-24-18 broker=2] Log loaded for partition -uve-topic-24-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,897] INFO [LogLoader partition=-uve-topic-11-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,897] INFO Created log for partition -uve-topic-11-20 in /tmp/kafka-logs/-uve-topic-11-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,897] INFO [Partition -uve-topic-11-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-20 (kafka.cluster.Partition) [2026-06-08 05:55:31,897] INFO [Partition -uve-topic-11-20 broker=2] Log loaded for partition -uve-topic-11-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,910] INFO [LogLoader partition=-uve-topic-20-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,910] INFO Created log for partition -uve-topic-20-18 in /tmp/kafka-logs/-uve-topic-20-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,910] INFO [Partition -uve-topic-20-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,910] INFO [Partition -uve-topic-20-18 broker=2] Log loaded for partition -uve-topic-20-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,920] INFO [LogLoader partition=-uve-topic-29-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,920] INFO Created log for partition -uve-topic-29-18 in /tmp/kafka-logs/-uve-topic-29-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,920] INFO [Partition -uve-topic-29-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,920] INFO [Partition -uve-topic-29-18 broker=2] Log loaded for partition -uve-topic-29-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,930] INFO [LogLoader partition=-uve-topic-16-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,930] INFO Created log for partition -uve-topic-16-20 in /tmp/kafka-logs/-uve-topic-16-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,930] INFO [Partition -uve-topic-16-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-20 (kafka.cluster.Partition) [2026-06-08 05:55:31,930] INFO [Partition -uve-topic-16-20 broker=2] Log loaded for partition -uve-topic-16-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,940] INFO [LogLoader partition=-uve-topic-17-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,941] INFO Created log for partition -uve-topic-17-20 in /tmp/kafka-logs/-uve-topic-17-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,941] INFO [Partition -uve-topic-17-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-20 (kafka.cluster.Partition) [2026-06-08 05:55:31,941] INFO [Partition -uve-topic-17-20 broker=2] Log loaded for partition -uve-topic-17-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,948] INFO [LogLoader partition=-uve-topic-18-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,948] INFO Created log for partition -uve-topic-18-20 in /tmp/kafka-logs/-uve-topic-18-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,948] INFO [Partition -uve-topic-18-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-20 (kafka.cluster.Partition) [2026-06-08 05:55:31,948] INFO [Partition -uve-topic-18-20 broker=2] Log loaded for partition -uve-topic-18-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,957] INFO [LogLoader partition=-uve-topic-19-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,957] INFO Created log for partition -uve-topic-19-20 in /tmp/kafka-logs/-uve-topic-19-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,957] INFO [Partition -uve-topic-19-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-20 (kafka.cluster.Partition) [2026-06-08 05:55:31,957] INFO [Partition -uve-topic-19-20 broker=2] Log loaded for partition -uve-topic-19-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,967] INFO [LogLoader partition=-uve-topic-25-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,967] INFO Created log for partition -uve-topic-25-18 in /tmp/kafka-logs/-uve-topic-25-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,967] INFO [Partition -uve-topic-25-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,967] INFO [Partition -uve-topic-25-18 broker=2] Log loaded for partition -uve-topic-25-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,977] INFO [LogLoader partition=-uve-topic-12-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,978] INFO Created log for partition -uve-topic-12-20 in /tmp/kafka-logs/-uve-topic-12-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,978] INFO [Partition -uve-topic-12-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-20 (kafka.cluster.Partition) [2026-06-08 05:55:31,978] INFO [Partition -uve-topic-12-20 broker=2] Log loaded for partition -uve-topic-12-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:31,989] INFO [LogLoader partition=-uve-topic-26-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:31,990] INFO Created log for partition -uve-topic-26-18 in /tmp/kafka-logs/-uve-topic-26-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:31,990] INFO [Partition -uve-topic-26-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-18 (kafka.cluster.Partition) [2026-06-08 05:55:31,990] INFO [Partition -uve-topic-26-18 broker=2] Log loaded for partition -uve-topic-26-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,001] INFO [LogLoader partition=-uve-topic-13-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,001] INFO Created log for partition -uve-topic-13-20 in /tmp/kafka-logs/-uve-topic-13-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,001] INFO [Partition -uve-topic-13-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-20 (kafka.cluster.Partition) [2026-06-08 05:55:32,001] INFO [Partition -uve-topic-13-20 broker=2] Log loaded for partition -uve-topic-13-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,011] INFO [LogLoader partition=-uve-topic-27-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,011] INFO Created log for partition -uve-topic-27-18 in /tmp/kafka-logs/-uve-topic-27-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,011] INFO [Partition -uve-topic-27-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-18 (kafka.cluster.Partition) [2026-06-08 05:55:32,011] INFO [Partition -uve-topic-27-18 broker=2] Log loaded for partition -uve-topic-27-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,018] INFO [LogLoader partition=-uve-topic-14-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,018] INFO Created log for partition -uve-topic-14-20 in /tmp/kafka-logs/-uve-topic-14-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,018] INFO [Partition -uve-topic-14-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-20 (kafka.cluster.Partition) [2026-06-08 05:55:32,018] INFO [Partition -uve-topic-14-20 broker=2] Log loaded for partition -uve-topic-14-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,026] INFO [LogLoader partition=-uve-topic-28-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,026] INFO Created log for partition -uve-topic-28-18 in /tmp/kafka-logs/-uve-topic-28-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,026] INFO [Partition -uve-topic-28-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-18 (kafka.cluster.Partition) [2026-06-08 05:55:32,026] INFO [Partition -uve-topic-28-18 broker=2] Log loaded for partition -uve-topic-28-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,038] INFO [LogLoader partition=-uve-topic-15-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,039] INFO Created log for partition -uve-topic-15-20 in /tmp/kafka-logs/-uve-topic-15-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,039] INFO [Partition -uve-topic-15-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-20 (kafka.cluster.Partition) [2026-06-08 05:55:32,039] INFO [Partition -uve-topic-15-20 broker=2] Log loaded for partition -uve-topic-15-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,050] INFO [LogLoader partition=-uve-topic-7-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,050] INFO Created log for partition -uve-topic-7-4 in /tmp/kafka-logs/-uve-topic-7-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,050] INFO [Partition -uve-topic-7-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-4 (kafka.cluster.Partition) [2026-06-08 05:55:32,050] INFO [Partition -uve-topic-7-4 broker=2] Log loaded for partition -uve-topic-7-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,060] INFO [LogLoader partition=-uve-topic-8-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,060] INFO Created log for partition -uve-topic-8-4 in /tmp/kafka-logs/-uve-topic-8-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,060] INFO [Partition -uve-topic-8-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-4 (kafka.cluster.Partition) [2026-06-08 05:55:32,060] INFO [Partition -uve-topic-8-4 broker=2] Log loaded for partition -uve-topic-8-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,070] INFO [LogLoader partition=-uve-topic-5-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,070] INFO Created log for partition -uve-topic-5-4 in /tmp/kafka-logs/-uve-topic-5-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,070] INFO [Partition -uve-topic-5-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-4 (kafka.cluster.Partition) [2026-06-08 05:55:32,070] INFO [Partition -uve-topic-5-4 broker=2] Log loaded for partition -uve-topic-5-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,085] INFO [LogLoader partition=-uve-topic-6-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,085] INFO Created log for partition -uve-topic-6-4 in /tmp/kafka-logs/-uve-topic-6-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,085] INFO [Partition -uve-topic-6-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-4 (kafka.cluster.Partition) [2026-06-08 05:55:32,085] INFO [Partition -uve-topic-6-4 broker=2] Log loaded for partition -uve-topic-6-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,100] INFO [LogLoader partition=-uve-topic-3-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,101] INFO Created log for partition -uve-topic-3-4 in /tmp/kafka-logs/-uve-topic-3-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,101] INFO [Partition -uve-topic-3-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-4 (kafka.cluster.Partition) [2026-06-08 05:55:32,101] INFO [Partition -uve-topic-3-4 broker=2] Log loaded for partition -uve-topic-3-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,109] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,111] INFO [LogLoader partition=-uve-topic-4-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,111] INFO Created log for partition -uve-topic-4-4 in /tmp/kafka-logs/-uve-topic-4-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,112] INFO [Partition -uve-topic-4-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-4 (kafka.cluster.Partition) [2026-06-08 05:55:32,112] INFO [Partition -uve-topic-4-4 broker=2] Log loaded for partition -uve-topic-4-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,121] INFO [LogLoader partition=-uve-topic-1-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,122] INFO Created log for partition -uve-topic-1-4 in /tmp/kafka-logs/-uve-topic-1-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,122] INFO [Partition -uve-topic-1-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-4 (kafka.cluster.Partition) [2026-06-08 05:55:32,122] INFO [Partition -uve-topic-1-4 broker=2] Log loaded for partition -uve-topic-1-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,132] INFO [LogLoader partition=-uve-topic-2-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,132] INFO Created log for partition -uve-topic-2-4 in /tmp/kafka-logs/-uve-topic-2-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,132] INFO [Partition -uve-topic-2-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-4 (kafka.cluster.Partition) [2026-06-08 05:55:32,132] INFO [Partition -uve-topic-2-4 broker=2] Log loaded for partition -uve-topic-2-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,144] INFO [LogLoader partition=structured_syslog_topic-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,144] INFO Created log for partition structured_syslog_topic-8 in /tmp/kafka-logs/structured_syslog_topic-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,144] INFO [Partition structured_syslog_topic-8 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-8 (kafka.cluster.Partition) [2026-06-08 05:55:32,144] INFO [Partition structured_syslog_topic-8 broker=2] Log loaded for partition structured_syslog_topic-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,153] INFO [LogLoader partition=-uve-topic-9-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,154] INFO Created log for partition -uve-topic-9-4 in /tmp/kafka-logs/-uve-topic-9-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,154] INFO [Partition -uve-topic-9-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-4 (kafka.cluster.Partition) [2026-06-08 05:55:32,154] INFO [Partition -uve-topic-9-4 broker=2] Log loaded for partition -uve-topic-9-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,163] INFO [LogLoader partition=-uve-topic-6-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,163] INFO Created log for partition -uve-topic-6-5 in /tmp/kafka-logs/-uve-topic-6-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,164] INFO [Partition -uve-topic-6-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-5 (kafka.cluster.Partition) [2026-06-08 05:55:32,164] INFO [Partition -uve-topic-6-5 broker=2] Log loaded for partition -uve-topic-6-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,176] INFO [LogLoader partition=-uve-topic-7-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,176] INFO Created log for partition -uve-topic-7-5 in /tmp/kafka-logs/-uve-topic-7-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,176] INFO [Partition -uve-topic-7-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-5 (kafka.cluster.Partition) [2026-06-08 05:55:32,176] INFO [Partition -uve-topic-7-5 broker=2] Log loaded for partition -uve-topic-7-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,186] INFO [LogLoader partition=-uve-topic-4-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,187] INFO Created log for partition -uve-topic-4-5 in /tmp/kafka-logs/-uve-topic-4-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,187] INFO [Partition -uve-topic-4-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-5 (kafka.cluster.Partition) [2026-06-08 05:55:32,187] INFO [Partition -uve-topic-4-5 broker=2] Log loaded for partition -uve-topic-4-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,199] INFO [LogLoader partition=-uve-topic-5-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,199] INFO Created log for partition -uve-topic-5-5 in /tmp/kafka-logs/-uve-topic-5-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,199] INFO [Partition -uve-topic-5-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-5 (kafka.cluster.Partition) [2026-06-08 05:55:32,199] INFO [Partition -uve-topic-5-5 broker=2] Log loaded for partition -uve-topic-5-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,206] INFO [LogLoader partition=-uve-topic-2-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,206] INFO Created log for partition -uve-topic-2-5 in /tmp/kafka-logs/-uve-topic-2-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,206] INFO [Partition -uve-topic-2-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-5 (kafka.cluster.Partition) [2026-06-08 05:55:32,206] INFO [Partition -uve-topic-2-5 broker=2] Log loaded for partition -uve-topic-2-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,218] INFO [LogLoader partition=-uve-topic-3-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,218] INFO Created log for partition -uve-topic-3-5 in /tmp/kafka-logs/-uve-topic-3-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,218] INFO [Partition -uve-topic-3-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-5 (kafka.cluster.Partition) [2026-06-08 05:55:32,218] INFO [Partition -uve-topic-3-5 broker=2] Log loaded for partition -uve-topic-3-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,229] INFO [LogLoader partition=-uve-topic-0-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,229] INFO Created log for partition -uve-topic-0-5 in /tmp/kafka-logs/-uve-topic-0-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,229] INFO [Partition -uve-topic-0-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-5 (kafka.cluster.Partition) [2026-06-08 05:55:32,229] INFO [Partition -uve-topic-0-5 broker=2] Log loaded for partition -uve-topic-0-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,237] INFO [LogLoader partition=-uve-topic-1-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,238] INFO Created log for partition -uve-topic-1-5 in /tmp/kafka-logs/-uve-topic-1-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,238] INFO [Partition -uve-topic-1-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-5 (kafka.cluster.Partition) [2026-06-08 05:55:32,238] INFO [Partition -uve-topic-1-5 broker=2] Log loaded for partition -uve-topic-1-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,247] INFO [LogLoader partition=structured_syslog_topic-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,247] INFO Created log for partition structured_syslog_topic-7 in /tmp/kafka-logs/structured_syslog_topic-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,247] INFO [Partition structured_syslog_topic-7 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-7 (kafka.cluster.Partition) [2026-06-08 05:55:32,247] INFO [Partition structured_syslog_topic-7 broker=2] Log loaded for partition structured_syslog_topic-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,256] INFO [LogLoader partition=-uve-topic-8-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,257] INFO Created log for partition -uve-topic-8-5 in /tmp/kafka-logs/-uve-topic-8-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,257] INFO [Partition -uve-topic-8-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-5 (kafka.cluster.Partition) [2026-06-08 05:55:32,257] INFO [Partition -uve-topic-8-5 broker=2] Log loaded for partition -uve-topic-8-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,264] INFO [LogLoader partition=-uve-topic-9-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,264] INFO Created log for partition -uve-topic-9-5 in /tmp/kafka-logs/-uve-topic-9-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,264] INFO [Partition -uve-topic-9-5 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-5 (kafka.cluster.Partition) [2026-06-08 05:55:32,264] INFO [Partition -uve-topic-9-5 broker=2] Log loaded for partition -uve-topic-9-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,276] INFO [LogLoader partition=-uve-topic-5-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,276] INFO Created log for partition -uve-topic-5-6 in /tmp/kafka-logs/-uve-topic-5-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,276] INFO [Partition -uve-topic-5-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-6 (kafka.cluster.Partition) [2026-06-08 05:55:32,276] INFO [Partition -uve-topic-5-6 broker=2] Log loaded for partition -uve-topic-5-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,285] INFO [LogLoader partition=-uve-topic-6-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,286] INFO Created log for partition -uve-topic-6-6 in /tmp/kafka-logs/-uve-topic-6-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,286] INFO [Partition -uve-topic-6-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-6 (kafka.cluster.Partition) [2026-06-08 05:55:32,286] INFO [Partition -uve-topic-6-6 broker=2] Log loaded for partition -uve-topic-6-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,295] INFO [LogLoader partition=-uve-topic-3-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,295] INFO Created log for partition -uve-topic-3-6 in /tmp/kafka-logs/-uve-topic-3-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,295] INFO [Partition -uve-topic-3-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-6 (kafka.cluster.Partition) [2026-06-08 05:55:32,296] INFO [Partition -uve-topic-3-6 broker=2] Log loaded for partition -uve-topic-3-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,308] INFO [LogLoader partition=-uve-topic-4-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,308] INFO Created log for partition -uve-topic-4-6 in /tmp/kafka-logs/-uve-topic-4-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,308] INFO [Partition -uve-topic-4-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-6 (kafka.cluster.Partition) [2026-06-08 05:55:32,308] INFO [Partition -uve-topic-4-6 broker=2] Log loaded for partition -uve-topic-4-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,320] INFO [LogLoader partition=-uve-topic-1-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,321] INFO Created log for partition -uve-topic-1-6 in /tmp/kafka-logs/-uve-topic-1-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,321] INFO [Partition -uve-topic-1-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-6 (kafka.cluster.Partition) [2026-06-08 05:55:32,321] INFO [Partition -uve-topic-1-6 broker=2] Log loaded for partition -uve-topic-1-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,330] INFO [LogLoader partition=-uve-topic-2-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,330] INFO Created log for partition -uve-topic-2-6 in /tmp/kafka-logs/-uve-topic-2-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,330] INFO [Partition -uve-topic-2-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-6 (kafka.cluster.Partition) [2026-06-08 05:55:32,330] INFO [Partition -uve-topic-2-6 broker=2] Log loaded for partition -uve-topic-2-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,340] INFO [LogLoader partition=-uve-topic-0-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,340] INFO Created log for partition -uve-topic-0-6 in /tmp/kafka-logs/-uve-topic-0-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,340] INFO [Partition -uve-topic-0-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-6 (kafka.cluster.Partition) [2026-06-08 05:55:32,341] INFO [Partition -uve-topic-0-6 broker=2] Log loaded for partition -uve-topic-0-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,351] INFO [LogLoader partition=structured_syslog_topic-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,352] INFO Created log for partition structured_syslog_topic-10 in /tmp/kafka-logs/structured_syslog_topic-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,352] INFO [Partition structured_syslog_topic-10 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-10 (kafka.cluster.Partition) [2026-06-08 05:55:32,352] INFO [Partition structured_syslog_topic-10 broker=2] Log loaded for partition structured_syslog_topic-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,362] INFO [LogLoader partition=-uve-topic-9-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,362] INFO Created log for partition -uve-topic-9-6 in /tmp/kafka-logs/-uve-topic-9-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,362] INFO [Partition -uve-topic-9-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-6 (kafka.cluster.Partition) [2026-06-08 05:55:32,362] INFO [Partition -uve-topic-9-6 broker=2] Log loaded for partition -uve-topic-9-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,371] INFO [LogLoader partition=-uve-topic-7-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,371] INFO Created log for partition -uve-topic-7-6 in /tmp/kafka-logs/-uve-topic-7-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,371] INFO [Partition -uve-topic-7-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-6 (kafka.cluster.Partition) [2026-06-08 05:55:32,371] INFO [Partition -uve-topic-7-6 broker=2] Log loaded for partition -uve-topic-7-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,380] INFO [LogLoader partition=-uve-topic-8-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,380] INFO Created log for partition -uve-topic-8-6 in /tmp/kafka-logs/-uve-topic-8-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,380] INFO [Partition -uve-topic-8-6 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-6 (kafka.cluster.Partition) [2026-06-08 05:55:32,381] INFO [Partition -uve-topic-8-6 broker=2] Log loaded for partition -uve-topic-8-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,387] INFO [LogLoader partition=-uve-topic-4-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,388] INFO Created log for partition -uve-topic-4-7 in /tmp/kafka-logs/-uve-topic-4-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,388] INFO [Partition -uve-topic-4-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-7 (kafka.cluster.Partition) [2026-06-08 05:55:32,388] INFO [Partition -uve-topic-4-7 broker=2] Log loaded for partition -uve-topic-4-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,399] INFO [LogLoader partition=-uve-topic-5-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,399] INFO Created log for partition -uve-topic-5-7 in /tmp/kafka-logs/-uve-topic-5-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,399] INFO [Partition -uve-topic-5-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-7 (kafka.cluster.Partition) [2026-06-08 05:55:32,399] INFO [Partition -uve-topic-5-7 broker=2] Log loaded for partition -uve-topic-5-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,408] INFO [LogLoader partition=-uve-topic-2-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,409] INFO Created log for partition -uve-topic-2-7 in /tmp/kafka-logs/-uve-topic-2-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,409] INFO [Partition -uve-topic-2-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-7 (kafka.cluster.Partition) [2026-06-08 05:55:32,409] INFO [Partition -uve-topic-2-7 broker=2] Log loaded for partition -uve-topic-2-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,416] INFO [LogLoader partition=-uve-topic-3-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,416] INFO Created log for partition -uve-topic-3-7 in /tmp/kafka-logs/-uve-topic-3-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,417] INFO [Partition -uve-topic-3-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-7 (kafka.cluster.Partition) [2026-06-08 05:55:32,417] INFO [Partition -uve-topic-3-7 broker=2] Log loaded for partition -uve-topic-3-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,426] INFO [LogLoader partition=-uve-topic-0-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,426] INFO Created log for partition -uve-topic-0-7 in /tmp/kafka-logs/-uve-topic-0-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,426] INFO [Partition -uve-topic-0-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-7 (kafka.cluster.Partition) [2026-06-08 05:55:32,426] INFO [Partition -uve-topic-0-7 broker=2] Log loaded for partition -uve-topic-0-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,434] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,434] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,438] INFO [LogLoader partition=-uve-topic-1-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,438] INFO Created log for partition -uve-topic-1-7 in /tmp/kafka-logs/-uve-topic-1-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,438] INFO [Partition -uve-topic-1-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-7 (kafka.cluster.Partition) [2026-06-08 05:55:32,438] INFO [Partition -uve-topic-1-7 broker=2] Log loaded for partition -uve-topic-1-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,449] INFO [LogLoader partition=structured_syslog_topic-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,449] INFO Created log for partition structured_syslog_topic-9 in /tmp/kafka-logs/structured_syslog_topic-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,449] INFO [Partition structured_syslog_topic-9 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-9 (kafka.cluster.Partition) [2026-06-08 05:55:32,449] INFO [Partition structured_syslog_topic-9 broker=2] Log loaded for partition structured_syslog_topic-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,459] INFO [LogLoader partition=-uve-topic-8-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,459] INFO Created log for partition -uve-topic-8-7 in /tmp/kafka-logs/-uve-topic-8-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,459] INFO [Partition -uve-topic-8-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-7 (kafka.cluster.Partition) [2026-06-08 05:55:32,459] INFO [Partition -uve-topic-8-7 broker=2] Log loaded for partition -uve-topic-8-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,469] INFO [LogLoader partition=-uve-topic-9-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,469] INFO Created log for partition -uve-topic-9-7 in /tmp/kafka-logs/-uve-topic-9-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,469] INFO [Partition -uve-topic-9-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-7 (kafka.cluster.Partition) [2026-06-08 05:55:32,469] INFO [Partition -uve-topic-9-7 broker=2] Log loaded for partition -uve-topic-9-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,476] INFO [LogLoader partition=-uve-topic-6-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,476] INFO Created log for partition -uve-topic-6-7 in /tmp/kafka-logs/-uve-topic-6-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,476] INFO [Partition -uve-topic-6-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-7 (kafka.cluster.Partition) [2026-06-08 05:55:32,476] INFO [Partition -uve-topic-6-7 broker=2] Log loaded for partition -uve-topic-6-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,486] INFO [LogLoader partition=-uve-topic-7-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,486] INFO Created log for partition -uve-topic-7-7 in /tmp/kafka-logs/-uve-topic-7-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,486] INFO [Partition -uve-topic-7-7 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-7 (kafka.cluster.Partition) [2026-06-08 05:55:32,486] INFO [Partition -uve-topic-7-7 broker=2] Log loaded for partition -uve-topic-7-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,499] INFO [LogLoader partition=-uve-topic-9-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,500] INFO Created log for partition -uve-topic-9-0 in /tmp/kafka-logs/-uve-topic-9-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,500] INFO [Partition -uve-topic-9-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-0 (kafka.cluster.Partition) [2026-06-08 05:55:32,500] INFO [Partition -uve-topic-9-0 broker=2] Log loaded for partition -uve-topic-9-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,512] INFO [LogLoader partition=-uve-topic-7-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,512] INFO Created log for partition -uve-topic-7-0 in /tmp/kafka-logs/-uve-topic-7-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,512] INFO [Partition -uve-topic-7-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-0 (kafka.cluster.Partition) [2026-06-08 05:55:32,512] INFO [Partition -uve-topic-7-0 broker=2] Log loaded for partition -uve-topic-7-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,522] INFO [LogLoader partition=-uve-topic-8-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,522] INFO Created log for partition -uve-topic-8-0 in /tmp/kafka-logs/-uve-topic-8-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,522] INFO [Partition -uve-topic-8-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-0 (kafka.cluster.Partition) [2026-06-08 05:55:32,522] INFO [Partition -uve-topic-8-0 broker=2] Log loaded for partition -uve-topic-8-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,535] INFO [LogLoader partition=-uve-topic-5-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,535] INFO Created log for partition -uve-topic-5-0 in /tmp/kafka-logs/-uve-topic-5-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,535] INFO [Partition -uve-topic-5-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-0 (kafka.cluster.Partition) [2026-06-08 05:55:32,535] INFO [Partition -uve-topic-5-0 broker=2] Log loaded for partition -uve-topic-5-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,542] INFO [LogLoader partition=-uve-topic-6-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,542] INFO Created log for partition -uve-topic-6-0 in /tmp/kafka-logs/-uve-topic-6-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,543] INFO [Partition -uve-topic-6-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-0 (kafka.cluster.Partition) [2026-06-08 05:55:32,543] INFO [Partition -uve-topic-6-0 broker=2] Log loaded for partition -uve-topic-6-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,552] INFO [LogLoader partition=-uve-topic-2-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,552] INFO Created log for partition -uve-topic-2-1 in /tmp/kafka-logs/-uve-topic-2-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,552] INFO [Partition -uve-topic-2-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-1 (kafka.cluster.Partition) [2026-06-08 05:55:32,552] INFO [Partition -uve-topic-2-1 broker=2] Log loaded for partition -uve-topic-2-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,562] INFO [LogLoader partition=-uve-topic-3-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,562] INFO Created log for partition -uve-topic-3-1 in /tmp/kafka-logs/-uve-topic-3-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,562] INFO [Partition -uve-topic-3-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-1 (kafka.cluster.Partition) [2026-06-08 05:55:32,562] INFO [Partition -uve-topic-3-1 broker=2] Log loaded for partition -uve-topic-3-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,572] INFO [LogLoader partition=-uve-topic-0-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,572] INFO Created log for partition -uve-topic-0-1 in /tmp/kafka-logs/-uve-topic-0-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,572] INFO [Partition -uve-topic-0-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-1 (kafka.cluster.Partition) [2026-06-08 05:55:32,572] INFO [Partition -uve-topic-0-1 broker=2] Log loaded for partition -uve-topic-0-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,577] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,578] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,582] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,585] INFO [LogLoader partition=-uve-topic-1-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,585] INFO Created log for partition -uve-topic-1-1 in /tmp/kafka-logs/-uve-topic-1-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,585] INFO [Partition -uve-topic-1-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-1 (kafka.cluster.Partition) [2026-06-08 05:55:32,585] INFO [Partition -uve-topic-1-1 broker=2] Log loaded for partition -uve-topic-1-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,595] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,595] INFO Created log for partition HEALTH_CHECK_TOPIC-28 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,595] INFO [Partition HEALTH_CHECK_TOPIC-28 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-28 (kafka.cluster.Partition) [2026-06-08 05:55:32,595] INFO [Partition HEALTH_CHECK_TOPIC-28 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,606] INFO [LogLoader partition=-uve-topic-8-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,606] INFO Created log for partition -uve-topic-8-1 in /tmp/kafka-logs/-uve-topic-8-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,606] INFO [Partition -uve-topic-8-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-1 (kafka.cluster.Partition) [2026-06-08 05:55:32,606] INFO [Partition -uve-topic-8-1 broker=2] Log loaded for partition -uve-topic-8-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,615] INFO [LogLoader partition=-uve-topic-9-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,616] INFO Created log for partition -uve-topic-9-1 in /tmp/kafka-logs/-uve-topic-9-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,621] INFO [Partition -uve-topic-9-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-1 (kafka.cluster.Partition) [2026-06-08 05:55:32,621] INFO [Partition -uve-topic-9-1 broker=2] Log loaded for partition -uve-topic-9-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,629] INFO [LogLoader partition=-uve-topic-6-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,629] INFO Created log for partition -uve-topic-6-1 in /tmp/kafka-logs/-uve-topic-6-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,629] INFO [Partition -uve-topic-6-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-1 (kafka.cluster.Partition) [2026-06-08 05:55:32,629] INFO [Partition -uve-topic-6-1 broker=2] Log loaded for partition -uve-topic-6-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,643] INFO [LogLoader partition=-uve-topic-7-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,643] INFO Created log for partition -uve-topic-7-1 in /tmp/kafka-logs/-uve-topic-7-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,643] INFO [Partition -uve-topic-7-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-1 (kafka.cluster.Partition) [2026-06-08 05:55:32,643] INFO [Partition -uve-topic-7-1 broker=2] Log loaded for partition -uve-topic-7-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,658] INFO [LogLoader partition=-uve-topic-4-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,658] INFO Created log for partition -uve-topic-4-1 in /tmp/kafka-logs/-uve-topic-4-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,658] INFO [Partition -uve-topic-4-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-1 (kafka.cluster.Partition) [2026-06-08 05:55:32,658] INFO [Partition -uve-topic-4-1 broker=2] Log loaded for partition -uve-topic-4-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,669] INFO [LogLoader partition=-uve-topic-5-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,670] INFO Created log for partition -uve-topic-5-1 in /tmp/kafka-logs/-uve-topic-5-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,670] INFO [Partition -uve-topic-5-1 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-1 (kafka.cluster.Partition) [2026-06-08 05:55:32,670] INFO [Partition -uve-topic-5-1 broker=2] Log loaded for partition -uve-topic-5-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,681] INFO [LogLoader partition=structured_syslog_topic-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,682] INFO Created log for partition structured_syslog_topic-11 in /tmp/kafka-logs/structured_syslog_topic-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,682] INFO [Partition structured_syslog_topic-11 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-11 (kafka.cluster.Partition) [2026-06-08 05:55:32,682] INFO [Partition structured_syslog_topic-11 broker=2] Log loaded for partition structured_syslog_topic-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,694] INFO [LogLoader partition=-uve-topic-1-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,694] INFO Created log for partition -uve-topic-1-2 in /tmp/kafka-logs/-uve-topic-1-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,694] INFO [Partition -uve-topic-1-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-2 (kafka.cluster.Partition) [2026-06-08 05:55:32,694] INFO [Partition -uve-topic-1-2 broker=2] Log loaded for partition -uve-topic-1-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,704] INFO [LogLoader partition=-uve-topic-2-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,705] INFO Created log for partition -uve-topic-2-2 in /tmp/kafka-logs/-uve-topic-2-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,705] INFO [Partition -uve-topic-2-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-2 (kafka.cluster.Partition) [2026-06-08 05:55:32,705] INFO [Partition -uve-topic-2-2 broker=2] Log loaded for partition -uve-topic-2-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,714] INFO [LogLoader partition=-uve-topic-0-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,714] INFO Created log for partition -uve-topic-0-2 in /tmp/kafka-logs/-uve-topic-0-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,715] INFO [Partition -uve-topic-0-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-2 (kafka.cluster.Partition) [2026-06-08 05:55:32,715] INFO [Partition -uve-topic-0-2 broker=2] Log loaded for partition -uve-topic-0-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,724] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,724] INFO Created log for partition HEALTH_CHECK_TOPIC-29 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,724] INFO [Partition HEALTH_CHECK_TOPIC-29 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-29 (kafka.cluster.Partition) [2026-06-08 05:55:32,724] INFO [Partition HEALTH_CHECK_TOPIC-29 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,732] INFO [LogLoader partition=-uve-topic-9-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,732] INFO Created log for partition -uve-topic-9-2 in /tmp/kafka-logs/-uve-topic-9-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,732] INFO [Partition -uve-topic-9-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-2 (kafka.cluster.Partition) [2026-06-08 05:55:32,732] INFO [Partition -uve-topic-9-2 broker=2] Log loaded for partition -uve-topic-9-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,742] INFO [LogLoader partition=-uve-topic-7-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,743] INFO Created log for partition -uve-topic-7-2 in /tmp/kafka-logs/-uve-topic-7-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,743] INFO [Partition -uve-topic-7-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-2 (kafka.cluster.Partition) [2026-06-08 05:55:32,743] INFO [Partition -uve-topic-7-2 broker=2] Log loaded for partition -uve-topic-7-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,752] INFO [LogLoader partition=-uve-topic-8-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,753] INFO Created log for partition -uve-topic-8-2 in /tmp/kafka-logs/-uve-topic-8-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,753] INFO [Partition -uve-topic-8-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-2 (kafka.cluster.Partition) [2026-06-08 05:55:32,753] INFO [Partition -uve-topic-8-2 broker=2] Log loaded for partition -uve-topic-8-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,762] INFO [LogLoader partition=-uve-topic-5-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,763] INFO Created log for partition -uve-topic-5-2 in /tmp/kafka-logs/-uve-topic-5-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,763] INFO [Partition -uve-topic-5-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-2 (kafka.cluster.Partition) [2026-06-08 05:55:32,763] INFO [Partition -uve-topic-5-2 broker=2] Log loaded for partition -uve-topic-5-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,772] INFO [LogLoader partition=-uve-topic-6-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,773] INFO Created log for partition -uve-topic-6-2 in /tmp/kafka-logs/-uve-topic-6-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,773] INFO [Partition -uve-topic-6-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-2 (kafka.cluster.Partition) [2026-06-08 05:55:32,773] INFO [Partition -uve-topic-6-2 broker=2] Log loaded for partition -uve-topic-6-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [LogLoader partition=structured_syslog_topic-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO Created log for partition structured_syslog_topic-13 in /tmp/kafka-logs/structured_syslog_topic-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,783] INFO [Partition structured_syslog_topic-13 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-13 (kafka.cluster.Partition) [2026-06-08 05:55:32,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,784] INFO [Partition structured_syslog_topic-13 broker=2] Log loaded for partition structured_syslog_topic-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,793] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,795] INFO [LogLoader partition=-uve-topic-3-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,795] INFO Created log for partition -uve-topic-3-2 in /tmp/kafka-logs/-uve-topic-3-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,795] INFO [Partition -uve-topic-3-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-2 (kafka.cluster.Partition) [2026-06-08 05:55:32,795] INFO [Partition -uve-topic-3-2 broker=2] Log loaded for partition -uve-topic-3-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,806] INFO [LogLoader partition=-uve-topic-4-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,807] INFO Created log for partition -uve-topic-4-2 in /tmp/kafka-logs/-uve-topic-4-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,807] INFO [Partition -uve-topic-4-2 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-2 (kafka.cluster.Partition) [2026-06-08 05:55:32,807] INFO [Partition -uve-topic-4-2 broker=2] Log loaded for partition -uve-topic-4-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,814] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,816] INFO [LogLoader partition=-uve-topic-0-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,816] INFO Created log for partition -uve-topic-0-3 in /tmp/kafka-logs/-uve-topic-0-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,816] INFO [Partition -uve-topic-0-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-3 (kafka.cluster.Partition) [2026-06-08 05:55:32,816] INFO [Partition -uve-topic-0-3 broker=2] Log loaded for partition -uve-topic-0-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,826] INFO [LogLoader partition=-uve-topic-1-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,826] INFO Created log for partition -uve-topic-1-3 in /tmp/kafka-logs/-uve-topic-1-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,826] INFO [Partition -uve-topic-1-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-3 (kafka.cluster.Partition) [2026-06-08 05:55:32,826] INFO [Partition -uve-topic-1-3 broker=2] Log loaded for partition -uve-topic-1-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,837] INFO [LogLoader partition=-uve-topic-8-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,838] INFO Created log for partition -uve-topic-8-3 in /tmp/kafka-logs/-uve-topic-8-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,838] INFO [Partition -uve-topic-8-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-3 (kafka.cluster.Partition) [2026-06-08 05:55:32,838] INFO [Partition -uve-topic-8-3 broker=2] Log loaded for partition -uve-topic-8-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,848] INFO [LogLoader partition=-uve-topic-9-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,849] INFO Created log for partition -uve-topic-9-3 in /tmp/kafka-logs/-uve-topic-9-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,849] INFO [Partition -uve-topic-9-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-3 (kafka.cluster.Partition) [2026-06-08 05:55:32,849] INFO [Partition -uve-topic-9-3 broker=2] Log loaded for partition -uve-topic-9-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,860] INFO [LogLoader partition=-uve-topic-6-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,860] INFO Created log for partition -uve-topic-6-3 in /tmp/kafka-logs/-uve-topic-6-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,860] INFO [Partition -uve-topic-6-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-3 (kafka.cluster.Partition) [2026-06-08 05:55:32,860] INFO [Partition -uve-topic-6-3 broker=2] Log loaded for partition -uve-topic-6-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,872] INFO [LogLoader partition=-uve-topic-7-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,872] INFO Created log for partition -uve-topic-7-3 in /tmp/kafka-logs/-uve-topic-7-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,872] INFO [Partition -uve-topic-7-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-3 (kafka.cluster.Partition) [2026-06-08 05:55:32,872] INFO [Partition -uve-topic-7-3 broker=2] Log loaded for partition -uve-topic-7-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,879] INFO [LogLoader partition=-uve-topic-4-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,879] INFO Created log for partition -uve-topic-4-3 in /tmp/kafka-logs/-uve-topic-4-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,879] INFO [Partition -uve-topic-4-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-3 (kafka.cluster.Partition) [2026-06-08 05:55:32,879] INFO [Partition -uve-topic-4-3 broker=2] Log loaded for partition -uve-topic-4-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,889] INFO [LogLoader partition=-uve-topic-5-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,890] INFO Created log for partition -uve-topic-5-3 in /tmp/kafka-logs/-uve-topic-5-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,890] INFO [Partition -uve-topic-5-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-3 (kafka.cluster.Partition) [2026-06-08 05:55:32,890] INFO [Partition -uve-topic-5-3 broker=2] Log loaded for partition -uve-topic-5-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,903] INFO [LogLoader partition=-uve-topic-2-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,903] INFO Created log for partition -uve-topic-2-3 in /tmp/kafka-logs/-uve-topic-2-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,903] INFO [Partition -uve-topic-2-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-3 (kafka.cluster.Partition) [2026-06-08 05:55:32,903] INFO [Partition -uve-topic-2-3 broker=2] Log loaded for partition -uve-topic-2-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,913] INFO [LogLoader partition=structured_syslog_topic-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,913] INFO Created log for partition structured_syslog_topic-12 in /tmp/kafka-logs/structured_syslog_topic-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,913] INFO [Partition structured_syslog_topic-12 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-12 (kafka.cluster.Partition) [2026-06-08 05:55:32,913] INFO [Partition structured_syslog_topic-12 broker=2] Log loaded for partition structured_syslog_topic-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,923] INFO [LogLoader partition=-uve-topic-3-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,924] INFO Created log for partition -uve-topic-3-3 in /tmp/kafka-logs/-uve-topic-3-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,924] INFO [Partition -uve-topic-3-3 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-3 (kafka.cluster.Partition) [2026-06-08 05:55:32,924] INFO [Partition -uve-topic-3-3 broker=2] Log loaded for partition -uve-topic-3-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,933] INFO [LogLoader partition=-uve-topic-0-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,934] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,934] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:32,934] INFO Created log for partition -uve-topic-0-4 in /tmp/kafka-logs/-uve-topic-0-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,934] INFO [Partition -uve-topic-0-4 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-4 (kafka.cluster.Partition) [2026-06-08 05:55:32,934] INFO [Partition -uve-topic-0-4 broker=2] Log loaded for partition -uve-topic-0-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,949] INFO [LogLoader partition=-uve-topic-0-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,949] INFO Created log for partition -uve-topic-0-12 in /tmp/kafka-logs/-uve-topic-0-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,949] INFO [Partition -uve-topic-0-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-12 (kafka.cluster.Partition) [2026-06-08 05:55:32,949] INFO [Partition -uve-topic-0-12 broker=2] Log loaded for partition -uve-topic-0-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,960] INFO [LogLoader partition=structured_syslog_topic-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,960] INFO Created log for partition structured_syslog_topic-15 in /tmp/kafka-logs/structured_syslog_topic-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,960] INFO [Partition structured_syslog_topic-15 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-15 (kafka.cluster.Partition) [2026-06-08 05:55:32,960] INFO [Partition structured_syslog_topic-15 broker=2] Log loaded for partition structured_syslog_topic-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,971] INFO [LogLoader partition=-uve-topic-7-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,972] INFO Created log for partition -uve-topic-7-12 in /tmp/kafka-logs/-uve-topic-7-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,972] INFO [Partition -uve-topic-7-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-12 (kafka.cluster.Partition) [2026-06-08 05:55:32,972] INFO [Partition -uve-topic-7-12 broker=2] Log loaded for partition -uve-topic-7-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,986] INFO [LogLoader partition=-uve-topic-8-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,986] INFO Created log for partition -uve-topic-8-12 in /tmp/kafka-logs/-uve-topic-8-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,986] INFO [Partition -uve-topic-8-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-12 (kafka.cluster.Partition) [2026-06-08 05:55:32,986] INFO [Partition -uve-topic-8-12 broker=2] Log loaded for partition -uve-topic-8-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:32,995] INFO [LogLoader partition=-uve-topic-5-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:32,995] INFO Created log for partition -uve-topic-5-12 in /tmp/kafka-logs/-uve-topic-5-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:32,995] INFO [Partition -uve-topic-5-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-12 (kafka.cluster.Partition) [2026-06-08 05:55:32,996] INFO [Partition -uve-topic-5-12 broker=2] Log loaded for partition -uve-topic-5-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,004] INFO [LogLoader partition=-uve-topic-6-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,005] INFO Created log for partition -uve-topic-6-12 in /tmp/kafka-logs/-uve-topic-6-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,005] INFO [Partition -uve-topic-6-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-12 (kafka.cluster.Partition) [2026-06-08 05:55:33,005] INFO [Partition -uve-topic-6-12 broker=2] Log loaded for partition -uve-topic-6-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,014] INFO [LogLoader partition=-uve-topic-3-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,015] INFO Created log for partition -uve-topic-3-12 in /tmp/kafka-logs/-uve-topic-3-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,015] INFO [Partition -uve-topic-3-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-12 (kafka.cluster.Partition) [2026-06-08 05:55:33,015] INFO [Partition -uve-topic-3-12 broker=2] Log loaded for partition -uve-topic-3-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,027] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,027] INFO Created log for partition HEALTH_CHECK_TOPIC-24 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,027] INFO [Partition HEALTH_CHECK_TOPIC-24 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-24 (kafka.cluster.Partition) [2026-06-08 05:55:33,027] INFO [Partition HEALTH_CHECK_TOPIC-24 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,037] INFO [LogLoader partition=-uve-topic-4-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,038] INFO Created log for partition -uve-topic-4-12 in /tmp/kafka-logs/-uve-topic-4-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,038] INFO [Partition -uve-topic-4-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-12 (kafka.cluster.Partition) [2026-06-08 05:55:33,038] INFO [Partition -uve-topic-4-12 broker=2] Log loaded for partition -uve-topic-4-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,046] INFO [LogLoader partition=-uve-topic-1-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,047] INFO Created log for partition -uve-topic-1-12 in /tmp/kafka-logs/-uve-topic-1-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,047] INFO [Partition -uve-topic-1-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-12 (kafka.cluster.Partition) [2026-06-08 05:55:33,047] INFO [Partition -uve-topic-1-12 broker=2] Log loaded for partition -uve-topic-1-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,053] INFO [LogLoader partition=-uve-topic-2-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,053] INFO Created log for partition -uve-topic-2-12 in /tmp/kafka-logs/-uve-topic-2-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,053] INFO [Partition -uve-topic-2-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-12 (kafka.cluster.Partition) [2026-06-08 05:55:33,053] INFO [Partition -uve-topic-2-12 broker=2] Log loaded for partition -uve-topic-2-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,062] INFO [LogLoader partition=structured_syslog_topic-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,062] INFO Created log for partition structured_syslog_topic-14 in /tmp/kafka-logs/structured_syslog_topic-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,062] INFO [Partition structured_syslog_topic-14 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-14 (kafka.cluster.Partition) [2026-06-08 05:55:33,062] INFO [Partition structured_syslog_topic-14 broker=2] Log loaded for partition structured_syslog_topic-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,070] INFO [LogLoader partition=-uve-topic-9-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,070] INFO Created log for partition -uve-topic-9-12 in /tmp/kafka-logs/-uve-topic-9-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,070] INFO [Partition -uve-topic-9-12 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-12 (kafka.cluster.Partition) [2026-06-08 05:55:33,070] INFO [Partition -uve-topic-9-12 broker=2] Log loaded for partition -uve-topic-9-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,080] INFO [LogLoader partition=-uve-topic-6-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,081] INFO Created log for partition -uve-topic-6-13 in /tmp/kafka-logs/-uve-topic-6-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,081] INFO [Partition -uve-topic-6-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-13 (kafka.cluster.Partition) [2026-06-08 05:55:33,081] INFO [Partition -uve-topic-6-13 broker=2] Log loaded for partition -uve-topic-6-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,091] INFO [LogLoader partition=-uve-topic-7-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,092] INFO Created log for partition -uve-topic-7-13 in /tmp/kafka-logs/-uve-topic-7-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,092] INFO [Partition -uve-topic-7-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-13 (kafka.cluster.Partition) [2026-06-08 05:55:33,092] INFO [Partition -uve-topic-7-13 broker=2] Log loaded for partition -uve-topic-7-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,100] INFO [LogLoader partition=-uve-topic-4-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,100] INFO Created log for partition -uve-topic-4-13 in /tmp/kafka-logs/-uve-topic-4-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,100] INFO [Partition -uve-topic-4-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-13 (kafka.cluster.Partition) [2026-06-08 05:55:33,100] INFO [Partition -uve-topic-4-13 broker=2] Log loaded for partition -uve-topic-4-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,108] INFO [LogLoader partition=-uve-topic-5-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,108] INFO Created log for partition -uve-topic-5-13 in /tmp/kafka-logs/-uve-topic-5-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,108] INFO [Partition -uve-topic-5-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-13 (kafka.cluster.Partition) [2026-06-08 05:55:33,109] INFO [Partition -uve-topic-5-13 broker=2] Log loaded for partition -uve-topic-5-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,117] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,118] INFO Created log for partition HEALTH_CHECK_TOPIC-25 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,118] INFO [Partition HEALTH_CHECK_TOPIC-25 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-25 (kafka.cluster.Partition) [2026-06-08 05:55:33,118] INFO [Partition HEALTH_CHECK_TOPIC-25 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,126] INFO [LogLoader partition=-uve-topic-2-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,127] INFO Created log for partition -uve-topic-2-13 in /tmp/kafka-logs/-uve-topic-2-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,127] INFO [Partition -uve-topic-2-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-13 (kafka.cluster.Partition) [2026-06-08 05:55:33,127] INFO [Partition -uve-topic-2-13 broker=2] Log loaded for partition -uve-topic-2-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,135] INFO [LogLoader partition=-uve-topic-3-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,135] INFO Created log for partition -uve-topic-3-13 in /tmp/kafka-logs/-uve-topic-3-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,135] INFO [Partition -uve-topic-3-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-13 (kafka.cluster.Partition) [2026-06-08 05:55:33,135] INFO [Partition -uve-topic-3-13 broker=2] Log loaded for partition -uve-topic-3-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,147] INFO [LogLoader partition=-uve-topic-0-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,147] INFO Created log for partition -uve-topic-0-13 in /tmp/kafka-logs/-uve-topic-0-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,147] INFO [Partition -uve-topic-0-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-13 (kafka.cluster.Partition) [2026-06-08 05:55:33,147] INFO [Partition -uve-topic-0-13 broker=2] Log loaded for partition -uve-topic-0-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,156] INFO [LogLoader partition=-uve-topic-1-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,156] INFO Created log for partition -uve-topic-1-13 in /tmp/kafka-logs/-uve-topic-1-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,156] INFO [Partition -uve-topic-1-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-13 (kafka.cluster.Partition) [2026-06-08 05:55:33,156] INFO [Partition -uve-topic-1-13 broker=2] Log loaded for partition -uve-topic-1-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,165] INFO [LogLoader partition=structured_syslog_topic-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,166] INFO Created log for partition structured_syslog_topic-17 in /tmp/kafka-logs/structured_syslog_topic-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,166] INFO [Partition structured_syslog_topic-17 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-17 (kafka.cluster.Partition) [2026-06-08 05:55:33,166] INFO [Partition structured_syslog_topic-17 broker=2] Log loaded for partition structured_syslog_topic-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,175] INFO [LogLoader partition=-uve-topic-8-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,175] INFO Created log for partition -uve-topic-8-13 in /tmp/kafka-logs/-uve-topic-8-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,175] INFO [Partition -uve-topic-8-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-13 (kafka.cluster.Partition) [2026-06-08 05:55:33,175] INFO [Partition -uve-topic-8-13 broker=2] Log loaded for partition -uve-topic-8-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,185] INFO [LogLoader partition=-uve-topic-9-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,186] INFO Created log for partition -uve-topic-9-13 in /tmp/kafka-logs/-uve-topic-9-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,186] INFO [Partition -uve-topic-9-13 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-13 (kafka.cluster.Partition) [2026-06-08 05:55:33,186] INFO [Partition -uve-topic-9-13 broker=2] Log loaded for partition -uve-topic-9-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,194] INFO [LogLoader partition=-uve-topic-5-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,195] INFO Created log for partition -uve-topic-5-14 in /tmp/kafka-logs/-uve-topic-5-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,195] INFO [Partition -uve-topic-5-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-14 (kafka.cluster.Partition) [2026-06-08 05:55:33,195] INFO [Partition -uve-topic-5-14 broker=2] Log loaded for partition -uve-topic-5-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,206] INFO [LogLoader partition=-uve-topic-6-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,206] INFO Created log for partition -uve-topic-6-14 in /tmp/kafka-logs/-uve-topic-6-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,206] INFO [Partition -uve-topic-6-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-14 (kafka.cluster.Partition) [2026-06-08 05:55:33,206] INFO [Partition -uve-topic-6-14 broker=2] Log loaded for partition -uve-topic-6-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,217] INFO [LogLoader partition=-uve-topic-3-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,217] INFO Created log for partition -uve-topic-3-14 in /tmp/kafka-logs/-uve-topic-3-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,217] INFO [Partition -uve-topic-3-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-14 (kafka.cluster.Partition) [2026-06-08 05:55:33,217] INFO [Partition -uve-topic-3-14 broker=2] Log loaded for partition -uve-topic-3-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,227] INFO [LogLoader partition=-uve-topic-4-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,227] INFO Created log for partition -uve-topic-4-14 in /tmp/kafka-logs/-uve-topic-4-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,227] INFO [Partition -uve-topic-4-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-14 (kafka.cluster.Partition) [2026-06-08 05:55:33,227] INFO [Partition -uve-topic-4-14 broker=2] Log loaded for partition -uve-topic-4-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,236] INFO [LogLoader partition=-uve-topic-1-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,236] INFO Created log for partition -uve-topic-1-14 in /tmp/kafka-logs/-uve-topic-1-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,236] INFO [Partition -uve-topic-1-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-14 (kafka.cluster.Partition) [2026-06-08 05:55:33,236] INFO [Partition -uve-topic-1-14 broker=2] Log loaded for partition -uve-topic-1-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,249] INFO [LogLoader partition=-uve-topic-2-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,249] INFO Created log for partition -uve-topic-2-14 in /tmp/kafka-logs/-uve-topic-2-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,250] INFO [Partition -uve-topic-2-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-14 (kafka.cluster.Partition) [2026-06-08 05:55:33,250] INFO [Partition -uve-topic-2-14 broker=2] Log loaded for partition -uve-topic-2-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,258] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,258] INFO Created log for partition HEALTH_CHECK_TOPIC-26 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,258] INFO [Partition HEALTH_CHECK_TOPIC-26 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-26 (kafka.cluster.Partition) [2026-06-08 05:55:33,258] INFO [Partition HEALTH_CHECK_TOPIC-26 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,267] INFO [LogLoader partition=-uve-topic-0-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,267] INFO Created log for partition -uve-topic-0-14 in /tmp/kafka-logs/-uve-topic-0-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,267] INFO [Partition -uve-topic-0-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-14 (kafka.cluster.Partition) [2026-06-08 05:55:33,267] INFO [Partition -uve-topic-0-14 broker=2] Log loaded for partition -uve-topic-0-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,276] INFO [LogLoader partition=structured_syslog_topic-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,277] INFO Created log for partition structured_syslog_topic-16 in /tmp/kafka-logs/structured_syslog_topic-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,277] INFO [Partition structured_syslog_topic-16 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-16 (kafka.cluster.Partition) [2026-06-08 05:55:33,277] INFO [Partition structured_syslog_topic-16 broker=2] Log loaded for partition structured_syslog_topic-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,285] INFO [LogLoader partition=-uve-topic-9-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,285] INFO Created log for partition -uve-topic-9-14 in /tmp/kafka-logs/-uve-topic-9-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,285] INFO [Partition -uve-topic-9-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-14 (kafka.cluster.Partition) [2026-06-08 05:55:33,285] INFO [Partition -uve-topic-9-14 broker=2] Log loaded for partition -uve-topic-9-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,294] INFO [LogLoader partition=-uve-topic-7-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,294] INFO Created log for partition -uve-topic-7-14 in /tmp/kafka-logs/-uve-topic-7-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,294] INFO [Partition -uve-topic-7-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-14 (kafka.cluster.Partition) [2026-06-08 05:55:33,294] INFO [Partition -uve-topic-7-14 broker=2] Log loaded for partition -uve-topic-7-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,304] INFO [LogLoader partition=-uve-topic-8-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,304] INFO Created log for partition -uve-topic-8-14 in /tmp/kafka-logs/-uve-topic-8-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,304] INFO [Partition -uve-topic-8-14 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-14 (kafka.cluster.Partition) [2026-06-08 05:55:33,305] INFO [Partition -uve-topic-8-14 broker=2] Log loaded for partition -uve-topic-8-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,313] INFO [LogLoader partition=-uve-topic-4-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,314] INFO Created log for partition -uve-topic-4-15 in /tmp/kafka-logs/-uve-topic-4-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,314] INFO [Partition -uve-topic-4-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-15 (kafka.cluster.Partition) [2026-06-08 05:55:33,314] INFO [Partition -uve-topic-4-15 broker=2] Log loaded for partition -uve-topic-4-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,320] INFO [LogLoader partition=-uve-topic-5-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,321] INFO Created log for partition -uve-topic-5-15 in /tmp/kafka-logs/-uve-topic-5-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,321] INFO [Partition -uve-topic-5-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-15 (kafka.cluster.Partition) [2026-06-08 05:55:33,321] INFO [Partition -uve-topic-5-15 broker=2] Log loaded for partition -uve-topic-5-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,330] INFO [LogLoader partition=-uve-topic-2-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,330] INFO Created log for partition -uve-topic-2-15 in /tmp/kafka-logs/-uve-topic-2-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,330] INFO [Partition -uve-topic-2-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-15 (kafka.cluster.Partition) [2026-06-08 05:55:33,330] INFO [Partition -uve-topic-2-15 broker=2] Log loaded for partition -uve-topic-2-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,338] INFO [LogLoader partition=-uve-topic-3-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,338] INFO Created log for partition -uve-topic-3-15 in /tmp/kafka-logs/-uve-topic-3-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,338] INFO [Partition -uve-topic-3-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-15 (kafka.cluster.Partition) [2026-06-08 05:55:33,338] INFO [Partition -uve-topic-3-15 broker=2] Log loaded for partition -uve-topic-3-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,347] INFO [LogLoader partition=-uve-topic-0-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,347] INFO Created log for partition -uve-topic-0-15 in /tmp/kafka-logs/-uve-topic-0-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,347] INFO [Partition -uve-topic-0-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-15 (kafka.cluster.Partition) [2026-06-08 05:55:33,347] INFO [Partition -uve-topic-0-15 broker=2] Log loaded for partition -uve-topic-0-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,356] INFO [LogLoader partition=-uve-topic-1-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,356] INFO Created log for partition -uve-topic-1-15 in /tmp/kafka-logs/-uve-topic-1-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,357] INFO [Partition -uve-topic-1-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-15 (kafka.cluster.Partition) [2026-06-08 05:55:33,357] INFO [Partition -uve-topic-1-15 broker=2] Log loaded for partition -uve-topic-1-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,369] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,369] INFO Created log for partition HEALTH_CHECK_TOPIC-27 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,369] INFO [Partition HEALTH_CHECK_TOPIC-27 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-27 (kafka.cluster.Partition) [2026-06-08 05:55:33,370] INFO [Partition HEALTH_CHECK_TOPIC-27 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,376] INFO [LogLoader partition=structured_syslog_topic-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,376] INFO Created log for partition structured_syslog_topic-19 in /tmp/kafka-logs/structured_syslog_topic-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,376] INFO [Partition structured_syslog_topic-19 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-19 (kafka.cluster.Partition) [2026-06-08 05:55:33,377] INFO [Partition structured_syslog_topic-19 broker=2] Log loaded for partition structured_syslog_topic-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,386] INFO [LogLoader partition=-uve-topic-3-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,387] INFO Created log for partition -uve-topic-3-8 in /tmp/kafka-logs/-uve-topic-3-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,387] INFO [Partition -uve-topic-3-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-8 (kafka.cluster.Partition) [2026-06-08 05:55:33,387] INFO [Partition -uve-topic-3-8 broker=2] Log loaded for partition -uve-topic-3-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,396] INFO [LogLoader partition=-uve-topic-4-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,397] INFO Created log for partition -uve-topic-4-8 in /tmp/kafka-logs/-uve-topic-4-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,397] INFO [Partition -uve-topic-4-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-8 (kafka.cluster.Partition) [2026-06-08 05:55:33,397] INFO [Partition -uve-topic-4-8 broker=2] Log loaded for partition -uve-topic-4-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,409] INFO [LogLoader partition=-uve-topic-1-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,409] INFO Created log for partition -uve-topic-1-8 in /tmp/kafka-logs/-uve-topic-1-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,409] INFO [Partition -uve-topic-1-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-8 (kafka.cluster.Partition) [2026-06-08 05:55:33,409] INFO [Partition -uve-topic-1-8 broker=2] Log loaded for partition -uve-topic-1-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,420] INFO [LogLoader partition=-uve-topic-2-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,420] INFO Created log for partition -uve-topic-2-8 in /tmp/kafka-logs/-uve-topic-2-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,420] INFO [Partition -uve-topic-2-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-8 (kafka.cluster.Partition) [2026-06-08 05:55:33,420] INFO [Partition -uve-topic-2-8 broker=2] Log loaded for partition -uve-topic-2-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,433] INFO [LogLoader partition=-uve-topic-0-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,433] INFO Created log for partition -uve-topic-0-8 in /tmp/kafka-logs/-uve-topic-0-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,433] INFO [Partition -uve-topic-0-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-8 (kafka.cluster.Partition) [2026-06-08 05:55:33,433] INFO [Partition -uve-topic-0-8 broker=2] Log loaded for partition -uve-topic-0-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,434] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,437] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,443] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,443] INFO Created log for partition HEALTH_CHECK_TOPIC-20 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,443] INFO [Partition HEALTH_CHECK_TOPIC-20 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-20 (kafka.cluster.Partition) [2026-06-08 05:55:33,443] INFO [Partition HEALTH_CHECK_TOPIC-20 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,455] INFO [LogLoader partition=-uve-topic-9-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,455] INFO Created log for partition -uve-topic-9-8 in /tmp/kafka-logs/-uve-topic-9-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,455] INFO [Partition -uve-topic-9-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-8 (kafka.cluster.Partition) [2026-06-08 05:55:33,455] INFO [Partition -uve-topic-9-8 broker=2] Log loaded for partition -uve-topic-9-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,465] INFO [LogLoader partition=-uve-topic-7-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,465] INFO Created log for partition -uve-topic-7-8 in /tmp/kafka-logs/-uve-topic-7-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,465] INFO [Partition -uve-topic-7-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-8 (kafka.cluster.Partition) [2026-06-08 05:55:33,465] INFO [Partition -uve-topic-7-8 broker=2] Log loaded for partition -uve-topic-7-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,477] INFO [LogLoader partition=-uve-topic-8-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,478] INFO Created log for partition -uve-topic-8-8 in /tmp/kafka-logs/-uve-topic-8-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,478] INFO [Partition -uve-topic-8-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-8 (kafka.cluster.Partition) [2026-06-08 05:55:33,478] INFO [Partition -uve-topic-8-8 broker=2] Log loaded for partition -uve-topic-8-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,484] INFO [LogLoader partition=-uve-topic-5-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,485] INFO Created log for partition -uve-topic-5-8 in /tmp/kafka-logs/-uve-topic-5-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,485] INFO [Partition -uve-topic-5-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-8 (kafka.cluster.Partition) [2026-06-08 05:55:33,485] INFO [Partition -uve-topic-5-8 broker=2] Log loaded for partition -uve-topic-5-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,495] INFO [LogLoader partition=-uve-topic-6-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,496] INFO Created log for partition -uve-topic-6-8 in /tmp/kafka-logs/-uve-topic-6-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,496] INFO [Partition -uve-topic-6-8 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-8 (kafka.cluster.Partition) [2026-06-08 05:55:33,496] INFO [Partition -uve-topic-6-8 broker=2] Log loaded for partition -uve-topic-6-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,507] INFO [LogLoader partition=-uve-topic-2-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,507] INFO Created log for partition -uve-topic-2-9 in /tmp/kafka-logs/-uve-topic-2-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,507] INFO [Partition -uve-topic-2-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-9 (kafka.cluster.Partition) [2026-06-08 05:55:33,507] INFO [Partition -uve-topic-2-9 broker=2] Log loaded for partition -uve-topic-2-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,518] INFO [LogLoader partition=structured_syslog_topic-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,518] INFO Created log for partition structured_syslog_topic-18 in /tmp/kafka-logs/structured_syslog_topic-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,518] INFO [Partition structured_syslog_topic-18 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-18 (kafka.cluster.Partition) [2026-06-08 05:55:33,518] INFO [Partition structured_syslog_topic-18 broker=2] Log loaded for partition structured_syslog_topic-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,527] INFO [LogLoader partition=-uve-topic-3-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,527] INFO Created log for partition -uve-topic-3-9 in /tmp/kafka-logs/-uve-topic-3-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,527] INFO [Partition -uve-topic-3-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-9 (kafka.cluster.Partition) [2026-06-08 05:55:33,527] INFO [Partition -uve-topic-3-9 broker=2] Log loaded for partition -uve-topic-3-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,536] INFO [LogLoader partition=-uve-topic-0-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,536] INFO Created log for partition -uve-topic-0-9 in /tmp/kafka-logs/-uve-topic-0-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,536] INFO [Partition -uve-topic-0-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-9 (kafka.cluster.Partition) [2026-06-08 05:55:33,536] INFO [Partition -uve-topic-0-9 broker=2] Log loaded for partition -uve-topic-0-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,547] INFO [LogLoader partition=-uve-topic-1-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,547] INFO Created log for partition -uve-topic-1-9 in /tmp/kafka-logs/-uve-topic-1-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,547] INFO [Partition -uve-topic-1-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-9 (kafka.cluster.Partition) [2026-06-08 05:55:33,548] INFO [Partition -uve-topic-1-9 broker=2] Log loaded for partition -uve-topic-1-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,559] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,559] INFO Created log for partition HEALTH_CHECK_TOPIC-21 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,559] INFO [Partition HEALTH_CHECK_TOPIC-21 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-21 (kafka.cluster.Partition) [2026-06-08 05:55:33,559] INFO [Partition HEALTH_CHECK_TOPIC-21 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,570] INFO [LogLoader partition=-uve-topic-8-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,571] INFO Created log for partition -uve-topic-8-9 in /tmp/kafka-logs/-uve-topic-8-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,571] INFO [Partition -uve-topic-8-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-9 (kafka.cluster.Partition) [2026-06-08 05:55:33,571] INFO [Partition -uve-topic-8-9 broker=2] Log loaded for partition -uve-topic-8-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,577] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,577] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,582] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,583] INFO [LogLoader partition=-uve-topic-9-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,583] INFO Created log for partition -uve-topic-9-9 in /tmp/kafka-logs/-uve-topic-9-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,583] INFO [Partition -uve-topic-9-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-9 (kafka.cluster.Partition) [2026-06-08 05:55:33,583] INFO [Partition -uve-topic-9-9 broker=2] Log loaded for partition -uve-topic-9-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,593] INFO [LogLoader partition=-uve-topic-6-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,593] INFO Created log for partition -uve-topic-6-9 in /tmp/kafka-logs/-uve-topic-6-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,593] INFO [Partition -uve-topic-6-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-9 (kafka.cluster.Partition) [2026-06-08 05:55:33,593] INFO [Partition -uve-topic-6-9 broker=2] Log loaded for partition -uve-topic-6-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,602] INFO [LogLoader partition=-uve-topic-7-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,602] INFO Created log for partition -uve-topic-7-9 in /tmp/kafka-logs/-uve-topic-7-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,602] INFO [Partition -uve-topic-7-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-9 (kafka.cluster.Partition) [2026-06-08 05:55:33,602] INFO [Partition -uve-topic-7-9 broker=2] Log loaded for partition -uve-topic-7-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,612] INFO [LogLoader partition=-uve-topic-4-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,612] INFO Created log for partition -uve-topic-4-9 in /tmp/kafka-logs/-uve-topic-4-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,612] INFO [Partition -uve-topic-4-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-9 (kafka.cluster.Partition) [2026-06-08 05:55:33,612] INFO [Partition -uve-topic-4-9 broker=2] Log loaded for partition -uve-topic-4-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,621] INFO [LogLoader partition=-uve-topic-5-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,621] INFO Created log for partition -uve-topic-5-9 in /tmp/kafka-logs/-uve-topic-5-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,621] INFO [Partition -uve-topic-5-9 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-9 (kafka.cluster.Partition) [2026-06-08 05:55:33,621] INFO [Partition -uve-topic-5-9 broker=2] Log loaded for partition -uve-topic-5-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,630] INFO [LogLoader partition=-uve-topic-1-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,630] INFO Created log for partition -uve-topic-1-10 in /tmp/kafka-logs/-uve-topic-1-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,630] INFO [Partition -uve-topic-1-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-10 (kafka.cluster.Partition) [2026-06-08 05:55:33,630] INFO [Partition -uve-topic-1-10 broker=2] Log loaded for partition -uve-topic-1-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,641] INFO [LogLoader partition=-uve-topic-2-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,641] INFO Created log for partition -uve-topic-2-10 in /tmp/kafka-logs/-uve-topic-2-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,641] INFO [Partition -uve-topic-2-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-10 (kafka.cluster.Partition) [2026-06-08 05:55:33,641] INFO [Partition -uve-topic-2-10 broker=2] Log loaded for partition -uve-topic-2-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,652] INFO [LogLoader partition=-uve-topic-0-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,652] INFO Created log for partition -uve-topic-0-10 in /tmp/kafka-logs/-uve-topic-0-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,652] INFO [Partition -uve-topic-0-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-10 (kafka.cluster.Partition) [2026-06-08 05:55:33,652] INFO [Partition -uve-topic-0-10 broker=2] Log loaded for partition -uve-topic-0-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,663] INFO [LogLoader partition=-uve-topic-9-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,663] INFO Created log for partition -uve-topic-9-10 in /tmp/kafka-logs/-uve-topic-9-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,663] INFO [Partition -uve-topic-9-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-10 (kafka.cluster.Partition) [2026-06-08 05:55:33,663] INFO [Partition -uve-topic-9-10 broker=2] Log loaded for partition -uve-topic-9-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,677] INFO [LogLoader partition=-uve-topic-7-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,678] INFO Created log for partition -uve-topic-7-10 in /tmp/kafka-logs/-uve-topic-7-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,678] INFO [Partition -uve-topic-7-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-10 (kafka.cluster.Partition) [2026-06-08 05:55:33,678] INFO [Partition -uve-topic-7-10 broker=2] Log loaded for partition -uve-topic-7-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,685] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,686] INFO Created log for partition HEALTH_CHECK_TOPIC-22 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,686] INFO [Partition HEALTH_CHECK_TOPIC-22 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-22 (kafka.cluster.Partition) [2026-06-08 05:55:33,686] INFO [Partition HEALTH_CHECK_TOPIC-22 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,696] INFO [LogLoader partition=-uve-topic-8-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,696] INFO Created log for partition -uve-topic-8-10 in /tmp/kafka-logs/-uve-topic-8-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,696] INFO [Partition -uve-topic-8-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-10 (kafka.cluster.Partition) [2026-06-08 05:55:33,696] INFO [Partition -uve-topic-8-10 broker=2] Log loaded for partition -uve-topic-8-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,708] INFO [LogLoader partition=-uve-topic-5-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,708] INFO Created log for partition -uve-topic-5-10 in /tmp/kafka-logs/-uve-topic-5-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,708] INFO [Partition -uve-topic-5-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-10 (kafka.cluster.Partition) [2026-06-08 05:55:33,708] INFO [Partition -uve-topic-5-10 broker=2] Log loaded for partition -uve-topic-5-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,721] INFO [LogLoader partition=-uve-topic-6-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,721] INFO Created log for partition -uve-topic-6-10 in /tmp/kafka-logs/-uve-topic-6-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,721] INFO [Partition -uve-topic-6-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-10 (kafka.cluster.Partition) [2026-06-08 05:55:33,721] INFO [Partition -uve-topic-6-10 broker=2] Log loaded for partition -uve-topic-6-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,731] INFO [LogLoader partition=structured_syslog_topic-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,731] INFO Created log for partition structured_syslog_topic-21 in /tmp/kafka-logs/structured_syslog_topic-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,731] INFO [Partition structured_syslog_topic-21 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-21 (kafka.cluster.Partition) [2026-06-08 05:55:33,731] INFO [Partition structured_syslog_topic-21 broker=2] Log loaded for partition structured_syslog_topic-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,741] INFO [LogLoader partition=-uve-topic-3-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,741] INFO Created log for partition -uve-topic-3-10 in /tmp/kafka-logs/-uve-topic-3-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,741] INFO [Partition -uve-topic-3-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-10 (kafka.cluster.Partition) [2026-06-08 05:55:33,741] INFO [Partition -uve-topic-3-10 broker=2] Log loaded for partition -uve-topic-3-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,753] INFO [LogLoader partition=-uve-topic-4-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,753] INFO Created log for partition -uve-topic-4-10 in /tmp/kafka-logs/-uve-topic-4-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,761] INFO [Partition -uve-topic-4-10 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-10 (kafka.cluster.Partition) [2026-06-08 05:55:33,761] INFO [Partition -uve-topic-4-10 broker=2] Log loaded for partition -uve-topic-4-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,761] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,762] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,762] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,762] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,762] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,762] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,762] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,762] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,762] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,762] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,762] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,774] INFO [LogLoader partition=-uve-topic-0-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,774] INFO Created log for partition -uve-topic-0-11 in /tmp/kafka-logs/-uve-topic-0-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,774] INFO [Partition -uve-topic-0-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-11 (kafka.cluster.Partition) [2026-06-08 05:55:33,774] INFO [Partition -uve-topic-0-11 broker=2] Log loaded for partition -uve-topic-0-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,783] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,784] INFO [LogLoader partition=-uve-topic-1-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,784] INFO Created log for partition -uve-topic-1-11 in /tmp/kafka-logs/-uve-topic-1-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,784] INFO [Partition -uve-topic-1-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-11 (kafka.cluster.Partition) [2026-06-08 05:55:33,784] INFO [Partition -uve-topic-1-11 broker=2] Log loaded for partition -uve-topic-1-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,792] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,793] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,794] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,794] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,794] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,794] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,794] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,795] INFO [LogLoader partition=-uve-topic-8-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,795] INFO Created log for partition -uve-topic-8-11 in /tmp/kafka-logs/-uve-topic-8-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,796] INFO [Partition -uve-topic-8-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-11 (kafka.cluster.Partition) [2026-06-08 05:55:33,796] INFO [Partition -uve-topic-8-11 broker=2] Log loaded for partition -uve-topic-8-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,805] INFO [LogLoader partition=-uve-topic-9-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,806] INFO Created log for partition -uve-topic-9-11 in /tmp/kafka-logs/-uve-topic-9-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,806] INFO [Partition -uve-topic-9-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-11 (kafka.cluster.Partition) [2026-06-08 05:55:33,806] INFO [Partition -uve-topic-9-11 broker=2] Log loaded for partition -uve-topic-9-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,814] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,816] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,816] INFO Created log for partition HEALTH_CHECK_TOPIC-23 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,816] INFO [Partition HEALTH_CHECK_TOPIC-23 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-23 (kafka.cluster.Partition) [2026-06-08 05:55:33,816] INFO [Partition HEALTH_CHECK_TOPIC-23 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,823] INFO [LogLoader partition=-uve-topic-6-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,824] INFO Created log for partition -uve-topic-6-11 in /tmp/kafka-logs/-uve-topic-6-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,824] INFO [Partition -uve-topic-6-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-11 (kafka.cluster.Partition) [2026-06-08 05:55:33,824] INFO [Partition -uve-topic-6-11 broker=2] Log loaded for partition -uve-topic-6-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,834] INFO [LogLoader partition=-uve-topic-7-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,834] INFO Created log for partition -uve-topic-7-11 in /tmp/kafka-logs/-uve-topic-7-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,834] INFO [Partition -uve-topic-7-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-11 (kafka.cluster.Partition) [2026-06-08 05:55:33,834] INFO [Partition -uve-topic-7-11 broker=2] Log loaded for partition -uve-topic-7-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,848] INFO [LogLoader partition=-uve-topic-4-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,849] INFO Created log for partition -uve-topic-4-11 in /tmp/kafka-logs/-uve-topic-4-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,849] INFO [Partition -uve-topic-4-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-11 (kafka.cluster.Partition) [2026-06-08 05:55:33,849] INFO [Partition -uve-topic-4-11 broker=2] Log loaded for partition -uve-topic-4-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,857] INFO [LogLoader partition=-uve-topic-5-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,858] INFO Created log for partition -uve-topic-5-11 in /tmp/kafka-logs/-uve-topic-5-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,858] INFO [Partition -uve-topic-5-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-11 (kafka.cluster.Partition) [2026-06-08 05:55:33,858] INFO [Partition -uve-topic-5-11 broker=2] Log loaded for partition -uve-topic-5-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,865] INFO [LogLoader partition=-uve-topic-2-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,866] INFO Created log for partition -uve-topic-2-11 in /tmp/kafka-logs/-uve-topic-2-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,866] INFO [Partition -uve-topic-2-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-11 (kafka.cluster.Partition) [2026-06-08 05:55:33,866] INFO [Partition -uve-topic-2-11 broker=2] Log loaded for partition -uve-topic-2-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,876] INFO [LogLoader partition=structured_syslog_topic-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,876] INFO Created log for partition structured_syslog_topic-20 in /tmp/kafka-logs/structured_syslog_topic-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,876] INFO [Partition structured_syslog_topic-20 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-20 (kafka.cluster.Partition) [2026-06-08 05:55:33,876] INFO [Partition structured_syslog_topic-20 broker=2] Log loaded for partition structured_syslog_topic-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,887] INFO [LogLoader partition=-uve-topic-3-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,887] INFO Created log for partition -uve-topic-3-11 in /tmp/kafka-logs/-uve-topic-3-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,887] INFO [Partition -uve-topic-3-11 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-11 (kafka.cluster.Partition) [2026-06-08 05:55:33,887] INFO [Partition -uve-topic-3-11 broker=2] Log loaded for partition -uve-topic-3-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,896] INFO [LogLoader partition=-uve-topic-8-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,896] INFO Created log for partition -uve-topic-8-19 in /tmp/kafka-logs/-uve-topic-8-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,896] INFO [Partition -uve-topic-8-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-19 (kafka.cluster.Partition) [2026-06-08 05:55:33,896] INFO [Partition -uve-topic-8-19 broker=2] Log loaded for partition -uve-topic-8-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,907] INFO [LogLoader partition=-uve-topic-9-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,907] INFO Created log for partition -uve-topic-9-19 in /tmp/kafka-logs/-uve-topic-9-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,907] INFO [Partition -uve-topic-9-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-19 (kafka.cluster.Partition) [2026-06-08 05:55:33,907] INFO [Partition -uve-topic-9-19 broker=2] Log loaded for partition -uve-topic-9-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,918] INFO [LogLoader partition=-uve-topic-6-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,918] INFO Created log for partition -uve-topic-6-19 in /tmp/kafka-logs/-uve-topic-6-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,918] INFO [Partition -uve-topic-6-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-19 (kafka.cluster.Partition) [2026-06-08 05:55:33,918] INFO [Partition -uve-topic-6-19 broker=2] Log loaded for partition -uve-topic-6-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,927] INFO [LogLoader partition=-uve-topic-7-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,927] INFO Created log for partition -uve-topic-7-19 in /tmp/kafka-logs/-uve-topic-7-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,927] INFO [Partition -uve-topic-7-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-19 (kafka.cluster.Partition) [2026-06-08 05:55:33,927] INFO [Partition -uve-topic-7-19 broker=2] Log loaded for partition -uve-topic-7-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,934] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,934] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:33,935] INFO [LogLoader partition=-uve-topic-4-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,936] INFO Created log for partition -uve-topic-4-19 in /tmp/kafka-logs/-uve-topic-4-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,936] INFO [Partition -uve-topic-4-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-19 (kafka.cluster.Partition) [2026-06-08 05:55:33,936] INFO [Partition -uve-topic-4-19 broker=2] Log loaded for partition -uve-topic-4-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,945] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,945] INFO Created log for partition HEALTH_CHECK_TOPIC-16 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,945] INFO [Partition HEALTH_CHECK_TOPIC-16 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-16 (kafka.cluster.Partition) [2026-06-08 05:55:33,945] INFO [Partition HEALTH_CHECK_TOPIC-16 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,954] INFO [LogLoader partition=-uve-topic-5-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,954] INFO Created log for partition -uve-topic-5-19 in /tmp/kafka-logs/-uve-topic-5-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,954] INFO [Partition -uve-topic-5-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-19 (kafka.cluster.Partition) [2026-06-08 05:55:33,954] INFO [Partition -uve-topic-5-19 broker=2] Log loaded for partition -uve-topic-5-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,964] INFO [LogLoader partition=-uve-topic-2-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,965] INFO Created log for partition -uve-topic-2-19 in /tmp/kafka-logs/-uve-topic-2-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,965] INFO [Partition -uve-topic-2-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-19 (kafka.cluster.Partition) [2026-06-08 05:55:33,965] INFO [Partition -uve-topic-2-19 broker=2] Log loaded for partition -uve-topic-2-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,977] INFO [LogLoader partition=-uve-topic-3-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,977] INFO Created log for partition -uve-topic-3-19 in /tmp/kafka-logs/-uve-topic-3-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,977] INFO [Partition -uve-topic-3-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-19 (kafka.cluster.Partition) [2026-06-08 05:55:33,977] INFO [Partition -uve-topic-3-19 broker=2] Log loaded for partition -uve-topic-3-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,986] INFO [LogLoader partition=-uve-topic-0-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,986] INFO Created log for partition -uve-topic-0-20 in /tmp/kafka-logs/-uve-topic-0-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,986] INFO [Partition -uve-topic-0-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-20 (kafka.cluster.Partition) [2026-06-08 05:55:33,986] INFO [Partition -uve-topic-0-20 broker=2] Log loaded for partition -uve-topic-0-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:33,997] INFO [LogLoader partition=-uve-topic-7-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:33,997] INFO Created log for partition -uve-topic-7-20 in /tmp/kafka-logs/-uve-topic-7-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:33,997] INFO [Partition -uve-topic-7-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-20 (kafka.cluster.Partition) [2026-06-08 05:55:33,997] INFO [Partition -uve-topic-7-20 broker=2] Log loaded for partition -uve-topic-7-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,007] INFO [LogLoader partition=-uve-topic-8-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,007] INFO Created log for partition -uve-topic-8-20 in /tmp/kafka-logs/-uve-topic-8-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,007] INFO [Partition -uve-topic-8-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-20 (kafka.cluster.Partition) [2026-06-08 05:55:34,008] INFO [Partition -uve-topic-8-20 broker=2] Log loaded for partition -uve-topic-8-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,016] INFO [LogLoader partition=-uve-topic-5-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,016] INFO Created log for partition -uve-topic-5-20 in /tmp/kafka-logs/-uve-topic-5-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,016] INFO [Partition -uve-topic-5-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-20 (kafka.cluster.Partition) [2026-06-08 05:55:34,016] INFO [Partition -uve-topic-5-20 broker=2] Log loaded for partition -uve-topic-5-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,026] INFO [LogLoader partition=-uve-topic-6-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,026] INFO Created log for partition -uve-topic-6-20 in /tmp/kafka-logs/-uve-topic-6-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,026] INFO [Partition -uve-topic-6-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-20 (kafka.cluster.Partition) [2026-06-08 05:55:34,027] INFO [Partition -uve-topic-6-20 broker=2] Log loaded for partition -uve-topic-6-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,035] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,036] INFO Created log for partition HEALTH_CHECK_TOPIC-17 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,036] INFO [Partition HEALTH_CHECK_TOPIC-17 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-17 (kafka.cluster.Partition) [2026-06-08 05:55:34,036] INFO [Partition HEALTH_CHECK_TOPIC-17 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,044] INFO [LogLoader partition=-uve-topic-3-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,045] INFO Created log for partition -uve-topic-3-20 in /tmp/kafka-logs/-uve-topic-3-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,045] INFO [Partition -uve-topic-3-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-20 (kafka.cluster.Partition) [2026-06-08 05:55:34,045] INFO [Partition -uve-topic-3-20 broker=2] Log loaded for partition -uve-topic-3-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,054] INFO [LogLoader partition=-uve-topic-4-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,055] INFO Created log for partition -uve-topic-4-20 in /tmp/kafka-logs/-uve-topic-4-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,055] INFO [Partition -uve-topic-4-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-20 (kafka.cluster.Partition) [2026-06-08 05:55:34,055] INFO [Partition -uve-topic-4-20 broker=2] Log loaded for partition -uve-topic-4-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,066] INFO [LogLoader partition=-uve-topic-1-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,066] INFO Created log for partition -uve-topic-1-20 in /tmp/kafka-logs/-uve-topic-1-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,066] INFO [Partition -uve-topic-1-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-20 (kafka.cluster.Partition) [2026-06-08 05:55:34,066] INFO [Partition -uve-topic-1-20 broker=2] Log loaded for partition -uve-topic-1-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,075] INFO [LogLoader partition=-uve-topic-2-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,075] INFO Created log for partition -uve-topic-2-20 in /tmp/kafka-logs/-uve-topic-2-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,076] INFO [Partition -uve-topic-2-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-20 (kafka.cluster.Partition) [2026-06-08 05:55:34,076] INFO [Partition -uve-topic-2-20 broker=2] Log loaded for partition -uve-topic-2-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,083] INFO [LogLoader partition=-uve-topic-9-20, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,084] INFO Created log for partition -uve-topic-9-20 in /tmp/kafka-logs/-uve-topic-9-20 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,084] INFO [Partition -uve-topic-9-20 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-20 (kafka.cluster.Partition) [2026-06-08 05:55:34,084] INFO [Partition -uve-topic-9-20 broker=2] Log loaded for partition -uve-topic-9-20 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,093] INFO [LogLoader partition=-uve-topic-6-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,093] INFO Created log for partition -uve-topic-6-21 in /tmp/kafka-logs/-uve-topic-6-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,093] INFO [Partition -uve-topic-6-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-21 (kafka.cluster.Partition) [2026-06-08 05:55:34,093] INFO [Partition -uve-topic-6-21 broker=2] Log loaded for partition -uve-topic-6-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,103] INFO [LogLoader partition=-uve-topic-7-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,103] INFO Created log for partition -uve-topic-7-21 in /tmp/kafka-logs/-uve-topic-7-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,104] INFO [Partition -uve-topic-7-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-21 (kafka.cluster.Partition) [2026-06-08 05:55:34,104] INFO [Partition -uve-topic-7-21 broker=2] Log loaded for partition -uve-topic-7-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,112] INFO [LogLoader partition=-uve-topic-4-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,112] INFO Created log for partition -uve-topic-4-21 in /tmp/kafka-logs/-uve-topic-4-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,113] INFO [Partition -uve-topic-4-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-21 (kafka.cluster.Partition) [2026-06-08 05:55:34,113] INFO [Partition -uve-topic-4-21 broker=2] Log loaded for partition -uve-topic-4-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,121] INFO [LogLoader partition=-uve-topic-5-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,122] INFO Created log for partition -uve-topic-5-21 in /tmp/kafka-logs/-uve-topic-5-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,122] INFO [Partition -uve-topic-5-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-21 (kafka.cluster.Partition) [2026-06-08 05:55:34,122] INFO [Partition -uve-topic-5-21 broker=2] Log loaded for partition -uve-topic-5-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,132] INFO [LogLoader partition=-uve-topic-2-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,133] INFO Created log for partition -uve-topic-2-21 in /tmp/kafka-logs/-uve-topic-2-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,133] INFO [Partition -uve-topic-2-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-21 (kafka.cluster.Partition) [2026-06-08 05:55:34,133] INFO [Partition -uve-topic-2-21 broker=2] Log loaded for partition -uve-topic-2-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,142] INFO [LogLoader partition=-uve-topic-3-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,142] INFO Created log for partition -uve-topic-3-21 in /tmp/kafka-logs/-uve-topic-3-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,142] INFO [Partition -uve-topic-3-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-21 (kafka.cluster.Partition) [2026-06-08 05:55:34,142] INFO [Partition -uve-topic-3-21 broker=2] Log loaded for partition -uve-topic-3-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,195] INFO [LogLoader partition=-uve-topic-0-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,196] INFO Created log for partition -uve-topic-0-21 in /tmp/kafka-logs/-uve-topic-0-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,196] INFO [Partition -uve-topic-0-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-21 (kafka.cluster.Partition) [2026-06-08 05:55:34,196] INFO [Partition -uve-topic-0-21 broker=2] Log loaded for partition -uve-topic-0-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,207] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,207] INFO Created log for partition HEALTH_CHECK_TOPIC-18 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,207] INFO [Partition HEALTH_CHECK_TOPIC-18 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-18 (kafka.cluster.Partition) [2026-06-08 05:55:34,208] INFO [Partition HEALTH_CHECK_TOPIC-18 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,217] INFO [LogLoader partition=-uve-topic-1-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,218] INFO Created log for partition -uve-topic-1-21 in /tmp/kafka-logs/-uve-topic-1-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,218] INFO [Partition -uve-topic-1-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-21 (kafka.cluster.Partition) [2026-06-08 05:55:34,218] INFO [Partition -uve-topic-1-21 broker=2] Log loaded for partition -uve-topic-1-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,228] INFO [LogLoader partition=-uve-topic-8-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,229] INFO Created log for partition -uve-topic-8-21 in /tmp/kafka-logs/-uve-topic-8-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,229] INFO [Partition -uve-topic-8-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-21 (kafka.cluster.Partition) [2026-06-08 05:55:34,229] INFO [Partition -uve-topic-8-21 broker=2] Log loaded for partition -uve-topic-8-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,237] INFO [LogLoader partition=-uve-topic-9-21, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,237] INFO Created log for partition -uve-topic-9-21 in /tmp/kafka-logs/-uve-topic-9-21 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,237] INFO [Partition -uve-topic-9-21 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-21 (kafka.cluster.Partition) [2026-06-08 05:55:34,237] INFO [Partition -uve-topic-9-21 broker=2] Log loaded for partition -uve-topic-9-21 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,247] INFO [LogLoader partition=-uve-topic-5-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,248] INFO Created log for partition -uve-topic-5-22 in /tmp/kafka-logs/-uve-topic-5-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,248] INFO [Partition -uve-topic-5-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-22 (kafka.cluster.Partition) [2026-06-08 05:55:34,248] INFO [Partition -uve-topic-5-22 broker=2] Log loaded for partition -uve-topic-5-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,258] INFO [LogLoader partition=-uve-topic-6-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,258] INFO Created log for partition -uve-topic-6-22 in /tmp/kafka-logs/-uve-topic-6-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,258] INFO [Partition -uve-topic-6-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-22 (kafka.cluster.Partition) [2026-06-08 05:55:34,258] INFO [Partition -uve-topic-6-22 broker=2] Log loaded for partition -uve-topic-6-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,265] INFO [LogLoader partition=-uve-topic-3-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,266] INFO Created log for partition -uve-topic-3-22 in /tmp/kafka-logs/-uve-topic-3-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,266] INFO [Partition -uve-topic-3-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-22 (kafka.cluster.Partition) [2026-06-08 05:55:34,266] INFO [Partition -uve-topic-3-22 broker=2] Log loaded for partition -uve-topic-3-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,277] INFO [LogLoader partition=-uve-topic-4-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,278] INFO Created log for partition -uve-topic-4-22 in /tmp/kafka-logs/-uve-topic-4-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,278] INFO [Partition -uve-topic-4-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-22 (kafka.cluster.Partition) [2026-06-08 05:55:34,278] INFO [Partition -uve-topic-4-22 broker=2] Log loaded for partition -uve-topic-4-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,287] INFO [LogLoader partition=-uve-topic-1-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,287] INFO Created log for partition -uve-topic-1-22 in /tmp/kafka-logs/-uve-topic-1-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,287] INFO [Partition -uve-topic-1-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-22 (kafka.cluster.Partition) [2026-06-08 05:55:34,287] INFO [Partition -uve-topic-1-22 broker=2] Log loaded for partition -uve-topic-1-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,297] INFO [LogLoader partition=-uve-topic-2-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,297] INFO Created log for partition -uve-topic-2-22 in /tmp/kafka-logs/-uve-topic-2-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,298] INFO [Partition -uve-topic-2-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-22 (kafka.cluster.Partition) [2026-06-08 05:55:34,298] INFO [Partition -uve-topic-2-22 broker=2] Log loaded for partition -uve-topic-2-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,308] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,308] INFO Created log for partition HEALTH_CHECK_TOPIC-19 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,308] INFO [Partition HEALTH_CHECK_TOPIC-19 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-19 (kafka.cluster.Partition) [2026-06-08 05:55:34,308] INFO [Partition HEALTH_CHECK_TOPIC-19 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,317] INFO [LogLoader partition=-uve-topic-0-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,317] INFO Created log for partition -uve-topic-0-22 in /tmp/kafka-logs/-uve-topic-0-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,317] INFO [Partition -uve-topic-0-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-22 (kafka.cluster.Partition) [2026-06-08 05:55:34,317] INFO [Partition -uve-topic-0-22 broker=2] Log loaded for partition -uve-topic-0-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,328] INFO [LogLoader partition=-uve-topic-9-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,328] INFO Created log for partition -uve-topic-9-22 in /tmp/kafka-logs/-uve-topic-9-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,328] INFO [Partition -uve-topic-9-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-22 (kafka.cluster.Partition) [2026-06-08 05:55:34,328] INFO [Partition -uve-topic-9-22 broker=2] Log loaded for partition -uve-topic-9-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,337] INFO [LogLoader partition=-uve-topic-7-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,338] INFO Created log for partition -uve-topic-7-22 in /tmp/kafka-logs/-uve-topic-7-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,338] INFO [Partition -uve-topic-7-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-22 (kafka.cluster.Partition) [2026-06-08 05:55:34,338] INFO [Partition -uve-topic-7-22 broker=2] Log loaded for partition -uve-topic-7-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,348] INFO [LogLoader partition=-uve-topic-8-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,348] INFO Created log for partition -uve-topic-8-22 in /tmp/kafka-logs/-uve-topic-8-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,348] INFO [Partition -uve-topic-8-22 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-22 (kafka.cluster.Partition) [2026-06-08 05:55:34,348] INFO [Partition -uve-topic-8-22 broker=2] Log loaded for partition -uve-topic-8-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,359] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-12, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,360] INFO Created log for partition HEALTH_CHECK_TOPIC-12 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-12 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,360] INFO [Partition HEALTH_CHECK_TOPIC-12 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-12 (kafka.cluster.Partition) [2026-06-08 05:55:34,360] INFO [Partition HEALTH_CHECK_TOPIC-12 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-12 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,370] INFO [LogLoader partition=-uve-topic-8-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,370] INFO Created log for partition -uve-topic-8-15 in /tmp/kafka-logs/-uve-topic-8-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,370] INFO [Partition -uve-topic-8-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-15 (kafka.cluster.Partition) [2026-06-08 05:55:34,370] INFO [Partition -uve-topic-8-15 broker=2] Log loaded for partition -uve-topic-8-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,380] INFO [LogLoader partition=-uve-topic-9-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,381] INFO Created log for partition -uve-topic-9-15 in /tmp/kafka-logs/-uve-topic-9-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,381] INFO [Partition -uve-topic-9-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-15 (kafka.cluster.Partition) [2026-06-08 05:55:34,381] INFO [Partition -uve-topic-9-15 broker=2] Log loaded for partition -uve-topic-9-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,390] INFO [LogLoader partition=-uve-topic-6-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,391] INFO Created log for partition -uve-topic-6-15 in /tmp/kafka-logs/-uve-topic-6-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,391] INFO [Partition -uve-topic-6-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-15 (kafka.cluster.Partition) [2026-06-08 05:55:34,391] INFO [Partition -uve-topic-6-15 broker=2] Log loaded for partition -uve-topic-6-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,400] INFO [LogLoader partition=-uve-topic-7-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,400] INFO Created log for partition -uve-topic-7-15 in /tmp/kafka-logs/-uve-topic-7-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,400] INFO [Partition -uve-topic-7-15 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-15 (kafka.cluster.Partition) [2026-06-08 05:55:34,400] INFO [Partition -uve-topic-7-15 broker=2] Log loaded for partition -uve-topic-7-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,411] INFO [LogLoader partition=-uve-topic-3-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,411] INFO Created log for partition -uve-topic-3-16 in /tmp/kafka-logs/-uve-topic-3-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,411] INFO [Partition -uve-topic-3-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-16 (kafka.cluster.Partition) [2026-06-08 05:55:34,411] INFO [Partition -uve-topic-3-16 broker=2] Log loaded for partition -uve-topic-3-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,421] INFO [LogLoader partition=-uve-topic-4-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,421] INFO Created log for partition -uve-topic-4-16 in /tmp/kafka-logs/-uve-topic-4-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,421] INFO [Partition -uve-topic-4-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-16 (kafka.cluster.Partition) [2026-06-08 05:55:34,421] INFO [Partition -uve-topic-4-16 broker=2] Log loaded for partition -uve-topic-4-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,431] INFO [LogLoader partition=-uve-topic-1-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,431] INFO Created log for partition -uve-topic-1-16 in /tmp/kafka-logs/-uve-topic-1-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,431] INFO [Partition -uve-topic-1-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-16 (kafka.cluster.Partition) [2026-06-08 05:55:34,431] INFO [Partition -uve-topic-1-16 broker=2] Log loaded for partition -uve-topic-1-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,434] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,437] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,442] INFO [LogLoader partition=-uve-topic-2-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,442] INFO Created log for partition -uve-topic-2-16 in /tmp/kafka-logs/-uve-topic-2-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,442] INFO [Partition -uve-topic-2-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-16 (kafka.cluster.Partition) [2026-06-08 05:55:34,442] INFO [Partition -uve-topic-2-16 broker=2] Log loaded for partition -uve-topic-2-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,452] INFO [LogLoader partition=-uve-topic-0-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,452] INFO Created log for partition -uve-topic-0-16 in /tmp/kafka-logs/-uve-topic-0-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,452] INFO [Partition -uve-topic-0-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-16 (kafka.cluster.Partition) [2026-06-08 05:55:34,452] INFO [Partition -uve-topic-0-16 broker=2] Log loaded for partition -uve-topic-0-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,461] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-13, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,461] INFO Created log for partition HEALTH_CHECK_TOPIC-13 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-13 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,461] INFO [Partition HEALTH_CHECK_TOPIC-13 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-13 (kafka.cluster.Partition) [2026-06-08 05:55:34,461] INFO [Partition HEALTH_CHECK_TOPIC-13 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-13 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,472] INFO [LogLoader partition=-uve-topic-9-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,472] INFO Created log for partition -uve-topic-9-16 in /tmp/kafka-logs/-uve-topic-9-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,472] INFO [Partition -uve-topic-9-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-16 (kafka.cluster.Partition) [2026-06-08 05:55:34,472] INFO [Partition -uve-topic-9-16 broker=2] Log loaded for partition -uve-topic-9-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,482] INFO [LogLoader partition=-uve-topic-7-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,482] INFO Created log for partition -uve-topic-7-16 in /tmp/kafka-logs/-uve-topic-7-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,482] INFO [Partition -uve-topic-7-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-16 (kafka.cluster.Partition) [2026-06-08 05:55:34,482] INFO [Partition -uve-topic-7-16 broker=2] Log loaded for partition -uve-topic-7-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,492] INFO [LogLoader partition=-uve-topic-8-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,493] INFO Created log for partition -uve-topic-8-16 in /tmp/kafka-logs/-uve-topic-8-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,493] INFO [Partition -uve-topic-8-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-16 (kafka.cluster.Partition) [2026-06-08 05:55:34,493] INFO [Partition -uve-topic-8-16 broker=2] Log loaded for partition -uve-topic-8-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,501] INFO [LogLoader partition=-uve-topic-5-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,502] INFO Created log for partition -uve-topic-5-16 in /tmp/kafka-logs/-uve-topic-5-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,502] INFO [Partition -uve-topic-5-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-16 (kafka.cluster.Partition) [2026-06-08 05:55:34,502] INFO [Partition -uve-topic-5-16 broker=2] Log loaded for partition -uve-topic-5-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,510] INFO [LogLoader partition=-uve-topic-6-16, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,510] INFO Created log for partition -uve-topic-6-16 in /tmp/kafka-logs/-uve-topic-6-16 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,510] INFO [Partition -uve-topic-6-16 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-16 (kafka.cluster.Partition) [2026-06-08 05:55:34,510] INFO [Partition -uve-topic-6-16 broker=2] Log loaded for partition -uve-topic-6-16 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,518] INFO [LogLoader partition=-uve-topic-2-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,518] INFO Created log for partition -uve-topic-2-17 in /tmp/kafka-logs/-uve-topic-2-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,518] INFO [Partition -uve-topic-2-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-17 (kafka.cluster.Partition) [2026-06-08 05:55:34,518] INFO [Partition -uve-topic-2-17 broker=2] Log loaded for partition -uve-topic-2-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,525] INFO [LogLoader partition=-uve-topic-3-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,525] INFO Created log for partition -uve-topic-3-17 in /tmp/kafka-logs/-uve-topic-3-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,525] INFO [Partition -uve-topic-3-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-17 (kafka.cluster.Partition) [2026-06-08 05:55:34,525] INFO [Partition -uve-topic-3-17 broker=2] Log loaded for partition -uve-topic-3-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,534] INFO [LogLoader partition=-uve-topic-0-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,535] INFO Created log for partition -uve-topic-0-17 in /tmp/kafka-logs/-uve-topic-0-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,535] INFO [Partition -uve-topic-0-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-17 (kafka.cluster.Partition) [2026-06-08 05:55:34,535] INFO [Partition -uve-topic-0-17 broker=2] Log loaded for partition -uve-topic-0-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,543] INFO [LogLoader partition=-uve-topic-1-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,543] INFO Created log for partition -uve-topic-1-17 in /tmp/kafka-logs/-uve-topic-1-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,543] INFO [Partition -uve-topic-1-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-17 (kafka.cluster.Partition) [2026-06-08 05:55:34,543] INFO [Partition -uve-topic-1-17 broker=2] Log loaded for partition -uve-topic-1-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,551] INFO [LogLoader partition=-uve-topic-8-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,551] INFO Created log for partition -uve-topic-8-17 in /tmp/kafka-logs/-uve-topic-8-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,551] INFO [Partition -uve-topic-8-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-17 (kafka.cluster.Partition) [2026-06-08 05:55:34,552] INFO [Partition -uve-topic-8-17 broker=2] Log loaded for partition -uve-topic-8-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,561] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-14, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,561] INFO Created log for partition HEALTH_CHECK_TOPIC-14 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-14 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,561] INFO [Partition HEALTH_CHECK_TOPIC-14 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-14 (kafka.cluster.Partition) [2026-06-08 05:55:34,561] INFO [Partition HEALTH_CHECK_TOPIC-14 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-14 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,571] INFO [LogLoader partition=-uve-topic-9-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,572] INFO Created log for partition -uve-topic-9-17 in /tmp/kafka-logs/-uve-topic-9-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,572] INFO [Partition -uve-topic-9-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-17 (kafka.cluster.Partition) [2026-06-08 05:55:34,572] INFO [Partition -uve-topic-9-17 broker=2] Log loaded for partition -uve-topic-9-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,577] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,577] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,582] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,583] INFO [LogLoader partition=-uve-topic-6-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,583] INFO Created log for partition -uve-topic-6-17 in /tmp/kafka-logs/-uve-topic-6-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,583] INFO [Partition -uve-topic-6-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-17 (kafka.cluster.Partition) [2026-06-08 05:55:34,583] INFO [Partition -uve-topic-6-17 broker=2] Log loaded for partition -uve-topic-6-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,592] INFO [LogLoader partition=-uve-topic-7-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,593] INFO Created log for partition -uve-topic-7-17 in /tmp/kafka-logs/-uve-topic-7-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,593] INFO [Partition -uve-topic-7-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-17 (kafka.cluster.Partition) [2026-06-08 05:55:34,593] INFO [Partition -uve-topic-7-17 broker=2] Log loaded for partition -uve-topic-7-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,602] INFO [LogLoader partition=-uve-topic-4-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,603] INFO Created log for partition -uve-topic-4-17 in /tmp/kafka-logs/-uve-topic-4-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,603] INFO [Partition -uve-topic-4-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-17 (kafka.cluster.Partition) [2026-06-08 05:55:34,603] INFO [Partition -uve-topic-4-17 broker=2] Log loaded for partition -uve-topic-4-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,611] INFO [LogLoader partition=-uve-topic-5-17, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,611] INFO Created log for partition -uve-topic-5-17 in /tmp/kafka-logs/-uve-topic-5-17 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,611] INFO [Partition -uve-topic-5-17 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-17 (kafka.cluster.Partition) [2026-06-08 05:55:34,611] INFO [Partition -uve-topic-5-17 broker=2] Log loaded for partition -uve-topic-5-17 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,621] INFO [LogLoader partition=-uve-topic-1-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,621] INFO Created log for partition -uve-topic-1-18 in /tmp/kafka-logs/-uve-topic-1-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,621] INFO [Partition -uve-topic-1-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-18 (kafka.cluster.Partition) [2026-06-08 05:55:34,621] INFO [Partition -uve-topic-1-18 broker=2] Log loaded for partition -uve-topic-1-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,632] INFO [LogLoader partition=-uve-topic-2-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,633] INFO Created log for partition -uve-topic-2-18 in /tmp/kafka-logs/-uve-topic-2-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,633] INFO [Partition -uve-topic-2-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-18 (kafka.cluster.Partition) [2026-06-08 05:55:34,633] INFO [Partition -uve-topic-2-18 broker=2] Log loaded for partition -uve-topic-2-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,641] INFO [LogLoader partition=-uve-topic-0-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,641] INFO Created log for partition -uve-topic-0-18 in /tmp/kafka-logs/-uve-topic-0-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,641] INFO [Partition -uve-topic-0-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-18 (kafka.cluster.Partition) [2026-06-08 05:55:34,641] INFO [Partition -uve-topic-0-18 broker=2] Log loaded for partition -uve-topic-0-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,652] INFO [LogLoader partition=-uve-topic-9-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,653] INFO Created log for partition -uve-topic-9-18 in /tmp/kafka-logs/-uve-topic-9-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,653] INFO [Partition -uve-topic-9-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-18 (kafka.cluster.Partition) [2026-06-08 05:55:34,653] INFO [Partition -uve-topic-9-18 broker=2] Log loaded for partition -uve-topic-9-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,662] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-15, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,663] INFO Created log for partition HEALTH_CHECK_TOPIC-15 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-15 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,663] INFO [Partition HEALTH_CHECK_TOPIC-15 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-15 (kafka.cluster.Partition) [2026-06-08 05:55:34,663] INFO [Partition HEALTH_CHECK_TOPIC-15 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-15 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,672] INFO [LogLoader partition=-uve-topic-7-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,672] INFO Created log for partition -uve-topic-7-18 in /tmp/kafka-logs/-uve-topic-7-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,672] INFO [Partition -uve-topic-7-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-18 (kafka.cluster.Partition) [2026-06-08 05:55:34,672] INFO [Partition -uve-topic-7-18 broker=2] Log loaded for partition -uve-topic-7-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,683] INFO [LogLoader partition=-uve-topic-8-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,684] INFO Created log for partition -uve-topic-8-18 in /tmp/kafka-logs/-uve-topic-8-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,684] INFO [Partition -uve-topic-8-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-18 (kafka.cluster.Partition) [2026-06-08 05:55:34,684] INFO [Partition -uve-topic-8-18 broker=2] Log loaded for partition -uve-topic-8-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,695] INFO [LogLoader partition=-uve-topic-5-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,696] INFO Created log for partition -uve-topic-5-18 in /tmp/kafka-logs/-uve-topic-5-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,696] INFO [Partition -uve-topic-5-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-18 (kafka.cluster.Partition) [2026-06-08 05:55:34,696] INFO [Partition -uve-topic-5-18 broker=2] Log loaded for partition -uve-topic-5-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,705] INFO [LogLoader partition=-uve-topic-6-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,705] INFO Created log for partition -uve-topic-6-18 in /tmp/kafka-logs/-uve-topic-6-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,705] INFO [Partition -uve-topic-6-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-18 (kafka.cluster.Partition) [2026-06-08 05:55:34,705] INFO [Partition -uve-topic-6-18 broker=2] Log loaded for partition -uve-topic-6-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,714] INFO [LogLoader partition=-uve-topic-3-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,714] INFO Created log for partition -uve-topic-3-18 in /tmp/kafka-logs/-uve-topic-3-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,714] INFO [Partition -uve-topic-3-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-18 (kafka.cluster.Partition) [2026-06-08 05:55:34,714] INFO [Partition -uve-topic-3-18 broker=2] Log loaded for partition -uve-topic-3-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,723] INFO [LogLoader partition=-uve-topic-4-18, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,723] INFO Created log for partition -uve-topic-4-18 in /tmp/kafka-logs/-uve-topic-4-18 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,724] INFO [Partition -uve-topic-4-18 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-18 (kafka.cluster.Partition) [2026-06-08 05:55:34,724] INFO [Partition -uve-topic-4-18 broker=2] Log loaded for partition -uve-topic-4-18 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,733] INFO [LogLoader partition=-uve-topic-0-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,733] INFO Created log for partition -uve-topic-0-19 in /tmp/kafka-logs/-uve-topic-0-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,733] INFO [Partition -uve-topic-0-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-19 (kafka.cluster.Partition) [2026-06-08 05:55:34,733] INFO [Partition -uve-topic-0-19 broker=2] Log loaded for partition -uve-topic-0-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,744] INFO [LogLoader partition=-uve-topic-1-19, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,745] INFO Created log for partition -uve-topic-1-19 in /tmp/kafka-logs/-uve-topic-1-19 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,745] INFO [Partition -uve-topic-1-19 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-19 (kafka.cluster.Partition) [2026-06-08 05:55:34,745] INFO [Partition -uve-topic-1-19 broker=2] Log loaded for partition -uve-topic-1-19 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,755] INFO [LogLoader partition=-uve-topic-0-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,756] INFO Created log for partition -uve-topic-0-27 in /tmp/kafka-logs/-uve-topic-0-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,756] INFO [Partition -uve-topic-0-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-27 (kafka.cluster.Partition) [2026-06-08 05:55:34,756] INFO [Partition -uve-topic-0-27 broker=2] Log loaded for partition -uve-topic-0-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,756] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,757] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,758] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,758] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,758] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,758] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,758] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,758] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,758] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,758] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,758] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,765] INFO [LogLoader partition=-uve-topic-1-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,765] INFO Created log for partition -uve-topic-1-27 in /tmp/kafka-logs/-uve-topic-1-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,765] INFO [Partition -uve-topic-1-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-27 (kafka.cluster.Partition) [2026-06-08 05:55:34,765] INFO [Partition -uve-topic-1-27 broker=2] Log loaded for partition -uve-topic-1-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,774] INFO [LogLoader partition=structured_syslog_topic-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,774] INFO Created log for partition structured_syslog_topic-0 in /tmp/kafka-logs/structured_syslog_topic-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,774] INFO [Partition structured_syslog_topic-0 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-0 (kafka.cluster.Partition) [2026-06-08 05:55:34,774] INFO [Partition structured_syslog_topic-0 broker=2] Log loaded for partition structured_syslog_topic-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,781] INFO [LogLoader partition=-uve-topic-8-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,781] INFO Created log for partition -uve-topic-8-27 in /tmp/kafka-logs/-uve-topic-8-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,781] INFO [Partition -uve-topic-8-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-27 (kafka.cluster.Partition) [2026-06-08 05:55:34,781] INFO [Partition -uve-topic-8-27 broker=2] Log loaded for partition -uve-topic-8-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,790] INFO [LogLoader partition=-uve-topic-9-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,790] INFO Created log for partition -uve-topic-9-27 in /tmp/kafka-logs/-uve-topic-9-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,790] INFO [Partition -uve-topic-9-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-27 (kafka.cluster.Partition) [2026-06-08 05:55:34,790] INFO [Partition -uve-topic-9-27 broker=2] Log loaded for partition -uve-topic-9-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,792] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,800] INFO [LogLoader partition=-uve-topic-6-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,801] INFO Created log for partition -uve-topic-6-27 in /tmp/kafka-logs/-uve-topic-6-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,801] INFO [Partition -uve-topic-6-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-27 (kafka.cluster.Partition) [2026-06-08 05:55:34,801] INFO [Partition -uve-topic-6-27 broker=2] Log loaded for partition -uve-topic-6-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,807] INFO [LogLoader partition=-uve-topic-7-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,807] INFO Created log for partition -uve-topic-7-27 in /tmp/kafka-logs/-uve-topic-7-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,807] INFO [Partition -uve-topic-7-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-27 (kafka.cluster.Partition) [2026-06-08 05:55:34,807] INFO [Partition -uve-topic-7-27 broker=2] Log loaded for partition -uve-topic-7-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,814] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,817] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-9, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,817] INFO Created log for partition HEALTH_CHECK_TOPIC-9 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-9 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,817] INFO [Partition HEALTH_CHECK_TOPIC-9 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-9 (kafka.cluster.Partition) [2026-06-08 05:55:34,817] INFO [Partition HEALTH_CHECK_TOPIC-9 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-9 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,826] INFO [LogLoader partition=-uve-topic-4-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,827] INFO Created log for partition -uve-topic-4-27 in /tmp/kafka-logs/-uve-topic-4-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,827] INFO [Partition -uve-topic-4-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-27 (kafka.cluster.Partition) [2026-06-08 05:55:34,827] INFO [Partition -uve-topic-4-27 broker=2] Log loaded for partition -uve-topic-4-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,836] INFO [LogLoader partition=-uve-topic-5-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,836] INFO Created log for partition -uve-topic-5-27 in /tmp/kafka-logs/-uve-topic-5-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,837] INFO [Partition -uve-topic-5-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-27 (kafka.cluster.Partition) [2026-06-08 05:55:34,837] INFO [Partition -uve-topic-5-27 broker=2] Log loaded for partition -uve-topic-5-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,849] INFO [LogLoader partition=-uve-topic-2-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,849] INFO Created log for partition -uve-topic-2-27 in /tmp/kafka-logs/-uve-topic-2-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,849] INFO [Partition -uve-topic-2-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-27 (kafka.cluster.Partition) [2026-06-08 05:55:34,849] INFO [Partition -uve-topic-2-27 broker=2] Log loaded for partition -uve-topic-2-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,859] INFO [LogLoader partition=-uve-topic-3-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,859] INFO Created log for partition -uve-topic-3-27 in /tmp/kafka-logs/-uve-topic-3-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,859] INFO [Partition -uve-topic-3-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-27 (kafka.cluster.Partition) [2026-06-08 05:55:34,859] INFO [Partition -uve-topic-3-27 broker=2] Log loaded for partition -uve-topic-3-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,870] INFO [LogLoader partition=-uve-topic-0-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,870] INFO Created log for partition -uve-topic-0-28 in /tmp/kafka-logs/-uve-topic-0-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,870] INFO [Partition -uve-topic-0-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-28 (kafka.cluster.Partition) [2026-06-08 05:55:34,870] INFO [Partition -uve-topic-0-28 broker=2] Log loaded for partition -uve-topic-0-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,876] INFO [LogLoader partition=-uve-topic-7-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,877] INFO Created log for partition -uve-topic-7-28 in /tmp/kafka-logs/-uve-topic-7-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,877] INFO [Partition -uve-topic-7-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-28 (kafka.cluster.Partition) [2026-06-08 05:55:34,877] INFO [Partition -uve-topic-7-28 broker=2] Log loaded for partition -uve-topic-7-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,885] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,885] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,885] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:34,886] INFO [LogLoader partition=-uve-topic-8-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,887] INFO Created log for partition -uve-topic-8-28 in /tmp/kafka-logs/-uve-topic-8-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,887] INFO [Partition -uve-topic-8-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-28 (kafka.cluster.Partition) [2026-06-08 05:55:34,887] INFO [Partition -uve-topic-8-28 broker=2] Log loaded for partition -uve-topic-8-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,897] INFO [LogLoader partition=-uve-topic-5-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,897] INFO Created log for partition -uve-topic-5-28 in /tmp/kafka-logs/-uve-topic-5-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,897] INFO [Partition -uve-topic-5-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-28 (kafka.cluster.Partition) [2026-06-08 05:55:34,897] INFO [Partition -uve-topic-5-28 broker=2] Log loaded for partition -uve-topic-5-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,905] INFO [LogLoader partition=-uve-topic-6-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,906] INFO Created log for partition -uve-topic-6-28 in /tmp/kafka-logs/-uve-topic-6-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,906] INFO [Partition -uve-topic-6-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-28 (kafka.cluster.Partition) [2026-06-08 05:55:34,906] INFO [Partition -uve-topic-6-28 broker=2] Log loaded for partition -uve-topic-6-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,916] INFO [LogLoader partition=-uve-topic-3-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,916] INFO Created log for partition -uve-topic-3-28 in /tmp/kafka-logs/-uve-topic-3-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,916] INFO [Partition -uve-topic-3-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-28 (kafka.cluster.Partition) [2026-06-08 05:55:34,916] INFO [Partition -uve-topic-3-28 broker=2] Log loaded for partition -uve-topic-3-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,925] INFO [LogLoader partition=-uve-topic-4-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,926] INFO Created log for partition -uve-topic-4-28 in /tmp/kafka-logs/-uve-topic-4-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,926] INFO [Partition -uve-topic-4-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-28 (kafka.cluster.Partition) [2026-06-08 05:55:34,926] INFO [Partition -uve-topic-4-28 broker=2] Log loaded for partition -uve-topic-4-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,932] INFO [LogLoader partition=-uve-topic-1-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,933] INFO Created log for partition -uve-topic-1-28 in /tmp/kafka-logs/-uve-topic-1-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,933] INFO [Partition -uve-topic-1-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-28 (kafka.cluster.Partition) [2026-06-08 05:55:34,933] INFO [Partition -uve-topic-1-28 broker=2] Log loaded for partition -uve-topic-1-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,941] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-10, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,942] INFO Created log for partition HEALTH_CHECK_TOPIC-10 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-10 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,942] INFO [Partition HEALTH_CHECK_TOPIC-10 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-10 (kafka.cluster.Partition) [2026-06-08 05:55:34,942] INFO [Partition HEALTH_CHECK_TOPIC-10 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-10 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,952] INFO [LogLoader partition=-uve-topic-2-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,953] INFO Created log for partition -uve-topic-2-28 in /tmp/kafka-logs/-uve-topic-2-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,953] INFO [Partition -uve-topic-2-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-28 (kafka.cluster.Partition) [2026-06-08 05:55:34,953] INFO [Partition -uve-topic-2-28 broker=2] Log loaded for partition -uve-topic-2-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,962] INFO [LogLoader partition=structured_syslog_topic-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,962] INFO Created log for partition structured_syslog_topic-2 in /tmp/kafka-logs/structured_syslog_topic-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,962] INFO [Partition structured_syslog_topic-2 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-2 (kafka.cluster.Partition) [2026-06-08 05:55:34,962] INFO [Partition structured_syslog_topic-2 broker=2] Log loaded for partition structured_syslog_topic-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,972] INFO [LogLoader partition=-uve-topic-9-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,972] INFO Created log for partition -uve-topic-9-28 in /tmp/kafka-logs/-uve-topic-9-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,972] INFO [Partition -uve-topic-9-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-28 (kafka.cluster.Partition) [2026-06-08 05:55:34,972] INFO [Partition -uve-topic-9-28 broker=2] Log loaded for partition -uve-topic-9-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,983] INFO [LogLoader partition=-uve-topic-6-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,983] INFO Created log for partition -uve-topic-6-29 in /tmp/kafka-logs/-uve-topic-6-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,983] INFO [Partition -uve-topic-6-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-29 (kafka.cluster.Partition) [2026-06-08 05:55:34,983] INFO [Partition -uve-topic-6-29 broker=2] Log loaded for partition -uve-topic-6-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:34,992] INFO [LogLoader partition=-uve-topic-7-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:34,992] INFO Created log for partition -uve-topic-7-29 in /tmp/kafka-logs/-uve-topic-7-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:34,993] INFO [Partition -uve-topic-7-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-29 (kafka.cluster.Partition) [2026-06-08 05:55:34,993] INFO [Partition -uve-topic-7-29 broker=2] Log loaded for partition -uve-topic-7-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,003] INFO [LogLoader partition=-uve-topic-4-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,003] INFO Created log for partition -uve-topic-4-29 in /tmp/kafka-logs/-uve-topic-4-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,003] INFO [Partition -uve-topic-4-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,003] INFO [Partition -uve-topic-4-29 broker=2] Log loaded for partition -uve-topic-4-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,016] INFO [LogLoader partition=-uve-topic-5-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,016] INFO Created log for partition -uve-topic-5-29 in /tmp/kafka-logs/-uve-topic-5-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,016] INFO [Partition -uve-topic-5-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,016] INFO [Partition -uve-topic-5-29 broker=2] Log loaded for partition -uve-topic-5-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,026] INFO [LogLoader partition=-uve-topic-2-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,026] INFO Created log for partition -uve-topic-2-29 in /tmp/kafka-logs/-uve-topic-2-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,026] INFO [Partition -uve-topic-2-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,026] INFO [Partition -uve-topic-2-29 broker=2] Log loaded for partition -uve-topic-2-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,037] INFO [LogLoader partition=-uve-topic-3-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,037] INFO Created log for partition -uve-topic-3-29 in /tmp/kafka-logs/-uve-topic-3-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,037] INFO [Partition -uve-topic-3-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,037] INFO [Partition -uve-topic-3-29 broker=2] Log loaded for partition -uve-topic-3-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,044] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-11, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,044] INFO Created log for partition HEALTH_CHECK_TOPIC-11 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-11 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,044] INFO [Partition HEALTH_CHECK_TOPIC-11 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-11 (kafka.cluster.Partition) [2026-06-08 05:55:35,044] INFO [Partition HEALTH_CHECK_TOPIC-11 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-11 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,053] INFO [LogLoader partition=-uve-topic-0-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,054] INFO Created log for partition -uve-topic-0-29 in /tmp/kafka-logs/-uve-topic-0-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,054] INFO [Partition -uve-topic-0-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,054] INFO [Partition -uve-topic-0-29 broker=2] Log loaded for partition -uve-topic-0-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,063] INFO [LogLoader partition=-uve-topic-1-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,063] INFO Created log for partition -uve-topic-1-29 in /tmp/kafka-logs/-uve-topic-1-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,063] INFO [Partition -uve-topic-1-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,063] INFO [Partition -uve-topic-1-29 broker=2] Log loaded for partition -uve-topic-1-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,072] INFO [LogLoader partition=structured_syslog_topic-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,072] INFO Created log for partition structured_syslog_topic-1 in /tmp/kafka-logs/structured_syslog_topic-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,072] INFO [Partition structured_syslog_topic-1 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-1 (kafka.cluster.Partition) [2026-06-08 05:55:35,072] INFO [Partition structured_syslog_topic-1 broker=2] Log loaded for partition structured_syslog_topic-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,083] INFO [LogLoader partition=-uve-topic-8-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,084] INFO Created log for partition -uve-topic-8-29 in /tmp/kafka-logs/-uve-topic-8-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,084] INFO [Partition -uve-topic-8-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,084] INFO [Partition -uve-topic-8-29 broker=2] Log loaded for partition -uve-topic-8-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,092] INFO [LogLoader partition=-uve-topic-9-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,093] INFO Created log for partition -uve-topic-9-29 in /tmp/kafka-logs/-uve-topic-9-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,093] INFO [Partition -uve-topic-9-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,093] INFO [Partition -uve-topic-9-29 broker=2] Log loaded for partition -uve-topic-9-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,134] INFO [LogLoader partition=-uve-topic-4-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,134] INFO Created log for partition -uve-topic-4-23 in /tmp/kafka-logs/-uve-topic-4-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,134] INFO [Partition -uve-topic-4-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-23 (kafka.cluster.Partition) [2026-06-08 05:55:35,134] INFO [Partition -uve-topic-4-23 broker=2] Log loaded for partition -uve-topic-4-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,144] INFO [LogLoader partition=-uve-topic-5-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,145] INFO Created log for partition -uve-topic-5-23 in /tmp/kafka-logs/-uve-topic-5-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,145] INFO [Partition -uve-topic-5-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-23 (kafka.cluster.Partition) [2026-06-08 05:55:35,145] INFO [Partition -uve-topic-5-23 broker=2] Log loaded for partition -uve-topic-5-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,155] INFO [LogLoader partition=-uve-topic-2-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,156] INFO Created log for partition -uve-topic-2-23 in /tmp/kafka-logs/-uve-topic-2-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,156] INFO [Partition -uve-topic-2-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-23 (kafka.cluster.Partition) [2026-06-08 05:55:35,156] INFO [Partition -uve-topic-2-23 broker=2] Log loaded for partition -uve-topic-2-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,165] INFO [LogLoader partition=-uve-topic-3-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,165] INFO Created log for partition -uve-topic-3-23 in /tmp/kafka-logs/-uve-topic-3-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,165] INFO [Partition -uve-topic-3-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-23 (kafka.cluster.Partition) [2026-06-08 05:55:35,165] INFO [Partition -uve-topic-3-23 broker=2] Log loaded for partition -uve-topic-3-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,174] INFO [LogLoader partition=-uve-topic-0-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,174] INFO Created log for partition -uve-topic-0-23 in /tmp/kafka-logs/-uve-topic-0-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,174] INFO [Partition -uve-topic-0-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-23 (kafka.cluster.Partition) [2026-06-08 05:55:35,174] INFO [Partition -uve-topic-0-23 broker=2] Log loaded for partition -uve-topic-0-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,183] INFO [LogLoader partition=-uve-topic-1-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,184] INFO Created log for partition -uve-topic-1-23 in /tmp/kafka-logs/-uve-topic-1-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,184] INFO [Partition -uve-topic-1-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-23 (kafka.cluster.Partition) [2026-06-08 05:55:35,184] INFO [Partition -uve-topic-1-23 broker=2] Log loaded for partition -uve-topic-1-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,192] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,193] INFO Created log for partition HEALTH_CHECK_TOPIC-5 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,193] INFO [Partition HEALTH_CHECK_TOPIC-5 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-5 (kafka.cluster.Partition) [2026-06-08 05:55:35,193] INFO [Partition HEALTH_CHECK_TOPIC-5 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,204] INFO [LogLoader partition=-uve-topic-8-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,204] INFO Created log for partition -uve-topic-8-23 in /tmp/kafka-logs/-uve-topic-8-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,204] INFO [Partition -uve-topic-8-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-23 (kafka.cluster.Partition) [2026-06-08 05:55:35,205] INFO [Partition -uve-topic-8-23 broker=2] Log loaded for partition -uve-topic-8-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,215] INFO [LogLoader partition=-uve-topic-9-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,215] INFO Created log for partition -uve-topic-9-23 in /tmp/kafka-logs/-uve-topic-9-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,215] INFO [Partition -uve-topic-9-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-23 (kafka.cluster.Partition) [2026-06-08 05:55:35,215] INFO [Partition -uve-topic-9-23 broker=2] Log loaded for partition -uve-topic-9-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,224] INFO [LogLoader partition=-uve-topic-6-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,225] INFO Created log for partition -uve-topic-6-23 in /tmp/kafka-logs/-uve-topic-6-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,225] INFO [Partition -uve-topic-6-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-23 (kafka.cluster.Partition) [2026-06-08 05:55:35,225] INFO [Partition -uve-topic-6-23 broker=2] Log loaded for partition -uve-topic-6-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,235] INFO [LogLoader partition=structured_syslog_topic-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,236] INFO Created log for partition structured_syslog_topic-4 in /tmp/kafka-logs/structured_syslog_topic-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,236] INFO [Partition structured_syslog_topic-4 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-4 (kafka.cluster.Partition) [2026-06-08 05:55:35,236] INFO [Partition structured_syslog_topic-4 broker=2] Log loaded for partition structured_syslog_topic-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,247] INFO [LogLoader partition=-uve-topic-7-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,247] INFO Created log for partition -uve-topic-7-23 in /tmp/kafka-logs/-uve-topic-7-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,247] INFO [Partition -uve-topic-7-23 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-23 (kafka.cluster.Partition) [2026-06-08 05:55:35,247] INFO [Partition -uve-topic-7-23 broker=2] Log loaded for partition -uve-topic-7-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,257] INFO [LogLoader partition=structured_syslog_topic-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,257] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,257] INFO Created log for partition structured_syslog_topic-3 in /tmp/kafka-logs/structured_syslog_topic-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,261] INFO [Partition structured_syslog_topic-3 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-3 (kafka.cluster.Partition) [2026-06-08 05:55:35,261] INFO [Partition structured_syslog_topic-3 broker=2] Log loaded for partition structured_syslog_topic-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,261] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,270] INFO [LogLoader partition=-uve-topic-3-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,270] INFO Created log for partition -uve-topic-3-24 in /tmp/kafka-logs/-uve-topic-3-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,270] INFO [Partition -uve-topic-3-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-24 (kafka.cluster.Partition) [2026-06-08 05:55:35,270] INFO [Partition -uve-topic-3-24 broker=2] Log loaded for partition -uve-topic-3-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,280] INFO [LogLoader partition=-uve-topic-4-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,280] INFO Created log for partition -uve-topic-4-24 in /tmp/kafka-logs/-uve-topic-4-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,280] INFO [Partition -uve-topic-4-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-24 (kafka.cluster.Partition) [2026-06-08 05:55:35,280] INFO [Partition -uve-topic-4-24 broker=2] Log loaded for partition -uve-topic-4-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,289] INFO [LogLoader partition=-uve-topic-1-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,289] INFO Created log for partition -uve-topic-1-24 in /tmp/kafka-logs/-uve-topic-1-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,289] INFO [Partition -uve-topic-1-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-24 (kafka.cluster.Partition) [2026-06-08 05:55:35,289] INFO [Partition -uve-topic-1-24 broker=2] Log loaded for partition -uve-topic-1-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,298] INFO [LogLoader partition=-uve-topic-2-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,298] INFO Created log for partition -uve-topic-2-24 in /tmp/kafka-logs/-uve-topic-2-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,298] INFO [Partition -uve-topic-2-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-24 (kafka.cluster.Partition) [2026-06-08 05:55:35,298] INFO [Partition -uve-topic-2-24 broker=2] Log loaded for partition -uve-topic-2-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,307] INFO [LogLoader partition=-uve-topic-0-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,308] INFO Created log for partition -uve-topic-0-24 in /tmp/kafka-logs/-uve-topic-0-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,308] INFO [Partition -uve-topic-0-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-24 (kafka.cluster.Partition) [2026-06-08 05:55:35,308] INFO [Partition -uve-topic-0-24 broker=2] Log loaded for partition -uve-topic-0-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,316] INFO [LogLoader partition=-uve-topic-9-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,317] INFO Created log for partition -uve-topic-9-24 in /tmp/kafka-logs/-uve-topic-9-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,317] INFO [Partition -uve-topic-9-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-24 (kafka.cluster.Partition) [2026-06-08 05:55:35,317] INFO [Partition -uve-topic-9-24 broker=2] Log loaded for partition -uve-topic-9-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,326] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,326] INFO Created log for partition HEALTH_CHECK_TOPIC-6 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,326] INFO [Partition HEALTH_CHECK_TOPIC-6 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-6 (kafka.cluster.Partition) [2026-06-08 05:55:35,326] INFO [Partition HEALTH_CHECK_TOPIC-6 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,337] INFO [LogLoader partition=-uve-topic-7-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,337] INFO Created log for partition -uve-topic-7-24 in /tmp/kafka-logs/-uve-topic-7-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,337] INFO [Partition -uve-topic-7-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-24 (kafka.cluster.Partition) [2026-06-08 05:55:35,337] INFO [Partition -uve-topic-7-24 broker=2] Log loaded for partition -uve-topic-7-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,345] INFO [LogLoader partition=-uve-topic-8-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,346] INFO Created log for partition -uve-topic-8-24 in /tmp/kafka-logs/-uve-topic-8-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,346] INFO [Partition -uve-topic-8-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-24 (kafka.cluster.Partition) [2026-06-08 05:55:35,346] INFO [Partition -uve-topic-8-24 broker=2] Log loaded for partition -uve-topic-8-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,355] INFO [LogLoader partition=-uve-topic-5-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,356] INFO Created log for partition -uve-topic-5-24 in /tmp/kafka-logs/-uve-topic-5-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,356] INFO [Partition -uve-topic-5-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-24 (kafka.cluster.Partition) [2026-06-08 05:55:35,356] INFO [Partition -uve-topic-5-24 broker=2] Log loaded for partition -uve-topic-5-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,362] INFO [LogLoader partition=-uve-topic-6-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,362] INFO Created log for partition -uve-topic-6-24 in /tmp/kafka-logs/-uve-topic-6-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,362] INFO [Partition -uve-topic-6-24 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-24 (kafka.cluster.Partition) [2026-06-08 05:55:35,362] INFO [Partition -uve-topic-6-24 broker=2] Log loaded for partition -uve-topic-6-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,372] INFO [LogLoader partition=-uve-topic-2-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,372] INFO Created log for partition -uve-topic-2-25 in /tmp/kafka-logs/-uve-topic-2-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,372] INFO [Partition -uve-topic-2-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-25 (kafka.cluster.Partition) [2026-06-08 05:55:35,372] INFO [Partition -uve-topic-2-25 broker=2] Log loaded for partition -uve-topic-2-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,382] INFO [LogLoader partition=-uve-topic-3-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,382] INFO Created log for partition -uve-topic-3-25 in /tmp/kafka-logs/-uve-topic-3-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,382] INFO [Partition -uve-topic-3-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-25 (kafka.cluster.Partition) [2026-06-08 05:55:35,382] INFO [Partition -uve-topic-3-25 broker=2] Log loaded for partition -uve-topic-3-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,385] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,388] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,389] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,392] INFO [LogLoader partition=-uve-topic-0-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,392] INFO Created log for partition -uve-topic-0-25 in /tmp/kafka-logs/-uve-topic-0-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,392] INFO [Partition -uve-topic-0-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-25 (kafka.cluster.Partition) [2026-06-08 05:55:35,392] INFO [Partition -uve-topic-0-25 broker=2] Log loaded for partition -uve-topic-0-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,401] INFO [LogLoader partition=-uve-topic-1-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,401] INFO Created log for partition -uve-topic-1-25 in /tmp/kafka-logs/-uve-topic-1-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,401] INFO [Partition -uve-topic-1-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-25 (kafka.cluster.Partition) [2026-06-08 05:55:35,401] INFO [Partition -uve-topic-1-25 broker=2] Log loaded for partition -uve-topic-1-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,410] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-7, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,411] INFO Created log for partition HEALTH_CHECK_TOPIC-7 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-7 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,411] INFO [Partition HEALTH_CHECK_TOPIC-7 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-7 (kafka.cluster.Partition) [2026-06-08 05:55:35,411] INFO [Partition HEALTH_CHECK_TOPIC-7 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-7 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,419] INFO [LogLoader partition=-uve-topic-8-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,420] INFO Created log for partition -uve-topic-8-25 in /tmp/kafka-logs/-uve-topic-8-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,420] INFO [Partition -uve-topic-8-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-25 (kafka.cluster.Partition) [2026-06-08 05:55:35,420] INFO [Partition -uve-topic-8-25 broker=2] Log loaded for partition -uve-topic-8-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,428] INFO [LogLoader partition=-uve-topic-9-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,428] INFO Created log for partition -uve-topic-9-25 in /tmp/kafka-logs/-uve-topic-9-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,428] INFO [Partition -uve-topic-9-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-25 (kafka.cluster.Partition) [2026-06-08 05:55:35,428] INFO [Partition -uve-topic-9-25 broker=2] Log loaded for partition -uve-topic-9-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,435] INFO [LogLoader partition=-uve-topic-6-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,435] INFO Created log for partition -uve-topic-6-25 in /tmp/kafka-logs/-uve-topic-6-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,435] INFO [Partition -uve-topic-6-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-25 (kafka.cluster.Partition) [2026-06-08 05:55:35,435] INFO [Partition -uve-topic-6-25 broker=2] Log loaded for partition -uve-topic-6-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,446] INFO [LogLoader partition=structured_syslog_topic-6, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,446] INFO Created log for partition structured_syslog_topic-6 in /tmp/kafka-logs/structured_syslog_topic-6 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,446] INFO [Partition structured_syslog_topic-6 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-6 (kafka.cluster.Partition) [2026-06-08 05:55:35,446] INFO [Partition structured_syslog_topic-6 broker=2] Log loaded for partition structured_syslog_topic-6 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,458] INFO [LogLoader partition=-uve-topic-7-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,459] INFO Created log for partition -uve-topic-7-25 in /tmp/kafka-logs/-uve-topic-7-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,459] INFO [Partition -uve-topic-7-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-25 (kafka.cluster.Partition) [2026-06-08 05:55:35,459] INFO [Partition -uve-topic-7-25 broker=2] Log loaded for partition -uve-topic-7-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,466] INFO [LogLoader partition=-uve-topic-4-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,467] INFO Created log for partition -uve-topic-4-25 in /tmp/kafka-logs/-uve-topic-4-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,467] INFO [Partition -uve-topic-4-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-25 (kafka.cluster.Partition) [2026-06-08 05:55:35,467] INFO [Partition -uve-topic-4-25 broker=2] Log loaded for partition -uve-topic-4-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,477] INFO [LogLoader partition=-uve-topic-5-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,478] INFO Created log for partition -uve-topic-5-25 in /tmp/kafka-logs/-uve-topic-5-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,478] INFO [Partition -uve-topic-5-25 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-25 (kafka.cluster.Partition) [2026-06-08 05:55:35,478] INFO [Partition -uve-topic-5-25 broker=2] Log loaded for partition -uve-topic-5-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,487] INFO [LogLoader partition=-uve-topic-1-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,488] INFO Created log for partition -uve-topic-1-26 in /tmp/kafka-logs/-uve-topic-1-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,488] INFO [Partition -uve-topic-1-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-26 (kafka.cluster.Partition) [2026-06-08 05:55:35,488] INFO [Partition -uve-topic-1-26 broker=2] Log loaded for partition -uve-topic-1-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,500] INFO [LogLoader partition=-uve-topic-2-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,501] INFO Created log for partition -uve-topic-2-26 in /tmp/kafka-logs/-uve-topic-2-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,501] INFO [Partition -uve-topic-2-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-26 (kafka.cluster.Partition) [2026-06-08 05:55:35,501] INFO [Partition -uve-topic-2-26 broker=2] Log loaded for partition -uve-topic-2-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,510] INFO [LogLoader partition=-uve-topic-0-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,510] INFO Created log for partition -uve-topic-0-26 in /tmp/kafka-logs/-uve-topic-0-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,510] INFO [Partition -uve-topic-0-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-26 (kafka.cluster.Partition) [2026-06-08 05:55:35,510] INFO [Partition -uve-topic-0-26 broker=2] Log loaded for partition -uve-topic-0-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,519] INFO [LogLoader partition=-uve-topic-9-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,520] INFO Created log for partition -uve-topic-9-26 in /tmp/kafka-logs/-uve-topic-9-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,520] INFO [Partition -uve-topic-9-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-9-26 (kafka.cluster.Partition) [2026-06-08 05:55:35,520] INFO [Partition -uve-topic-9-26 broker=2] Log loaded for partition -uve-topic-9-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,530] INFO [LogLoader partition=-uve-topic-7-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,530] INFO Created log for partition -uve-topic-7-26 in /tmp/kafka-logs/-uve-topic-7-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,530] INFO [Partition -uve-topic-7-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-7-26 (kafka.cluster.Partition) [2026-06-08 05:55:35,530] INFO [Partition -uve-topic-7-26 broker=2] Log loaded for partition -uve-topic-7-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,537] INFO [LogLoader partition=-uve-topic-8-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,537] INFO Created log for partition -uve-topic-8-26 in /tmp/kafka-logs/-uve-topic-8-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,537] INFO [Partition -uve-topic-8-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-8-26 (kafka.cluster.Partition) [2026-06-08 05:55:35,537] INFO [Partition -uve-topic-8-26 broker=2] Log loaded for partition -uve-topic-8-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,546] INFO [LogLoader partition=-uve-topic-5-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,546] INFO Created log for partition -uve-topic-5-26 in /tmp/kafka-logs/-uve-topic-5-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,546] INFO [Partition -uve-topic-5-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-5-26 (kafka.cluster.Partition) [2026-06-08 05:55:35,546] INFO [Partition -uve-topic-5-26 broker=2] Log loaded for partition -uve-topic-5-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,557] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-8, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,558] INFO Created log for partition HEALTH_CHECK_TOPIC-8 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-8 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,558] INFO [Partition HEALTH_CHECK_TOPIC-8 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-8 (kafka.cluster.Partition) [2026-06-08 05:55:35,558] INFO [Partition HEALTH_CHECK_TOPIC-8 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-8 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,571] INFO [LogLoader partition=-uve-topic-6-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,571] INFO Created log for partition -uve-topic-6-26 in /tmp/kafka-logs/-uve-topic-6-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,571] INFO [Partition -uve-topic-6-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-6-26 (kafka.cluster.Partition) [2026-06-08 05:55:35,571] INFO [Partition -uve-topic-6-26 broker=2] Log loaded for partition -uve-topic-6-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,577] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,577] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,577] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,581] INFO [LogLoader partition=structured_syslog_topic-5, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,581] INFO Created log for partition structured_syslog_topic-5 in /tmp/kafka-logs/structured_syslog_topic-5 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,581] INFO [Partition structured_syslog_topic-5 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-5 (kafka.cluster.Partition) [2026-06-08 05:55:35,581] INFO [Partition structured_syslog_topic-5 broker=2] Log loaded for partition structured_syslog_topic-5 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,582] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,592] INFO [LogLoader partition=-uve-topic-3-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,592] INFO Created log for partition -uve-topic-3-26 in /tmp/kafka-logs/-uve-topic-3-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,592] INFO [Partition -uve-topic-3-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-26 (kafka.cluster.Partition) [2026-06-08 05:55:35,592] INFO [Partition -uve-topic-3-26 broker=2] Log loaded for partition -uve-topic-3-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,602] INFO [LogLoader partition=-uve-topic-4-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,602] INFO Created log for partition -uve-topic-4-26 in /tmp/kafka-logs/-uve-topic-4-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,602] INFO [Partition -uve-topic-4-26 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-26 (kafka.cluster.Partition) [2026-06-08 05:55:35,602] INFO [Partition -uve-topic-4-26 broker=2] Log loaded for partition -uve-topic-4-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,611] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-1, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,611] INFO Created log for partition HEALTH_CHECK_TOPIC-1 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-1 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,611] INFO [Partition HEALTH_CHECK_TOPIC-1 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-1 (kafka.cluster.Partition) [2026-06-08 05:55:35,611] INFO [Partition HEALTH_CHECK_TOPIC-1 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-1 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,620] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-2, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,620] INFO Created log for partition HEALTH_CHECK_TOPIC-2 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-2 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,620] INFO [Partition HEALTH_CHECK_TOPIC-2 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-2 (kafka.cluster.Partition) [2026-06-08 05:55:35,620] INFO [Partition HEALTH_CHECK_TOPIC-2 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-2 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,631] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-3, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,631] INFO Created log for partition HEALTH_CHECK_TOPIC-3 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-3 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,631] INFO [Partition HEALTH_CHECK_TOPIC-3 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-3 (kafka.cluster.Partition) [2026-06-08 05:55:35,631] INFO [Partition HEALTH_CHECK_TOPIC-3 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-3 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,640] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-4, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,640] INFO Created log for partition HEALTH_CHECK_TOPIC-4 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-4 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,640] INFO [Partition HEALTH_CHECK_TOPIC-4 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-4 (kafka.cluster.Partition) [2026-06-08 05:55:35,640] INFO [Partition HEALTH_CHECK_TOPIC-4 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-4 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,649] INFO [LogLoader partition=HEALTH_CHECK_TOPIC-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,649] INFO Created log for partition HEALTH_CHECK_TOPIC-0 in /tmp/kafka-logs/HEALTH_CHECK_TOPIC-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,649] INFO [Partition HEALTH_CHECK_TOPIC-0 broker=2] No checkpointed highwatermark is found for partition HEALTH_CHECK_TOPIC-0 (kafka.cluster.Partition) [2026-06-08 05:55:35,649] INFO [Partition HEALTH_CHECK_TOPIC-0 broker=2] Log loaded for partition HEALTH_CHECK_TOPIC-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,656] INFO [LogLoader partition=-uve-topic-27-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,656] INFO Created log for partition -uve-topic-27-28 in /tmp/kafka-logs/-uve-topic-27-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,656] INFO [Partition -uve-topic-27-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-28 (kafka.cluster.Partition) [2026-06-08 05:55:35,656] INFO [Partition -uve-topic-27-28 broker=2] Log loaded for partition -uve-topic-27-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,667] INFO [LogLoader partition=-uve-topic-28-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,667] INFO Created log for partition -uve-topic-28-28 in /tmp/kafka-logs/-uve-topic-28-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,667] INFO [Partition -uve-topic-28-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-28 (kafka.cluster.Partition) [2026-06-08 05:55:35,668] INFO [Partition -uve-topic-28-28 broker=2] Log loaded for partition -uve-topic-28-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,676] INFO [LogLoader partition=-uve-topic-29-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,676] INFO Created log for partition -uve-topic-29-28 in /tmp/kafka-logs/-uve-topic-29-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,677] INFO [Partition -uve-topic-29-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-28 (kafka.cluster.Partition) [2026-06-08 05:55:35,677] INFO [Partition -uve-topic-29-28 broker=2] Log loaded for partition -uve-topic-29-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,685] INFO [LogLoader partition=-uve-topic-23-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,685] INFO Created log for partition -uve-topic-23-28 in /tmp/kafka-logs/-uve-topic-23-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,685] INFO [Partition -uve-topic-23-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-28 (kafka.cluster.Partition) [2026-06-08 05:55:35,685] INFO [Partition -uve-topic-23-28 broker=2] Log loaded for partition -uve-topic-23-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,695] INFO [LogLoader partition=-uve-topic-24-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,695] INFO Created log for partition -uve-topic-24-28 in /tmp/kafka-logs/-uve-topic-24-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,695] INFO [Partition -uve-topic-24-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-28 (kafka.cluster.Partition) [2026-06-08 05:55:35,695] INFO [Partition -uve-topic-24-28 broker=2] Log loaded for partition -uve-topic-24-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,704] INFO [LogLoader partition=-uve-topic-25-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,704] INFO Created log for partition -uve-topic-25-28 in /tmp/kafka-logs/-uve-topic-25-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,704] INFO [Partition -uve-topic-25-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-28 (kafka.cluster.Partition) [2026-06-08 05:55:35,704] INFO [Partition -uve-topic-25-28 broker=2] Log loaded for partition -uve-topic-25-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,716] INFO [LogLoader partition=-uve-topic-26-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,716] INFO Created log for partition -uve-topic-26-28 in /tmp/kafka-logs/-uve-topic-26-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,716] INFO [Partition -uve-topic-26-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-28 (kafka.cluster.Partition) [2026-06-08 05:55:35,716] INFO [Partition -uve-topic-26-28 broker=2] Log loaded for partition -uve-topic-26-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,727] INFO [LogLoader partition=-uve-topic-20-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,728] INFO Created log for partition -uve-topic-20-29 in /tmp/kafka-logs/-uve-topic-20-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,728] INFO [Partition -uve-topic-20-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,728] INFO [Partition -uve-topic-20-29 broker=2] Log loaded for partition -uve-topic-20-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,735] INFO [LogLoader partition=-uve-topic-21-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,735] INFO Created log for partition -uve-topic-21-29 in /tmp/kafka-logs/-uve-topic-21-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,735] INFO [Partition -uve-topic-21-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,735] INFO [Partition -uve-topic-21-29 broker=2] Log loaded for partition -uve-topic-21-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,746] INFO [LogLoader partition=-uve-topic-28-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,746] INFO Created log for partition -uve-topic-28-27 in /tmp/kafka-logs/-uve-topic-28-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,746] INFO [Partition -uve-topic-28-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-27 (kafka.cluster.Partition) [2026-06-08 05:55:35,746] INFO [Partition -uve-topic-28-27 broker=2] Log loaded for partition -uve-topic-28-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,756] INFO [LogLoader partition=-uve-topic-15-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,756] INFO Created log for partition -uve-topic-15-29 in /tmp/kafka-logs/-uve-topic-15-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,756] INFO [Partition -uve-topic-15-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-15-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,756] INFO [Partition -uve-topic-15-29 broker=2] Log loaded for partition -uve-topic-15-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,757] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,759] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,763] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,764] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,764] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,764] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,764] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,765] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,765] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,765] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,765] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,767] INFO [LogLoader partition=-uve-topic-29-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,767] INFO Created log for partition -uve-topic-29-27 in /tmp/kafka-logs/-uve-topic-29-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,767] INFO [Partition -uve-topic-29-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-27 (kafka.cluster.Partition) [2026-06-08 05:55:35,767] INFO [Partition -uve-topic-29-27 broker=2] Log loaded for partition -uve-topic-29-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,778] INFO [LogLoader partition=-uve-topic-16-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,778] INFO Created log for partition -uve-topic-16-29 in /tmp/kafka-logs/-uve-topic-16-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,778] INFO [Partition -uve-topic-16-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-16-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,778] INFO [Partition -uve-topic-16-29 broker=2] Log loaded for partition -uve-topic-16-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,782] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,784] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-21', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-3', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-11', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,785] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-12', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-13', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-8', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-14', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-9', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-6', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-7', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-4', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-10', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-5', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-19', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-15', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-16', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-17', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,786] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-18', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-23', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-24', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-25', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-20', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-2', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-1', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-26', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-27', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-29', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,790] INFO [LogLoader partition=-uve-topic-17-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,791] INFO Created log for partition -uve-topic-17-29 in /tmp/kafka-logs/-uve-topic-17-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,791] INFO [Partition -uve-topic-17-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-17-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,791] INFO [Partition -uve-topic-17-29 broker=2] Log loaded for partition -uve-topic-17-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,792] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,801] INFO [LogLoader partition=-uve-topic-18-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,802] INFO Created log for partition -uve-topic-18-29 in /tmp/kafka-logs/-uve-topic-18-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,802] INFO [Partition -uve-topic-18-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-18-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,802] INFO [Partition -uve-topic-18-29 broker=2] Log loaded for partition -uve-topic-18-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,813] INFO [LogLoader partition=-uve-topic-24-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,813] INFO Created log for partition -uve-topic-24-27 in /tmp/kafka-logs/-uve-topic-24-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,813] INFO [Partition -uve-topic-24-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-27 (kafka.cluster.Partition) [2026-06-08 05:55:35,813] INFO [Partition -uve-topic-24-27 broker=2] Log loaded for partition -uve-topic-24-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,814] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='structured_syslog_topic', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,823] INFO [LogLoader partition=-uve-topic-11-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,823] INFO Created log for partition -uve-topic-11-29 in /tmp/kafka-logs/-uve-topic-11-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,823] INFO [Partition -uve-topic-11-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-11-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,823] INFO [Partition -uve-topic-11-29 broker=2] Log loaded for partition -uve-topic-11-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,835] INFO [LogLoader partition=-uve-topic-25-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,835] INFO Created log for partition -uve-topic-25-27 in /tmp/kafka-logs/-uve-topic-25-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,835] INFO [Partition -uve-topic-25-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-27 (kafka.cluster.Partition) [2026-06-08 05:55:35,835] INFO [Partition -uve-topic-25-27 broker=2] Log loaded for partition -uve-topic-25-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,844] INFO [LogLoader partition=-uve-topic-12-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,844] INFO Created log for partition -uve-topic-12-29 in /tmp/kafka-logs/-uve-topic-12-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,844] INFO [Partition -uve-topic-12-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-12-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,844] INFO [Partition -uve-topic-12-29 broker=2] Log loaded for partition -uve-topic-12-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,853] INFO [LogLoader partition=-uve-topic-26-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,854] INFO Created log for partition -uve-topic-26-27 in /tmp/kafka-logs/-uve-topic-26-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,854] INFO [Partition -uve-topic-26-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-27 (kafka.cluster.Partition) [2026-06-08 05:55:35,854] INFO [Partition -uve-topic-26-27 broker=2] Log loaded for partition -uve-topic-26-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,864] INFO [LogLoader partition=-uve-topic-13-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,864] INFO Created log for partition -uve-topic-13-29 in /tmp/kafka-logs/-uve-topic-13-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,864] INFO [Partition -uve-topic-13-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-13-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,865] INFO [Partition -uve-topic-13-29 broker=2] Log loaded for partition -uve-topic-13-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,874] INFO [LogLoader partition=-uve-topic-27-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,875] INFO Created log for partition -uve-topic-27-27 in /tmp/kafka-logs/-uve-topic-27-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,875] INFO [Partition -uve-topic-27-27 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-27 (kafka.cluster.Partition) [2026-06-08 05:55:35,875] INFO [Partition -uve-topic-27-27 broker=2] Log loaded for partition -uve-topic-27-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,886] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-22', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,886] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-0', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,886] INFO [Admin Manager on Broker 2]: Error processing create topic request CreatableTopic(name='-uve-topic-28', numPartitions=30, replicationFactor=3, assignments=[], configs=[]) (kafka.server.ZkAdminManager) org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 2. [2026-06-08 05:55:35,889] INFO [LogLoader partition=-uve-topic-14-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,890] INFO Created log for partition -uve-topic-14-29 in /tmp/kafka-logs/-uve-topic-14-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,890] INFO [Partition -uve-topic-14-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-14-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,890] INFO [Partition -uve-topic-14-29 broker=2] Log loaded for partition -uve-topic-14-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,901] INFO [LogLoader partition=-uve-topic-20-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,901] INFO Created log for partition -uve-topic-20-28 in /tmp/kafka-logs/-uve-topic-20-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,901] INFO [Partition -uve-topic-20-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-20-28 (kafka.cluster.Partition) [2026-06-08 05:55:35,901] INFO [Partition -uve-topic-20-28 broker=2] Log loaded for partition -uve-topic-20-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,912] INFO [LogLoader partition=-uve-topic-21-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,913] INFO Created log for partition -uve-topic-21-28 in /tmp/kafka-logs/-uve-topic-21-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,913] INFO [Partition -uve-topic-21-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-21-28 (kafka.cluster.Partition) [2026-06-08 05:55:35,913] INFO [Partition -uve-topic-21-28 broker=2] Log loaded for partition -uve-topic-21-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,919] INFO [LogLoader partition=-uve-topic-22-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,919] INFO Created log for partition -uve-topic-22-28 in /tmp/kafka-logs/-uve-topic-22-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,919] INFO [Partition -uve-topic-22-28 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-28 (kafka.cluster.Partition) [2026-06-08 05:55:35,919] INFO [Partition -uve-topic-22-28 broker=2] Log loaded for partition -uve-topic-22-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,928] INFO [LogLoader partition=-uve-topic-19-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,929] INFO Created log for partition -uve-topic-19-29 in /tmp/kafka-logs/-uve-topic-19-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,929] INFO [Partition -uve-topic-19-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-19-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,929] INFO [Partition -uve-topic-19-29 broker=2] Log loaded for partition -uve-topic-19-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,940] INFO [LogLoader partition=-uve-topic-26-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,941] INFO Created log for partition -uve-topic-26-29 in /tmp/kafka-logs/-uve-topic-26-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,941] INFO [Partition -uve-topic-26-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-26-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,941] INFO [Partition -uve-topic-26-29 broker=2] Log loaded for partition -uve-topic-26-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,951] INFO [LogLoader partition=-uve-topic-27-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,951] INFO Created log for partition -uve-topic-27-29 in /tmp/kafka-logs/-uve-topic-27-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,951] INFO [Partition -uve-topic-27-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-27-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,951] INFO [Partition -uve-topic-27-29 broker=2] Log loaded for partition -uve-topic-27-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,960] INFO [LogLoader partition=-uve-topic-28-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,961] INFO Created log for partition -uve-topic-28-29 in /tmp/kafka-logs/-uve-topic-28-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,961] INFO [Partition -uve-topic-28-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-28-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,961] INFO [Partition -uve-topic-28-29 broker=2] Log loaded for partition -uve-topic-28-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,971] INFO [LogLoader partition=-uve-topic-29-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,971] INFO Created log for partition -uve-topic-29-29 in /tmp/kafka-logs/-uve-topic-29-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,971] INFO [Partition -uve-topic-29-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-29-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,971] INFO [Partition -uve-topic-29-29 broker=2] Log loaded for partition -uve-topic-29-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,981] INFO [LogLoader partition=-uve-topic-22-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,982] INFO Created log for partition -uve-topic-22-29 in /tmp/kafka-logs/-uve-topic-22-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,982] INFO [Partition -uve-topic-22-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-22-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,982] INFO [Partition -uve-topic-22-29 broker=2] Log loaded for partition -uve-topic-22-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:35,992] INFO [LogLoader partition=-uve-topic-23-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:35,993] INFO Created log for partition -uve-topic-23-29 in /tmp/kafka-logs/-uve-topic-23-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:35,993] INFO [Partition -uve-topic-23-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-23-29 (kafka.cluster.Partition) [2026-06-08 05:55:35,993] INFO [Partition -uve-topic-23-29 broker=2] Log loaded for partition -uve-topic-23-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,002] INFO [LogLoader partition=-uve-topic-24-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,003] INFO Created log for partition -uve-topic-24-29 in /tmp/kafka-logs/-uve-topic-24-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,003] INFO [Partition -uve-topic-24-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-24-29 (kafka.cluster.Partition) [2026-06-08 05:55:36,003] INFO [Partition -uve-topic-24-29 broker=2] Log loaded for partition -uve-topic-24-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,012] INFO [LogLoader partition=-uve-topic-25-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,012] INFO Created log for partition -uve-topic-25-29 in /tmp/kafka-logs/-uve-topic-25-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,012] INFO [Partition -uve-topic-25-29 broker=2] No checkpointed highwatermark is found for partition -uve-topic-25-29 (kafka.cluster.Partition) [2026-06-08 05:55:36,012] INFO [Partition -uve-topic-25-29 broker=2] Log loaded for partition -uve-topic-25-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,021] INFO [LogLoader partition=structured_syslog_topic-23, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,021] INFO Created log for partition structured_syslog_topic-23 in /tmp/kafka-logs/structured_syslog_topic-23 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,021] INFO [Partition structured_syslog_topic-23 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-23 (kafka.cluster.Partition) [2026-06-08 05:55:36,021] INFO [Partition structured_syslog_topic-23 broker=2] Log loaded for partition structured_syslog_topic-23 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,032] INFO [LogLoader partition=structured_syslog_topic-22, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,032] INFO Created log for partition structured_syslog_topic-22 in /tmp/kafka-logs/structured_syslog_topic-22 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,032] INFO [Partition structured_syslog_topic-22 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-22 (kafka.cluster.Partition) [2026-06-08 05:55:36,032] INFO [Partition structured_syslog_topic-22 broker=2] Log loaded for partition structured_syslog_topic-22 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,041] INFO [LogLoader partition=structured_syslog_topic-25, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,041] INFO Created log for partition structured_syslog_topic-25 in /tmp/kafka-logs/structured_syslog_topic-25 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,041] INFO [Partition structured_syslog_topic-25 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-25 (kafka.cluster.Partition) [2026-06-08 05:55:36,041] INFO [Partition structured_syslog_topic-25 broker=2] Log loaded for partition structured_syslog_topic-25 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,051] INFO [LogLoader partition=structured_syslog_topic-24, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,052] INFO Created log for partition structured_syslog_topic-24 in /tmp/kafka-logs/structured_syslog_topic-24 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,052] INFO [Partition structured_syslog_topic-24 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-24 (kafka.cluster.Partition) [2026-06-08 05:55:36,052] INFO [Partition structured_syslog_topic-24 broker=2] Log loaded for partition structured_syslog_topic-24 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,063] INFO [LogLoader partition=structured_syslog_topic-27, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,064] INFO Created log for partition structured_syslog_topic-27 in /tmp/kafka-logs/structured_syslog_topic-27 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,064] INFO [Partition structured_syslog_topic-27 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-27 (kafka.cluster.Partition) [2026-06-08 05:55:36,064] INFO [Partition structured_syslog_topic-27 broker=2] Log loaded for partition structured_syslog_topic-27 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,074] INFO [LogLoader partition=structured_syslog_topic-26, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,074] INFO Created log for partition structured_syslog_topic-26 in /tmp/kafka-logs/structured_syslog_topic-26 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,074] INFO [Partition structured_syslog_topic-26 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-26 (kafka.cluster.Partition) [2026-06-08 05:55:36,074] INFO [Partition structured_syslog_topic-26 broker=2] Log loaded for partition structured_syslog_topic-26 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,083] INFO [LogLoader partition=structured_syslog_topic-28, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,083] INFO Created log for partition structured_syslog_topic-28 in /tmp/kafka-logs/structured_syslog_topic-28 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,083] INFO [Partition structured_syslog_topic-28 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-28 (kafka.cluster.Partition) [2026-06-08 05:55:36,083] INFO [Partition structured_syslog_topic-28 broker=2] Log loaded for partition structured_syslog_topic-28 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,095] INFO [LogLoader partition=structured_syslog_topic-29, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,095] INFO Created log for partition structured_syslog_topic-29 in /tmp/kafka-logs/structured_syslog_topic-29 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,095] INFO [Partition structured_syslog_topic-29 broker=2] No checkpointed highwatermark is found for partition structured_syslog_topic-29 (kafka.cluster.Partition) [2026-06-08 05:55:36,095] INFO [Partition structured_syslog_topic-29 broker=2] Log loaded for partition structured_syslog_topic-29 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,105] INFO [LogLoader partition=-uve-topic-3-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,106] INFO Created log for partition -uve-topic-3-0 in /tmp/kafka-logs/-uve-topic-3-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,106] INFO [Partition -uve-topic-3-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-3-0 (kafka.cluster.Partition) [2026-06-08 05:55:36,106] INFO [Partition -uve-topic-3-0 broker=2] Log loaded for partition -uve-topic-3-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,117] INFO [LogLoader partition=-uve-topic-4-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,117] INFO Created log for partition -uve-topic-4-0 in /tmp/kafka-logs/-uve-topic-4-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,125] INFO [Partition -uve-topic-4-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-4-0 (kafka.cluster.Partition) [2026-06-08 05:55:36,125] INFO [Partition -uve-topic-4-0 broker=2] Log loaded for partition -uve-topic-4-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,135] INFO [LogLoader partition=-uve-topic-1-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,136] INFO Created log for partition -uve-topic-1-0 in /tmp/kafka-logs/-uve-topic-1-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,136] INFO [Partition -uve-topic-1-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-1-0 (kafka.cluster.Partition) [2026-06-08 05:55:36,136] INFO [Partition -uve-topic-1-0 broker=2] Log loaded for partition -uve-topic-1-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,147] INFO [LogLoader partition=-uve-topic-2-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,147] INFO Created log for partition -uve-topic-2-0 in /tmp/kafka-logs/-uve-topic-2-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,147] INFO [Partition -uve-topic-2-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-2-0 (kafka.cluster.Partition) [2026-06-08 05:55:36,147] INFO [Partition -uve-topic-2-0 broker=2] Log loaded for partition -uve-topic-2-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,158] INFO [LogLoader partition=-uve-topic-0-0, dir=/tmp/kafka-logs] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [2026-06-08 05:55:36,158] INFO Created log for partition -uve-topic-0-0 in /tmp/kafka-logs/-uve-topic-0-0 with properties {} (kafka.log.LogManager) [2026-06-08 05:55:36,158] INFO [Partition -uve-topic-0-0 broker=2] No checkpointed highwatermark is found for partition -uve-topic-0-0 (kafka.cluster.Partition) [2026-06-08 05:55:36,158] INFO [Partition -uve-topic-0-0 broker=2] Log loaded for partition -uve-topic-0-0 with initial high watermark 0 (kafka.cluster.Partition) [2026-06-08 05:55:36,450] ERROR [ReplicaManager broker=2] Error processing append operation on partition -uve-topic-0-0 (kafka.server.ReplicaManager) org.apache.kafka.common.errors.NotEnoughReplicasException: The size of the current ISR Set(2) is insufficient to satisfy the min.isr requirement of 2 for partition -uve-topic-0-0 [2026-06-08 05:55:36,455] ERROR [ReplicaManager broker=2] Error processing append operation on partition -uve-topic-0-0 (kafka.server.ReplicaManager) org.apache.kafka.common.errors.NotEnoughReplicasException: The size of the current ISR Set(2) is insufficient to satisfy the min.isr requirement of 2 for partition -uve-topic-0-0 [2026-06-08 05:55:36,555] ERROR [ReplicaManager broker=2] Error processing append operation on partition -uve-topic-0-0 (kafka.server.ReplicaManager) org.apache.kafka.common.errors.NotEnoughReplicasException: The size of the current ISR Set(2) is insufficient to satisfy the min.isr requirement of 2 for partition -uve-topic-0-0 [2026-06-08 05:55:36,647] INFO [Partition HEALTH_CHECK_TOPIC-20 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,657] ERROR [ReplicaManager broker=2] Error processing append operation on partition -uve-topic-0-0 (kafka.server.ReplicaManager) org.apache.kafka.common.errors.NotEnoughReplicasException: The size of the current ISR Set(2) is insufficient to satisfy the min.isr requirement of 2 for partition -uve-topic-0-0 [2026-06-08 05:55:36,759] ERROR [ReplicaManager broker=2] Error processing append operation on partition -uve-topic-0-0 (kafka.server.ReplicaManager) org.apache.kafka.common.errors.NotEnoughReplicasException: The size of the current ISR Set(2) is insufficient to satisfy the min.isr requirement of 2 for partition -uve-topic-0-0 [2026-06-08 05:55:36,863] ERROR [ReplicaManager broker=2] Error processing append operation on partition -uve-topic-0-0 (kafka.server.ReplicaManager) org.apache.kafka.common.errors.NotEnoughReplicasException: The size of the current ISR Set(2) is insufficient to satisfy the min.isr requirement of 2 for partition -uve-topic-0-0 [2026-06-08 05:55:36,879] ERROR [ReplicaManager broker=2] Error processing append operation on partition -uve-topic-0-0 (kafka.server.ReplicaManager) org.apache.kafka.common.errors.NotEnoughReplicasException: The size of the current ISR Set(2) is insufficient to satisfy the min.isr requirement of 2 for partition -uve-topic-0-0 [2026-06-08 05:55:36,965] ERROR [ReplicaManager broker=2] Error processing append operation on partition -uve-topic-0-0 (kafka.server.ReplicaManager) org.apache.kafka.common.errors.NotEnoughReplicasException: The size of the current ISR Set(2) is insufficient to satisfy the min.isr requirement of 2 for partition -uve-topic-0-0 [2026-06-08 05:55:36,981] ERROR [ReplicaManager broker=2] Error processing append operation on partition -uve-topic-0-0 (kafka.server.ReplicaManager) org.apache.kafka.common.errors.NotEnoughReplicasException: The size of the current ISR Set(2) is insufficient to satisfy the min.isr requirement of 2 for partition -uve-topic-0-0 [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-17-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-27-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-18-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-28-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-19-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-29-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-13-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-23-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-14-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-24-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-8-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,988] INFO [Partition -uve-topic-9-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-0-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition structured_syslog_topic-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-7-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-8-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-5-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-6-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-3-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-4-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-1-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-2-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition HEALTH_CHECK_TOPIC-21 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-9-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-0-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-1-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-8-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-9-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition structured_syslog_topic-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-6-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-7-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-4-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-5-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-2-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-3-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition -uve-topic-8-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,989] INFO [Partition HEALTH_CHECK_TOPIC-18 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,990] INFO [Partition -uve-topic-9-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,990] INFO [Partition -uve-topic-6-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,990] INFO [Partition -uve-topic-7-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,990] INFO [Partition -uve-topic-5-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,990] INFO [Partition -uve-topic-6-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,990] INFO [Partition -uve-topic-3-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,990] INFO [Partition structured_syslog_topic-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,990] INFO [Partition -uve-topic-4-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,990] INFO [Partition -uve-topic-1-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,990] INFO [Partition -uve-topic-2-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-0-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition HEALTH_CHECK_TOPIC-19 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-9-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-7-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-8-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-6-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-7-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-4-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-5-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition structured_syslog_topic-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-2-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-3-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-0-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-1-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition HEALTH_CHECK_TOPIC-16 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-3-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-4-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-1-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-2-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-0-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-9-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-7-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition structured_syslog_topic-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-8-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-5-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition -uve-topic-6-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,991] INFO [Partition HEALTH_CHECK_TOPIC-17 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-4-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-5-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-2-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-3-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-0-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-1-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-8-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-9-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition structured_syslog_topic-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-6-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-7-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition HEALTH_CHECK_TOPIC-14 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-1-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-2-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-0-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-9-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-7-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-8-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-5-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-6-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition structured_syslog_topic-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-3-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-4-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition HEALTH_CHECK_TOPIC-15 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-2-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-3-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-0-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-1-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-8-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-9-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-6-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-7-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-4-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition structured_syslog_topic-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-5-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-0-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition HEALTH_CHECK_TOPIC-12 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,992] INFO [Partition -uve-topic-7-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-8-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-5-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-6-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-3-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-4-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-1-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-2-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-9-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition structured_syslog_topic-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition HEALTH_CHECK_TOPIC-13 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-0-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-1-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-8-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-9-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-6-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-7-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-4-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-5-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-2-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-3-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition structured_syslog_topic-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition HEALTH_CHECK_TOPIC-10 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-5-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-6-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-3-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-4-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-1-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-2-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-0-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-9-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-7-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-8-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition structured_syslog_topic-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition HEALTH_CHECK_TOPIC-11 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,993] INFO [Partition -uve-topic-6-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-7-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-4-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-5-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-2-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-3-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-0-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-1-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-8-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-9-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition structured_syslog_topic-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-3-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-4-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-1-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-2-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-0-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition HEALTH_CHECK_TOPIC-8 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-9-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-7-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-8-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-5-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-6-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition structured_syslog_topic-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-4-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-5-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-2-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-3-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition HEALTH_CHECK_TOPIC-9 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-0-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-1-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-8-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-9-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-6-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-7-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition structured_syslog_topic-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-1-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-2-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-0-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition -uve-topic-9-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,994] INFO [Partition HEALTH_CHECK_TOPIC-6 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-7-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-8-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-5-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-6-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-3-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-4-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition structured_syslog_topic-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-2-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-3-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-0-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-1-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition HEALTH_CHECK_TOPIC-7 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-8-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-9-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-6-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-7-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-4-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-5-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-20-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-10-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition structured_syslog_topic-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-21-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-11-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-22-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-12-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-13-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,995] INFO [Partition -uve-topic-23-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-17-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-27-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-18-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-28-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-19-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-29-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition HEALTH_CHECK_TOPIC-4 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-13-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-23-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-14-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-24-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-25-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-15-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-16-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-26-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-21-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-11-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-22-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-12-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition structured_syslog_topic-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-13-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-23-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-14-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-24-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-20-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-10-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition HEALTH_CHECK_TOPIC-5 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-18-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-28-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-19-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-29-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-14-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-24-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-25-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-15-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,996] INFO [Partition -uve-topic-16-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-26-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-17-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-27-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-22-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-12-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-13-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-23-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-14-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-24-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition structured_syslog_topic-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-25-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-15-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-20-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-10-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-21-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-11-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-19-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-29-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-25-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-15-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition HEALTH_CHECK_TOPIC-2 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-16-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-26-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-17-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-27-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-18-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-28-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-13-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-23-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-14-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-24-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-25-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,997] INFO [Partition -uve-topic-15-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-16-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-26-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition structured_syslog_topic-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-20-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-10-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-21-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-11-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-22-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-12-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition HEALTH_CHECK_TOPIC-3 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-16-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-26-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-17-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-27-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-18-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-28-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-19-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-29-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition structured_syslog_topic-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-13-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-23-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-14-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-24-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-25-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-15-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-16-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-26-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-20-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-10-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,998] INFO [Partition -uve-topic-21-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-11-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition HEALTH_CHECK_TOPIC-0 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-22-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-12-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-17-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-27-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-18-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-28-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-19-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-29-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-20-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-10-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition structured_syslog_topic-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-14-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-24-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-25-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-15-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-16-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-26-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-17-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-27-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition HEALTH_CHECK_TOPIC-1 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-20-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-10-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-21-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-11-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-22-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-12-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-13-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-23-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-18-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-28-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-19-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-29-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-20-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-10-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-21-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:36,999] INFO [Partition -uve-topic-11-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-25-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-15-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-16-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-26-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-17-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-27-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-18-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-28-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-21-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-11-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-22-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-12-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-13-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-23-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-14-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-24-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-19-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-29-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-20-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-10-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-21-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-11-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-22-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-12-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-16-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-26-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-17-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-27-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-18-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-28-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,000] INFO [Partition -uve-topic-19-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-29-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-22-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-12-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-13-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-23-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-14-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-24-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-25-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-15-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition structured_syslog_topic-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition structured_syslog_topic-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition structured_syslog_topic-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition structured_syslog_topic-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-8-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-9-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-6-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-7-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-4-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-5-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-14-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-24-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-25-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-15-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-16-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-26-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-17-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-27-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-20-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-10-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,001] INFO [Partition -uve-topic-21-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-11-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-22-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-12-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-13-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-23-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition structured_syslog_topic-19 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-17-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-27-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-18-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-28-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-19-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-29-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-3-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-4-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-1-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-2-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-0-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-9-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-20-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-10-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-7-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-8-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-5-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-6-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-25-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-15-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-16-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-26-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-17-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-27-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-18-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,002] INFO [Partition -uve-topic-28-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-21-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-11-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-22-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-12-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-13-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-23-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-14-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-24-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-18-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-28-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition structured_syslog_topic-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-19-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-29-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-4-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-5-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-2-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-3-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-0-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-1-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-20-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-21-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-26-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-27-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-28-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-29-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-22-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-23-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-24-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-25-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-19-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-29-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition structured_syslog_topic-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-1-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-2-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-0-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-9-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-7-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,003] INFO [Partition -uve-topic-8-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,004] INFO [Partition -uve-topic-5-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,004] INFO [Partition -uve-topic-6-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,004] INFO [Partition -uve-topic-3-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,004] INFO [Partition -uve-topic-4-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,004] INFO [Partition structured_syslog_topic-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,004] INFO [Partition structured_syslog_topic-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,004] INFO [Partition -uve-topic-2-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,004] INFO [Partition -uve-topic-3-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,004] INFO [Partition -uve-topic-0-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,004] INFO [Partition -uve-topic-1-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,425] INFO [Partition HEALTH_CHECK_TOPIC-20 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,425] INFO [Partition -uve-topic-25-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,425] INFO [Partition -uve-topic-15-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,425] INFO [Partition -uve-topic-16-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,425] INFO [Partition -uve-topic-26-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,426] INFO [Partition -uve-topic-20-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,426] INFO [Partition -uve-topic-10-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,426] INFO [Partition -uve-topic-21-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,426] INFO [Partition -uve-topic-11-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,426] INFO [Partition -uve-topic-22-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,426] INFO [Partition -uve-topic-12-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,426] INFO [Partition -uve-topic-18-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,426] INFO [Partition -uve-topic-28-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,426] INFO [Partition -uve-topic-19-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,426] INFO [Partition -uve-topic-29-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,426] INFO [Partition -uve-topic-14-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,427] INFO [Partition -uve-topic-24-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,427] INFO [Partition -uve-topic-25-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,427] INFO [Partition -uve-topic-15-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,427] INFO [Partition -uve-topic-16-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,427] INFO [Partition -uve-topic-26-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,427] INFO [Partition -uve-topic-17-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,427] INFO [Partition -uve-topic-27-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,427] INFO [Partition -uve-topic-20-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,427] INFO [Partition -uve-topic-10-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,428] INFO [Partition -uve-topic-21-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,428] INFO [Partition -uve-topic-11-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,428] INFO [Partition -uve-topic-22-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,428] INFO [Partition -uve-topic-12-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,428] INFO [Partition -uve-topic-13-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,428] INFO [Partition -uve-topic-23-7 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,428] INFO [Partition -uve-topic-19-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,428] INFO [Partition -uve-topic-29-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,428] INFO [Partition -uve-topic-25-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,428] INFO [Partition -uve-topic-15-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,429] INFO [Partition -uve-topic-16-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,429] INFO [Partition -uve-topic-26-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,429] INFO [Partition -uve-topic-17-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,429] INFO [Partition -uve-topic-27-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,429] INFO [Partition -uve-topic-18-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,429] INFO [Partition -uve-topic-28-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,429] INFO [Partition -uve-topic-21-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,429] INFO [Partition -uve-topic-11-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,429] INFO [Partition -uve-topic-22-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,429] INFO [Partition -uve-topic-12-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,429] INFO [Partition -uve-topic-13-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,430] INFO [Partition -uve-topic-23-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,430] INFO [Partition -uve-topic-14-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,430] INFO [Partition -uve-topic-24-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,430] INFO [Partition -uve-topic-20-8 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,430] INFO [Partition -uve-topic-10-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,430] INFO [Partition -uve-topic-16-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,430] INFO [Partition -uve-topic-26-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,430] INFO [Partition -uve-topic-17-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,430] INFO [Partition -uve-topic-27-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,430] INFO [Partition -uve-topic-18-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,431] INFO [Partition -uve-topic-28-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,431] INFO [Partition -uve-topic-19-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,431] INFO [Partition -uve-topic-29-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,431] INFO [Partition -uve-topic-22-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,431] INFO [Partition -uve-topic-12-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,431] INFO [Partition -uve-topic-13-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,432] INFO [Partition -uve-topic-23-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,432] INFO [Partition -uve-topic-14-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,432] INFO [Partition -uve-topic-24-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,432] INFO [Partition -uve-topic-25-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,433] INFO [Partition -uve-topic-15-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,433] INFO [Partition -uve-topic-20-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,433] INFO [Partition -uve-topic-10-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,433] INFO [Partition -uve-topic-21-9 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,433] INFO [Partition -uve-topic-11-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,433] INFO [Partition -uve-topic-13-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,434] INFO [Partition -uve-topic-23-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,434] INFO [Partition -uve-topic-14-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,434] INFO [Partition -uve-topic-24-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,434] INFO [Partition -uve-topic-25-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,434] INFO [Partition -uve-topic-15-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,434] INFO [Partition -uve-topic-16-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,434] INFO [Partition -uve-topic-26-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,435] INFO [Partition -uve-topic-20-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,435] INFO [Partition -uve-topic-10-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,435] INFO [Partition -uve-topic-21-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,435] INFO [Partition -uve-topic-11-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,435] INFO [Partition -uve-topic-22-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,435] INFO [Partition -uve-topic-12-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,435] INFO [Partition -uve-topic-17-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,436] INFO [Partition -uve-topic-27-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,436] INFO [Partition -uve-topic-18-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,436] INFO [Partition -uve-topic-28-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,436] INFO [Partition -uve-topic-19-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,436] INFO [Partition -uve-topic-29-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,436] INFO [Partition -uve-topic-14-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,436] INFO [Partition -uve-topic-24-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,437] INFO [Partition -uve-topic-25-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,437] INFO [Partition -uve-topic-15-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,437] INFO [Partition -uve-topic-16-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,437] INFO [Partition -uve-topic-26-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,437] INFO [Partition -uve-topic-17-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,437] INFO [Partition -uve-topic-27-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,437] INFO [Partition -uve-topic-20-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,438] INFO [Partition -uve-topic-10-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,438] INFO [Partition -uve-topic-21-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,438] INFO [Partition -uve-topic-11-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,438] INFO [Partition -uve-topic-22-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,438] INFO [Partition -uve-topic-12-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,438] INFO [Partition -uve-topic-13-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,438] INFO [Partition -uve-topic-23-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,439] INFO [Partition -uve-topic-18-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,439] INFO [Partition -uve-topic-28-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,439] INFO [Partition -uve-topic-19-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,439] INFO [Partition -uve-topic-29-3 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,439] INFO [Partition -uve-topic-25-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,439] INFO [Partition -uve-topic-15-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,439] INFO [Partition -uve-topic-16-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,440] INFO [Partition -uve-topic-26-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,440] INFO [Partition -uve-topic-17-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,440] INFO [Partition -uve-topic-27-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,440] INFO [Partition -uve-topic-18-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,440] INFO [Partition -uve-topic-28-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,440] INFO [Partition -uve-topic-21-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,440] INFO [Partition -uve-topic-11-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,440] INFO [Partition -uve-topic-22-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,441] INFO [Partition -uve-topic-12-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,441] INFO [Partition -uve-topic-13-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,441] INFO [Partition -uve-topic-23-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,441] INFO [Partition -uve-topic-14-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,441] INFO [Partition -uve-topic-24-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,442] INFO [Partition -uve-topic-19-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,442] INFO [Partition -uve-topic-29-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,442] INFO [Partition -uve-topic-20-4 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,443] INFO [Partition -uve-topic-10-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,444] INFO [Partition -uve-topic-16-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,444] INFO [Partition -uve-topic-26-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,444] INFO [Partition -uve-topic-17-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,444] INFO [Partition -uve-topic-27-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,444] INFO [Partition -uve-topic-18-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,444] INFO [Partition -uve-topic-28-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,444] INFO [Partition -uve-topic-19-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,444] INFO [Partition -uve-topic-29-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,444] INFO [Partition -uve-topic-22-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,444] INFO [Partition -uve-topic-12-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-13-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-23-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-14-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-24-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-25-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-15-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-20-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-10-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-21-5 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-11-6 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-20-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-10-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-21-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-11-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,445] INFO [Partition -uve-topic-22-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,451] INFO [Partition -uve-topic-12-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,461] INFO [Partition -uve-topic-17-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,461] INFO [Partition -uve-topic-27-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,462] INFO [Partition -uve-topic-18-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,462] INFO [Partition -uve-topic-28-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,462] INFO [Partition -uve-topic-19-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,462] INFO [Partition -uve-topic-29-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,462] INFO [Partition -uve-topic-13-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,462] INFO [Partition -uve-topic-23-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,463] INFO [Partition -uve-topic-14-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,463] INFO [Partition -uve-topic-24-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,463] INFO [Partition -uve-topic-25-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,463] INFO [Partition -uve-topic-15-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,463] INFO [Partition -uve-topic-16-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,463] INFO [Partition -uve-topic-26-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,463] INFO [Partition -uve-topic-20-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,464] INFO [Partition -uve-topic-10-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,464] INFO [Partition -uve-topic-21-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,464] INFO [Partition -uve-topic-11-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,464] INFO [Partition -uve-topic-22-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,464] INFO [Partition -uve-topic-12-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,464] INFO [Partition -uve-topic-13-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,465] INFO [Partition -uve-topic-23-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,465] INFO [Partition -uve-topic-18-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,465] INFO [Partition -uve-topic-28-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,465] INFO [Partition -uve-topic-19-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,465] INFO [Partition -uve-topic-29-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,465] INFO [Partition -uve-topic-14-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,465] INFO [Partition -uve-topic-24-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,466] INFO [Partition -uve-topic-25-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,466] INFO [Partition -uve-topic-15-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,466] INFO [Partition -uve-topic-16-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,466] INFO [Partition -uve-topic-26-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,467] INFO [Partition -uve-topic-17-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,467] INFO [Partition -uve-topic-27-15 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,467] INFO [Partition -uve-topic-21-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,468] INFO [Partition -uve-topic-11-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,468] INFO [Partition -uve-topic-22-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,468] INFO [Partition -uve-topic-12-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,468] INFO [Partition -uve-topic-13-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,468] INFO [Partition -uve-topic-23-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,468] INFO [Partition -uve-topic-14-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,468] INFO [Partition -uve-topic-24-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,469] INFO [Partition -uve-topic-20-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,469] INFO [Partition -uve-topic-10-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,469] INFO [Partition -uve-topic-19-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,469] INFO [Partition -uve-topic-29-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,469] INFO [Partition -uve-topic-25-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,469] INFO [Partition -uve-topic-15-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,470] INFO [Partition -uve-topic-16-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,470] INFO [Partition -uve-topic-26-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,470] INFO [Partition -uve-topic-17-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,470] INFO [Partition -uve-topic-27-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,470] INFO [Partition -uve-topic-18-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,470] INFO [Partition -uve-topic-28-16 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,470] INFO [Partition -uve-topic-22-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,471] INFO [Partition -uve-topic-12-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,471] INFO [Partition -uve-topic-13-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,471] INFO [Partition -uve-topic-23-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,471] INFO [Partition -uve-topic-14-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,471] INFO [Partition -uve-topic-24-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,471] INFO [Partition -uve-topic-25-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,471] INFO [Partition -uve-topic-15-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,472] INFO [Partition -uve-topic-20-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,472] INFO [Partition -uve-topic-10-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,472] INFO [Partition -uve-topic-21-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,472] INFO [Partition -uve-topic-11-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,472] INFO [Partition -uve-topic-16-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,472] INFO [Partition -uve-topic-26-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,473] INFO [Partition -uve-topic-17-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,473] INFO [Partition -uve-topic-27-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,473] INFO [Partition -uve-topic-18-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,474] INFO [Partition -uve-topic-28-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,474] INFO [Partition -uve-topic-19-18 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,474] INFO [Partition -uve-topic-29-17 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,474] INFO [Partition -uve-topic-17-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,474] INFO [Partition -uve-topic-27-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,474] INFO [Partition -uve-topic-18-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,474] INFO [Partition -uve-topic-28-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,475] INFO [Partition -uve-topic-19-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,475] INFO [Partition -uve-topic-29-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,475] INFO [Partition -uve-topic-13-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,475] INFO [Partition -uve-topic-23-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,475] INFO [Partition -uve-topic-14-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,475] INFO [Partition -uve-topic-24-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,475] INFO [Partition -uve-topic-25-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,475] INFO [Partition -uve-topic-15-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,475] INFO [Partition -uve-topic-16-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,475] INFO [Partition -uve-topic-26-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,476] INFO [Partition -uve-topic-20-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,476] INFO [Partition -uve-topic-10-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,476] INFO [Partition -uve-topic-21-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,476] INFO [Partition -uve-topic-11-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,476] INFO [Partition -uve-topic-22-10 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,476] INFO [Partition -uve-topic-12-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,476] INFO [Partition -uve-topic-18-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,476] INFO [Partition -uve-topic-28-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,476] INFO [Partition -uve-topic-19-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,477] INFO [Partition -uve-topic-29-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,477] INFO [Partition -uve-topic-14-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,477] INFO [Partition -uve-topic-24-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,477] INFO [Partition -uve-topic-25-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,477] INFO [Partition -uve-topic-15-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,477] INFO [Partition -uve-topic-16-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,477] INFO [Partition -uve-topic-26-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,477] INFO [Partition -uve-topic-17-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,477] INFO [Partition -uve-topic-27-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,477] INFO [Partition -uve-topic-20-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,478] INFO [Partition -uve-topic-10-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,478] INFO [Partition -uve-topic-21-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,478] INFO [Partition -uve-topic-11-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,478] INFO [Partition -uve-topic-22-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,478] INFO [Partition -uve-topic-12-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,478] INFO [Partition -uve-topic-13-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,478] INFO [Partition -uve-topic-23-11 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,478] INFO [Partition -uve-topic-19-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,479] INFO [Partition -uve-topic-29-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,479] INFO [Partition -uve-topic-20-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,479] INFO [Partition -uve-topic-10-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,479] INFO [Partition -uve-topic-25-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,479] INFO [Partition -uve-topic-15-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,479] INFO [Partition -uve-topic-16-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,479] INFO [Partition -uve-topic-26-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,480] INFO [Partition -uve-topic-17-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,480] INFO [Partition -uve-topic-27-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,480] INFO [Partition -uve-topic-18-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,480] INFO [Partition -uve-topic-28-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,480] INFO [Partition -uve-topic-21-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,480] INFO [Partition -uve-topic-11-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,480] INFO [Partition -uve-topic-22-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,480] INFO [Partition -uve-topic-12-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,480] INFO [Partition -uve-topic-13-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,480] INFO [Partition -uve-topic-23-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,481] INFO [Partition -uve-topic-14-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,481] INFO [Partition -uve-topic-24-12 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,481] INFO [Partition -uve-topic-20-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,481] INFO [Partition -uve-topic-10-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,481] INFO [Partition -uve-topic-21-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,481] INFO [Partition -uve-topic-11-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,481] INFO [Partition -uve-topic-16-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,481] INFO [Partition -uve-topic-26-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,481] INFO [Partition -uve-topic-17-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,482] INFO [Partition -uve-topic-27-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,482] INFO [Partition -uve-topic-18-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,482] INFO [Partition -uve-topic-28-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,482] INFO [Partition -uve-topic-19-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,482] INFO [Partition -uve-topic-29-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,482] INFO [Partition -uve-topic-22-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,482] INFO [Partition -uve-topic-12-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,482] INFO [Partition -uve-topic-13-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,482] INFO [Partition -uve-topic-23-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,487] INFO [Partition -uve-topic-14-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-24-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-25-13 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-15-14 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-0-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-7-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-8-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-5-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-6-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-3-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-4-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-1-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-2-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-9-22 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-0-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-1-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-8-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-9-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-6-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-7-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-4-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-5-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-2-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-3-23 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,488] INFO [Partition -uve-topic-5-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-6-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-3-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-4-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-1-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-2-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-0-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-9-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-7-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-8-20 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-6-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-7-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-4-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-5-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-2-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-3-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-0-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-1-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-8-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-9-21 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-3-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-4-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-1-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-2-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-0-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,489] INFO [Partition -uve-topic-9-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-7-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-8-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-5-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-6-26 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-4-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-5-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-2-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-3-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-0-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-1-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-8-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-9-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-6-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-7-27 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-1-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-2-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-0-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-9-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-7-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-8-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-5-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-6-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-3-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-4-24 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-2-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,490] INFO [Partition -uve-topic-3-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-0-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-1-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-8-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-9-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-6-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-7-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-4-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-5-25 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition HEALTH_CHECK_TOPIC-29 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-10-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-11-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-12-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-13-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-18-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-19-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-14-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-15-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-16-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-17-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-21-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-11-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-5-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-22-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-12-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,491] INFO [Partition -uve-topic-6-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-13-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-23-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-3-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-14-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-24-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-4-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-1-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-2-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-20-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-10-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-0-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-19-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-29-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-25-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-15-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-9-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-16-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-26-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-17-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-27-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-7-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-18-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-28-0 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,492] INFO [Partition -uve-topic-8-28 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,493] INFO [Partition HEALTH_CHECK_TOPIC-27 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:37,493] INFO [Partition -uve-topic-22-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,493] INFO [Partition -uve-topic-12-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,493] INFO [Partition -uve-topic-6-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,493] INFO [Partition -uve-topic-13-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-23-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-7-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-14-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-24-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-4-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-25-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-15-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-5-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-2-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-3-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-20-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-10-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-0-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-21-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-11-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-1-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-16-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-26-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-17-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-27-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-18-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-28-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-8-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,494] INFO [Partition -uve-topic-19-2 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,495] INFO [Partition -uve-topic-29-1 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,495] INFO [Partition -uve-topic-9-29 broker=2] ISR updated to 2,1 and version updated to 7 (kafka.cluster.Partition) [2026-06-08 05:55:37,495] INFO [Partition HEALTH_CHECK_TOPIC-28 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:37,495] INFO [Partition HEALTH_CHECK_TOPIC-25 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:37,495] INFO [Partition HEALTH_CHECK_TOPIC-26 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:37,495] INFO [Partition HEALTH_CHECK_TOPIC-22 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:37,495] INFO [Partition HEALTH_CHECK_TOPIC-23 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:37,495] INFO [Partition HEALTH_CHECK_TOPIC-24 broker=2] ISR updated to 2,1 and version updated to 3 (kafka.cluster.Partition) [2026-06-08 05:55:37,832] INFO [Partition -uve-topic-8-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-9-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-0-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition structured_syslog_topic-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-7-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-8-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-5-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-6-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-3-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-4-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-1-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-2-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition HEALTH_CHECK_TOPIC-21 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-9-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-0-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-1-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-8-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition structured_syslog_topic-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-9-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-6-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-7-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,833] INFO [Partition -uve-topic-4-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,834] INFO [Partition -uve-topic-5-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,835] INFO [Partition -uve-topic-2-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,835] INFO [Partition -uve-topic-3-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,835] INFO [Partition -uve-topic-8-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,835] INFO [Partition HEALTH_CHECK_TOPIC-18 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,835] INFO [Partition -uve-topic-9-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,835] INFO [Partition -uve-topic-6-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,835] INFO [Partition -uve-topic-7-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,835] INFO [Partition -uve-topic-5-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,836] INFO [Partition -uve-topic-6-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,836] INFO [Partition structured_syslog_topic-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,836] INFO [Partition -uve-topic-3-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,836] INFO [Partition -uve-topic-4-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,836] INFO [Partition -uve-topic-1-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,836] INFO [Partition -uve-topic-2-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,836] INFO [Partition -uve-topic-0-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,836] INFO [Partition HEALTH_CHECK_TOPIC-19 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-9-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-7-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-8-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-6-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-7-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-4-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition structured_syslog_topic-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-5-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-2-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-3-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-0-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-1-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition HEALTH_CHECK_TOPIC-16 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-3-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-4-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-1-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-2-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-0-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-9-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition structured_syslog_topic-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-7-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-8-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-5-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-6-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition HEALTH_CHECK_TOPIC-17 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,837] INFO [Partition -uve-topic-4-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-5-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-2-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-3-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-0-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-1-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-8-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition structured_syslog_topic-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-9-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-6-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-7-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition HEALTH_CHECK_TOPIC-14 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-1-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-2-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-0-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-9-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-7-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-8-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-5-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-6-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition structured_syslog_topic-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-3-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-4-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition HEALTH_CHECK_TOPIC-15 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-2-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-3-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-0-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-1-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-8-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-9-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-6-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-7-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-4-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition structured_syslog_topic-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-5-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-0-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition HEALTH_CHECK_TOPIC-12 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-7-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-8-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-5-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-6-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-3-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-4-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-1-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-2-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-9-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition structured_syslog_topic-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition HEALTH_CHECK_TOPIC-13 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-0-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-1-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-8-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-9-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-6-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-7-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-4-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-5-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-2-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-3-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition structured_syslog_topic-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition HEALTH_CHECK_TOPIC-10 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-5-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-6-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-3-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-4-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-1-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-2-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-0-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-9-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-7-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-8-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition structured_syslog_topic-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition HEALTH_CHECK_TOPIC-11 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-6-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-7-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-4-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-5-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-2-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-3-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-0-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-1-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-8-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-9-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition structured_syslog_topic-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-3-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,838] INFO [Partition -uve-topic-4-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-1-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-2-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-0-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition HEALTH_CHECK_TOPIC-8 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-9-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-7-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-8-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-5-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-6-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition structured_syslog_topic-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-4-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-5-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-2-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-3-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition HEALTH_CHECK_TOPIC-9 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-0-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-1-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-8-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-9-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-6-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-7-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition structured_syslog_topic-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-1-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-2-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-0-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-9-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition HEALTH_CHECK_TOPIC-6 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-7-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-8-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-5-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-6-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-3-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-4-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition structured_syslog_topic-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-2-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-3-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-0-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-1-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition HEALTH_CHECK_TOPIC-7 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-8-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-9-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-6-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-7-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-4-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-5-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-20-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-10-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition structured_syslog_topic-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-21-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-11-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-22-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-12-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-13-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-23-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-17-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-27-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-18-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-28-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-19-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-29-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition HEALTH_CHECK_TOPIC-4 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-13-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-23-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-14-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-24-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-25-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-15-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-16-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-26-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-21-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-11-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-22-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-12-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition structured_syslog_topic-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-13-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-23-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-14-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-24-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-20-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-10-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition HEALTH_CHECK_TOPIC-5 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-18-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-28-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-19-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-29-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-14-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-24-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-25-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-15-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-16-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,839] INFO [Partition -uve-topic-26-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-17-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-27-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-22-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-12-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-13-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-23-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-14-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-24-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition structured_syslog_topic-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-25-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-15-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-20-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-10-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-21-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-11-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-19-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-29-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-25-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-15-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition HEALTH_CHECK_TOPIC-2 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-16-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-26-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-17-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-27-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-18-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-28-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-13-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-23-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-14-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-24-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-25-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-15-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-16-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-26-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition structured_syslog_topic-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-20-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-10-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-21-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-11-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-22-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-12-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition HEALTH_CHECK_TOPIC-3 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-16-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-26-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-17-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-27-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-18-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-28-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-19-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-29-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition structured_syslog_topic-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-13-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-23-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-14-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-24-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-25-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-15-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-16-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-26-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-20-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-10-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-21-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-11-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition HEALTH_CHECK_TOPIC-0 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-22-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-12-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-17-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-27-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-18-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-28-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-19-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-29-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-20-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-10-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition structured_syslog_topic-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-14-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-24-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-25-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-15-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-16-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-26-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-17-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-27-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition HEALTH_CHECK_TOPIC-1 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-20-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-10-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-21-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-11-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-22-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-12-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-13-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,840] INFO [Partition -uve-topic-23-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-18-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-28-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-19-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-29-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-20-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-10-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-21-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-11-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-25-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-15-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-16-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-26-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-17-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-27-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-18-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-28-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-21-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-11-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-22-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-12-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-13-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-23-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-14-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-24-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-19-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-29-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-20-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-10-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-21-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-11-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-22-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-12-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-16-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-26-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-17-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-27-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-18-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-28-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-19-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-29-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-22-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-12-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-13-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-23-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-14-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-24-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-25-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-15-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition structured_syslog_topic-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition structured_syslog_topic-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition structured_syslog_topic-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition structured_syslog_topic-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-8-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-9-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-6-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-7-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-4-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-5-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-14-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-24-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-25-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-15-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-16-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-26-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-17-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-27-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-20-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-10-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-21-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-11-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-22-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-12-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-13-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-23-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition structured_syslog_topic-19 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-17-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-27-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-18-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-28-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-19-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-29-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-3-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-4-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,841] INFO [Partition -uve-topic-1-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,842] INFO [Partition -uve-topic-2-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,842] INFO [Partition -uve-topic-0-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,842] INFO [Partition -uve-topic-9-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,842] INFO [Partition -uve-topic-20-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,842] INFO [Partition -uve-topic-10-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,842] INFO [Partition -uve-topic-7-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,842] INFO [Partition -uve-topic-8-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-5-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-6-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-25-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-15-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-16-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-26-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-17-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-27-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-18-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-28-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-21-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-11-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-22-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-12-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-13-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-23-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-14-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-24-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-18-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition -uve-topic-28-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,845] INFO [Partition structured_syslog_topic-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-19-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-29-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-4-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-5-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-2-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-3-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-0-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-1-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-20-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-21-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-26-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-27-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-28-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-29-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-22-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-23-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-24-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-25-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-19-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,846] INFO [Partition -uve-topic-29-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition structured_syslog_topic-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-1-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-2-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-0-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-9-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-7-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-8-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-5-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-6-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-3-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-4-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition structured_syslog_topic-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition structured_syslog_topic-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-2-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-3-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-0-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-1-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-17-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-27-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-18-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,847] INFO [Partition -uve-topic-28-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,856] INFO [Partition -uve-topic-19-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,856] INFO [Partition -uve-topic-29-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,856] INFO [Partition -uve-topic-13-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,857] INFO [Partition -uve-topic-23-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,857] INFO [Partition -uve-topic-14-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:37,857] INFO [Partition -uve-topic-24-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-25-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-15-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-16-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-26-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-20-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-10-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-21-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-11-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-22-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-12-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-18-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-28-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-19-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-29-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-14-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-24-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-25-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-15-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-16-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-26-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-17-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-27-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-20-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-10-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-21-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-11-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-22-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-12-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-13-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-23-7 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-19-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-29-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-25-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-15-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-16-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-26-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,127] INFO [Partition -uve-topic-17-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-27-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-18-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-28-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-21-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-11-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-22-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-12-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-13-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-23-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-14-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-24-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-20-8 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-10-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-16-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-26-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-17-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-27-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-18-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-28-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-19-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-29-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-22-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-12-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-13-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-23-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-14-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-24-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-25-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-15-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-20-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-10-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-21-9 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-11-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-13-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-23-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-14-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-24-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-25-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,128] INFO [Partition -uve-topic-15-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-16-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-26-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-20-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-10-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-21-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-11-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-22-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-12-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-17-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-27-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-18-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-28-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-19-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-29-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-14-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-24-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-25-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-15-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-16-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-26-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-17-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-27-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-20-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-10-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-21-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-11-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-22-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-12-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-13-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-23-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-18-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-28-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-19-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-29-3 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-25-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-15-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-16-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-26-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,129] INFO [Partition -uve-topic-17-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-27-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-18-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-28-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-21-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-11-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-22-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-12-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-13-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-23-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-14-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-24-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-19-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-29-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-20-4 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-10-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-16-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-26-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-17-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-27-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-18-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-28-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-19-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-29-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-22-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-12-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-13-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-23-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-14-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-24-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-25-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-15-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-20-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-10-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-21-5 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-11-6 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-20-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-10-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-21-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-11-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-22-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-12-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-17-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-27-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-18-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-28-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-19-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-29-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,130] INFO [Partition -uve-topic-13-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-23-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-14-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-24-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-25-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-15-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-16-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-26-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-20-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-10-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-21-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-11-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-22-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-12-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-13-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-23-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-18-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-28-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-19-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-29-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-14-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-24-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-25-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-15-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-16-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-26-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-17-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-27-15 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-21-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-11-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-22-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-12-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,131] INFO [Partition -uve-topic-13-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-23-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-14-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-24-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-20-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-10-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-19-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-29-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-25-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-15-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-16-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-26-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-17-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-27-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-18-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-28-16 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-22-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-12-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-13-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-23-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-14-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-24-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-25-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-15-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-20-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,132] INFO [Partition -uve-topic-10-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-21-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-11-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-16-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-26-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-17-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-27-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-18-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-28-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-19-18 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-29-17 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-17-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-27-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-18-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-28-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-19-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-29-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-13-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-23-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-14-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-24-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-25-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-15-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-16-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-26-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-20-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-10-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-21-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-11-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-22-10 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-12-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,133] INFO [Partition -uve-topic-18-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-28-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-19-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-29-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-14-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-24-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-25-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-15-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-16-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-26-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-17-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-27-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-20-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-10-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-21-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-11-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-22-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-12-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-13-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-23-11 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-19-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-29-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-20-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-10-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-25-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-15-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-16-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-26-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-17-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-27-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-18-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-28-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-21-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-11-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-22-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-12-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-13-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,134] INFO [Partition -uve-topic-23-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-14-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-24-12 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-20-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-10-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-21-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-11-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-16-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-26-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-17-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-27-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-18-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-28-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-19-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-29-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-22-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-12-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-13-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-23-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-14-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-24-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-25-13 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-15-14 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-0-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-7-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-8-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-5-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-6-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-3-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-4-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-1-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-2-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-9-22 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-0-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-1-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-8-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,135] INFO [Partition -uve-topic-9-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-6-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-7-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-4-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-5-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-2-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-3-23 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-5-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-6-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-3-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-4-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-1-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-2-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-0-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-9-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-7-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-8-20 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-6-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-7-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-4-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-5-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-2-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-3-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-0-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-1-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-8-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-9-21 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-3-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-4-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-1-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-2-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-0-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,136] INFO [Partition -uve-topic-9-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-7-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-8-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-5-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-6-26 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-4-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-5-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-2-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-3-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-0-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-1-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-8-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-9-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-6-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-7-27 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-1-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-2-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-0-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-9-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-7-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-8-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-5-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-6-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-3-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-4-24 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-2-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-3-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-0-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-1-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,137] INFO [Partition -uve-topic-8-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-9-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-6-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-7-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-4-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-5-25 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition HEALTH_CHECK_TOPIC-29 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-10-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-11-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-12-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-13-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-18-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-19-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-14-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-15-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-16-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-17-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-21-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-11-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-5-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-22-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-12-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-6-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-13-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-23-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-3-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-14-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-24-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,138] INFO [Partition -uve-topic-4-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-1-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-2-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-20-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-10-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-0-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-19-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-29-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-25-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-15-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-9-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-16-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-26-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-17-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-27-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-7-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-18-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-28-0 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-8-28 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition HEALTH_CHECK_TOPIC-27 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-22-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-12-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-6-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-13-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-23-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-7-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-14-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-24-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-4-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,139] INFO [Partition -uve-topic-25-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-15-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-5-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-2-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-3-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-20-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-10-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-0-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-21-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-11-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-1-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-16-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-26-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-17-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-27-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-18-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-28-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-8-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-19-2 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-29-1 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition -uve-topic-9-29 broker=2] ISR updated to 2,1,3 and version updated to 8 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition HEALTH_CHECK_TOPIC-28 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition HEALTH_CHECK_TOPIC-25 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition HEALTH_CHECK_TOPIC-26 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition HEALTH_CHECK_TOPIC-22 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition HEALTH_CHECK_TOPIC-23 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:55:38,140] INFO [Partition HEALTH_CHECK_TOPIC-24 broker=2] ISR updated to 2,1,3 and version updated to 4 (kafka.cluster.Partition) [2026-06-08 05:57:24,645] WARN Session 0x10000244712002c for server /10.0.0.38:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException. (org.apache.zookeeper.ClientCnxn) EndOfStreamException: Unable to read additional data from server sessionid 0x10000244712002c, likely server has closed socket at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1289) [2026-06-08 05:57:25,231] INFO Opening socket connection to server /10.0.0.33:2181. (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:57:25,232] INFO Socket connection established, initiating session, client: /10.0.0.50:50374, server: /10.0.0.33:2181 (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:57:25,235] INFO Session establishment complete on server /10.0.0.33:2181, session id = 0x10000244712002c, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:58:29,141] WARN Session 0x10000244712002c for server /10.0.0.33:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException. (org.apache.zookeeper.ClientCnxn) EndOfStreamException: Unable to read additional data from server sessionid 0x10000244712002c, likely server has closed socket at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1289) [2026-06-08 05:58:29,652] INFO Opening socket connection to server /10.0.0.50:2181. (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:58:29,653] WARN Session 0x10000244712002c for server /10.0.0.50:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException. (org.apache.zookeeper.ClientCnxn) java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source) at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1289) [2026-06-08 05:58:30,415] INFO Opening socket connection to server /10.0.0.38:2181. (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:58:30,416] INFO Socket connection established, initiating session, client: /10.0.0.50:49078, server: /10.0.0.38:2181 (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:58:30,430] INFO Session establishment complete on server /10.0.0.38:2181, session id = 0x10000244712002c, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:59:34,429] WARN Session 0x10000244712002c for server /10.0.0.38:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException. (org.apache.zookeeper.ClientCnxn) EndOfStreamException: Unable to read additional data from server sessionid 0x10000244712002c, likely server has closed socket at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1289) [2026-06-08 05:59:34,595] INFO Opening socket connection to server /10.0.0.33:2181. (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:59:34,596] WARN Session 0x10000244712002c for server /10.0.0.33:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException. (org.apache.zookeeper.ClientCnxn) java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source) at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1289) [2026-06-08 05:59:35,437] INFO Opening socket connection to server /10.0.0.50:2181. (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:59:35,438] INFO Socket connection established, initiating session, client: /10.0.0.50:51352, server: /10.0.0.50:2181 (org.apache.zookeeper.ClientCnxn) [2026-06-08 05:59:35,439] INFO Session establishment complete on server /10.0.0.50:2181, session id = 0x10000244712002c, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [2026-06-08 06:00:30,415] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-0-22, -uve-topic-19-7, -uve-topic-23-6, -uve-topic-10-24, -uve-topic-7-22, structured_syslog_topic-24, -uve-topic-8-22, -uve-topic-5-22, -uve-topic-3-22, -uve-topic-1-22, -uve-topic-27-22, -uve-topic-18-23, HEALTH_CHECK_TOPIC-4, -uve-topic-13-23, -uve-topic-9-22, -uve-topic-11-7, -uve-topic-22-6, -uve-topic-2-6, -uve-topic-18-8, -uve-topic-27-7, -uve-topic-11-25, -uve-topic-22-24, -uve-topic-23-24, -uve-topic-6-23, -uve-topic-4-23, -uve-topic-28-23, -uve-topic-0-7, -uve-topic-29-23, -uve-topic-1-7, -uve-topic-24-23, -uve-topic-14-24, -uve-topic-25-23, -uve-topic-15-24, -uve-topic-16-24, -uve-topic-26-23, -uve-topic-17-24, -uve-topic-20-7, -uve-topic-8-7, -uve-topic-21-7, -uve-topic-9-7, -uve-topic-12-8, -uve-topic-13-8, -uve-topic-7-7, -uve-topic-5-7, -uve-topic-3-7, -uve-topic-29-8, -uve-topic-15-9, -uve-topic-25-8, -uve-topic-16-9, -uve-topic-26-8, -uve-topic-17-9, -uve-topic-28-8, -uve-topic-12-26, -uve-topic-13-26, -uve-topic-6-20, -uve-topic-4-20, -uve-topic-20-25, -uve-topic-21-25, -uve-topic-19-25, -uve-topic-5-4, structured_syslog_topic-9, -uve-topic-3-4, -uve-topic-24-8, -uve-topic-14-9, -uve-topic-1-4, -uve-topic-10-9, -uve-topic-0-4, HEALTH_CHECK_TOPIC-19, -uve-topic-9-4, -uve-topic-7-4, -uve-topic-19-10, -uve-topic-8-4, -uve-topic-14-27, -uve-topic-24-26, -uve-topic-25-26, -uve-topic-15-27, -uve-topic-26-26, -uve-topic-16-27, structured_syslog_topic-27, -uve-topic-2-21, -uve-topic-10-27, -uve-topic-27-25, -uve-topic-18-26, -uve-topic-22-9, -uve-topic-6-5, -uve-topic-23-9, -uve-topic-4-5, -uve-topic-11-10, -uve-topic-24-2, -uve-topic-14-3, -uve-topic-4-26, -uve-topic-25-2, -uve-topic-15-3, -uve-topic-26-2, -uve-topic-16-3, -uve-topic-10-3, HEALTH_CHECK_TOPIC-16, -uve-topic-17-3, -uve-topic-28-2, -uve-topic-29-2, -uve-topic-6-26, -uve-topic-23-18, -uve-topic-3-10, -uve-topic-1-10, -uve-topic-0-10, -uve-topic-11-19, -uve-topic-22-18, -uve-topic-9-10, -uve-topic-7-10, -uve-topic-8-10, -uve-topic-19-19, -uve-topic-5-10, -uve-topic-2-27, -uve-topic-11-4, -uve-topic-22-3, -uve-topic-23-3, -uve-topic-10-21, -uve-topic-19-4, -uve-topic-4-11, -uve-topic-27-19, HEALTH_CHECK_TOPIC-1, -uve-topic-20-19, -uve-topic-21-19, -uve-topic-12-20, -uve-topic-13-20, -uve-topic-18-20, structured_syslog_topic-12, -uve-topic-6-11, -uve-topic-2-24, -uve-topic-27-4, -uve-topic-18-5, -uve-topic-21-4, -uve-topic-12-5, -uve-topic-13-5, -uve-topic-11-22, -uve-topic-25-20, -uve-topic-15-21, -uve-topic-26-20, -uve-topic-16-21, -uve-topic-17-21, -uve-topic-28-20, -uve-topic-24-20, -uve-topic-14-21, -uve-topic-20-4, -uve-topic-29-20, -uve-topic-6-8, -uve-topic-4-8, -uve-topic-26-5, -uve-topic-16-6, -uve-topic-17-6, -uve-topic-3-25, -uve-topic-28-5, -uve-topic-0-25, -uve-topic-29-5, -uve-topic-1-25, -uve-topic-24-5, -uve-topic-14-6, -uve-topic-25-5, -uve-topic-15-6, -uve-topic-20-22, -uve-topic-21-22, -uve-topic-8-25, -uve-topic-12-23, -uve-topic-9-25, -uve-topic-7-25, -uve-topic-5-25, -uve-topic-2-9, -uve-topic-19-22, -uve-topic-22-21, -uve-topic-23-21, -uve-topic-10-6, structured_syslog_topic-15, -uve-topic-10-15, -uve-topic-6-14, -uve-topic-4-14, -uve-topic-17-15, -uve-topic-28-14, -uve-topic-29-14, -uve-topic-14-15, -uve-topic-24-14, -uve-topic-15-15, -uve-topic-25-14, -uve-topic-16-15, -uve-topic-26-14, -uve-topic-10-0, structured_syslog_topic-0, HEALTH_CHECK_TOPIC-13, -uve-topic-14-0, -uve-topic-15-0, -uve-topic-16-0, -uve-topic-17-0, -uve-topic-11-16, -uve-topic-22-15, -uve-topic-23-15, -uve-topic-2-15, -uve-topic-19-16, -uve-topic-11-1, -uve-topic-5-28, -uve-topic-22-0, -uve-topic-23-0, -uve-topic-3-28, -uve-topic-1-28, -uve-topic-0-28, -uve-topic-19-1, -uve-topic-9-28, HEALTH_CHECK_TOPIC-10, -uve-topic-7-28, -uve-topic-8-28, -uve-topic-21-16, -uve-topic-12-17, -uve-topic-13-17, -uve-topic-2-12, -uve-topic-20-16, -uve-topic-27-16, -uve-topic-18-17, -uve-topic-12-2, -uve-topic-6-29, -uve-topic-13-2, -uve-topic-4-29, -uve-topic-20-1, -uve-topic-21-1, -uve-topic-27-1, -uve-topic-18-2, -uve-topic-7-13, -uve-topic-24-17, -uve-topic-14-18, structured_syslog_topic-18, -uve-topic-25-17, -uve-topic-15-18, -uve-topic-5-13, -uve-topic-3-13, -uve-topic-10-18, -uve-topic-0-13, -uve-topic-1-13, HEALTH_CHECK_TOPIC-28, -uve-topic-26-17, -uve-topic-16-18, -uve-topic-17-18, -uve-topic-28-17, -uve-topic-8-13, -uve-topic-29-17, -uve-topic-9-13, -uve-topic-8-1, -uve-topic-9-1, structured_syslog_topic-3, -uve-topic-27-10, -uve-topic-18-11, -uve-topic-7-1, -uve-topic-5-1, -uve-topic-2-18, -uve-topic-11-28, -uve-topic-22-27, -uve-topic-23-27, -uve-topic-17-27, -uve-topic-28-26, -uve-topic-29-26, -uve-topic-13-11, -uve-topic-4-2, HEALTH_CHECK_TOPIC-25, -uve-topic-20-10, -uve-topic-21-10, -uve-topic-12-11, -uve-topic-20-28, -uve-topic-28-11, -uve-topic-29-11, -uve-topic-6-2, -uve-topic-5-19, -uve-topic-27-28, -uve-topic-18-29, -uve-topic-3-19, -uve-topic-21-28, -uve-topic-0-19, -uve-topic-12-29, -uve-topic-1-19, -uve-topic-13-29, -uve-topic-8-19, -uve-topic-19-28, -uve-topic-9-19, -uve-topic-7-19, -uve-topic-24-11, -uve-topic-14-12, -uve-topic-25-11, -uve-topic-15-12, -uve-topic-26-11, -uve-topic-16-12, -uve-topic-2-3, -uve-topic-17-12, -uve-topic-10-12, HEALTH_CHECK_TOPIC-22, -uve-topic-19-13, -uve-topic-26-29, -uve-topic-1-16, -uve-topic-28-29, -uve-topic-29-29, -uve-topic-0-16, -uve-topic-24-29, -uve-topic-25-29, -uve-topic-9-16, -uve-topic-7-16, -uve-topic-8-16, -uve-topic-5-16, structured_syslog_topic-21, -uve-topic-3-16, -uve-topic-2-0, -uve-topic-11-13, -uve-topic-22-12, -uve-topic-23-12, structured_syslog_topic-6, HEALTH_CHECK_TOPIC-7, -uve-topic-20-13, -uve-topic-21-13, -uve-topic-6-17, -uve-topic-4-17, -uve-topic-27-13, -uve-topic-3-1, -uve-topic-18-14, -uve-topic-0-1, -uve-topic-1-1, -uve-topic-12-14, -uve-topic-13-14) (kafka.server.ReplicaFetcherManager) [2026-06-08 06:00:30,528] INFO [ReplicaFetcherThread-0-1]: Starting (kafka.server.ReplicaFetcherThread) [2026-06-08 06:00:30,535] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(-uve-topic-23-21 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-19-28 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-13-11 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-2-18 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-26-20 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-16-21 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-20-22 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-9-13 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-18-11 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-11-16 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-3-10 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-12-5 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-29-11 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-10-15 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-28-26 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-14-12 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-24-11 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), HEALTH_CHECK_TOPIC-19 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),3,0), -uve-topic-15-3 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-25-2 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-18-2 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-28-2 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-21-7 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-3-19 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-21-1 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-7-4 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-7-1 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-17-9 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-4-29 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-18-29 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), HEALTH_CHECK_TOPIC-10 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),3,0), -uve-topic-9-10 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-25-29 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-16-0 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-18-20 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-0-16 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-3-28 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-18-26 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-15-9 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-25-8 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-25-23 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-15-24 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-23-18 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-29-29 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-15-0 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-4-26 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-12-14 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-23-6 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-23-9 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-0-25 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-18-5 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-6-20 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-21-4 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-8-4 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-10-27 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-12-17 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-11-13 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-18-23 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-7-28 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-2-6 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-2-27 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), structured_syslog_topic-3 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-29-23 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-0-4 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-3-25 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-27-10 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), HEALTH_CHECK_TOPIC-16 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),3,0), -uve-topic-8-22 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-22-24 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-29-5 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-28-11 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-9-19 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-2-24 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), structured_syslog_topic-6 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-13-26 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-24-26 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-14-27 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-3-4 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-13-5 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-22-21 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-28-8 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-7-7 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-21-28 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-24-5 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-14-6 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-4-8 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-29-26 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-17-21 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-7-25 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), structured_syslog_topic-9 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-19-13 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-19-10 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-8-13 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-14-24 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-24-23 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-21-16 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), structured_syslog_topic-24 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-6-11 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-0-22 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-17-12 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), structured_syslog_topic-15 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-17-15 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-26-29 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-26-23 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-16-24 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-26-5 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-16-6 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-3-7 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-27-19 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-10-12 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-17-18 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-22-9 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-13-23 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-8-1 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-10-24 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-29-2 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-4-5 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-23-3 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-29-8 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-23-0 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,53), -uve-topic-12-26 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-5-10 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-13-20 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-11-25 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-3-22 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-4-23 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), HEALTH_CHECK_TOPIC-13 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),3,0), -uve-topic-0-13 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-1-13 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-9-4 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-17-27 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-18-8 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-26-17 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-16-18 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-7-16 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-7-22 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-20-28 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-20-7 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-12-11 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-17-24 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), HEALTH_CHECK_TOPIC-25 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),3,0), -uve-topic-27-7 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-22-18 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-6-14 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-5-13 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-1-1 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-23-27 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), HEALTH_CHECK_TOPIC-1 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),3,0), -uve-topic-2-21 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-24-2 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-14-3 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-8-25 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-23-15 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-13-8 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-20-4 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-1-22 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-13-14 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-11-22 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-21-13 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-22-6 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-19-25 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-6-2 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-10-21 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-22-12 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-14-0 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,13), -uve-topic-28-17 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-12-29 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-5-19 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-27-16 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-12-23 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-14-15 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-24-14 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-5-1 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-8-7 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-24-20 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-14-21 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-7-10 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), structured_syslog_topic-21 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-15-6 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-25-5 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-1-7 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-28-14 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-7-19 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-4-17 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-3-16 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-12-20 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-5-28 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-19-22 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-1-19 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-26-26 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-16-27 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-22-3 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-10-9 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-1-16 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-21-25 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-22-27 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-11-19 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-1-25 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-20-16 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-19-16 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-2-15 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-11-10 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-22-0 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,98), -uve-topic-28-20 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-21-10 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-17-6 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-9-1 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-17-0 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-6-29 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-4-20 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-27-22 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), HEALTH_CHECK_TOPIC-4 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),3,0), -uve-topic-1-28 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-8-16 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-1-10 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-27-13 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-17-3 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-26-11 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-16-12 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-24-8 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-14-9 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-13-2 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), structured_syslog_topic-0 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), structured_syslog_topic-12 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-28-23 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-15-18 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-25-17 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-0-28 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-23-12 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-8-10 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-9-7 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-3-13 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-18-17 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), HEALTH_CHECK_TOPIC-7 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),3,0), -uve-topic-5-25 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-21-22 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-10-0 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-20-19 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-22-15 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-19-19 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-1-4 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-9-16 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-5-22 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-24-29 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-4-11 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-11-7 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-27-28 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-27-1 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-6-17 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-6-8 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-2-3 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-29-17 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-5-7 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-10-6 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-27-25 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), HEALTH_CHECK_TOPIC-28 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),3,0), -uve-topic-9-28 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-26-2 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-16-3 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-13-29 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-12-8 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-11-1 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), HEALTH_CHECK_TOPIC-22 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=1, host=10.0.0.38:9092),3,0), -uve-topic-12-2 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-20-13 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-2-12 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-5-16 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-6-26 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-15-21 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-25-20 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-25-14 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-15-15 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-16-9 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-26-8 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-13-17 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-0-10 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-29-20 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-6-5 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-28-5 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-11-28 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-8-19 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-19-7 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-8-28 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-10-3 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-14-18 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-24-17 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-11-4 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), structured_syslog_topic-27 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-4-2 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-29-14 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-21-19 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-20-10 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-0-1 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-4-14 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-2-9 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-7-13 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-18-14 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-10-18 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-20-1 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-19-4 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-3-1 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-9-25 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-2-0 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,72), structured_syslog_topic-18 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-25-26 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-15-27 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-19-1 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-5-4 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-9-22 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-28-29 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-0-19 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-6-23 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-23-24 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-0-7 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-27-4 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-20-25 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-16-15 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-26-14 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-15-12 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0), -uve-topic-25-11 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=1, host=10.0.0.38:9092),5,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 06:00:30,864] INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(-uve-topic-27-6, -uve-topic-18-7, -uve-topic-13-7, -uve-topic-11-24, -uve-topic-22-23, -uve-topic-23-23, -uve-topic-6-22, -uve-topic-4-22, -uve-topic-17-23, -uve-topic-28-22, -uve-topic-0-6, -uve-topic-29-22, -uve-topic-14-23, -uve-topic-24-22, -uve-topic-15-23, -uve-topic-25-22, -uve-topic-16-23, -uve-topic-26-22, -uve-topic-7-6, -uve-topic-20-6, -uve-topic-8-6, -uve-topic-21-6, -uve-topic-5-6, -uve-topic-12-7, -uve-topic-3-6, -uve-topic-1-6, HEALTH_CHECK_TOPIC-21, -uve-topic-28-7, -uve-topic-29-7, -uve-topic-14-8, -uve-topic-24-7, -uve-topic-15-8, -uve-topic-25-7, -uve-topic-16-8, -uve-topic-26-7, -uve-topic-9-6, -uve-topic-17-8, -uve-topic-21-24, -uve-topic-12-25, -uve-topic-13-25, -uve-topic-2-23, -uve-topic-20-24, -uve-topic-19-24, -uve-topic-10-8, structured_syslog_topic-8, -uve-topic-6-7, -uve-topic-4-7, -uve-topic-19-9, -uve-topic-8-3, HEALTH_CHECK_TOPIC-18, -uve-topic-9-3, -uve-topic-7-3, -uve-topic-14-26, -uve-topic-24-25, structured_syslog_topic-26, -uve-topic-15-26, -uve-topic-25-25, -uve-topic-2-20, -uve-topic-10-26, -uve-topic-27-24, -uve-topic-18-25, -uve-topic-11-9, -uve-topic-22-8, -uve-topic-6-4, -uve-topic-23-8, -uve-topic-4-4, -uve-topic-27-9, -uve-topic-18-10, -uve-topic-23-26, -uve-topic-7-21, -uve-topic-5-21, -uve-topic-3-21, -uve-topic-11-27, -uve-topic-0-21, -uve-topic-22-26, -uve-topic-1-21, HEALTH_CHECK_TOPIC-3, -uve-topic-16-26, -uve-topic-26-25, -uve-topic-17-26, -uve-topic-28-25, -uve-topic-8-21, -uve-topic-29-25, -uve-topic-9-21, -uve-topic-12-10, -uve-topic-13-10, -uve-topic-2-5, -uve-topic-20-9, -uve-topic-21-9, -uve-topic-23-2, -uve-topic-2-26, -uve-topic-11-3, -uve-topic-22-2, -uve-topic-19-3, -uve-topic-13-19, -uve-topic-4-10, -uve-topic-20-18, -uve-topic-21-18, HEALTH_CHECK_TOPIC-0, -uve-topic-12-19, structured_syslog_topic-11, -uve-topic-27-18, -uve-topic-18-19, -uve-topic-6-10, -uve-topic-5-27, -uve-topic-27-3, -uve-topic-3-27, -uve-topic-20-3, -uve-topic-0-27, -uve-topic-21-3, -uve-topic-1-27, -uve-topic-12-4, -uve-topic-13-4, -uve-topic-18-4, -uve-topic-8-27, -uve-topic-9-27, structured_syslog_topic-29, -uve-topic-7-27, -uve-topic-24-19, -uve-topic-14-20, -uve-topic-25-19, -uve-topic-15-20, -uve-topic-26-19, -uve-topic-16-20, -uve-topic-2-11, -uve-topic-17-20, -uve-topic-10-20, -uve-topic-28-19, -uve-topic-29-19, -uve-topic-25-4, -uve-topic-15-5, -uve-topic-1-24, -uve-topic-26-4, -uve-topic-16-5, -uve-topic-17-5, -uve-topic-28-4, -uve-topic-0-24, -uve-topic-24-4, -uve-topic-14-5, -uve-topic-9-24, -uve-topic-20-21, -uve-topic-7-24, -uve-topic-21-21, -uve-topic-8-24, -uve-topic-29-4, -uve-topic-5-24, -uve-topic-3-24, -uve-topic-2-8, -uve-topic-11-21, -uve-topic-22-20, -uve-topic-23-20, -uve-topic-10-5, -uve-topic-19-21, -uve-topic-19-6, -uve-topic-22-5, -uve-topic-23-5, HEALTH_CHECK_TOPIC-15, -uve-topic-10-23, -uve-topic-6-25, -uve-topic-4-25, -uve-topic-27-21, -uve-topic-3-9, -uve-topic-18-22, -uve-topic-0-9, -uve-topic-1-9, -uve-topic-12-22, -uve-topic-13-22, -uve-topic-8-9, -uve-topic-11-6, -uve-topic-9-9, -uve-topic-7-9, structured_syslog_topic-14, -uve-topic-5-9, HEALTH_CHECK_TOPIC-12, -uve-topic-11-15, -uve-topic-22-14, -uve-topic-2-14, -uve-topic-19-15, -uve-topic-23-14, -uve-topic-11-0, -uve-topic-0-15, -uve-topic-19-0, -uve-topic-1-15, -uve-topic-20-15, -uve-topic-8-15, -uve-topic-21-15, -uve-topic-9-15, -uve-topic-12-16, -uve-topic-13-16, -uve-topic-7-15, -uve-topic-5-15, -uve-topic-3-15, -uve-topic-18-16, -uve-topic-27-15, -uve-topic-21-0, -uve-topic-12-1, -uve-topic-6-28, -uve-topic-13-1, -uve-topic-4-28, -uve-topic-20-0, -uve-topic-27-0, -uve-topic-18-1, -uve-topic-5-12, structured_syslog_topic-17, -uve-topic-3-12, -uve-topic-14-17, -uve-topic-24-16, -uve-topic-1-12, -uve-topic-10-17, -uve-topic-0-12, -uve-topic-29-16, HEALTH_CHECK_TOPIC-27, -uve-topic-15-17, -uve-topic-25-16, -uve-topic-9-12, -uve-topic-16-17, -uve-topic-26-16, -uve-topic-17-17, -uve-topic-7-12, -uve-topic-28-16, -uve-topic-8-12, -uve-topic-14-2, -uve-topic-24-1, structured_syslog_topic-2, -uve-topic-15-2, -uve-topic-25-1, -uve-topic-2-29, -uve-topic-10-2, -uve-topic-16-2, -uve-topic-26-1, -uve-topic-17-2, -uve-topic-28-1, -uve-topic-29-1, -uve-topic-22-17, -uve-topic-6-13, -uve-topic-23-17, -uve-topic-4-13, -uve-topic-11-18, -uve-topic-19-18, -uve-topic-17-11, -uve-topic-6-1, -uve-topic-28-10, -uve-topic-29-10, -uve-topic-4-1, -uve-topic-3-18, -uve-topic-1-18, -uve-topic-27-27, -uve-topic-20-27, -uve-topic-21-27, -uve-topic-0-18, -uve-topic-12-28, -uve-topic-13-28, -uve-topic-9-18, -uve-topic-7-18, -uve-topic-8-18, -uve-topic-19-27, -uve-topic-5-18, -uve-topic-14-11, -uve-topic-24-10, -uve-topic-15-11, -uve-topic-25-10, -uve-topic-16-11, -uve-topic-26-10, -uve-topic-2-2, -uve-topic-10-11, -uve-topic-10-29, -uve-topic-19-12, -uve-topic-25-28, -uve-topic-15-29, -uve-topic-4-19, -uve-topic-26-28, -uve-topic-16-29, -uve-topic-17-29, -uve-topic-28-28, HEALTH_CHECK_TOPIC-9, -uve-topic-24-28, -uve-topic-14-29, -uve-topic-18-28, structured_syslog_topic-20, -uve-topic-6-19, -uve-topic-5-3, -uve-topic-3-3, -uve-topic-0-3, -uve-topic-11-12, -uve-topic-1-3, -uve-topic-22-11, -uve-topic-23-11, structured_syslog_topic-5, -uve-topic-22-29, -uve-topic-23-29, HEALTH_CHECK_TOPIC-6, -uve-topic-20-12, -uve-topic-29-28, -uve-topic-6-16, -uve-topic-4-16, -uve-topic-1-0, -uve-topic-27-12, -uve-topic-18-13, -uve-topic-0-0, -uve-topic-21-12, -uve-topic-12-13, -uve-topic-13-13, -uve-topic-9-0, -uve-topic-7-0, -uve-topic-8-0, -uve-topic-5-0, -uve-topic-3-0, structured_syslog_topic-23, -uve-topic-2-17, -uve-topic-10-14, -uve-topic-26-13, -uve-topic-16-14, -uve-topic-17-14, -uve-topic-28-13, -uve-topic-29-13, -uve-topic-24-13, -uve-topic-14-14, HEALTH_CHECK_TOPIC-24, -uve-topic-25-13, -uve-topic-15-14) (kafka.server.ReplicaFetcherManager) [2026-06-08 06:00:30,889] INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 3 for partitions HashMap(-uve-topic-1-12 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-5-24 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-4-22 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-23-5 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-11-24 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-13-22 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-8-18 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-20-6 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-1-3 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-10-23 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-6-25 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-20-0 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,136), -uve-topic-28-10 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-28-1 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-21-15 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-19-12 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-6-16 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-5-15 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-22-20 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-27-18 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), HEALTH_CHECK_TOPIC-27 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),3,0), -uve-topic-28-28 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-8-27 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-27-0 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,114), structured_syslog_topic-17 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), HEALTH_CHECK_TOPIC-6 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),3,0), -uve-topic-18-10 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-19-0 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-3-21 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-8-12 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-27-24 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-1-6 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-9-15 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-28-19 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-28-25 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-2-20 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-15-17 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-25-16 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-25-7 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-15-8 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-24-28 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-14-29 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-24-22 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-14-23 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-25-13 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-15-14 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-7-21 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-1-0 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,72), -uve-topic-13-7 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-4-4 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-13-10 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-23-17 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-6-13 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-13-19 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-18-28 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-28-4 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-23-14 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-14-8 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-24-7 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-29-13 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-18-13 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), structured_syslog_topic-26 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-28-22 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-27-3 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-8-9 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-19-24 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-21-12 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-14-20 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-24-19 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-22-8 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-26-7 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-16-8 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-5-12 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), HEALTH_CHECK_TOPIC-12 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),3,0), -uve-topic-6-7 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-27-21 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-9-24 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-17-11 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-1-9 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-9-21 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-12-25 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-19-6 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-22-5 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-20-27 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-11-21 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), HEALTH_CHECK_TOPIC-15 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),3,0), -uve-topic-3-3 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-12-22 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-0-3 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-23-20 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-19-27 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-29-4 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-0-15 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-18-4 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-9-27 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-29-10 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-0-9 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-29-25 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-5-6 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-22-29 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-7-0 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-18-25 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-11-9 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-16-14 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-26-13 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-5-27 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-17-20 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-18-16 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-15-29 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-25-28 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-12-10 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-5-9 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-22-17 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-19-3 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-27-6 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-9-18 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-6-10 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-25-22 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-15-23 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-16-17 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-26-16 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-13-4 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-19-9 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), HEALTH_CHECK_TOPIC-9 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),3,0), -uve-topic-8-3 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-21-24 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-1-27 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-13-1 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-23-11 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-29-28 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-16-11 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-26-10 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-2-14 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-9-9 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-27-27 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-1-24 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-22-2 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-0-0 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,1057), -uve-topic-28-7 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-29-22 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-6-28 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-29-16 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-1-18 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-10-29 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-10-8 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), structured_syslog_topic-20 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-20-15 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-16-26 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-26-25 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-15-5 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-25-4 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-17-8 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-0-12 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-12-19 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-9-6 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-13-28 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), structured_syslog_topic-8 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-18-22 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-23-26 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), structured_syslog_topic-14 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), structured_syslog_topic-2 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-14-2 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-24-1 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-0-21 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-2-2 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-1-15 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-13-16 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-2-11 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-21-21 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-7-15 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-8-0 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-23-2 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-16-23 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-26-22 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-4-16 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-10-5 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-11-6 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-20-12 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-1-21 -> InitialFetchState(Some(OnwR_XiYTKmgwo8jEevpbw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-29-19 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-16-5 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-26-4 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-7-24 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-12-7 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-16-29 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-26-28 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-2-23 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-18-19 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-12-13 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-17-17 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-3-15 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-29-7 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), HEALTH_CHECK_TOPIC-24 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),3,0), -uve-topic-22-14 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), HEALTH_CHECK_TOPIC-18 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),3,0), -uve-topic-24-4 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-14-5 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-3-12 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-23-23 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-23-29 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-6-19 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-4-13 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-9-12 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-22-11 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-12-4 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-2-17 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-8-6 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-4-1 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-0-24 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-7-12 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-4-7 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-10-17 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-0-18 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-5-18 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-6-4 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-21-9 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-12-1 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-11-18 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-12-28 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-21-18 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-18-7 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-3-9 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-20-24 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-17-23 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-11-3 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-22-26 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-18-1 -> InitialFetchState(Some(5obtU1mZRZ2hIGZdW7u2TA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-29-1 -> InitialFetchState(Some(aMu9BXrKQP-8F1vhaf_Mvw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-26-19 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-16-20 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-11-0 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-9-3 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-25-25 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-15-26 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-14-17 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-24-16 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-17-14 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-0-27 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-2-29 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-3-0 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-2-8 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), HEALTH_CHECK_TOPIC-0 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),3,0), -uve-topic-6-22 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-15-11 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-25-10 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-3-18 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-5-21 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-13-13 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-8-15 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-28-16 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-3-27 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-22-23 -> InitialFetchState(Some(gi0bEpMpSca9DuahqwgZUg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-9-0 -> InitialFetchState(Some(8PlPKqdnS7eTROSCjPqsvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-8-24 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-10-20 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-0-6 -> InitialFetchState(Some(iryI5i8JRri6r9Gp8ropRQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-12-16 -> InitialFetchState(Some(fPFURuRJTpK1wEYeS5zTlw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-24-13 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-14-14 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-7-18 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-15-2 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-25-1 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-17-2 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), structured_syslog_topic-5 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-4-19 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-11-15 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-2-26 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-19-18 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-21-6 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-17-29 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-2-5 -> InitialFetchState(Some(fG8PIyhUTF6sfc62xwPGxA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-4-10 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-7-9 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-6-1 -> InitialFetchState(Some(vuNwAap7SPCEoWhNQv5zhg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-27-9 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-5-0 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-3-6 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-17-26 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-7-27 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), structured_syslog_topic-29 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-21-0 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,110), -uve-topic-5-3 -> InitialFetchState(Some(CR5x8V64RoWSLZsTttELZQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), HEALTH_CHECK_TOPIC-3 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),3,0), -uve-topic-20-3 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-20-21 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-7-3 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-10-14 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-19-21 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-23-8 -> InitialFetchState(Some(VYilbB6fT8OLRnXJoK_vog),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-7-6 -> InitialFetchState(Some(roJ88sb5RziTZFDp0-fhBQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-8-21 -> InitialFetchState(Some(6MEjYxNSS4qqB4ErKINv-w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-21-27 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-11-27 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), HEALTH_CHECK_TOPIC-21 -> InitialFetchState(Some(HvwrmjJaTtWWqW9GimOPUw),BrokerEndPoint(id=3, host=10.0.0.33:9092),3,0), -uve-topic-20-18 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-11-12 -> InitialFetchState(Some(tEB8tH4xRnCOIPsB-_1dzQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-10-11 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-21-3 -> InitialFetchState(Some(9KOnY-6fRHOsjiB3uuTvvA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), structured_syslog_topic-23 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-14-26 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-24-25 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), structured_syslog_topic-11 -> InitialFetchState(Some(8LXnKrIHTXGU5D8ypcmZHg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-19-15 -> InitialFetchState(Some(RXW3XtdRQ7GbL2-yx6ey8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-4-28 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-20-9 -> InitialFetchState(Some(SlwIoYRORIGiu6ePWS7J4g),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-10-2 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-3-24 -> InitialFetchState(Some(K8CDLjePSWeh8w15ggrozw),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-4-25 -> InitialFetchState(Some(mnZocP4bQhyGaPaaQFUMoQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-27-12 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-27-15 -> InitialFetchState(Some(KL7_5wpYSkCND2tLckaUjg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-28-13 -> InitialFetchState(Some(wIdbbJ91T6Cmy309Fpg-2A),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-26-1 -> InitialFetchState(Some(7JJ2gtmRSF-RIRlf-XHv8w),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-16-2 -> InitialFetchState(Some(709Glse7QSSCNzbWQ7h8xQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-10-26 -> InitialFetchState(Some(RmR6LGrQRW-PEZsREh_vkA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-13-25 -> InitialFetchState(Some(TMPfL9AvRoKnSSQ0JFSdYQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-17-5 -> InitialFetchState(Some(KlzGbXMES8SFy7a7XYgcQA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-14-11 -> InitialFetchState(Some(lIPaTs5VSv6RTDYQ3IY6fA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-24-10 -> InitialFetchState(Some(hIrm7KAoT-2ORT3LjGhvUQ),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-15-20 -> InitialFetchState(Some(41pQmQEeSP-mchBq1qkSiA),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0), -uve-topic-25-19 -> InitialFetchState(Some(E8wVhScpRUqRELGeqbtVRg),BrokerEndPoint(id=3, host=10.0.0.33:9092),5,0)) (kafka.server.ReplicaFetcherManager) [2026-06-08 06:00:30,893] INFO [ReplicaFetcherThread-0-3]: Starting (kafka.server.ReplicaFetcherThread) [2026-06-08 06:00:33,258] WARN [UnifiedLog partition=-uve-topic-0-0, dir=/tmp/kafka-logs] Non-monotonic update of high watermark from (offset=1057, segment=[0:398309]) to (offset=1056, segment=[-1:-1]) (kafka.log.UnifiedLog) [2026-06-08 06:05:38,186] INFO [NodeToControllerChannelManager id=2 name=alter-partition] Node 3 disconnected. (org.apache.kafka.clients.NetworkClient)