++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-collector ++ mkdir -p /var/log/contrail/analytics-collector ++ log_file=/var/log/contrail/analytics-collector/console.log ++ touch /var/log/contrail/analytics-collector/console.log ++ chmod 600 /var/log/contrail/analytics-collector/console.log ++ exec +++ tee -a /var/log/contrail/analytics-collector/console.log +++ date ++ echo 'INFO: =================== Mon Sep 14 02:30:16 AM UTC 2026 ===================' INFO: =================== Mon Sep 14 02:30:16 AM 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=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ cut -d / -f 1 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev enp1s0 ++ 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.189,10.0.0.50 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.189,10.0.0.50 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.189,10.0.0.50 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.189,10.0.0.50 ++ 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.189 +++ local server_address=10.0.0.189 +++ extended_server_list+='10.0.0.189: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 ' +++ '[' -n '10.0.0.38:8081 10.0.0.189:8081 10.0.0.50:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.189:8081 10.0.0.50:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.189:8081 10.0.0.50: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.189 +++ local server_address=10.0.0.189 +++ extended_server_list+='10.0.0.189: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 ' +++ '[' -n '10.0.0.38:9042 10.0.0.189:9042 10.0.0.50:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.189:9042 10.0.0.50:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.189:9042 10.0.0.50:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.189,10.0.0.50 ++ 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.189 +++ local server_address=10.0.0.189 +++ extended_server_list+='10.0.0.189: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 ' +++ '[' -n '10.0.0.38:8086 10.0.0.189:8086 10.0.0.50:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.189:8086 10.0.0.50:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.189:8086 10.0.0.50: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.189,10.0.0.50 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.189,10.0.0.50 ++ 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.189 +++ local server_address=10.0.0.189 +++ extended_server_list+='10.0.0.189: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 ' +++ '[' -n '10.0.0.38:8082 10.0.0.189:8082 10.0.0.50:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.189:8082 10.0.0.50:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.189:8082 10.0.0.50: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.189 +++ local server_address=10.0.0.189 +++ extended_server_list+='10.0.0.189: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 ' +++ '[' -n '10.0.0.38:9161 10.0.0.189:9161 10.0.0.50:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.189:9161 10.0.0.50:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.189:9161 10.0.0.50: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.189 +++ local server_address=10.0.0.189 +++ extended_server_list+='10.0.0.189: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 ' +++ '[' -n '10.0.0.38:9041 10.0.0.189:9041 10.0.0.50:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.189:9041 10.0.0.50:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.189:9041 10.0.0.50: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.254,10.20.0.25,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.25,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.189,10.0.0.50 ++ 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.189 +++ local server_address=10.0.0.189 +++ extended_server_list+=10.0.0.189: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, +++ '[' -n 10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.189:2181,10.0.0.50: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.189 +++ local server_address=10.0.0.189 +++ extended_server_list+='10.0.0.189: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 ' +++ '[' -n '10.0.0.38:2181 10.0.0.189:2181 10.0.0.50:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.189:2181 10.0.0.50:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.189:2181 10.0.0.50:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.189,10.0.0.50 ++ 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.189 +++ local server_address=10.0.0.189 +++ extended_server_list+=10.0.0.189: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, +++ '[' -n 10.0.0.38:5673,10.0.0.189:5673,10.0.0.50:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.189:5673,10.0.0.50:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.189:5673,10.0.0.50: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.189 +++ local server_address=10.0.0.189 +++ extended_server_list+='10.0.0.189: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 ' +++ '[' -n '10.0.0.38:6379 10.0.0.189:6379 10.0.0.50:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.189:6379 10.0.0.50:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.189:6379 10.0.0.50: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.189,10.0.0.50 ++ 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.189 +++ local server_address=10.0.0.189 +++ extended_server_list+='10.0.0.189: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 ' +++ '[' -n '10.0.0.38:9092 10.0.0.189:9092 10.0.0.50:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.189:9092 10.0.0.50:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.189:9092 10.0.0.50: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.189,10.0.0.50 ++ 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.189,10.0.0.50 ++ 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 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + 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 ]] + 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 ]] + return ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.38,10.0.0.189,10.0.0.50 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.38,10.0.0.189,10.0.0.50 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.50,10.20.0.14,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.14,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.189'\''))' +++ local server_ip=10.0.0.189 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.189 ]] +++ [[ ,10.0.0.50,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.189, ]] +++ (( 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.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ echo 10.0.0.50 3 +++ return ++ local ip=10.0.0.50 ++ [[ -z 10.0.0.50 ]] ++ echo 10.0.0.50 + hostip=10.0.0.50 ++ resolve_hostname_by_ip 10.0.0.50 ++ local ip=10.0.0.50 +++ getent hosts 10.0.0.50 +++ head -n 1 ++ local 'host_entry=10.0.0.50 cn-jenkins-deploy-platform-ansible-os-6277-3. cn-jenkins-deploy-platform-ansible-os-6277-3' ++ local name= ++ [[ -n 10.0.0.50 cn-jenkins-deploy-platform-ansible-os-6277-3. cn-jenkins-deploy-platform-ansible-os-6277-3 ]] +++ awk '{print $2}' +++ echo 10.0.0.50 cn-jenkins-deploy-platform-ansible-os-6277-3. cn-jenkins-deploy-platform-ansible-os-6277-3 ++ name=cn-jenkins-deploy-platform-ansible-os-6277-3. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-6277-3. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-6277-3. + hostname=cn-jenkins-deploy-platform-ansible-os-6277-3. ++ echo 10.0.0.38:5673,10.0.0.189:5673,10.0.0.50:5673 ++ sed 's/,/ /g' + rabbitmq_server_list='10.0.0.38:5673 10.0.0.189:5673 10.0.0.50:5673' ++ echo 10.0.0.38:9041 10.0.0.189:9041 10.0.0.50:9041 ++ sed 's/,/ /g' + configdb_cql_servers='10.0.0.38:9041 10.0.0.189:9041 10.0.0.50:9041' + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cql_servers_array=($ANALYTICSDB_CQL_SERVERS) + cql_list_size=3 + [[ 3 -gt 1 ]] + cassandra_replication_factor=2 + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env COLLECTOR /etc/contrail/contrail-collector.conf + local service_name=COLLECTOR + local cfg_path=/etc/contrail/contrail-collector.conf + local delim=__ ++ set -o posix ++ set ++ sed 's/^COLLECTOR__//g' ++ sort ++ cut -d = -f 1 ++ grep '^COLLECTOR__.*__.*=.*$' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs collector + local template=collector ++ dirname /var/log/contrail/analytics-collector + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-collector + chmod 755 /var/log/contrail/analytics-collector + mv -n '/var/log/contrail/*collector.log*' /var/log/contrail/analytics-collector/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-collector + find /var/log/contrail/analytics-collector -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-collector + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-collector 2026-09-14 02:30:16,835:1(0x7f252a6ff300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-09-14 02:30:16,835:1(0x7f252a6ff300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-6277-3 2026-09-14 02:30:16,836:1(0x7f252a6ff300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-09-14 02:30:16,836:1(0x7f252a6ff300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-09-14 02:30:16,836:1(0x7f252a6ff300):ZOO_INFO@log_env@1263: Client environment:os.version=#110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 2026-09-14 02:30:16,836:1(0x7f252a6ff300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-09-14 02:30:16,836:1(0x7f252a6ff300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-09-14 02:30:16,836:1(0x7f252a6ff300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-09-14 02:30:16,836:1(0x7f252a6ff300):ZOO_INFO@zookeeper_init_internal@1335: Initiating client connection, host=10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181 sessionTimeout=60000 watcher=0x9b23a0 sessionId=0 sessionPasswd= context=(nil) flags=0 2026-09-14 02:30:16,837:1(0x7f252a6ff300):ZOO_DEBUG@start_threads@221: starting threads... 2026-09-14 02:30:16,839:1(0x7f2524b1b640):ZOO_DEBUG@do_completion@473: started completion thread 2026-09-14 02:30:16,839:1(0x7f252531c640):ZOO_DEBUG@do_io@369: started IO thread 2026-09-14 02:30:16,839:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-09-14 02:30:16,839:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-09-14 02:30:16,839:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.38:2181 2026-09-14 02:30:16,839:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=1 hasnext=1 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.50:2181 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=2 hasnext=1 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.189:2181 2026-09-14 02:30:16,840:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:16,841:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:16,841:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:16,841:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-09-14 02:30:16,841:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=3 hasnext=0 2026-09-14 02:30:16,841:1(0x7f252531c640):ZOO_DEBUG@get_next_server_in_reconfig@1566: Failed to find either new or old 2026-09-14 02:30:16,841:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:16,841:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:16,841:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:16,841:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:16,842:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:16,842:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:16,842:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:17,849:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:17,850:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:17,850:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:17,850:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:17,851:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:17,851:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:17,851:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:17,853:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:17,853:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:17,853:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:18,854:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:18,854:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:18,854:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:18,854:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:18,855:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:18,855:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:18,855:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:18,855:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:18,855:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:18,855:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:19,856:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:19,857:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:19,857:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:19,857:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:19,857:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:19,857:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:19,857:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:19,858:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:19,858:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:19,858:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:20,859:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:20,859:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:20,859:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:20,860:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:20,860:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:20,860:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:20,860:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:20,861:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:20,861:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:20,861:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:21,862:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:21,862:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:21,862:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:21,862:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:21,863:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:21,863:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:21,863:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:21,863:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:21,864:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:21,864:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:22,865:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:22,865:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:22,865:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:22,866:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:22,866:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:22,866:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:22,866:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:22,866:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:22,866:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:22,867:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:23,867:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:23,867:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:23,867:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:23,867:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:23,867:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:23,867:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:23,868:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:23,868:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:23,868:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:23,868:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:24,869:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:24,869:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:24,869:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:24,869:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:24,869:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:24,869:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:24,869:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:24,869:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:24,869:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:24,869:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:25,871:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:25,871:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:25,871:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:25,871:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:25,871:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:25,871:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:25,871:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:25,872:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:25,872:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:25,872:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:26,873:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:26,873:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:26,873:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:26,873:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:26,874:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:26,874:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:26,874:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:26,874:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:26,874:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:26,874:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:27,875:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:27,875:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:27,875:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:27,875:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:27,876:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:27,876:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:27,876:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:27,876:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:27,876:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:27,876:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:28,876:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:28,876:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:28,876:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:28,876:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:28,877:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:28,877:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:28,877:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:28,877:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:28,877:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:28,877:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:29,878:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:29,879:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:29,879:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:29,879:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:29,879:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:29,879:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:29,879:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:29,879:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:29,879:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:29,880:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:30,880:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:30,880:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:30,880:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:30,880:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:30,881:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:30,881:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:30,881:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:30,881:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:30,881:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:30,881:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:31,882:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:31,883:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:31,883:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:31,883:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:31,884:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:31,884:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:31,884:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:31,885:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:31,885:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:31,885:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:32,886:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:32,886:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:32,886:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:32,886:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:32,887:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:32,887:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:32,887:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:32,887:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:32,888:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:32,888:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:33,889:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:33,889:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:33,889:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:33,889:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:33,890:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:33,890:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:33,890:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:33,891:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:33,891:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:33,891:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:34,891:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:34,891:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:34,891:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:34,891:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:34,891:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:34,891:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:34,892:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:34,892:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:34,892:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:34,892:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:35,893:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:35,893:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:35,893:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:35,893:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:35,894:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:35,894:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:35,894:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:35,894:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:35,894:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:35,895:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:36,895:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:36,895:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:36,895:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:36,895:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:36,896:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:36,896:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:36,896:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:36,896:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:36,896:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:36,896:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:37,897:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:37,897:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:37,897:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:37,897:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:37,897:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:37,897:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:37,898:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:37,898:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:37,898:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:37,898:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:38,898:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:38,899:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:38,899:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:38,899:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:38,899:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:38,899:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:38,899:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:38,899:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:38,899:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:38,899:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:39,901:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:39,901:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:39,901:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:39,901:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:39,901:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:39,901:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:39,901:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:39,902:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:39,902:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:39,902:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:40,902:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:40,903:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:40,903:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:40,903:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:40,904:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:40,904:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:40,905:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:40,905:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:40,905:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:40,905:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:41,907:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:41,907:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:41,907:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:41,907:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:41,908:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:41,908:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:41,908:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:41,909:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:41,909:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:41,909:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:42,910:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:42,911:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:42,911:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:42,911:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:42,911:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:42,911:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:42,911:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:42,912:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:42,912:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:42,916:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:43,918:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:43,918:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:43,918:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:43,918:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:43,918:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:43,918:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:43,918:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:43,918:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:43,919:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:43,919:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:44,919:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:44,919:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:44,919:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:44,919:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:44,919:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:44,919:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:44,920:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:44,920:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:44,920:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:44,920:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:45,921:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:45,921:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:45,921:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:45,921:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:45,921:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:45,922:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:45,922:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:45,922:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:45,922:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:45,922:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:46,923:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:46,923:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:46,923:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:46,923:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:46,923:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:46,923:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:46,924:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:46,924:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:46,924:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:46,924:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:47,925:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:47,925:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:47,925:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:47,925:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:47,926:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:47,926:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:47,926:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:47,926:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:47,926:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:47,926:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:48,927:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:48,927:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:48,927:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:48,928:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:48,928:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:48,928:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:48,928:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:48,928:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:48,928:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:48,928:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:49,929:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:49,929:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:49,929:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:49,929:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:49,929:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:49,929:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:49,929:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:49,930:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:49,930:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:49,930:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:50,931:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:50,931:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:50,931:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:50,931:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:50,931:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:50,932:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:50,932:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:50,932:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:50,932:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:50,932:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:51,933:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:51,933:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:51,933:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:51,933:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:51,934:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:51,934:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:51,934:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:51,934:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:51,934:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:51,934:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:52,935:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:52,935:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:52,935:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:52,935:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:52,936:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:52,936:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:52,936:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:52,937:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:52,937:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:52,937:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:53,939:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:53,939:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:53,939:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:53,939:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:53,939:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:53,939:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:53,940:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:53,940:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:53,940:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:53,940:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:54,941:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:54,941:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:54,941:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:54,941:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:54,942:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:54,942:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:54,942:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:54,942:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:54,942:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:54,942:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:55,943:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:55,943:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:55,943:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:55,943:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:55,944:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:55,944:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:55,944:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:55,945:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:55,945:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:55,945:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:56,946:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:56,946:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:56,946:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:56,946:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:56,946:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:56,946:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:56,946:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:56,947:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:56,947:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:56,947:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:57,947:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:57,947:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:57,947:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:57,947:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:57,947:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:57,947:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:57,947:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:57,948:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:57,948:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:57,948:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:58,949:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:58,949:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:58,949:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:58,949:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:58,949:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:58,949:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:58,950:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:58,950:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:58,950:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:58,950:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:30:59,951:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:59,951:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:59,951:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:59,952:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:59,952:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:59,952:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:59,952:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:59,952:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:30:59,952:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:59,953:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:00,954:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:00,954:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:00,954:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:00,954:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:00,954:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:00,954:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:00,955:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:00,955:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:00,955:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:00,955:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:01,956:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:01,956:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:01,956:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:01,957:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:01,957:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:01,957:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:01,957:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:01,957:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:01,957:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:01,957:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:02,958:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:02,959:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:02,959:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:02,959:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:02,959:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:02,959:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:02,959:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:02,960:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:02,960:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:02,960:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:03,961:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:03,961:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:03,961:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:03,961:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:03,962:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:03,962:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:03,962:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:03,962:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:03,962:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:03,962:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:04,963:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:04,963:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:04,963:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:04,963:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:04,964:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:04,964:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:04,964:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:04,964:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:04,964:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:04,964:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:05,965:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:05,965:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:05,966:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:05,966:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:05,966:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:05,966:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:05,966:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:05,966:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:05,966:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:05,966:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:06,967:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:06,967:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:06,967:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:06,967:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:06,968:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:06,968:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:06,968:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:06,968:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:06,968:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:06,968:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:07,969:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:07,969:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:07,969:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:07,969:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:07,969:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:07,969:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:07,969:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:07,969:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:07,969:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:07,970:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:08,971:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:08,971:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:08,971:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:08,971:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:08,971:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:08,971:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:08,972:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:08,972:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:08,972:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:08,972:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:09,973:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:09,973:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:09,973:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:09,973:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:09,974:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:09,974:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:09,974:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:09,974:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:09,974:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:09,974:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:10,975:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:10,975:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:10,975:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:10,975:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:10,976:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:10,976:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:10,976:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:10,976:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:10,976:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:10,976:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:11,978:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:11,978:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:11,978:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:11,978:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:11,978:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:11,978:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:11,978:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:11,979:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:11,979:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:11,979:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:12,980:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:12,980:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:12,980:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:12,980:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:12,980:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:12,980:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:12,980:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:12,981:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:12,981:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:12,981:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:13,982:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:13,982:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:13,982:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:13,982:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:13,983:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:13,983:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:13,983:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:13,983:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:13,983:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:13,983:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:14,984:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:14,984:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:14,984:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:14,984:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:14,984:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:14,984:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:14,985:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:14,985:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:14,985:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:14,985:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:15,986:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:15,986:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:15,986:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:15,987:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:15,987:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:15,987:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:15,987:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:15,987:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:15,987:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:15,987:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:16,989:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:16,989:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:16,989:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:16,989:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:16,989:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:16,989:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:16,990:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:16,990:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:16,990:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:16,990:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:17,991:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:17,991:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:17,991:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:17,991:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:17,992:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:17,992:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:17,992:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:17,992:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:17,992:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:17,992:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:18,994:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:18,994:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:18,994:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:18,994:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:18,994:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:18,994:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:18,994:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:18,995:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:18,995:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:18,995:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:19,996:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:19,996:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:19,996:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:19,996:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:19,996:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:19,996:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:19,997:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:19,997:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:19,997:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:19,997:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:20,998:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:20,999:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:20,999:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:20,999:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:20,999:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:20,999:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:20,999:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:20,999:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:20,999:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:20,999:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:22,001:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:22,001:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:22,001:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:22,001:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:22,001:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:22,001:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:22,001:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:22,002:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:22,002:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:22,002:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:23,003:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:23,003:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:23,003:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:23,003:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:23,004:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:23,004:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:23,004:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:23,004:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:23,005:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:23,005:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:24,006:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:24,006:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:24,006:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:24,006:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:24,007:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:24,007:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:24,007:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:24,007:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:24,007:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:24,007:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:25,008:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:25,008:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:25,008:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:25,008:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:25,008:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:25,008:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:25,008:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:25,008:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:25,008:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:25,009:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:26,010:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:26,010:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:26,010:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:26,010:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:26,010:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:26,010:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:26,010:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:26,011:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:26,011:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:26,011:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:27,012:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:27,012:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:27,012:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:27,012:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:27,012:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:27,012:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:27,013:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:27,013:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:27,013:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:27,013:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:28,014:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:28,014:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:28,014:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:28,014:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:28,014:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:28,014:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:28,014:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:28,014:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:28,014:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:28,014:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:29,015:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:29,015:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:29,015:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:29,015:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:29,016:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:29,016:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:29,016:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:29,016:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:29,016:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:29,016:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:30,017:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:30,017:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:30,017:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:30,018:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:30,018:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:30,018:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:30,018:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:30,018:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:30,018:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:30,018:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:31,019:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:31,019:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:31,019:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:31,019:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:31,020:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:31,020:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:31,020:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:31,020:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:31,020:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:31,020:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:32,021:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:32,021:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:32,021:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:32,021:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:32,022:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:32,022:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:32,022:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:32,022:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:32,022:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:32,022:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:33,023:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:33,023:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:33,023:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:33,023:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:33,024:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:33,024:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:33,024:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:33,024:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:33,024:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:33,024:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:34,025:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:34,026:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:34,026:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:34,026:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:34,026:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:34,026:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:34,026:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:34,027:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:34,027:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:34,027:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:35,028:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:35,028:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:35,028:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:35,028:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:35,029:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:35,029:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:35,029:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:35,029:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:35,029:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:35,029:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:36,030:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:36,030:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:36,030:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:36,031:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:36,031:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:36,031:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:36,031:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:36,031:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:36,031:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:36,032:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:37,032:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:37,032:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:37,033:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:37,033:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:37,033:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:37,033:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:37,033:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:37,033:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:37,033:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:37,033:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:38,035:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:38,035:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:38,035:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:38,035:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:38,035:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:38,035:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:38,035:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:38,036:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:38,036:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:38,036:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:39,036:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:39,036:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:39,036:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:39,036:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:39,037:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:39,037:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:39,037:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:39,037:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:39,037:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:39,037:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:40,038:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:40,038:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:40,038:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:40,038:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:40,038:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:40,038:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:40,038:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:40,039:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:40,039:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:40,039:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:41,039:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:41,039:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:41,039:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:41,039:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:41,039:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:41,039:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:41,040:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:41,040:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:41,040:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:41,040:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:42,041:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:42,042:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:42,042:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:42,042:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:42,043:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:42,043:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:42,043:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:42,043:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:42,044:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:42,044:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:43,044:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:43,044:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:43,044:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:43,044:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:43,045:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:43,045:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:43,045:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:43,045:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:43,045:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:43,045:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:44,046:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:44,047:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:44,047:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:44,047:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:44,047:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:44,047:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:44,047:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:44,047:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:44,047:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:44,047:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:45,049:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:45,049:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:45,049:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:45,049:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:45,049:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:45,050:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:45,050:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:45,050:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:45,050:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:45,050:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:46,051:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:46,051:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:46,051:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:46,051:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:46,051:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:46,051:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:46,051:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:46,052:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:46,052:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:46,052:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:47,053:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:47,053:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:47,053:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:47,053:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:47,054:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:47,054:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:47,054:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:47,054:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:47,054:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:47,054:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:48,055:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:48,056:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:48,056:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:48,056:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:48,056:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:48,056:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:48,056:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:48,056:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:48,056:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:48,057:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:49,058:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:49,058:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:49,058:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:49,058:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:49,059:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:49,059:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:49,059:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:49,059:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:49,059:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:49,059:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:50,060:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:50,060:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:50,060:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:50,060:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:50,061:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:50,061:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:50,061:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:50,061:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:50,061:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:50,061:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:51,062:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:51,062:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:51,062:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:51,062:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:51,063:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:51,063:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:51,063:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:51,063:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:51,063:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:51,063:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:52,064:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:52,064:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:52,065:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:52,065:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:52,065:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:52,065:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:52,065:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:52,065:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:52,065:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:52,065:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:53,066:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:53,066:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:53,066:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:53,066:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:53,066:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:53,066:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:53,066:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:53,067:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:53,067:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:53,067:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:54,068:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:54,068:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:54,068:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:54,068:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:54,069:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:54,069:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:54,069:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:54,070:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:54,070:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:54,070:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:55,071:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:55,071:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:55,071:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:55,071:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:55,072:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:55,072:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:55,072:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:55,073:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:55,073:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:55,073:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:56,074:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:56,074:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:56,074:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:56,075:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:56,075:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:56,075:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:56,075:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:56,075:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:56,075:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:56,075:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:57,077:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:57,077:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:57,077:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:57,077:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:57,077:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:57,077:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:57,077:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:57,077:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:57,078:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:57,078:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:58,079:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:58,079:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:58,079:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:58,079:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:58,079:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:58,080:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:58,080:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:58,080:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:58,080:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:58,080:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:31:59,081:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:59,081:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:59,081:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:59,082:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:59,082:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:59,082:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:59,082:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:59,082:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:31:59,082:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:59,082:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:00,083:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:00,083:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:00,083:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:00,083:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:00,084:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:00,084:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:00,084:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:00,084:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:00,084:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:00,084:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:01,085:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:01,085:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:01,085:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:01,085:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:01,086:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:01,086:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:01,086:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:01,086:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:01,086:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:01,086:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:02,087:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:02,088:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:02,088:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:02,088:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:02,088:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:02,088:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:02,088:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:02,089:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:02,089:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:02,089:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:03,090:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:03,090:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:03,090:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:03,090:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:03,090:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:03,090:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:03,091:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:03,091:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:03,091:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:03,091:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:04,092:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:04,093:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:04,093:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:04,093:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:04,093:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:04,093:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:04,094:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:04,094:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:04,094:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:04,094:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:05,095:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:05,095:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:05,095:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:05,095:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:05,096:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:05,096:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:05,096:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:05,096:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:05,096:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:05,096:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:06,097:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:06,097:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:06,097:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:06,097:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:06,097:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:06,097:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:06,098:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:06,098:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:06,098:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:06,098:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:07,099:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:07,099:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:07,099:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:07,099:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:07,099:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:07,099:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:07,100:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:07,100:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:07,100:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:07,100:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:08,101:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:08,101:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:08,101:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:08,101:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:08,101:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:08,101:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:08,102:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:08,102:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:08,102:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:08,102:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:09,103:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:09,103:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:09,103:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:09,103:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:09,103:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:09,104:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:09,104:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:09,104:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:09,104:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:09,104:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:10,105:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:10,106:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:10,106:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:10,106:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:10,106:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:10,106:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:10,106:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:10,106:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:10,106:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:10,106:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:11,107:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:11,107:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:11,107:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:11,107:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:11,107:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:11,107:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:11,108:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:11,108:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:11,108:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:11,108:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:12,109:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:12,109:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:12,109:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:12,109:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:12,109:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:12,109:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:12,110:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:12,110:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:12,110:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:12,110:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:13,111:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:13,111:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:13,111:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:13,111:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:13,112:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:13,112:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:13,112:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:13,112:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:13,112:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:13,112:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:14,113:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:14,114:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:14,114:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:14,114:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:14,114:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:14,114:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:14,114:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:14,114:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:14,114:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:14,114:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:15,115:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:15,115:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:15,115:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:15,115:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:15,115:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:15,115:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:15,116:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:15,116:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:15,116:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:15,116:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:16,117:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:16,117:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:16,117:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:16,117:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:16,118:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:16,118:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:16,118:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:16,118:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:16,118:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:16,118:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:17,119:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:17,119:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:17,119:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:17,119:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:17,119:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:17,120:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:17,120:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:17,120:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:17,120:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:17,120:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:18,120:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:18,120:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:18,121:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:18,121:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:18,122:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:18,122:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:18,122:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:18,122:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:18,122:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:18,123:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:19,123:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:19,124:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:19,124:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:19,124:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:19,124:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:19,124:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:19,124:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:19,124:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:19,124:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:19,124:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:20,125:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:20,126:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:20,126:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:20,126:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:20,126:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:20,126:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:20,126:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:20,126:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:20,126:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:20,126:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:21,127:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:21,127:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:21,127:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:21,127:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:21,128:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:21,128:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:21,128:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:21,128:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:21,128:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:21,128:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:22,129:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:22,129:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:22,129:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:22,129:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:22,130:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:22,130:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:22,130:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:22,130:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:22,130:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:22,130:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:23,131:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:23,131:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:23,131:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:23,131:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:23,132:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:23,132:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:23,132:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:23,132:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:23,133:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:23,133:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:24,134:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:24,134:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:24,134:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:24,134:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:24,134:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:24,134:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:24,135:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:24,135:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:24,135:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:24,135:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:25,136:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:25,136:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:25,136:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:25,136:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:25,137:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:25,137:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:25,137:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:25,137:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:25,137:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:25,137:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:26,137:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:26,138:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:26,138:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:26,138:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:26,138:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:26,138:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:26,138:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:26,138:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:26,138:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:26,138:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:27,139:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:27,139:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:27,139:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:27,139:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:27,140:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:27,140:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:27,140:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:27,140:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:27,140:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:27,140:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:28,141:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:28,141:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:28,141:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:28,141:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:28,141:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:28,141:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:28,141:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:28,142:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:28,142:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:28,142:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:29,143:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:29,143:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:29,143:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:29,143:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:29,144:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:29,144:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:29,144:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:29,144:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:29,144:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:29,144:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:30,145:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:30,146:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:30,146:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:30,146:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:30,146:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:30,146:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:30,146:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:30,146:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:30,146:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:30,146:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:31,147:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:31,147:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:31,147:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:31,147:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:31,148:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:31,148:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:31,148:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:31,148:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:31,148:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:31,148:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:32,149:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:32,149:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:32,149:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:32,150:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:32,150:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:32,150:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:32,150:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:32,150:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:32,150:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:32,150:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:33,151:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:33,151:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:33,151:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:33,151:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:33,152:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:33,152:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:33,152:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:33,152:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:33,152:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:33,152:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:34,153:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:34,153:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:34,153:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:34,153:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:34,154:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:34,154:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:34,154:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:34,154:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:34,154:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:34,154:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:35,155:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:35,155:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:35,155:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:35,155:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:35,156:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:35,156:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:35,156:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:35,156:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:35,156:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:35,156:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:36,158:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:36,158:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:36,158:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:36,158:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:36,158:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:36,158:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:36,158:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:36,158:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:36,158:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:36,158:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:37,159:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:37,159:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:37,159:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:37,159:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:37,159:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:37,160:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:37,160:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:37,160:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:37,160:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:37,160:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:38,161:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:38,161:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:38,161:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:38,161:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:38,162:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:38,162:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:38,162:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:38,162:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:38,162:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:38,162:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:39,164:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:39,164:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:39,164:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:39,164:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:39,164:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:39,164:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:39,164:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:39,165:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:39,165:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:39,165:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:40,166:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:40,166:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:40,166:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:40,167:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:40,167:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:40,167:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:40,167:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:40,168:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:40,168:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:40,168:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:41,169:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:41,169:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:41,169:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:41,169:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:41,170:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:41,170:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:41,170:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:41,170:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:41,170:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:41,170:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:42,171:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:42,171:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:42,171:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:42,171:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:42,172:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:42,172:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:42,172:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:42,172:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:42,172:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:42,172:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:43,174:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:43,174:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:43,174:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:43,174:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:43,174:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:43,174:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:43,174:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:43,175:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:43,175:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:43,175:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:44,175:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:44,175:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:44,175:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:44,176:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:44,176:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:44,176:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:44,176:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:44,177:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:44,177:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:44,177:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:45,178:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:45,178:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:45,178:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:45,178:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:45,178:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:45,179:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:45,179:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:45,179:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:45,179:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:45,180:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:46,181:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:46,181:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:46,181:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:46,182:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:46,182:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:46,182:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:46,182:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:46,182:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:46,182:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:46,182:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:47,184:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:47,184:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:47,184:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:47,184:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:47,184:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:47,184:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:47,184:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:47,185:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:47,185:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:47,185:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:48,186:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:48,186:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:48,186:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:48,186:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:48,187:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:48,187:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:48,187:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:48,187:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:48,187:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:48,187:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:49,188:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:49,188:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:49,188:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:49,188:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:49,188:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:49,188:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:49,189:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:49,189:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:49,189:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:49,189:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:50,190:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:50,190:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:50,190:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:50,190:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:50,191:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:50,191:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:50,191:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:50,191:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:50,191:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:50,191:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:51,192:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:51,192:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:51,192:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:51,192:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:51,193:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:51,193:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:51,193:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:51,193:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:51,193:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:51,193:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:52,194:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:52,194:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:52,194:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:52,194:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:52,195:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:52,195:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:52,195:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:52,195:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:52,195:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:52,195:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:53,196:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:53,196:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:53,196:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:53,196:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:53,197:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:53,197:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:53,197:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:53,197:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:53,197:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:53,197:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:54,198:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:54,199:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:54,199:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:54,199:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:54,199:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:54,199:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:54,199:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:54,199:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:54,199:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:54,199:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:55,201:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:55,201:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:55,201:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:55,201:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:55,202:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:55,202:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:55,202:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:55,202:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:55,203:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:55,203:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:56,204:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:56,204:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:56,204:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:56,204:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:56,205:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:56,205:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:56,205:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:56,205:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:56,205:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:56,205:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:57,206:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:57,206:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:57,206:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:57,207:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:57,207:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:57,207:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:57,207:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:57,207:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:57,207:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:57,207:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:58,208:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:58,208:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:58,208:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:58,208:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:58,208:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:58,208:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:58,208:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:58,209:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:58,209:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:58,209:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:32:59,210:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:59,210:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:59,210:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:59,210:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:59,211:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:59,211:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:59,211:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:59,211:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:32:59,211:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:59,211:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:00,212:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:00,212:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:00,212:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:00,213:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:00,213:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:00,213:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:00,213:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:00,213:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:00,213:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:00,213:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:01,214:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:01,214:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:01,214:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:01,215:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:01,215:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:01,215:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:01,215:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:01,215:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:01,215:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:01,215:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:02,217:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:02,217:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:02,217:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:02,217:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:02,217:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:02,217:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:02,217:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:02,217:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:02,217:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:02,218:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:03,219:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:03,219:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:03,219:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:03,219:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:03,219:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:03,219:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:03,219:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:03,220:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:03,220:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:03,220:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:04,221:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:04,221:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:04,221:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:04,221:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:04,222:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:04,222:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:04,222:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:04,222:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:04,222:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:04,222:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:05,223:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:05,223:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:05,223:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:05,224:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:05,224:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:05,224:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:05,224:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:05,224:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:05,224:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:05,224:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:06,225:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:06,226:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:06,226:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:06,226:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:06,226:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:06,226:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:06,226:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:06,226:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:06,226:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:06,226:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:07,227:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:07,227:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:07,227:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:07,227:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:07,227:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:07,228:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:07,228:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:07,228:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:07,228:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:07,228:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:08,229:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:08,229:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:08,229:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:08,229:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:08,229:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:08,230:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:08,230:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:08,232:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:08,232:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:08,232:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:09,234:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:09,234:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:09,234:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:09,234:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:09,234:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:09,234:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:09,234:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:09,234:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:09,234:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:09,235:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:10,236:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:10,236:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:10,236:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:10,237:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:10,237:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:10,237:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:10,238:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:10,238:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:10,238:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:10,238:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:11,239:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:11,239:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:11,239:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:11,239:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:11,239:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:11,239:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:11,239:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:11,240:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:11,240:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:11,240:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:12,240:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:12,240:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:12,240:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:12,240:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:12,241:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:12,241:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:12,241:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:12,241:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:12,241:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:12,241:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:13,242:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:13,243:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:13,243:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:13,243:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:13,243:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:13,243:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:13,243:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:13,243:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:13,243:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:13,243:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:14,245:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:14,245:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:14,245:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:14,245:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:14,245:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:14,245:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:14,245:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:14,246:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:14,246:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:14,246:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:15,247:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:15,247:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:15,247:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:15,247:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:15,248:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:15,248:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:15,248:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:15,248:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:15,248:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:15,248:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:16,249:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:16,250:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:16,250:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:16,250:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:16,250:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:16,250:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:16,250:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:16,250:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:16,250:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:16,250:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:17,251:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:17,251:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:17,251:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:17,251:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:17,251:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:17,251:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:17,252:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:17,252:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:17,252:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:17,252:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:18,253:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:18,253:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:18,253:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:18,253:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:18,254:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:18,254:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:18,254:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:18,254:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:18,254:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:18,254:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:19,255:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:19,255:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:19,255:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:19,255:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:19,256:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:19,256:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:19,256:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:19,256:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:19,256:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:19,256:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:20,256:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:20,257:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:20,257:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:20,257:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:20,257:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:20,257:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:20,258:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:20,258:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:20,258:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:20,258:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:21,259:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:21,259:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:21,259:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:21,259:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:21,260:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:21,260:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:21,260:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:21,260:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:21,260:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:21,260:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:22,261:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:22,261:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:22,261:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:22,261:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:22,261:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:22,262:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:22,262:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:22,262:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:22,262:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:22,262:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:23,263:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:23,263:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:23,263:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:23,264:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:23,264:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:23,264:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:23,264:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:23,265:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:23,265:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:23,265:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:24,266:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:24,266:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:24,266:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:24,266:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:24,267:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:24,267:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:24,267:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:24,267:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:24,267:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:24,267:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:25,268:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:25,268:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:25,268:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:25,269:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:25,269:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:25,269:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:25,269:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:25,269:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:25,269:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:25,269:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:26,270:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:26,271:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:26,271:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:26,271:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:26,271:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:26,271:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:26,271:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:26,271:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:26,271:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:26,271:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:27,273:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:27,273:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:27,273:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:27,273:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:27,273:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:27,273:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:27,273:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:27,274:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:27,274:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:27,274:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:28,275:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:28,275:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:28,275:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:28,275:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:28,276:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:28,276:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:28,276:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:28,276:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:28,276:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:28,276:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:29,277:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:29,278:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:29,278:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:29,278:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:29,278:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:29,278:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:29,278:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:29,279:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:29,279:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:29,279:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:30,280:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:30,280:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:30,280:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:30,280:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:30,280:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:30,280:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:30,280:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:30,281:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:30,281:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:30,281:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:31,282:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:31,282:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:31,282:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:31,282:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:31,283:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:31,283:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:31,283:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:31,283:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:31,283:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:31,283:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:32,284:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:32,284:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:32,284:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:32,284:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:32,285:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:32,285:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:32,285:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:32,285:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:32,285:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:32,285:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:33,286:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:33,286:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:33,286:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:33,287:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:33,287:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:33,287:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:33,287:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:33,287:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:33,287:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:33,287:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:34,289:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:34,289:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:34,289:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:34,289:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:34,289:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:34,289:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:34,289:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:34,290:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:34,290:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:34,290:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:35,291:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:35,291:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:35,291:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:35,291:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:35,291:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:35,291:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:35,292:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:35,292:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:35,292:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:35,292:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:36,293:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:36,293:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:36,294:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:36,294:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:36,294:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:36,294:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:36,294:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:36,295:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:36,295:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:36,295:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:37,296:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:37,296:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:37,296:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:37,296:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:37,296:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:37,296:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:37,297:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:37,297:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:37,297:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:37,297:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:38,298:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:38,298:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:38,298:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:38,298:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:38,298:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:38,298:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:38,298:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:38,299:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:38,299:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:38,299:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:39,300:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:39,300:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:39,300:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:39,300:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:39,300:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:39,300:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:39,300:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:39,301:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:39,301:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:39,301:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:40,301:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:40,301:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:40,302:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:40,302:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:40,302:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:40,302:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:40,302:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:40,302:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:40,302:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:40,303:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:41,304:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:41,304:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:41,304:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:41,304:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:41,304:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:41,304:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:41,304:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:41,305:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:41,305:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:41,305:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:42,307:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:42,307:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:42,307:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:42,307:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:42,308:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:42,308:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:42,308:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:42,308:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:42,308:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:42,308:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:43,310:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:43,310:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:43,310:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:43,310:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:43,310:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:43,310:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:43,310:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:43,310:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:43,310:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:43,311:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:44,311:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:44,311:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:44,311:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:44,311:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:44,312:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:44,312:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:44,312:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:44,312:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:44,312:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:44,312:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:45,313:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:45,313:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:45,313:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:45,314:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:45,314:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:45,314:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:45,314:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:45,315:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:45,315:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:45,315:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:46,317:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:46,317:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:46,317:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:46,317:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:46,317:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:46,317:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:46,317:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:46,318:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:46,318:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:46,318:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:47,320:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:47,320:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:47,320:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:47,320:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:47,320:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:47,320:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:47,321:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:47,321:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:47,321:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:47,321:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:48,322:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:48,322:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:48,322:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:48,322:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:48,323:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:48,323:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:48,323:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:48,323:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:48,323:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:48,324:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:49,325:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:49,325:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:49,325:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:49,325:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:49,325:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:49,326:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:49,326:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:49,326:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:49,326:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:49,326:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:50,327:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:50,327:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:50,327:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:50,327:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:50,328:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:50,328:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:50,328:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:50,328:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:50,328:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:50,328:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:51,329:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:51,330:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:51,330:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:51,330:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:51,330:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:51,330:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:51,330:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:51,330:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:51,330:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:51,330:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:52,331:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:52,331:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:52,331:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:52,331:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:52,332:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:52,332:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:52,332:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:52,332:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:52,332:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:52,332:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:53,333:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:53,333:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:53,333:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:53,333:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:53,333:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:53,334:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:53,334:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:53,334:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:53,334:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:53,334:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:54,335:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:54,335:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:54,335:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:54,335:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:54,336:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:54,336:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:54,336:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:54,336:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:54,336:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:54,336:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:55,337:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:55,337:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:55,337:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:55,337:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:55,337:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:55,337:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:55,337:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:55,337:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:55,337:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:55,338:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:56,339:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:56,339:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:56,339:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:56,339:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:56,340:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:56,340:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:56,340:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:56,340:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:56,340:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:56,340:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:57,341:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:57,341:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:57,341:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:57,341:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:57,341:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:57,341:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:57,341:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:57,342:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:57,342:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:57,342:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:58,343:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:58,343:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:58,343:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:58,344:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:58,344:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:58,344:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:58,344:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:58,345:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:58,345:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:58,345:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:33:59,346:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:59,346:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:59,346:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:59,346:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:59,347:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:59,347:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:59,347:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:59,347:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:33:59,347:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:59,347:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:00,349:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:00,349:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:00,349:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:00,349:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:00,349:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:00,349:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:00,349:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:00,349:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:00,349:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:00,350:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:01,351:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:01,351:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:01,351:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:01,351:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:01,352:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:01,352:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:01,352:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:01,352:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:01,352:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:01,352:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:02,354:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:02,354:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:02,354:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:02,354:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:02,354:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:02,354:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:02,354:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:02,354:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:02,355:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:02,355:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:03,356:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:03,356:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:03,356:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:03,356:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:03,365:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:03,365:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:03,365:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:03,365:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:03,365:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:03,365:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:04,366:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:04,366:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:04,367:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:04,367:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:04,367:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:04,367:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:04,367:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:04,367:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:04,367:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:04,367:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:05,368:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:05,369:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:05,369:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:05,369:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:05,369:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:05,369:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:05,369:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:05,369:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:05,369:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:05,369:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:06,371:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:06,371:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:06,371:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:06,371:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:06,371:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:06,371:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:06,371:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:06,372:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:06,372:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:06,372:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:07,373:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:07,373:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:07,373:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:07,374:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:07,374:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:07,374:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:07,374:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:07,374:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:07,374:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:07,374:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:08,375:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:08,375:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:08,375:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:08,376:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:08,376:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:08,376:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:08,376:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:08,376:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:08,376:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:08,376:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:09,378:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:09,378:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:09,378:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:09,378:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:09,378:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:09,378:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:09,378:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:09,378:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:09,378:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:09,378:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:10,379:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:10,379:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:10,379:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:10,379:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:10,380:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:10,380:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:10,380:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:10,380:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:10,380:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:10,380:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:11,382:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:11,382:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:11,382:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:11,383:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:11,383:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:11,383:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:11,384:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:11,384:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:11,384:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:11,384:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:12,385:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:12,386:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:12,386:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:12,386:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:12,386:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:12,386:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:12,386:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:12,386:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:12,386:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:12,386:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:13,387:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:13,387:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:13,387:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:13,387:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:13,387:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:13,388:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:13,388:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:13,388:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:13,388:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:13,388:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:14,389:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:14,390:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:14,390:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:14,390:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:14,390:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:14,390:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:14,390:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:14,390:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:14,390:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:14,390:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:15,391:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:15,391:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:15,391:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:15,391:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:15,392:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:15,392:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:15,392:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:15,392:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:15,392:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:15,392:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:16,393:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:16,394:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:16,394:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:16,394:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:16,394:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:16,394:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:16,394:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:16,394:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:16,394:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:16,394:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:17,395:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:17,395:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:17,395:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:17,395:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:17,395:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:17,396:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:17,396:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:17,396:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:17,396:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:17,396:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:18,397:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:18,397:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:18,397:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:18,397:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:18,397:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:18,397:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:18,398:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:18,398:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:18,398:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:18,398:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:19,399:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:19,399:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:19,399:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:19,399:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:19,399:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:19,399:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:19,400:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:19,400:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:19,400:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:19,400:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:20,401:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:20,401:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:20,401:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:20,401:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:20,402:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:20,402:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:20,402:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:20,402:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:20,402:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:20,402:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:21,403:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:21,403:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:21,403:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:21,403:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:21,404:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:21,404:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:21,404:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:21,404:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:21,404:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:21,404:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:22,405:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:22,406:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:22,406:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:22,406:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:22,406:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:22,406:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:22,407:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:22,407:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:22,407:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:22,407:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:23,409:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:23,409:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:23,409:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:23,409:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:23,409:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:23,410:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:23,410:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:23,410:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:23,410:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:23,410:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:24,411:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:24,411:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:24,411:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:24,411:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:24,411:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:24,411:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:24,411:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:24,412:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:24,412:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:24,412:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:25,413:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:25,413:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:25,413:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:25,413:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:25,414:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:25,414:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:25,414:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:25,414:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:25,414:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:25,414:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:26,414:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:26,414:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:26,415:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:26,415:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:26,415:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:26,415:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:26,415:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:26,415:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:26,415:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:26,416:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:27,417:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:27,417:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:27,417:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:27,417:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:27,417:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:27,417:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:27,417:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:27,417:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:27,417:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:27,418:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:28,418:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:28,418:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:28,418:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:28,418:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:28,419:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:28,419:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:28,419:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:28,419:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:28,419:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:28,419:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:29,421:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:29,421:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:29,421:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:29,421:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:29,421:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:29,421:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:29,421:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:29,422:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:29,422:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:29,422:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:30,423:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:30,423:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:30,423:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:30,423:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:30,424:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:30,424:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:30,424:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:30,424:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:30,424:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:30,424:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:31,425:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:31,426:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:31,426:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:31,426:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:31,426:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:31,426:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:31,426:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:31,426:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:31,426:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:31,426:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:32,427:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:32,427:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:32,427:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:32,428:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:32,428:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:32,428:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:32,428:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:32,428:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:32,429:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:32,429:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:33,430:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:33,430:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:33,431:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:33,431:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:33,431:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:33,431:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:33,431:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:33,432:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:33,432:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:33,432:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:34,433:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:34,433:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:34,433:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:34,433:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:34,434:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:34,434:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:34,434:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:34,434:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:34,434:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:34,434:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:35,435:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:35,435:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:35,435:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:35,435:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:35,436:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:35,436:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:35,436:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:35,436:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:35,436:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:35,436:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:36,437:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:36,437:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:36,437:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:36,438:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:36,438:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:36,438:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:36,438:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:36,438:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:36,438:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:36,438:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:37,439:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:37,439:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:37,439:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:37,439:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:37,440:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:37,440:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:37,440:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:37,440:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:37,440:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:37,440:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:38,441:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:38,441:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:38,441:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:38,441:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:38,441:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:38,441:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:38,441:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:38,441:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:38,441:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:38,442:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:39,443:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:39,443:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:39,443:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:39,443:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:39,443:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:39,443:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:39,444:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:39,444:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:39,444:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:39,444:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:40,444:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:40,444:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:40,445:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:40,445:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:40,445:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:40,445:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:40,445:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:40,445:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:40,445:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:40,445:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:41,447:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:41,447:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:41,447:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:41,447:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:41,447:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:41,447:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:41,447:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:41,447:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:41,447:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:41,448:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:42,448:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:42,448:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:42,448:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:42,448:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:42,448:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:42,448:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:42,449:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:42,449:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:42,449:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:42,449:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:43,450:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:43,450:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:43,450:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:43,450:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:43,451:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:43,451:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:43,451:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:43,451:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:43,451:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:43,451:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:44,453:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:44,453:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:44,453:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:44,453:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:44,453:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:44,453:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:44,453:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:44,453:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:44,453:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:44,453:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:45,455:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:45,455:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:45,455:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:45,455:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:45,455:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:45,455:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:45,455:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:45,456:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:45,456:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:45,456:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:46,456:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:46,456:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:46,456:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:46,456:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:46,457:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:46,457:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:46,457:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:46,457:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:46,457:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:46,457:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:47,459:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:47,459:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:47,459:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:47,459:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:47,459:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:47,459:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:47,459:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:47,459:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:47,459:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:47,459:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:48,460:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:48,461:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:48,461:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:48,461:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:48,461:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:48,461:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:48,461:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:48,461:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:48,461:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:48,461:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:49,463:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:49,463:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:49,463:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:49,463:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:49,463:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:49,463:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:49,463:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:49,463:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:49,463:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:49,463:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:50,465:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:50,465:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:50,465:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:50,466:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:50,466:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:50,466:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:50,466:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:50,467:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:50,467:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:50,467:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:51,467:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:51,468:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:51,468:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:51,468:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:51,468:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:51,468:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:51,468:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:51,468:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:51,468:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:51,468:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:52,469:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:52,469:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:52,469:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:52,469:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:52,470:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:52,470:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:52,470:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:52,471:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:52,471:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:52,471:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:53,472:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:53,472:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:53,473:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:53,473:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:53,473:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:53,473:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:53,473:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:53,473:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:53,473:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:53,474:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:54,475:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:54,475:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:54,475:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:54,475:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:54,475:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:54,476:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:54,476:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:54,476:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:54,476:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:54,476:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:55,477:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:55,477:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:55,477:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:55,478:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:55,478:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:55,478:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:55,478:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:55,478:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:55,478:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:55,479:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:56,480:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:56,480:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:56,480:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:56,480:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:56,481:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:56,481:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:56,481:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:56,482:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:56,482:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:56,482:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:57,483:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:57,483:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:57,484:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:57,484:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:57,484:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:57,484:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:57,484:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:57,484:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:57,484:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:57,485:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:58,486:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:58,486:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:58,486:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:58,486:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:58,487:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:58,487:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:58,487:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:58,487:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:58,487:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:58,487:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:34:59,488:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:59,488:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:59,488:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:59,488:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:59,489:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:59,489:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:59,489:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:59,489:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:34:59,489:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:59,489:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:00,490:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:00,491:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:00,491:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:00,491:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:00,491:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:00,491:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:00,491:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:00,491:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:00,491:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:00,491:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:01,493:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:01,493:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:01,493:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:01,493:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:01,493:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:01,493:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:01,493:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:01,493:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:01,494:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:01,494:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:02,495:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:02,495:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:02,495:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:02,495:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:02,495:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:02,495:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:02,496:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:02,496:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:02,496:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:02,496:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:03,496:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:03,497:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:03,497:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:03,497:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:03,497:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:03,497:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:03,497:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:03,497:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:03,497:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:03,497:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:04,498:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:04,498:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:04,498:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:04,498:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:04,499:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:04,499:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:04,499:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:04,499:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:04,499:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:04,499:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:05,500:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:05,500:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:05,500:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:05,500:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:05,500:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:05,500:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:05,501:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:05,501:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:05,501:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:05,501:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:06,502:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:06,502:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:06,502:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:06,502:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:06,503:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:06,503:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:06,503:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:06,503:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:06,503:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:06,503:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:07,504:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:07,505:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:07,505:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:07,505:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:07,505:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:07,505:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:07,505:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:07,505:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:07,505:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:07,505:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:08,506:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:08,506:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:08,506:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:08,506:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:08,506:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:08,506:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:08,506:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:08,507:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:08,507:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:08,507:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:09,507:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:09,507:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:09,507:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:09,507:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:09,508:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:09,508:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:09,508:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:09,508:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:09,508:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:09,508:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:10,509:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:10,509:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:10,509:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:10,509:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:10,509:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:10,509:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:10,509:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:10,510:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:10,510:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:10,510:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:11,511:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:11,511:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:11,511:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:11,511:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:11,512:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:11,512:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:11,512:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:11,512:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:11,512:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:11,512:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:12,513:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:12,513:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:12,513:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:12,514:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:12,514:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:12,514:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:12,514:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:12,514:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:12,514:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:12,514:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:13,515:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:13,515:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:13,515:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:13,515:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:13,516:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:13,516:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:13,516:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:13,516:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:13,516:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:13,516:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:14,517:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:14,518:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:14,518:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:14,518:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:14,518:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:14,518:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:14,518:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:14,518:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:14,518:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:14,519:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:15,519:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:15,519:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:15,519:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:15,519:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:15,519:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:15,519:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:15,519:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:15,520:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:15,520:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:15,520:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:16,521:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:16,521:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:16,521:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:16,521:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:16,522:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:16,522:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:16,522:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:16,522:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:16,522:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:16,522:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:17,523:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:17,523:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:17,523:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:17,523:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:17,524:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:17,524:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:17,524:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:17,524:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:17,524:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:17,524:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:18,525:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:18,525:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:18,525:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:18,525:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:18,525:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:18,525:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:18,525:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:18,525:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:18,525:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:18,526:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:19,527:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:19,527:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:19,527:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:19,527:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:19,527:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:19,527:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:19,527:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:19,528:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:19,528:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:19,528:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:20,529:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:20,529:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:20,529:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:20,529:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:20,529:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:20,530:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:20,530:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:20,530:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:20,530:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:20,530:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:21,531:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:21,531:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:21,531:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:21,531:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:21,532:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:21,532:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:21,532:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:21,532:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:21,532:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:21,532:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:22,534:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:22,534:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:22,534:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:22,534:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:22,534:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:22,535:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:22,535:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:22,535:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:22,535:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:22,535:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:23,537:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:23,537:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:23,537:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:23,537:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:23,537:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:23,537:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:23,538:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:23,538:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:23,538:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:23,538:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:24,539:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:24,539:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:24,539:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:24,539:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:24,539:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:24,539:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:24,540:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:24,540:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:24,540:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:24,540:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:25,541:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:25,541:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:25,541:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:25,541:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:25,542:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:25,542:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:25,542:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:25,542:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:25,542:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:25,542:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:26,543:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:26,543:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:26,543:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:26,543:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:26,544:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:26,544:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:26,544:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:26,544:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:26,544:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:26,544:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:27,545:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:27,545:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:27,545:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:27,545:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:27,545:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:27,545:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:27,545:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:27,546:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:27,546:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:27,546:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:28,547:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:28,547:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:28,547:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:28,547:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:28,547:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:28,547:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:28,547:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:28,548:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:28,548:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:28,548:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:29,549:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:29,549:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:29,549:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:29,549:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:29,550:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:29,550:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:29,550:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:29,550:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:29,550:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:29,550:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:30,551:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:30,551:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:30,551:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:30,551:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:30,552:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:30,552:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:30,552:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:30,552:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:30,552:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:30,552:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:31,553:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:31,553:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:31,553:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:31,554:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:31,554:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:31,554:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:31,554:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:31,554:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:31,554:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:31,554:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:32,555:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:32,555:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:32,555:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:32,555:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:32,556:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:32,556:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:32,556:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:32,556:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:32,556:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:32,556:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:33,557:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:33,557:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:33,558:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:33,558:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:33,558:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:33,558:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:33,558:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:33,558:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:33,558:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:33,558:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:34,559:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:34,559:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:34,559:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:34,559:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:34,560:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:34,560:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:34,560:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:34,560:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:34,560:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:34,560:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:35,561:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:35,561:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:35,562:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:35,562:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:35,562:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:35,562:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:35,562:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:35,562:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:35,562:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:35,562:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:36,563:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:36,563:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:36,563:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:36,563:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:36,563:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:36,563:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:36,564:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:36,564:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:36,564:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:36,564:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:37,565:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:37,565:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:37,565:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:37,565:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:37,565:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:37,565:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:37,565:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:37,565:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:37,565:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:37,566:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:38,566:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:38,566:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:38,566:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:38,566:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:38,566:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:38,566:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:38,566:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:38,567:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:38,567:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:38,567:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:39,567:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:39,567:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:39,567:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:39,567:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:39,567:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:39,568:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:39,568:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:39,568:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:39,568:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:39,568:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:40,569:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:40,569:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:40,570:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:40,570:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:40,570:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:40,570:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:40,570:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:40,570:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:40,570:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:40,570:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:41,571:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:41,571:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:41,571:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:41,571:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:41,572:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:41,572:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:41,572:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:41,572:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:41,572:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:41,572:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:42,573:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:42,574:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:42,574:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:42,574:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:42,575:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:42,575:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:42,575:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:42,576:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:42,576:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:42,576:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:43,577:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:43,578:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:43,578:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:43,578:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:43,578:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:43,578:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:43,578:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:43,578:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:43,579:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:43,579:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:44,579:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:44,579:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:44,579:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:44,579:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:44,579:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:44,579:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:44,580:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:44,580:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:44,580:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:44,580:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:45,581:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:45,582:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:45,582:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:45,582:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:45,582:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:45,582:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:45,582:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:45,582:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:45,583:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:45,583:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:46,583:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:46,583:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:46,583:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:46,583:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:46,584:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:46,584:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:46,584:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:46,584:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:46,584:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:46,584:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:47,585:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:47,586:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:47,586:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:47,586:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:47,586:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:47,586:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:47,586:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:47,586:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:47,586:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:47,587:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:48,587:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:48,587:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:48,587:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:48,587:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:48,587:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:48,588:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:48,588:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:48,588:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:48,588:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:48,588:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:49,589:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:49,589:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:49,589:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:49,589:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:49,590:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:49,590:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:49,590:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:49,590:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:49,590:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:49,590:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:50,591:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:50,591:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:50,591:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:50,591:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:50,592:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:50,592:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:50,592:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:50,592:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:50,592:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:50,592:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:51,593:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:51,593:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:51,593:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:51,593:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:51,594:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:51,594:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:51,594:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:51,594:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:51,594:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:51,594:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:52,595:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:52,595:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:52,595:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:52,595:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:52,596:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:52,596:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:52,596:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:52,596:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:52,596:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:52,596:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:53,597:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:53,597:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:53,598:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:53,598:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:53,598:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:53,598:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:53,598:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:53,598:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:53,598:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:53,598:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:54,599:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:54,599:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:54,599:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:54,599:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:54,599:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:54,599:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:54,599:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:54,600:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:54,600:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:54,600:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:55,601:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:55,601:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:55,601:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:55,601:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:55,602:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:55,602:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:55,602:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:55,602:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:55,602:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:55,602:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:56,604:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:56,604:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:56,604:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:56,604:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:56,604:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:56,604:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:56,604:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:56,604:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:56,604:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:56,605:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:57,606:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:57,606:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:57,606:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:57,606:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:57,607:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:57,607:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:57,607:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:57,607:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:57,607:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:57,607:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:58,608:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:58,608:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:58,609:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:58,609:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:58,609:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:58,609:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:58,609:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:58,610:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:58,610:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:58,610:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:35:59,611:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:59,611:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:59,611:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:59,612:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:59,612:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:59,612:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:59,613:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:59,613:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:35:59,613:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:59,613:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:00,615:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:00,615:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:00,615:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:00,615:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:00,615:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:00,615:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:00,616:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:00,616:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:00,616:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:00,616:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:01,617:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:01,617:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:01,617:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:01,617:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:01,618:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:01,618:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:01,618:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:01,618:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:01,618:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:01,618:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:02,619:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:02,619:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:02,619:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:02,619:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:02,620:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:02,620:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:02,620:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:02,620:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:02,620:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:02,620:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:03,621:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:03,622:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:03,622:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:03,622:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:03,622:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:03,622:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:03,622:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:03,622:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:03,622:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:03,623:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:04,624:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:04,624:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:04,624:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:04,624:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:04,624:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:04,624:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:04,625:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:04,625:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:04,625:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:04,625:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:05,626:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:05,626:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:05,627:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:05,627:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:05,627:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:05,627:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:05,627:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:05,627:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:05,627:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:05,627:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:06,628:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:06,628:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:06,628:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:06,628:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:06,629:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:06,629:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:06,629:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:06,629:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:06,629:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:06,629:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:07,630:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:07,630:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:07,631:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:07,631:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:07,631:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:07,631:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:07,632:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:07,632:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:07,632:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:07,633:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:08,634:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:08,634:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:08,634:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:08,634:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:08,634:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:08,634:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:08,634:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:08,635:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:08,635:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:08,635:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:09,635:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:09,635:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:09,635:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:09,635:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:09,636:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:09,636:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:09,636:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:09,636:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:09,636:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:09,636:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:10,637:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:10,638:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:10,638:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:10,638:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:10,638:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:10,638:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:10,638:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:10,638:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:10,638:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:10,638:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:11,639:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:11,640:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:11,640:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:11,640:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:11,640:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:11,640:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:11,640:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:11,640:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:11,640:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:11,640:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:12,642:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:12,642:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:12,642:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:12,642:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:12,642:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:12,642:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:12,642:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:12,643:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:12,643:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:12,643:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:13,643:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:13,643:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:13,643:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:13,643:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:13,644:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:13,644:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:13,644:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:13,644:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:13,644:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:13,644:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:14,645:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:14,646:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:14,646:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:14,646:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:14,646:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:14,646:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:14,646:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:14,646:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:14,646:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:14,646:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:15,647:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:15,647:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:15,647:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:15,648:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:15,648:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:15,648:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:15,648:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:15,648:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:15,648:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:15,649:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:16,650:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:16,650:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:16,650:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:16,650:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:16,650:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:16,650:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:16,650:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:16,651:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:16,651:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:16,651:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:17,651:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:17,651:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:17,651:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:17,651:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:17,651:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:17,651:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:17,651:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:17,652:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:17,652:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:17,652:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:18,652:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:18,652:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:18,652:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:18,653:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:18,653:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:18,653:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:18,653:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:18,653:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:18,653:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:18,653:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:19,655:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:19,655:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:19,655:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:19,655:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:19,656:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:19,656:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:19,656:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:19,656:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:19,656:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:19,656:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:20,657:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:20,658:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:20,658:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:20,658:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:20,658:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:20,658:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:20,658:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:20,658:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:20,658:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:20,659:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:21,659:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:21,659:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:21,659:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:21,659:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:21,660:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:21,660:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:21,660:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:21,660:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:21,660:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:21,660:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:22,661:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:22,662:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:22,662:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:22,662:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:22,662:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:22,662:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:22,662:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:22,662:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:22,662:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:22,662:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:23,664:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:23,664:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:23,664:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:23,664:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:23,664:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:23,664:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:23,664:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:23,664:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:23,664:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:23,665:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:24,665:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:24,665:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:24,665:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:24,665:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:24,666:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:24,666:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:24,666:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:24,666:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:24,666:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:24,666:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:25,667:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:25,667:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:25,667:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:25,668:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:25,668:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:25,668:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:25,668:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:25,668:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:25,668:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:25,668:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:26,669:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:26,669:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:26,670:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:26,670:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:26,670:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:26,670:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:26,670:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:26,670:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:26,670:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:26,670:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:27,671:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:27,671:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:27,671:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:27,671:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:27,672:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:27,672:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:27,672:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:27,673:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:27,673:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:27,673:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:28,674:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:28,674:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:28,674:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:28,674:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:28,674:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:28,674:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:28,675:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:28,675:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:28,675:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:28,675:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:29,675:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:29,675:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:29,675:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:29,676:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:29,676:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:29,676:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:29,676:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:29,676:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:29,676:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:29,676:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:30,677:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:30,678:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:30,678:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:30,678:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:30,678:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:30,678:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:30,678:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:30,678:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:30,678:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:30,678:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:31,683:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:31,683:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:31,683:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:31,683:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:31,684:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:31,684:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:31,684:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:31,684:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:31,684:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:31,684:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:32,685:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:32,685:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:32,685:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:32,685:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:32,685:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:32,685:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:32,686:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:32,686:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:32,686:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:32,686:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:33,687:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:33,687:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:33,687:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:33,687:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:33,687:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:33,688:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:33,688:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:33,688:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:33,688:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:33,688:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:34,689:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:34,689:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:34,690:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:34,690:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:34,690:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:34,690:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:34,690:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:34,691:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:34,691:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:34,691:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:35,692:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:35,692:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:35,692:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:35,692:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:35,692:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:35,692:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:35,693:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:35,699:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:35,699:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:35,699:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:36,700:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:36,701:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:36,701:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:36,701:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:36,701:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:36,701:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:36,701:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:36,701:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:36,701:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:36,701:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:37,703:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:37,703:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:37,703:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:37,703:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:37,703:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:37,703:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:37,704:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:37,704:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:37,704:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:37,704:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:38,705:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:38,706:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:38,706:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:38,707:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:38,707:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:38,707:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:38,707:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:38,708:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:38,708:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:38,708:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:39,709:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:39,710:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:39,710:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:39,710:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:39,710:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:39,710:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:39,710:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:39,710:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:39,710:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:39,711:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:40,711:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:40,712:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:40,712:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:40,712:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:40,712:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:40,712:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:40,712:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:40,713:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:40,713:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:40,713:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:41,714:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:41,714:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:41,715:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:41,715:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:41,715:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:41,715:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:41,715:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:41,715:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:41,715:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:41,715:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:42,717:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:42,717:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:42,717:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:42,717:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:42,717:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:42,717:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:42,718:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:42,718:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:42,718:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:42,718:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:43,719:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:43,719:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:43,719:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:43,719:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:43,719:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:43,719:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:43,719:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:43,719:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:43,719:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:43,720:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:44,721:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:44,721:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:44,721:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:44,721:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:44,722:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:44,722:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:44,722:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:44,722:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:44,722:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:44,722:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:45,723:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:45,723:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:45,723:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:45,723:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:45,724:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:45,724:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:45,724:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:45,724:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:45,724:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:45,724:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:46,726:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:46,726:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:46,726:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:46,726:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:46,726:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:46,726:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:46,726:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:46,727:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:46,727:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:46,727:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:47,728:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:47,728:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:47,728:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:47,728:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:47,729:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:47,729:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:47,729:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:47,729:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:47,729:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:47,729:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:48,731:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:48,731:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:48,732:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:48,732:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:48,733:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:48,733:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:48,733:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:48,734:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:48,734:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:48,734:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:49,735:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:49,735:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:49,735:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:49,735:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:49,735:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:49,735:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:49,735:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:49,736:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:49,736:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:49,736:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:50,736:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:50,736:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:50,736:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:50,737:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:50,737:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:50,737:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:50,737:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:50,738:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:50,738:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:50,738:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:51,739:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:51,739:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:51,739:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:51,739:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:51,740:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:51,740:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:51,740:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:51,740:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:51,740:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:51,740:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:52,741:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:52,741:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:52,741:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:52,741:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:52,741:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:52,741:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:52,741:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:52,742:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:52,742:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:52,742:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:53,742:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:53,742:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:53,742:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:53,743:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:53,743:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:53,743:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:53,743:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:53,743:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:53,743:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:53,743:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:54,745:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:54,745:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:54,745:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:54,745:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:54,745:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:54,745:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:54,745:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:54,746:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:54,746:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:54,746:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:55,748:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:55,748:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:55,748:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:55,748:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:55,748:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:55,748:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:55,749:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:55,749:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:55,749:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:55,749:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:56,750:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:56,750:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:56,750:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:56,750:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:56,751:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:56,751:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:56,751:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:56,751:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:56,751:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:56,751:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:57,752:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:57,752:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:57,752:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:57,752:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:57,753:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:57,753:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:57,753:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:57,753:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:57,753:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:57,753:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:58,754:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:58,754:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:58,754:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:58,754:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:58,754:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:58,755:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:58,755:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:58,755:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:58,755:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:58,755:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:36:59,756:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:59,756:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:59,756:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:59,756:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:59,757:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:59,757:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:59,757:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:59,757:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:36:59,757:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:59,757:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:00,757:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:00,757:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:00,757:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:00,758:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:00,758:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:00,758:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:00,758:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:00,758:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:00,758:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:00,758:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:01,759:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:01,759:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:01,759:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:01,759:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:01,760:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:01,760:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:01,760:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:01,760:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:01,760:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:01,760:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:02,761:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:02,762:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:02,762:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:02,762:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:02,763:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:02,763:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:02,763:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:02,763:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:02,763:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:02,763:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:03,764:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:03,765:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:03,765:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:03,765:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:03,765:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:03,765:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:03,765:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:03,766:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:03,766:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:03,766:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:04,767:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:04,767:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:04,767:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:04,767:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:04,767:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:04,768:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:04,768:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:04,768:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:04,768:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:04,768:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:05,769:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:05,769:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:05,769:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:05,770:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:05,770:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:05,770:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:05,770:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:05,771:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:05,771:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:05,771:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:06,772:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:06,772:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:06,773:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:06,773:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:06,773:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:06,773:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:06,773:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:06,773:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:06,773:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:06,773:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:07,775:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:07,775:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:07,775:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:07,775:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:07,775:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:07,775:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:07,776:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:07,776:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:07,776:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:07,776:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:08,777:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:08,777:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:08,777:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:08,777:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:08,778:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:08,778:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:08,778:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:08,778:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:08,778:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:08,779:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:09,779:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:09,779:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:09,779:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:09,779:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:09,779:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:09,780:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:09,780:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:09,780:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:09,780:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:09,780:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:10,781:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:10,781:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:10,782:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:10,782:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:10,782:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:10,782:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:10,782:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:10,782:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:10,782:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:10,782:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:11,783:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:11,783:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:11,783:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:11,783:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:11,784:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:11,784:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:11,784:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:11,784:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:11,784:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:11,784:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:12,785:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:12,785:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:12,785:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:12,785:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:12,786:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:12,786:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:12,786:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:12,786:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:12,786:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:12,786:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:13,788:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:13,788:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:13,788:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:13,788:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:13,788:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:13,788:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:13,788:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:13,789:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:13,789:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:13,789:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:14,790:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:14,790:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:14,791:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:14,791:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:14,791:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:14,791:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:14,791:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:14,791:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:14,791:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:14,791:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:15,793:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:15,793:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:15,793:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:15,793:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:15,793:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:15,794:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:15,794:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:15,794:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:15,794:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:15,794:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:16,795:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:16,796:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:16,796:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:16,796:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:16,796:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:16,796:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:16,796:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:16,796:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:16,796:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:16,797:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:17,798:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:17,798:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:17,798:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:17,798:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:17,798:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:17,799:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:17,799:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:17,799:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:17,799:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:17,799:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:18,800:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:18,801:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:18,801:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:18,801:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:18,801:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:18,801:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:18,801:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:18,801:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:18,801:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:18,802:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:19,803:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:19,803:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:19,803:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:19,803:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:19,803:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:19,804:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:19,804:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:19,804:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:19,804:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:19,804:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:20,805:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:20,805:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:20,805:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:20,805:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:20,805:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:20,805:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:20,805:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:20,805:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:20,805:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:20,806:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:21,807:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:21,807:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:21,807:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:21,807:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:21,807:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:21,808:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:21,808:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:21,809:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:21,809:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:21,809:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:22,810:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:22,810:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:22,810:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:22,810:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:22,811:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:22,811:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:22,811:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:22,811:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:22,811:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:22,811:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:23,813:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:23,813:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:23,813:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:23,813:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:23,813:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:23,813:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:23,813:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:23,814:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:23,814:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:23,814:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:24,814:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:24,814:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:24,814:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:24,814:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:24,815:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:24,815:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:24,815:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:24,815:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:24,815:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:24,815:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:25,816:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:25,816:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:25,817:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:25,817:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:25,817:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:25,817:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:25,817:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:25,817:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:25,818:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:25,818:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:26,819:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:26,819:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:26,819:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:26,819:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:26,820:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:26,820:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:26,820:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:26,820:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:26,820:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:26,820:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:27,821:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:27,822:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:27,822:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:27,822:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:27,822:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:27,822:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:27,822:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:27,822:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:27,822:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:27,822:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:28,823:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:28,823:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:28,823:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:28,823:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:28,824:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:28,824:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:28,824:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:28,824:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:28,824:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:28,824:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:29,825:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:29,826:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:29,826:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:29,826:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:29,826:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:29,826:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:29,826:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:29,827:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:29,827:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:29,827:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:30,828:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:30,828:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:30,828:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:30,828:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:30,828:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:30,829:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:30,829:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:30,829:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:30,829:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:30,829:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:31,830:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:31,830:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:31,830:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:31,830:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:31,830:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:31,830:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:31,830:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:31,831:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:31,831:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:31,831:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:32,832:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:32,832:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:32,832:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:32,832:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:32,832:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:32,832:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:32,832:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:32,832:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:32,832:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:32,833:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:33,834:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:33,834:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:33,834:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:33,834:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:33,835:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:33,835:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:33,835:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:33,835:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:33,835:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:33,835:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:34,836:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:34,836:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:34,836:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:34,836:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:34,836:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:34,836:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:34,836:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:34,837:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:34,837:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:34,837:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:35,838:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:35,838:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:35,838:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:35,838:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:35,839:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:35,839:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:35,839:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:35,839:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:35,839:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:35,839:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:36,841:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:36,841:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:36,841:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:36,841:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:36,841:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:36,841:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:36,841:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:36,841:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:36,842:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:36,842:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:37,843:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:37,843:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:37,843:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:37,843:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:37,844:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:37,844:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:37,844:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:37,844:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:37,844:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:37,844:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:38,845:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:38,846:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:38,846:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:38,846:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:38,846:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:38,846:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:38,846:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:38,846:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:38,846:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:38,846:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:39,847:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:39,847:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:39,847:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:39,847:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:39,848:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:39,848:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:39,848:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:39,848:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:39,848:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:39,848:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:40,849:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:40,849:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:40,850:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:40,850:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:40,850:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:40,850:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:40,850:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:40,850:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:40,850:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:40,850:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:41,851:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:41,851:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:41,851:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:41,851:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:41,851:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:41,851:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:41,851:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:41,852:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:41,852:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:41,852:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:42,853:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:42,853:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:42,853:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:42,853:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:42,854:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:42,854:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:42,854:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:42,854:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:42,854:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:42,854:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:43,855:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:43,855:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:43,855:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:43,855:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:43,855:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:43,855:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:43,856:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:43,856:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:43,856:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:43,856:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:44,857:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:44,857:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:44,857:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:44,857:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:44,858:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:44,858:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:44,858:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:44,858:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:44,858:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:44,858:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:45,859:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:45,859:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:45,859:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:45,859:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:45,860:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:45,860:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:45,860:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:45,860:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:45,860:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:45,860:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:46,861:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:46,862:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:46,862:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:46,862:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:46,862:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:46,862:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:46,862:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:46,862:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:46,862:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:46,862:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:47,863:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:47,863:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:47,863:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:47,863:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:47,864:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:47,864:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:47,864:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:47,864:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:47,864:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:47,865:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:48,866:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:48,866:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:48,866:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:48,866:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:48,867:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:48,868:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:48,868:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:48,868:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:48,869:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:48,869:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:49,870:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:49,870:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:49,870:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:49,870:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:49,871:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:49,871:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:49,871:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:49,872:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:49,872:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:49,872:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:50,873:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:50,873:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:50,873:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:50,873:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:50,874:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:50,874:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:50,874:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:50,874:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:50,874:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:50,874:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:51,875:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:51,875:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:51,875:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:51,875:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:51,876:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:51,876:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:51,876:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:51,876:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:51,876:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:51,876:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:52,877:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:52,878:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:52,878:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:52,878:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:52,878:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:52,878:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:52,879:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:52,879:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:52,879:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:52,879:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:53,880:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:53,880:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:53,880:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:53,881:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:53,881:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:53,881:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:53,881:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:53,883:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:53,883:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:53,883:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:54,884:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:54,884:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:54,884:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:54,884:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:54,884:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:54,884:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:54,884:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:54,885:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:54,885:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:54,885:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:55,886:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:55,886:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:55,886:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:55,886:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:55,886:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:55,886:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:55,886:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:55,887:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:55,887:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:55,887:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:56,887:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:56,888:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:56,888:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:56,889:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:56,889:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:56,889:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:56,889:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:56,890:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:56,890:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:56,890:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:57,891:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:57,892:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:57,892:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:57,892:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:57,892:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:57,892:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:57,892:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:57,893:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:57,893:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:57,893:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:58,894:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:58,894:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:58,894:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:58,894:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:58,895:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:58,895:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:58,895:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:58,895:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:58,895:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:58,895:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:37:59,896:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:59,897:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:59,897:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:59,897:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:59,897:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:59,897:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:59,897:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:59,897:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:37:59,897:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:59,898:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:00,899:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:00,899:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:00,899:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:00,899:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:00,899:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:00,899:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:00,899:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:00,900:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:00,900:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:00,900:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:01,901:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:01,901:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:01,901:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:01,901:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:01,902:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:01,902:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:01,902:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:01,902:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:01,902:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:01,902:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:02,903:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:02,903:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:02,903:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:02,904:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:02,904:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:02,904:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:02,904:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:02,904:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:02,904:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:02,905:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:03,906:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:03,906:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:03,906:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:03,906:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:03,906:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:03,906:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:03,906:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:03,906:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:03,906:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:03,907:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:04,907:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:04,907:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:04,907:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:04,907:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:04,908:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:04,908:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:04,908:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:04,908:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:04,908:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:04,908:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:05,909:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:05,909:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:05,909:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:05,909:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:05,910:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:05,910:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:05,910:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:05,910:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:05,910:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:05,910:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:06,911:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:06,911:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:06,911:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:06,911:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:06,911:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:06,911:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:06,911:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:06,912:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:06,912:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:06,912:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:07,913:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:07,913:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:07,913:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:07,913:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:07,914:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:07,914:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:07,914:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:07,914:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:07,914:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:07,914:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:08,915:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:08,915:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:08,915:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:08,915:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:08,916:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:08,916:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:08,916:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:08,916:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:08,916:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:08,916:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:09,917:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:09,917:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:09,917:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:09,917:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:09,917:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:09,917:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:09,917:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:09,918:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:09,918:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:09,918:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:10,919:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:10,919:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:10,919:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:10,919:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:10,919:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:10,919:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:10,920:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:10,920:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:10,920:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:10,920:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:11,921:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:11,921:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:11,921:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:11,921:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:11,922:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:11,922:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:11,922:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:11,922:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:11,922:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:11,922:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:12,923:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:12,923:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:12,923:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:12,923:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:12,924:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:12,924:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:12,924:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:12,924:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:12,924:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:12,924:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:13,925:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:13,925:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:13,925:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:13,925:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:13,926:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:13,926:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:13,926:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:13,926:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:13,926:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:13,926:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:14,927:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:14,927:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:14,927:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:14,927:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:14,928:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:14,928:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:14,928:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:14,928:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:14,928:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:14,928:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:15,929:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:15,930:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:15,930:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:15,930:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:15,931:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:15,931:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:15,931:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:15,931:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:15,931:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:15,932:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:16,933:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:16,933:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:16,934:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:16,934:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:16,934:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:16,935:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:16,935:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:16,935:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:16,935:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:16,936:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:17,937:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:17,937:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:17,937:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:17,937:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:17,938:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:17,938:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:17,938:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:17,938:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:17,938:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:17,938:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:18,939:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:18,940:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:18,940:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:18,940:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:18,940:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:18,940:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:18,940:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:18,940:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:18,940:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:18,940:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:19,942:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:19,942:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:19,942:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:19,942:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:19,942:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:19,942:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:19,942:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:19,942:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:19,942:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:19,942:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:20,943:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:20,943:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:20,943:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:20,944:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:20,944:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:20,944:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:20,944:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:20,944:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:20,944:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:20,944:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:21,945:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:21,945:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:21,945:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:21,945:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:21,945:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:21,945:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:21,946:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:21,946:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:21,946:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:21,946:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:22,947:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:22,947:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:22,947:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:22,947:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:22,947:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:22,947:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:22,948:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:22,948:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:22,948:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:22,948:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:23,948:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:23,948:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:23,948:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:23,948:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:23,949:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:23,949:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:23,949:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:23,949:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:23,949:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:23,949:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:24,950:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:24,951:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:24,951:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:24,951:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:24,951:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:24,951:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:24,952:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:24,952:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:24,952:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:24,952:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:25,953:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:25,953:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:25,953:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:25,954:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:25,954:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:25,954:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:25,954:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:25,954:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:25,954:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:25,954:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:26,955:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:26,955:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:26,955:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:26,956:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:26,956:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:26,956:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:26,956:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:26,956:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:26,956:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:26,957:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:27,958:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:27,958:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:27,958:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:27,958:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:27,958:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:27,958:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:27,959:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:27,959:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:27,959:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:27,959:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:28,960:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:28,960:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:28,960:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:28,960:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:28,961:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:28,961:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:28,961:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:28,961:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:28,961:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:28,961:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:29,962:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:29,962:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:29,962:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:29,963:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:29,963:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:29,963:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:29,963:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:29,963:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:29,963:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:29,964:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:30,965:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:30,965:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:30,965:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:30,965:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:30,966:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:30,966:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:30,966:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:30,966:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:30,966:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:30,966:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:31,967:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:31,967:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:31,967:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:31,967:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:31,968:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:31,968:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:31,968:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:31,972:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:31,972:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:31,972:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:32,973:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:32,973:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:32,973:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:32,973:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:32,974:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:32,974:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:32,974:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:32,975:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:32,975:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:32,975:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:33,975:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:33,975:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:33,975:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:33,975:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:33,976:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:33,976:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:33,976:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:33,976:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:33,976:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:33,976:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:34,977:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:34,977:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:34,977:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:34,978:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:34,978:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:34,978:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:34,978:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:34,978:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:34,978:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:34,979:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:35,980:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:35,980:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:35,980:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:35,980:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:35,981:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:35,981:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:35,981:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:35,981:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:35,981:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:35,981:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:36,982:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:36,983:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:36,983:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:36,983:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:36,983:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:36,983:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:36,983:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:36,983:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:36,983:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:36,983:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:37,985:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:37,985:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:37,985:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:37,985:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:37,985:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:37,985:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:37,985:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:37,986:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:37,986:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:37,986:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:38,986:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:38,986:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:38,986:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:38,986:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:38,987:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:38,987:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:38,987:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:38,987:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:38,987:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:38,987:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:39,988:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:39,988:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:39,988:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:39,989:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:39,989:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:39,989:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:39,989:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:39,989:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:39,989:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:39,989:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:40,990:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:40,990:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:40,991:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:40,991:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:40,991:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:40,991:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:40,991:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:40,991:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:40,991:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:40,991:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:41,992:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:41,992:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:41,992:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:41,993:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:41,993:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:41,993:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:41,993:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:41,993:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:41,993:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:41,993:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:42,994:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:42,994:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:42,994:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:42,995:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:42,995:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:42,995:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:42,995:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:42,995:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:42,995:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:42,995:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:43,996:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:43,997:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:43,997:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:43,997:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:43,997:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:43,997:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:43,997:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:43,997:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:43,998:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:43,998:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:44,999:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:44,999:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:44,999:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:44,999:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:45,000:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:45,000:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:45,000:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:45,000:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:45,000:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:45,000:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:46,001:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:46,001:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:46,001:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:46,002:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:46,002:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:46,002:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:46,002:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:46,002:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:46,002:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:46,002:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:47,004:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:47,004:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:47,004:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:47,004:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:47,004:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:47,004:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:47,004:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:47,004:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:47,004:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:47,004:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:48,005:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:48,005:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:48,005:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:48,005:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:48,005:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:48,005:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:48,005:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:48,006:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:48,006:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:48,006:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:49,007:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:49,008:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:49,008:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:49,008:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:49,009:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:49,009:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:49,009:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:49,010:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:49,010:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:49,010:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:50,011:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:50,011:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:50,011:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:50,011:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:50,011:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:50,012:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:50,012:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:50,012:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:50,012:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:50,012:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:51,012:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:51,012:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:51,012:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:51,012:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:51,012:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:51,013:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:51,013:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:51,013:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:51,013:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:51,013:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:52,014:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:52,014:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:52,014:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:52,014:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:52,014:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:52,014:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:52,014:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:52,015:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:52,015:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:52,015:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:53,016:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:53,017:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:53,017:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:53,017:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:53,017:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:53,018:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:53,018:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:53,018:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:53,018:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:53,018:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:54,019:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:54,020:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:54,020:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:54,020:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:54,020:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:54,020:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:54,020:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:54,020:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:54,020:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:54,020:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:55,022:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:55,022:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:55,022:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:55,022:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:55,023:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:55,023:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:55,023:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:55,024:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:55,024:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:55,024:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:56,025:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:56,025:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:56,026:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:56,026:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:56,026:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:56,026:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:56,026:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:56,026:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:56,026:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:56,026:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:57,027:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:57,027:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:57,027:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:57,027:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:57,027:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:57,027:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:57,027:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:57,028:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:57,028:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:57,028:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:58,029:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:58,029:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:58,029:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:58,029:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:58,030:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:58,030:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:58,030:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:58,030:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:58,030:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:58,030:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:38:59,031:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:59,032:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:59,032:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:59,032:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:59,032:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:59,033:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:59,033:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:59,033:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:38:59,033:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:59,033:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:00,035:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:00,035:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:00,035:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:00,035:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:00,035:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:00,036:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:00,036:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:00,036:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:00,036:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:00,036:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:01,038:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:01,038:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:01,038:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:01,038:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:01,038:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:01,038:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:01,038:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:01,039:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:01,039:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:01,039:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:02,040:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:02,041:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:02,041:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:02,041:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:02,041:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:02,041:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:02,041:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:02,041:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:02,041:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:02,041:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:03,043:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:03,043:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:03,043:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:03,043:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:03,043:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:03,043:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:03,043:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:03,043:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:03,043:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:03,043:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:04,044:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:04,044:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:04,044:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:04,044:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:04,045:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:04,045:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:04,045:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:04,045:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:04,045:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:04,045:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:05,046:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:05,046:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:05,047:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:05,047:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:05,047:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:05,047:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:05,047:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:05,047:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:05,047:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:05,047:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:06,048:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:06,049:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:06,049:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:06,049:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:06,049:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:06,049:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:06,049:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:06,049:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:06,049:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:06,049:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:07,050:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:07,050:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:07,051:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:07,051:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:07,051:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:07,051:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:07,052:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:07,052:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:07,052:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:07,052:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:08,054:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:08,054:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:08,054:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:08,054:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:08,054:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:08,054:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:08,054:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:08,055:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:08,055:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:08,055:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:09,056:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:09,056:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:09,056:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:09,056:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:09,057:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:09,057:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:09,057:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:09,057:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:09,057:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:09,057:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:10,059:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:10,059:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:10,059:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:10,059:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:10,059:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:10,059:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:10,060:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:10,060:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:10,060:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:10,060:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:11,062:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:11,062:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:11,062:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:11,062:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:11,062:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:11,062:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:11,062:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:11,062:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:11,062:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:11,063:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:12,064:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:12,064:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:12,064:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:12,064:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:12,064:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:12,064:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:12,064:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:12,065:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:12,065:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:12,065:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:13,066:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:13,066:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:13,066:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:13,066:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:13,066:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:13,066:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:13,066:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:13,067:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:13,067:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:13,067:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:14,067:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:14,067:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:14,067:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:14,067:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:14,068:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:14,068:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:14,068:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:14,068:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:14,068:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:14,068:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:15,068:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:15,069:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:15,069:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:15,069:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:15,069:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:15,069:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:15,069:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:15,069:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:15,069:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:15,069:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:16,071:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:16,071:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:16,071:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:16,071:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:16,071:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:16,071:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:16,071:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:16,071:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:16,071:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:16,071:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:17,073:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:17,073:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:17,073:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:17,073:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:17,073:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:17,073:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:17,073:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:17,073:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:17,073:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:17,073:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:18,074:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:18,074:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:18,074:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:18,074:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:18,074:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:18,074:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:18,075:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:18,075:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:18,075:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:18,075:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:19,076:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:19,076:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:19,076:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:19,076:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:19,077:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:19,077:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:19,077:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:19,077:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:19,077:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:19,077:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:20,078:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:20,078:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:20,078:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:20,078:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:20,079:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:20,079:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:20,079:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:20,079:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:20,079:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:20,079:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:21,080:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:21,080:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:21,080:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:21,081:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:21,081:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:21,081:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:21,081:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:21,081:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:21,081:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:21,081:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:22,082:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:22,082:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:22,082:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:22,083:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:22,083:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:22,083:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:22,083:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:22,083:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:22,083:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:22,083:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:23,084:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:23,085:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:23,085:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:23,085:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:23,085:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:23,085:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:23,085:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:23,085:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:23,085:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:23,085:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:24,087:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:24,087:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:24,087:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:24,087:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:24,087:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:24,087:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:24,088:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:24,088:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:24,088:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:24,088:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:25,089:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:25,089:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:25,089:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:25,089:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:25,090:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:25,090:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:25,090:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:25,090:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:25,090:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:25,090:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:26,091:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:26,091:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:26,091:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:26,091:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:26,091:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:26,092:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:26,092:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:26,092:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:26,092:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:26,092:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:27,093:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:27,093:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:27,093:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:27,093:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:27,093:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:27,093:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:27,094:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:27,094:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:27,094:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:27,094:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:28,095:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:28,095:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:28,095:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:28,095:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:28,095:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:28,096:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:28,096:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:28,096:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:28,096:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:28,096:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:29,097:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:29,097:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:29,097:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:29,097:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:29,098:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:29,098:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:29,098:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:29,098:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:29,098:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:29,098:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:30,099:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:30,099:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:30,099:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:30,099:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:30,099:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:30,099:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:30,099:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:30,099:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:30,099:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:30,099:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:31,101:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:31,101:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:31,101:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:31,101:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:31,101:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:31,101:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:31,101:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:31,101:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:31,101:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:31,101:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:32,103:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:32,103:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:32,103:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:32,103:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:32,103:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:32,103:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:32,103:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:32,104:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:32,104:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:32,104:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:33,105:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:33,105:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:33,105:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:33,105:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:33,106:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:33,106:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:33,106:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:33,106:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:33,106:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:33,106:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:34,108:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:34,108:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:34,108:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:34,108:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:34,108:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:34,108:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:34,108:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:34,108:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:34,108:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:34,108:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:35,110:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:35,110:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:35,110:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:35,110:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:35,110:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:35,110:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:35,110:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:35,110:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:35,110:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:35,110:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:36,111:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:36,111:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:36,111:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:36,112:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:36,112:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:36,112:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:36,112:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:36,112:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:36,112:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:36,112:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:37,113:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:37,114:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:37,114:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:37,114:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:37,114:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:37,114:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:37,114:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:37,115:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:37,115:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:37,115:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:38,116:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:38,116:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:38,116:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:38,116:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:38,116:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:38,116:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:38,117:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:38,117:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:38,117:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:38,117:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:39,118:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:39,118:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:39,119:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:39,119:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:39,119:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:39,119:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:39,119:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:39,119:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:39,119:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:39,120:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:40,121:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:40,121:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:40,121:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:40,121:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:40,121:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:40,121:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:40,121:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:40,121:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:40,122:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:40,122:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:41,123:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:41,123:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:41,123:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:41,123:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:41,123:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:41,123:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:41,123:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:41,124:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:41,124:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:41,124:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:42,125:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:42,125:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:42,125:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:42,125:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:42,125:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:42,126:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:42,126:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:42,126:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:42,126:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:42,126:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:43,127:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:43,127:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:43,127:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:43,127:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:43,128:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:43,128:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:43,128:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:43,128:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:43,128:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:43,128:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:44,129:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:44,130:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:44,130:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:44,130:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:44,130:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:44,130:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:44,130:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:44,130:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:44,130:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:44,131:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:45,131:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:45,131:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:45,131:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:45,131:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:45,131:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:45,131:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:45,132:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:45,132:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:45,132:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:45,132:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:46,132:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:46,133:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:46,133:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:46,133:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:46,133:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:46,133:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:46,133:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:46,133:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:46,133:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:46,133:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:47,135:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:47,135:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:47,135:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:47,135:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:47,135:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:47,135:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:47,135:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:47,136:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:47,136:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:47,136:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:48,137:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:48,137:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:48,137:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:48,137:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:48,137:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:48,137:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:48,137:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:48,138:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:48,138:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:48,138:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:49,139:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:49,139:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:49,139:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:49,139:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:49,140:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:49,140:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:49,140:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:49,140:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:49,140:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:49,140:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:50,141:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:50,142:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:50,142:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:50,142:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:50,142:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:50,142:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:50,142:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:50,142:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:50,142:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:50,143:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:51,143:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:51,144:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:51,144:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:51,144:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:51,145:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:51,145:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:51,145:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:51,145:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:51,145:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:51,145:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:52,147:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:52,147:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:52,147:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:52,147:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:52,147:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:52,147:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:52,147:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:52,148:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:52,148:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:52,148:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:53,149:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:53,149:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:53,149:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:53,150:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:53,150:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:53,150:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:53,150:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:53,150:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:53,150:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:53,150:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:54,151:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:54,151:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:54,151:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:54,151:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:54,151:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:54,151:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:54,152:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:54,152:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:54,152:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:54,152:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:55,153:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:55,153:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:55,153:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:55,153:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:55,154:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:55,154:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:55,154:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:55,154:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:55,154:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:55,154:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:56,155:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:56,155:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:56,155:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:56,155:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:56,155:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:56,155:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:56,156:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:56,156:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:56,156:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:56,156:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:57,157:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:57,157:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:57,157:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:57,157:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:57,158:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:57,158:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:57,158:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:57,158:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:57,158:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:57,158:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:58,159:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:58,159:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:58,159:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:58,159:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:58,159:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:58,159:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:58,159:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:58,160:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:58,160:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:58,160:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:39:59,160:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:59,160:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:59,160:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:59,160:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:59,160:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:59,161:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:59,161:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:59,161:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:39:59,161:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:59,161:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:00,162:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:00,162:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:00,162:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:00,162:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:00,162:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:00,162:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:00,163:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:00,163:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:00,163:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:00,163:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:01,164:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:01,164:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:01,164:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:01,165:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:01,165:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:01,165:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:01,165:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:01,165:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:01,166:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:01,166:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:02,167:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:02,167:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:02,167:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:02,167:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:02,168:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:02,168:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:02,168:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:02,168:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:02,168:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:02,168:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:03,169:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:03,169:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:03,169:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:03,170:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:03,170:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:03,170:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:03,170:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:03,170:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:03,170:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:03,170:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:04,171:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:04,171:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:04,171:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:04,171:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:04,171:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:04,172:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:04,172:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:04,172:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:04,172:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:04,172:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:05,173:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:05,173:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:05,173:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:05,174:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:05,174:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:05,174:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:05,174:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:05,174:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:05,174:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:05,174:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:06,175:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:06,175:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:06,175:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:06,175:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:06,175:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:06,175:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:06,176:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:06,176:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:06,176:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:06,176:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:07,177:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:07,177:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:07,177:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:07,177:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:07,178:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:07,178:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:07,178:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:07,178:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:07,178:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:07,178:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:08,179:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:08,179:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:08,179:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:08,179:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:08,180:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:08,180:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:08,180:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:08,180:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:08,180:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:08,180:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:09,181:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:09,181:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:09,181:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:09,182:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:09,182:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:09,182:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:09,182:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:09,182:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:09,182:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:09,182:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:10,183:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:10,183:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:10,183:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:10,183:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:10,184:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:10,184:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:10,184:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:10,184:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:10,184:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:10,184:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:11,185:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:11,185:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:11,185:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:11,185:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:11,186:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:11,186:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:11,186:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:11,186:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:11,186:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:11,186:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:12,186:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:12,186:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:12,186:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:12,187:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:12,187:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:12,187:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:12,187:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:12,187:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:12,187:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:12,187:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:13,189:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:13,189:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:13,189:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:13,189:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:13,189:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:13,189:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:13,189:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:13,190:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:13,190:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:13,190:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:14,191:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:14,191:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:14,191:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:14,191:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:14,192:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:14,192:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:14,192:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:14,192:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:14,192:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:14,192:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:15,193:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:15,193:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:15,193:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:15,193:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:15,193:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:15,193:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:15,193:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:15,193:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:15,193:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:15,194:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:16,195:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:16,195:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:16,195:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:16,195:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:16,195:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:16,195:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:16,196:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:16,196:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:16,196:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:16,196:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:17,197:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:17,197:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:17,197:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:17,197:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:17,198:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:17,198:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:17,198:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:17,199:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:17,199:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:17,199:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:18,200:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:18,200:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:18,200:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:18,200:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:18,201:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:18,201:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:18,201:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:18,201:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:18,201:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:18,201:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:19,203:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:19,203:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:19,203:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:19,203:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:19,203:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:19,203:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:19,203:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:19,204:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:19,204:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:19,204:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:20,205:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:20,205:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:20,205:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:20,205:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:20,206:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:20,206:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:20,206:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:20,206:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:20,206:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:20,206:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:21,207:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:21,207:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:21,207:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:21,207:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:21,208:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:21,208:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:21,208:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:21,208:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:21,208:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:21,208:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:22,209:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:22,210:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:22,210:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:22,210:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:22,210:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:22,210:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:22,210:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:22,210:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:22,210:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:22,211:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:23,212:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:23,212:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:23,212:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:23,212:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:23,212:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:23,212:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:23,212:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:23,213:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:23,213:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:23,213:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:24,214:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:24,214:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:24,214:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:24,214:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:24,215:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:24,215:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:24,215:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:24,215:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:24,215:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:24,215:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:25,216:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:25,216:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:25,216:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:25,217:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:25,217:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:25,217:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:25,217:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:25,217:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:25,217:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:25,217:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:26,218:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:26,219:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:26,219:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:26,219:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:26,219:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:26,219:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:26,219:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:26,219:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:26,219:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:26,220:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:27,221:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:27,221:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:27,221:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:27,221:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:27,221:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:27,221:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:27,221:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:27,222:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:27,222:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:27,222:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:28,223:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:28,223:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:28,223:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:28,223:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:28,223:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:28,223:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:28,224:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:28,224:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:28,224:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:28,224:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:29,224:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:29,225:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:29,225:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:29,225:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:29,225:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:29,225:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:29,225:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:29,225:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:29,225:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:29,225:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:30,227:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:30,227:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:30,227:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:30,227:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:30,227:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:30,227:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:30,227:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:30,228:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:30,228:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:30,228:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:31,229:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:31,229:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:31,229:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:31,229:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:31,229:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:31,229:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:31,229:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:31,230:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:31,230:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:31,230:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:32,231:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:32,231:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:32,231:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:32,231:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:32,231:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:32,231:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:32,231:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:32,232:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:32,232:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:32,232:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:33,233:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:33,233:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:33,233:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:33,233:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:33,234:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:33,234:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:33,234:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:33,234:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:33,234:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:33,234:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:34,235:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:34,235:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:34,235:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:34,235:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:34,236:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:34,236:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:34,236:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:34,236:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:34,236:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:34,237:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:35,238:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:35,238:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:35,238:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:35,238:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:35,238:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:35,239:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:35,239:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:35,239:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:35,239:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:35,239:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:36,240:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:36,240:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:36,240:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:36,241:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:36,241:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:36,241:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:36,241:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:36,241:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:36,241:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:36,241:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:37,243:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:37,243:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:37,243:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:37,243:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:37,243:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:37,243:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:37,243:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:37,244:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:37,244:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:37,244:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:38,245:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:38,245:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:38,245:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:38,245:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:38,245:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:38,245:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:38,245:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:38,246:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:38,246:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:38,246:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:39,247:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:39,247:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:39,247:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:39,247:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:39,247:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:39,247:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:39,248:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:39,248:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:39,248:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:39,248:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:40,248:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:40,248:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:40,248:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:40,248:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:40,249:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:40,249:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:40,249:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:40,249:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:40,249:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:40,249:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:41,251:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:41,251:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:41,251:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:41,251:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:41,251:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:41,251:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:41,251:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:41,251:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:41,251:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:41,252:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:42,253:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:42,253:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:42,253:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:42,253:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:42,253:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:42,253:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:42,253:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:42,253:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:42,253:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:42,254:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:43,255:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:43,255:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:43,255:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:43,255:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:43,255:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:43,255:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:43,256:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:43,256:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:43,256:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:43,256:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:44,257:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:44,257:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:44,257:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:44,258:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:44,258:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:44,258:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:44,258:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:44,258:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:44,258:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:44,258:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:45,259:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:45,259:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:45,259:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:45,259:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:45,260:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:45,260:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:45,260:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:45,260:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:45,260:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:45,261:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:46,262:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:46,262:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:46,262:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:46,262:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:46,262:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:46,262:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:46,262:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:46,263:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:46,263:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:46,263:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:47,264:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:47,264:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:47,264:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:47,264:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:47,265:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:47,265:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:47,265:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:47,265:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:47,265:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:47,265:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:48,266:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:48,267:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:48,267:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:48,267:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:48,267:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:48,267:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:48,267:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:48,267:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:48,267:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:48,267:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:49,268:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:49,269:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:49,269:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:49,269:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:49,269:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:49,269:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:49,269:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:49,269:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:49,269:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:49,269:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:50,270:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:50,270:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:50,270:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:50,270:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:50,271:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:50,271:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:50,271:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:50,271:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:50,271:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:50,271:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:51,272:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:51,272:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:51,272:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:51,272:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:51,272:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:51,272:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:51,272:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:51,272:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:51,273:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:51,273:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:52,274:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:52,274:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:52,274:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:52,274:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:52,275:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:52,275:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:52,275:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:52,275:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:52,275:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:52,275:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:53,276:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:53,277:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:53,277:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:53,277:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:53,277:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:53,277:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:53,277:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:53,278:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:53,278:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:53,278:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:54,279:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:54,279:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:54,279:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:54,279:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:54,280:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:54,280:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:54,280:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:54,280:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:54,280:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:54,280:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:55,281:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:55,281:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:55,281:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:55,282:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:55,282:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:55,282:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:55,282:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:55,282:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:55,282:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:55,282:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:56,283:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:56,283:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:56,283:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:56,283:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:56,283:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:56,283:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:56,284:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:56,284:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:56,284:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:56,284:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:57,284:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:57,284:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:57,284:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:57,284:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:57,287:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:57,287:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:57,287:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:57,288:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:57,288:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:57,288:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:58,289:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:58,289:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:58,289:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:58,290:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:58,290:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:58,290:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:58,290:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:58,290:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:58,290:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:58,290:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:40:59,291:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:59,291:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:59,291:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:59,291:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:59,291:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:59,291:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:59,292:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:59,292:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:40:59,292:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:59,292:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:00,293:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:00,293:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:00,293:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:00,293:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:00,294:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:00,294:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:00,294:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:00,294:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:00,294:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:00,294:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:01,295:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:01,295:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:01,295:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:01,295:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:01,295:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:01,296:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:01,296:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:01,296:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:01,296:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:01,296:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:02,296:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:02,296:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:02,296:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:02,297:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:02,297:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:02,297:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:02,297:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:02,298:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:02,298:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:02,298:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:03,298:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:03,298:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:03,298:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:03,298:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:03,299:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:03,299:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:03,299:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:03,299:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:03,299:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:03,299:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:04,300:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:04,300:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:04,300:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:04,300:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:04,301:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:04,301:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:04,301:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:04,301:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:04,301:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:04,301:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:05,303:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:05,303:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:05,303:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:05,303:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:05,303:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:05,303:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:05,303:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:05,304:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:05,304:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:05,304:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:06,304:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:06,304:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:06,304:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:06,304:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:06,304:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:06,304:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:06,305:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:06,305:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:06,305:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:06,305:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:07,306:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:07,306:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:07,306:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:07,306:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:07,306:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:07,306:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:07,306:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:07,307:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:07,307:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:07,307:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:08,308:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:08,308:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:08,308:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:08,308:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:08,308:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:08,308:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:08,309:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:08,309:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:08,309:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:08,309:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:09,310:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:09,310:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:09,311:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:09,311:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:09,311:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:09,311:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:09,311:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:09,312:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:09,312:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:09,312:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:10,313:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:10,317:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:10,317:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:10,317:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:10,318:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:10,318:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:10,318:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:10,318:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:10,318:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:10,318:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:11,319:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:11,321:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:11,322:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:11,322:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:11,323:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:11,323:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:11,323:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:11,323:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:11,323:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:11,323:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:12,325:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:12,325:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:12,325:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:12,325:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:12,325:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:12,325:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:12,325:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:12,326:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:12,326:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:12,326:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:13,327:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:13,327:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:13,327:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:13,327:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:13,327:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:13,327:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:13,328:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:13,328:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:13,328:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:13,328:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:14,329:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:14,329:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:14,329:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:14,329:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:14,330:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:14,330:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:14,330:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:14,330:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:14,330:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:14,330:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:15,331:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:15,331:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:15,331:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:15,331:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:15,331:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:15,332:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:15,332:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:15,332:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:15,332:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:15,332:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:16,333:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:16,333:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:16,334:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:16,334:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:16,334:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:16,334:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:16,334:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:16,334:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:16,334:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:16,335:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:17,335:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:17,335:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:17,335:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:17,335:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:17,336:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:17,336:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:17,336:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:17,336:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:17,336:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:17,336:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:18,337:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:18,338:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:18,338:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:18,338:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:18,338:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:18,338:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:18,338:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:18,339:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:18,339:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:18,339:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:19,340:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:19,341:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:19,341:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:19,341:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:19,341:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:19,342:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:19,342:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:19,342:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:19,342:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:19,343:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:20,344:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:20,344:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:20,344:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:20,344:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:20,344:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:20,344:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:20,345:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:20,345:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:20,345:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:20,345:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:21,346:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:21,347:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:21,347:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:21,347:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:21,347:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:21,347:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:21,347:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:21,347:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:21,347:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:21,348:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:22,349:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:22,349:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:22,349:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:22,349:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:22,349:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:22,349:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:22,349:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:22,350:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:22,350:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:22,350:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:23,351:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:23,351:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:23,351:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:23,352:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:23,359:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:23,359:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:23,359:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:23,369:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:23,369:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:23,369:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:24,371:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:24,371:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:24,371:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:24,371:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:24,371:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:24,371:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:24,371:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:24,371:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:24,371:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:24,372:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:25,373:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:25,373:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:25,373:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:25,373:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:25,373:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:25,373:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:25,374:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:25,374:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:25,374:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:25,374:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:26,375:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:26,375:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:26,375:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:26,375:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:26,376:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:26,376:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:26,376:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:26,376:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:26,376:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:26,376:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:27,377:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:27,377:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:27,377:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:27,377:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:27,377:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:27,377:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:27,377:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:27,378:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:27,378:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:27,378:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:28,378:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:28,378:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:28,378:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:28,378:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:28,379:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:28,379:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:28,379:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:28,379:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:28,379:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:28,379:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:29,381:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:29,381:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:29,381:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:29,381:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:29,381:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:29,382:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:29,382:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:29,382:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:29,382:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:29,382:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:30,383:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:30,384:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:30,384:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:30,384:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:30,384:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:30,384:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:30,384:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:30,384:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:30,384:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:30,384:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:31,385:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:31,385:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:31,385:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:31,385:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:31,385:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:31,385:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:31,385:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:31,386:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:31,386:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:31,386:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:32,387:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:32,387:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:32,387:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:32,387:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:32,387:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:32,387:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:32,388:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:32,388:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:32,388:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:32,388:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:33,389:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:33,389:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:33,389:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:33,389:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:33,390:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:33,390:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:33,390:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:33,390:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:33,390:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:33,390:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:34,391:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:34,391:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:34,391:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:34,392:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:34,392:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:34,392:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:34,392:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:34,392:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:34,392:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:34,392:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:35,394:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:35,394:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:35,394:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:35,394:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:35,394:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:35,394:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:35,394:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:35,395:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:35,395:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:35,395:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:36,396:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:36,396:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:36,396:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:36,396:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:36,396:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:36,396:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:36,396:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:36,397:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:36,397:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:36,397:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:37,398:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:37,398:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:37,398:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:37,398:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:37,399:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:37,399:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:37,399:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:37,399:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:37,399:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:37,399:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:38,400:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:38,400:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:38,400:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:38,400:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:38,401:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:38,401:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:38,401:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:38,401:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:38,401:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:38,401:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:39,403:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:39,403:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:39,403:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:39,403:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:39,403:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:39,403:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:39,403:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:39,404:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:39,404:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:39,404:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:40,404:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:40,404:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:40,404:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:40,404:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:40,404:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:40,405:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:40,405:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:40,405:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:40,405:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:40,405:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:41,406:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:41,406:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:41,406:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:41,406:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:41,407:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:41,407:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:41,407:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:41,407:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:41,407:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:41,407:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:42,408:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:42,408:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:42,408:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:42,408:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:42,408:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:42,408:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:42,409:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:42,409:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:42,409:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:42,409:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:43,409:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:43,410:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:43,410:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:43,410:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:43,411:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:43,411:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:43,411:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:43,411:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:43,411:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:43,411:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:44,413:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:44,413:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:44,413:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:44,413:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:44,413:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:44,413:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:44,413:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:44,413:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:44,413:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:44,413:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:45,415:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:45,415:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:45,415:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:45,415:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:45,415:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:45,415:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:45,415:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:45,416:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:45,416:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:45,416:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:46,417:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:46,417:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:46,417:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:46,417:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:46,418:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:46,418:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:46,418:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:46,418:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:46,418:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:46,418:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:47,419:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:47,419:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:47,419:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:47,419:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:47,419:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:47,420:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:47,420:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:47,420:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:47,420:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:47,420:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:48,421:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:48,421:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:48,421:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:48,421:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:48,421:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:48,421:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:48,421:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:48,421:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:48,421:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:48,421:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:49,423:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:49,423:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:49,423:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:49,423:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:49,423:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:49,423:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:49,423:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:49,424:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:49,424:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:49,424:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:50,424:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:50,424:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:50,424:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:50,424:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:50,425:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:50,425:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:50,425:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:50,425:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:50,425:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:50,425:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:51,427:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:51,427:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:51,427:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:51,427:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:51,427:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:51,427:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:51,427:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:51,427:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:51,427:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:51,428:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:52,429:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:52,430:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:52,430:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:52,430:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:52,431:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:52,431:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:52,431:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:52,432:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:52,432:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:52,432:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:53,433:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:53,433:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:53,433:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:53,433:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:53,434:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:53,434:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:53,434:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:53,434:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:53,434:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:53,434:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:54,435:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:54,435:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:54,435:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:54,435:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:54,435:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:54,435:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:54,436:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:54,436:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:54,436:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:54,436:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:55,437:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:55,437:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:55,437:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:55,437:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:55,438:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:55,438:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:55,438:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:55,438:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:55,438:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:55,438:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:56,439:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:56,439:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:56,439:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:56,439:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:56,439:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:56,440:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:56,440:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:56,440:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:56,440:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:56,440:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:57,441:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:57,441:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:57,441:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:57,442:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:57,442:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:57,442:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:57,442:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:57,442:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:57,442:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:57,442:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:58,444:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:58,444:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:58,444:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:58,444:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:58,444:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:58,444:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:58,444:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:58,444:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:58,444:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:58,445:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:41:59,446:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:59,446:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:59,446:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:59,447:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:59,448:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:59,448:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:59,448:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:59,448:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:41:59,449:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:59,449:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:00,450:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:00,450:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:00,450:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:00,450:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:00,451:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:00,451:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:00,451:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:00,452:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:00,452:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:00,452:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:01,453:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:01,454:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:01,454:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:01,454:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:01,454:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:01,454:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:01,454:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:01,455:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:01,455:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:01,455:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:02,455:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:02,455:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:02,455:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:02,455:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:02,455:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:02,455:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:02,456:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:02,456:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:02,456:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:02,456:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:03,456:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:03,456:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:03,456:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:03,457:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:03,457:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:03,457:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:03,457:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:03,457:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:03,457:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:03,457:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:04,459:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:04,459:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:04,459:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:04,459:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:04,459:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:04,459:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:04,459:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:04,460:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:04,460:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:04,460:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:05,461:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:05,461:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:05,461:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:05,461:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:05,461:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:05,461:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:05,462:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:05,462:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:05,462:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:05,462:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:06,463:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:06,463:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:06,463:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:06,463:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:06,464:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:06,464:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:06,464:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:06,464:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:06,464:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:06,464:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:07,465:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:07,466:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:07,466:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:07,466:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:07,466:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:07,466:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:07,466:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:07,466:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:07,466:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:07,466:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:08,467:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:08,467:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:08,467:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:08,467:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:08,468:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:08,468:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:08,468:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:08,468:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:08,468:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:08,469:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:09,470:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:09,470:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:09,470:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:09,470:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:09,470:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:09,470:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:09,470:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:09,471:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:09,471:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:09,471:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:10,472:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:10,472:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:10,472:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:10,472:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:10,473:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:10,473:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:10,473:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:10,474:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:10,474:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:10,474:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:11,475:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:11,475:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:11,475:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:11,475:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:11,475:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:11,475:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:11,475:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:11,476:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:11,476:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:11,476:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:12,477:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:12,477:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:12,477:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:12,477:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:12,477:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:12,477:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:12,477:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:12,478:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:12,478:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:12,478:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:13,479:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:13,479:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:13,479:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:13,479:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:13,479:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:13,479:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:13,479:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:13,480:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:13,480:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:13,480:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:14,480:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:14,480:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:14,480:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:14,480:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:14,481:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:14,481:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:14,481:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:14,481:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:14,481:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:14,481:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:15,483:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:15,483:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:15,483:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:15,483:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:15,483:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:15,483:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:15,484:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:15,484:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:15,484:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:15,484:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:16,485:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:16,485:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:16,485:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:16,485:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:16,486:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:16,486:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:16,486:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:16,486:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:16,486:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:16,486:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:17,487:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:17,487:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:17,487:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:17,487:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:17,487:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:17,487:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:17,488:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:17,488:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:17,488:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:17,488:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:18,489:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:18,489:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:18,489:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:18,490:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:18,490:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:18,490:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:18,490:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:18,490:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:18,490:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:18,490:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:19,492:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:19,492:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:19,492:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:19,492:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:19,492:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:19,492:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:19,493:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:19,493:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:19,493:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:19,493:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:20,494:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:20,494:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:20,494:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:20,495:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:20,495:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:20,495:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:20,495:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:20,495:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:20,495:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:20,495:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:21,496:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:21,496:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:21,496:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:21,496:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:21,496:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:21,496:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:21,496:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:21,496:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:21,497:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:21,497:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:22,497:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:22,497:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:22,497:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:22,497:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:22,498:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:22,498:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:22,498:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:22,498:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:22,498:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:22,498:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:23,499:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:23,499:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:23,499:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:23,499:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:23,500:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:23,500:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:23,500:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:23,500:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:23,500:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:23,500:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:24,501:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:24,501:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:24,501:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:24,502:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:24,502:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:24,502:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:24,502:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:24,502:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:24,502:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:24,502:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:25,503:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:25,503:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:25,503:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:25,503:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:25,504:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:25,504:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:25,504:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:25,504:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:25,504:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:25,504:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:26,505:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:26,506:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:26,506:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:26,506:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:26,506:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:26,506:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:26,506:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:26,506:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:26,506:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:26,506:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:27,507:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:27,507:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:27,507:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:27,507:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:27,508:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:27,508:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:27,508:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:27,508:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:27,508:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:27,509:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:28,510:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:28,510:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:28,510:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:28,510:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:28,511:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:28,511:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:28,511:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:28,511:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:28,511:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:28,511:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:29,512:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:29,512:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:29,512:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:29,512:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:29,513:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:29,513:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:29,513:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:29,513:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:29,513:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:29,513:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:30,515:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:30,515:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:30,515:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:30,515:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:30,515:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:30,515:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:30,515:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:30,516:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:30,516:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:30,516:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:31,516:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:31,517:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:31,517:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:31,517:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:31,517:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:31,517:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:31,517:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:31,517:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:31,517:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:31,517:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:32,519:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:32,519:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:32,519:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:32,519:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:32,519:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:32,519:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:32,519:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:32,519:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:32,519:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:32,520:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:33,521:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:33,521:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:33,521:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:33,521:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:33,521:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:33,521:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:33,522:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:33,522:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:33,522:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:33,522:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:34,523:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:34,523:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:34,523:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:34,524:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:34,524:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:34,524:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:34,524:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:34,524:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:34,524:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:34,525:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:35,526:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:35,526:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:35,526:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:35,526:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:35,527:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:35,527:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:35,527:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:35,527:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:35,527:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:35,528:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:36,528:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:36,528:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:36,528:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:36,528:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:36,529:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:36,529:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:36,529:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:36,529:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:36,529:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:36,529:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:37,530:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:37,530:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:37,530:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:37,531:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:37,531:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:37,531:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:37,531:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:37,531:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:37,531:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:37,531:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:38,532:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:38,532:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:38,532:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:38,533:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:38,533:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:38,533:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:38,533:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:38,533:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:38,533:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:38,533:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:39,534:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:39,534:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:39,534:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:39,534:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:39,534:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:39,534:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:39,534:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:39,535:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:39,535:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:39,535:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:40,535:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:40,536:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:40,536:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:40,536:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:40,536:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:40,536:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:40,536:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:40,536:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:40,536:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:40,536:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:41,538:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:41,538:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:41,538:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:41,538:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:41,538:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:41,538:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:41,539:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:41,539:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:41,539:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:41,539:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:42,539:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:42,539:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:42,540:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:42,540:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:42,540:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:42,540:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:42,540:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:42,540:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:42,540:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:42,540:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:43,541:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:43,541:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:43,541:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:43,541:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:43,542:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:43,542:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:43,542:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:43,542:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:43,543:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:43,543:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:44,543:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:44,543:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:44,543:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:44,543:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:44,543:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:44,543:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:44,544:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:44,544:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:44,544:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:44,544:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:45,544:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:45,544:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:45,544:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:45,544:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:45,545:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:45,545:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:45,545:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:45,545:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:45,545:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:45,545:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:46,546:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:46,546:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:46,546:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:46,547:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:46,547:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:46,547:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:46,547:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:46,547:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:46,547:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:46,547:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:47,548:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:47,548:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:47,548:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:47,548:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:47,549:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:47,549:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:47,549:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:47,549:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:47,549:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:47,549:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:48,550:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:48,550:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:48,550:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:48,551:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:48,551:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:48,551:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:48,551:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:48,551:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:48,551:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:48,551:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:49,552:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:49,552:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:49,552:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:49,552:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:49,552:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:49,552:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:49,552:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:49,553:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:49,553:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:49,553:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:50,554:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:50,554:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:50,554:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:50,554:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:50,555:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:50,555:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:50,555:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:50,555:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:50,555:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:50,555:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:51,557:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:51,557:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:51,557:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:51,557:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:51,557:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:51,557:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:51,558:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:51,558:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:51,558:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:51,558:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:52,559:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:52,560:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:52,560:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:52,560:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:52,561:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:52,561:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:52,561:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:52,562:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:52,562:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:52,562:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:53,563:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:53,563:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:53,563:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:53,564:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:53,564:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:53,564:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:53,564:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:53,565:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:53,565:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:53,565:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:54,566:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:54,566:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:54,566:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:54,566:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:54,566:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:54,566:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:54,567:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:54,567:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:54,567:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:54,567:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:55,568:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:55,568:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:55,568:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:55,568:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:55,569:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:55,569:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:55,569:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:55,569:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:55,570:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:55,570:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:56,571:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:56,572:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:56,572:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:56,572:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:56,572:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:56,573:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:56,573:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:56,573:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:56,574:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:56,574:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:57,575:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:57,575:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:57,575:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:57,576:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:57,576:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:57,576:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:57,576:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:57,576:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:57,577:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:57,577:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:58,578:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:58,578:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:58,578:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:58,578:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:58,579:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:58,579:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:58,579:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:58,579:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:58,579:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:58,579:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:42:59,580:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:59,581:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:59,581:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:59,581:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:59,581:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:59,581:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:59,581:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:59,582:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:42:59,582:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:59,582:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:00,583:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:00,583:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:00,583:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:00,583:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:00,583:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:00,583:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:00,583:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:00,584:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:00,584:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:00,584:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:01,585:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:01,585:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:01,585:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:01,585:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:01,586:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:01,586:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:01,586:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:01,586:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:01,586:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:01,586:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:02,587:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:02,587:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:02,587:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:02,587:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:02,587:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:02,587:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:02,588:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:02,588:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:02,588:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:02,588:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:03,589:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:03,589:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:03,589:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:03,589:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:03,590:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:03,590:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:03,590:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:03,590:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:03,590:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:03,590:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:04,591:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:04,591:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:04,591:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:04,591:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:04,591:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:04,591:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:04,592:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:04,592:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:04,592:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:04,592:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:05,593:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:05,593:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:05,593:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:05,594:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:05,594:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:05,594:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:05,594:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:05,594:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:05,594:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:05,594:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:06,595:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:06,595:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:06,595:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:06,595:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:06,596:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:06,596:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:06,596:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:06,596:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:06,596:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:06,596:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:07,597:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:07,597:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:07,597:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:07,598:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:07,598:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:07,598:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:07,598:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:07,598:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:07,598:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:07,598:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:08,599:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:08,599:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:08,599:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:08,599:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:08,600:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:08,600:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:08,600:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:08,600:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:08,600:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:08,600:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:09,601:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:09,601:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:09,601:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:09,602:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:09,602:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:09,602:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:09,602:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:09,602:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:09,602:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:09,602:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:10,603:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:10,603:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:10,603:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:10,603:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:10,604:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:10,604:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:10,604:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:10,604:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:10,604:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:10,604:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:11,605:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:11,605:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:11,605:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:11,605:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:11,606:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:11,606:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:11,606:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:11,606:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:11,606:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:11,606:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:12,607:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:12,608:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:12,608:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:12,608:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:12,608:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:12,608:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:12,608:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:12,609:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:12,609:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:12,609:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:13,610:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:13,610:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:13,610:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:13,610:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:13,610:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:13,610:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:13,610:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:13,610:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:13,610:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:13,611:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:14,611:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:14,611:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:14,611:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:14,611:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:14,612:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:14,612:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:14,612:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:14,612:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:14,612:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:14,612:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:15,612:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:15,612:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:15,612:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:15,612:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:15,613:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:15,613:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:15,613:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:15,613:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:15,613:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:15,613:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:16,615:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:16,615:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:16,615:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:16,615:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:16,615:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:16,615:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:16,615:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:16,616:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:16,616:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:16,616:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:17,617:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:17,617:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:17,617:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:17,617:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:17,617:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:17,618:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:17,618:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:17,618:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:17,618:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:17,618:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:18,619:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:18,619:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:18,619:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:18,619:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:18,619:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:18,619:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:18,620:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:18,620:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:18,620:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:18,620:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:19,621:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:19,621:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:19,621:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:19,621:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:19,622:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:19,622:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:19,622:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:19,622:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:19,622:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:19,622:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:20,623:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:20,623:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:20,623:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:20,624:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:20,624:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:20,624:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:20,624:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:20,624:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:20,624:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:20,624:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:21,625:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:21,625:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:21,625:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:21,626:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:21,626:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:21,626:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:21,626:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:21,627:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:21,627:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:21,627:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:22,628:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:22,628:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:22,628:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:22,628:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:22,629:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:22,629:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:22,629:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:22,629:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:22,629:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:22,629:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:23,630:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:23,630:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:23,630:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:23,630:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:23,631:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:23,631:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:23,631:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:23,631:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:23,631:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:23,631:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:24,632:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:24,632:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:24,633:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:24,633:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:24,633:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:24,633:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:24,633:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:24,634:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:24,634:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:24,634:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:25,635:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:25,635:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:25,635:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:25,635:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:25,636:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:25,636:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:25,636:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:25,636:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:25,636:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:25,636:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:26,637:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:26,637:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:26,637:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:26,638:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:26,638:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:26,638:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:26,638:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:26,638:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:26,638:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:26,638:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:27,640:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:27,640:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:27,640:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:27,640:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:27,640:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:27,640:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:27,640:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:27,640:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:27,640:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:27,641:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:28,641:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:28,642:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:28,642:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:28,642:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:28,642:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:28,642:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:28,642:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:28,642:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:28,642:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:28,642:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:29,643:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:29,644:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:29,644:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:29,644:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:29,644:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:29,644:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:29,644:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:29,644:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:29,644:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:29,645:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:30,646:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:30,646:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:30,646:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:30,646:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:30,646:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:30,646:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:30,646:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:30,647:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:30,647:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:30,647:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:31,648:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:31,648:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:31,648:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:31,648:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:31,649:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:31,649:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:31,649:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:31,649:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:31,649:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:31,649:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:32,649:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:32,650:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:32,650:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:32,650:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:32,650:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:32,650:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:32,650:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:32,650:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:32,650:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:32,650:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:33,652:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:33,652:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:33,652:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:33,652:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:33,652:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:33,652:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:33,652:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:33,653:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:33,653:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:33,653:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:34,654:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:34,654:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:34,654:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:34,654:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:34,655:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:34,655:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:34,655:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:34,655:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:34,655:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:34,655:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:35,656:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:35,657:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:35,657:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:35,657:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:35,657:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:35,657:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:35,657:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:35,657:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:35,657:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:35,657:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:36,658:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:36,658:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:36,658:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:36,658:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:36,659:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:36,659:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:36,659:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:36,659:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:36,659:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:36,659:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:37,659:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:37,660:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:37,660:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:37,660:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:37,660:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:37,660:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:37,660:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:37,660:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:37,660:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:37,660:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:38,662:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:38,662:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:38,662:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:38,662:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:38,662:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:38,662:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:38,662:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:38,663:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:38,663:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:38,663:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:39,663:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:39,664:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:39,664:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:39,664:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:39,664:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:39,664:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:39,664:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:39,665:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:39,665:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:39,665:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:40,665:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:40,665:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:40,666:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:40,666:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:40,666:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:40,667:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:40,667:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:40,667:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:40,667:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:40,667:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:41,668:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:41,669:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:41,669:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:41,669:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:41,669:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:41,669:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:41,669:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:41,669:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:41,669:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:41,670:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:42,671:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:42,671:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:42,671:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:42,671:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:42,671:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:42,672:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:42,672:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:42,672:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:42,672:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:42,672:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:43,673:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:43,673:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:43,673:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:43,673:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:43,674:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:43,674:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:43,674:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:43,674:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:43,674:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:43,674:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:44,675:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:44,675:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:44,675:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:44,675:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:44,675:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:44,675:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:44,676:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:44,676:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:44,676:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:44,676:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:45,677:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:45,677:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:45,677:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:45,678:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:45,678:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:45,678:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:45,678:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:45,678:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:45,678:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:45,678:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:46,679:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:46,680:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:46,680:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:46,680:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:46,680:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:46,680:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:46,681:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:46,681:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:46,681:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:46,681:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:47,683:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:47,683:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:47,683:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:47,683:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:47,683:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:47,684:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:47,684:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:47,684:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:47,684:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:47,684:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:48,685:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:48,685:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:48,685:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:48,686:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:48,686:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:48,686:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:48,686:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:48,686:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:48,686:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:48,686:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:49,688:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:49,688:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:49,688:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:49,688:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:49,689:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:49,689:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:49,689:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:49,689:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:49,689:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:49,689:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:50,690:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:50,691:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:50,691:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:50,691:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:50,691:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:50,691:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:50,691:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:50,691:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:50,691:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:50,692:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:51,693:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:51,693:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:51,693:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:51,693:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:51,694:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:51,694:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:51,694:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:51,694:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:51,694:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:51,694:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:52,695:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:52,695:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:52,695:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:52,695:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:52,695:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:52,696:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:52,696:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:52,696:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:52,696:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:52,696:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:53,697:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:53,698:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:53,698:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:53,698:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:53,698:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:53,698:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:53,698:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:53,698:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:53,698:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:53,698:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:54,700:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:54,700:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:54,700:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:54,700:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:54,700:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:54,700:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:54,700:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:54,701:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:54,701:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:54,701:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:55,701:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:55,702:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:55,702:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:55,702:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:55,702:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:55,702:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:55,702:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:55,702:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:55,702:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:55,702:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:56,703:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:56,703:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:56,703:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:56,703:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:56,703:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:56,704:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:56,704:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:56,704:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:56,704:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:56,704:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:57,705:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:57,706:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:57,706:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:57,706:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:57,706:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:57,706:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:57,706:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:57,706:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:57,706:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:57,706:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:58,707:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:58,708:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:58,708:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:58,708:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:58,708:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:58,708:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:58,708:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:58,708:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:58,708:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:58,708:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:43:59,709:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:59,709:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:59,709:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:59,709:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:59,709:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:59,709:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:59,710:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:59,710:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:43:59,710:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:59,710:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:00,711:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:00,711:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:00,711:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:00,711:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:00,712:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:00,712:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:00,712:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:00,712:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:00,712:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:00,712:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:01,713:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:01,713:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:01,713:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:01,713:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:01,714:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:01,714:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:01,714:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:01,714:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:01,714:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:01,714:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:02,716:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:02,716:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:02,716:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:02,716:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:02,716:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:02,716:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:02,716:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:02,717:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:02,717:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:02,717:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:03,718:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:03,718:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:03,718:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:03,720:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:03,721:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:03,721:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:03,721:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:03,721:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:03,721:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:03,721:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:04,722:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:04,722:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:04,723:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:04,723:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:04,723:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:04,723:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:04,723:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:04,723:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:04,723:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:04,723:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:05,725:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:05,725:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:05,725:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:05,725:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:05,725:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:05,725:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:05,725:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:05,725:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:05,726:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:05,726:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:06,726:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:06,726:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:06,726:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:06,726:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:06,726:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:06,726:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:06,726:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:06,727:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:06,727:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:06,727:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:07,728:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:07,728:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:07,728:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:07,728:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:07,729:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:07,729:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:07,729:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:07,729:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:07,729:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:07,729:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:08,730:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:08,731:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:08,731:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:08,731:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:08,731:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:08,731:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:08,731:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:08,731:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:08,731:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:08,731:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:09,733:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:09,733:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:09,733:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:09,733:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:09,733:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:09,734:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:09,734:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:09,734:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:09,734:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:09,734:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:10,735:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:10,735:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:10,735:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:10,735:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:10,736:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:10,736:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:10,736:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:10,736:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:10,736:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:10,736:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:11,737:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:11,737:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:11,737:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:11,737:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:11,738:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:11,738:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:11,738:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:11,738:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:11,738:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:11,738:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:12,739:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:12,740:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:12,740:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:12,740:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:12,740:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:12,740:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:12,740:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:12,741:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:12,741:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:12,741:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:13,742:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:13,742:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:13,742:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:13,742:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:13,742:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:13,742:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:13,742:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:13,743:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:13,743:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:13,743:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:14,743:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:14,743:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:14,743:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:14,743:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:14,744:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:14,744:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:14,744:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:14,744:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:14,744:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:14,744:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:15,746:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:15,746:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:15,746:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:15,746:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:15,746:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:15,746:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:15,746:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:15,747:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:15,747:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:15,747:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:16,748:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:16,748:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:16,748:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:16,748:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:16,748:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:16,748:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:16,749:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:16,749:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:16,749:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:16,749:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:17,749:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:17,750:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:17,750:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:17,750:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:17,750:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:17,750:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:17,750:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:17,751:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:17,751:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:17,751:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:18,752:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:18,752:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:18,752:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:18,752:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:18,753:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:18,753:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:18,753:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:18,753:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:18,753:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:18,753:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:19,753:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:19,753:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:19,753:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:19,753:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:19,754:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:19,754:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:19,754:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:19,754:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:19,754:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:19,754:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:20,755:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:20,755:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:20,755:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:20,755:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:20,756:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:20,756:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:20,756:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:20,756:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:20,756:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:20,756:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:21,757:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:21,757:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:21,757:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:21,757:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:21,758:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:21,758:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:21,758:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:21,758:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:21,758:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:21,758:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:22,760:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:22,760:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:22,760:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:22,760:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:22,760:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:22,760:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:22,760:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:22,761:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:22,761:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:22,761:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:23,762:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:23,762:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:23,762:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:23,762:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:23,762:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:23,762:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:23,763:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:23,763:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:23,763:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:23,763:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:24,764:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:24,764:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:24,764:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:24,764:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:24,765:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:24,765:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:24,765:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:24,765:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:24,765:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:24,765:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:25,766:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:25,766:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:25,766:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:25,767:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:25,767:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:25,767:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:25,767:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:25,767:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:25,767:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:25,767:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:26,769:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:26,769:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:26,769:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:26,769:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:26,769:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:26,769:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:26,769:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:26,770:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:26,770:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:26,770:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:27,771:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:27,771:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:27,771:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:27,771:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:27,772:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:27,772:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:27,772:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:27,772:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:27,772:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:27,772:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:28,774:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:28,774:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:28,774:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:28,774:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:28,774:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:28,774:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:28,774:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:28,775:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:28,775:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:28,775:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:29,775:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:29,775:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:29,775:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:29,776:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:29,779:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:29,779:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:29,779:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:29,779:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:29,779:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:29,779:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:30,780:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:30,780:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:30,780:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:30,780:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:30,780:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:30,780:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:30,781:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:30,781:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:30,781:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:30,781:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:31,783:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:31,783:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:31,783:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:31,783:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:31,783:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:31,783:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:31,784:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:31,784:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:31,784:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:31,784:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:32,785:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:32,785:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:32,785:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:32,785:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:32,785:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:32,785:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:32,785:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:32,785:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:32,785:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:32,785:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:33,787:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:33,787:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:33,787:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:33,787:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:33,787:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:33,787:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:33,787:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:33,787:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:33,787:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:33,787:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:34,788:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:34,789:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:34,789:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:34,789:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:34,789:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:34,789:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:34,790:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:34,790:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:34,790:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:34,790:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:35,791:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:35,792:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:35,792:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:35,792:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:35,792:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:35,792:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:35,793:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:35,793:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:35,793:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:35,793:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:36,795:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:36,795:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:36,795:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:36,795:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:36,795:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:36,795:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:36,795:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:36,795:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:36,795:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:36,796:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:37,797:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:37,797:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:37,797:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:37,797:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:37,797:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:37,797:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:37,797:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:37,797:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:37,797:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:37,798:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:38,799:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:38,799:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:38,799:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:38,799:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:38,800:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:38,800:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:38,800:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:38,800:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:38,800:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:38,800:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:39,801:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:39,801:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:39,801:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:39,802:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:39,802:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:39,802:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:39,802:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:39,802:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:39,802:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:39,802:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:40,803:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:40,804:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:40,804:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:40,804:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:40,804:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:40,804:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:40,804:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:40,804:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:40,804:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:40,805:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:41,806:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:41,806:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:41,806:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:41,806:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:41,807:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:41,807:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:41,807:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:41,811:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:41,811:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:41,811:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:42,812:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:42,813:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:42,813:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:42,813:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:42,813:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:42,813:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:42,813:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:42,813:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:42,813:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:42,813:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:43,815:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:43,815:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:43,815:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:43,815:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:43,815:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:43,815:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:43,815:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:43,816:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:43,816:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:43,816:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:44,817:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:44,817:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:44,817:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:44,818:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:44,818:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:44,818:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:44,818:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:44,818:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:44,818:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:44,818:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:45,819:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:45,819:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:45,819:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:45,819:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:45,820:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:45,820:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:45,820:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:45,820:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:45,820:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:45,820:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:46,821:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:46,821:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:46,821:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:46,821:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:46,821:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:46,822:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:46,822:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:46,822:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:46,822:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:46,822:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:47,823:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:47,823:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:47,823:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:47,823:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:47,823:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:47,824:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:47,824:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:47,824:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:47,824:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:47,824:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:48,826:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:48,826:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:48,826:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:48,826:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:48,827:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:48,828:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:48,828:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:48,828:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:48,828:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:48,828:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:49,830:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:49,830:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:49,830:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:49,830:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:49,830:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:49,830:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:49,830:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:49,830:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:49,830:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:49,831:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:50,831:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:50,831:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:50,831:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:50,831:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:50,832:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:50,832:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:50,832:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:50,832:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:50,832:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:50,832:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:51,834:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:51,834:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:51,834:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:51,834:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:51,834:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:51,834:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:51,834:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:51,835:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:51,835:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:51,835:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:52,835:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:52,835:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:52,835:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:52,835:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:52,836:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:52,836:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:52,836:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:52,836:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:52,836:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:52,836:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:53,837:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:53,837:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:53,837:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:53,837:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:53,837:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:53,837:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:53,837:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:53,838:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:53,838:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:53,838:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:54,839:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:54,839:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:54,839:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:54,839:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:54,840:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:54,840:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:54,840:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:54,840:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:54,840:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:54,840:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:55,841:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:55,841:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:55,842:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:55,842:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:55,842:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:55,842:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:55,842:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:55,842:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:55,843:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:55,843:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:56,843:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:56,843:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:56,843:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:56,843:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:56,844:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:56,844:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:56,844:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:56,844:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:56,844:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:56,844:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:57,845:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:57,846:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:57,846:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:57,846:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:57,846:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:57,846:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:57,846:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:57,847:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:57,847:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:57,847:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:58,847:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:58,848:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:58,848:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:58,848:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:58,848:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:58,848:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:58,848:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:58,848:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:58,848:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:58,848:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:44:59,849:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:59,849:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:59,850:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:59,850:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:59,850:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:59,850:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:59,850:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:59,851:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:44:59,851:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:59,851:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:00,852:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:00,853:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:00,853:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:00,853:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:00,854:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:00,854:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:00,854:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:00,854:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:00,854:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:00,854:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:01,855:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:01,855:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:01,855:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:01,855:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:01,856:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:01,856:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:01,856:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:01,856:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:01,856:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:01,856:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:02,857:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:02,858:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:02,858:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:02,858:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:02,858:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:02,858:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:02,858:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:02,858:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:02,858:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:02,858:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:03,860:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:03,860:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:03,860:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:03,860:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:03,860:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:03,860:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:03,861:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:03,861:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:03,861:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:03,861:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:04,862:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:04,862:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:04,862:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:04,862:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:04,862:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:04,862:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:04,863:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:04,863:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:04,863:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:04,863:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:05,864:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:05,864:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:05,864:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:05,864:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:05,867:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:05,867:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:05,867:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:05,867:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:05,867:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:05,867:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:06,868:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:06,868:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:06,868:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:06,868:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:06,868:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:06,868:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:06,868:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:06,869:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:06,869:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:06,869:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:07,870:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:07,870:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:07,870:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:07,870:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:07,870:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:07,870:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:07,871:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:07,871:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:07,871:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:07,871:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:08,872:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:08,873:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:08,873:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:08,873:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:08,873:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:08,873:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:08,873:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:08,873:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:08,873:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:08,874:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:09,875:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:09,875:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:09,875:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:09,875:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:09,876:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:09,876:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:09,876:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:09,876:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:09,876:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:09,876:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:10,877:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:10,877:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:10,877:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:10,877:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:10,877:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:10,877:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:10,878:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:10,878:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:10,878:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:10,878:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:11,879:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:11,879:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:11,879:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:11,879:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:11,879:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:11,880:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:11,880:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:11,880:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:11,880:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:11,880:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:12,881:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:12,881:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:12,881:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:12,881:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:12,882:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:12,882:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:12,882:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:12,882:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:12,882:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:12,882:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:13,883:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:13,883:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:13,883:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:13,883:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:13,884:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:13,884:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:13,884:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:13,884:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:13,884:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:13,884:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:14,885:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:14,885:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:14,885:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:14,885:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:14,885:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:14,886:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:14,886:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:14,886:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:14,886:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:14,886:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:15,887:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:15,887:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:15,887:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:15,887:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:15,887:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:15,888:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:15,888:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:15,888:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:15,888:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:15,888:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:16,889:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:16,889:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:16,889:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:16,889:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:16,890:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:16,890:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:16,890:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:16,891:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:16,891:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:16,891:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:17,892:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:17,892:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:17,892:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:17,892:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:17,893:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:17,893:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:17,893:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:17,893:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:17,893:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:17,893:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:18,894:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:18,894:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:18,894:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:18,894:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:18,894:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:18,894:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:18,894:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:18,895:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:18,895:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:18,895:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:19,896:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:19,896:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:19,896:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:19,896:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:19,896:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:19,897:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:19,897:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:19,897:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:19,897:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:19,897:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:20,898:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:20,898:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:20,898:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:20,899:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:20,899:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:20,899:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:20,899:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:20,899:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:20,899:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:20,899:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:21,901:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:21,901:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:21,901:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:21,901:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:21,901:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:21,901:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:21,901:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:21,901:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:21,901:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:21,902:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:22,903:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:22,903:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:22,903:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:22,903:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:22,903:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:22,903:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:22,903:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:22,904:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:22,904:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:22,904:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:23,905:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:23,905:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:23,905:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:23,905:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:23,906:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:23,906:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:23,906:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:23,906:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:23,906:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:23,906:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:24,907:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:24,908:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:24,908:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:24,908:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:24,908:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:24,908:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:24,909:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:24,909:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:24,909:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:24,909:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:25,909:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:25,909:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:25,909:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:25,909:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:25,911:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:25,911:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:25,911:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:25,912:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:25,912:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:25,912:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:26,913:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:26,913:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:26,913:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:26,913:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:26,914:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:26,914:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:26,914:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:26,914:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:26,914:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:26,914:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:27,914:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:27,915:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:27,915:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:27,915:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:27,915:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:27,915:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:27,915:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:27,915:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:27,915:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:27,915:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:28,917:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:28,917:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:28,917:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:28,917:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:28,917:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:28,917:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:28,917:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:28,918:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:28,918:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:28,918:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:29,918:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:29,918:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:29,918:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:29,919:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:29,919:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:29,919:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:29,919:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:29,919:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:29,919:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:29,919:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:30,920:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:30,920:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:30,920:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:30,920:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:30,920:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:30,920:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:30,921:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:30,921:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:30,921:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:30,921:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:31,921:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:31,921:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:31,922:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:31,922:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:31,922:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:31,922:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:31,922:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:31,922:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:31,922:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:31,922:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:32,924:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:32,924:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:32,924:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:32,924:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:32,924:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:32,924:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:32,925:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:32,925:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:32,925:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:32,925:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:33,926:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:33,926:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:33,926:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:33,926:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:33,927:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:33,927:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:33,927:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:33,927:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:33,927:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:33,927:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:34,928:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:34,928:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:34,928:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:34,928:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:34,929:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:34,929:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:34,929:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:34,929:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:34,929:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:34,929:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:35,930:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:35,930:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:35,930:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:35,930:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:35,930:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:35,930:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:35,931:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:35,931:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:35,931:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:35,931:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:36,932:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:36,932:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:36,932:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:36,932:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:36,933:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:36,933:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:36,933:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:36,933:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:36,933:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:36,933:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:37,935:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:37,935:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:37,935:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:37,935:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:37,935:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:37,935:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:37,935:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:37,936:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:37,936:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:37,936:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:38,936:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:38,936:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:38,936:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:38,936:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:38,937:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:38,937:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:38,937:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:38,937:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:38,937:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:38,937:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:39,938:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:39,938:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:39,938:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:39,938:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:39,938:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:39,939:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:39,939:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:39,939:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:39,939:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:39,939:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:40,939:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:40,939:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:40,939:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:40,939:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:40,940:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:40,940:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:40,940:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:40,940:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:40,940:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:40,940:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:41,940:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:41,940:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:41,940:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:41,941:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:41,941:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:41,941:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:41,941:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:41,941:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:41,941:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:41,941:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:42,942:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:42,943:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:42,943:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:42,943:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:42,943:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:42,943:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:42,943:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:42,944:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:42,944:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:42,944:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:43,945:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:43,945:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:43,945:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:43,945:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:43,945:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:43,945:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:43,946:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:43,946:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:43,946:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:43,946:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:44,947:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:44,947:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:44,947:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:44,947:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:44,947:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:44,948:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:44,948:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:44,948:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:44,948:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:44,948:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:45,949:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:45,949:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:45,949:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:45,949:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:45,950:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:45,950:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:45,950:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:45,950:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:45,950:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:45,950:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:46,951:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:46,951:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:46,951:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:46,951:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:46,952:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:46,952:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:46,952:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:46,952:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:46,952:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:46,952:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:47,954:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:47,954:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:47,954:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:47,954:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:47,954:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:47,954:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:47,954:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:47,954:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:47,954:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:47,954:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:48,955:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:48,955:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:48,955:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:48,959:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:48,959:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:48,960:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:48,960:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:48,960:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:48,960:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:48,960:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:49,961:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:49,961:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:49,961:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:49,961:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:49,962:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:49,962:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:49,962:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:49,962:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:49,962:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:49,962:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:50,963:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:50,963:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:50,963:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:50,963:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:50,964:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:50,964:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:50,964:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:50,964:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:50,964:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:50,964:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:51,965:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:51,965:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:51,965:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:51,965:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:51,966:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:51,966:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:51,966:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:51,966:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:51,966:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:51,966:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:52,967:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:52,967:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:52,967:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:52,967:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:52,968:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:52,968:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:52,968:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:52,968:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:52,968:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:52,969:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:53,969:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:53,969:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:53,969:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:53,969:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:53,970:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:53,970:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:53,970:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:53,970:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:53,970:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:53,970:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:54,971:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:54,971:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:54,972:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:54,972:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:54,972:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:54,972:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:54,972:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:54,972:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:54,972:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:54,972:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:55,974:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:55,974:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:55,974:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:55,974:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:55,974:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:55,974:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:55,974:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:55,975:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:55,975:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:55,975:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:56,975:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:56,975:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:56,975:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:56,975:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:56,975:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:56,975:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:56,976:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:56,976:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:56,976:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:56,976:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:57,977:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:57,977:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:57,977:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:57,977:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:57,977:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:57,977:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:57,978:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:57,978:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:57,978:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:57,978:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:58,979:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:58,979:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:58,979:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:58,979:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:58,979:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:58,979:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:58,979:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:58,980:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:58,980:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:58,980:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:45:59,981:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:59,981:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:59,981:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:59,981:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:59,982:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:59,982:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:59,982:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:59,982:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:45:59,982:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:59,982:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:00,983:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:00,984:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:00,984:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:00,984:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:00,984:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:00,984:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:00,984:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:00,985:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:00,985:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:00,985:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:01,986:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:01,986:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:01,986:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:01,986:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:01,987:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:01,987:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:01,987:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:01,988:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:01,988:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:01,988:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:02,989:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:02,989:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:02,989:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:02,989:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:02,990:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:02,990:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:02,990:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:02,990:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:02,990:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:02,990:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:03,991:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:03,992:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:03,992:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:03,992:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:03,992:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:03,992:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:03,992:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:03,992:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:03,992:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:03,992:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:04,993:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:04,993:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:04,994:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:04,994:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:04,994:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:04,994:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:04,994:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:04,994:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:04,994:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:04,994:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:05,995:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:05,995:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:05,995:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:05,995:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:05,996:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:05,996:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:05,996:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:05,996:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:05,996:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:05,996:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:06,998:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:06,998:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:06,998:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:06,998:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:06,998:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:06,999:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:06,999:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:06,999:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:06,999:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:06,999:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:08,000:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:08,001:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:08,001:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:08,001:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:08,001:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:08,001:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:08,001:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:08,002:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:08,002:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:08,002:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:09,003:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:09,003:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:09,003:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:09,003:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:09,004:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:09,004:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:09,004:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:09,004:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:09,004:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:09,004:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:10,005:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:10,006:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:10,006:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:10,006:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:10,006:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:10,006:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:10,006:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:10,006:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:10,006:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:10,006:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:11,007:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:11,007:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:11,007:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:11,007:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:11,008:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:11,008:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:11,008:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:11,008:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:11,008:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:11,008:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:12,009:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:12,009:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:12,009:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:12,009:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:12,009:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:12,009:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:12,009:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:12,010:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:12,010:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:12,010:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:13,011:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:13,011:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:13,011:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:13,011:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:13,012:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:13,012:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:13,012:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:13,012:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:13,012:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:13,012:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:14,013:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:14,013:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:14,013:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:14,014:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:14,014:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:14,014:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:14,014:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:14,014:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:14,014:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:14,015:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:15,015:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:15,015:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:15,015:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:15,015:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:15,016:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:15,016:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:15,016:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:15,016:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:15,017:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:15,017:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:16,018:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:16,018:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:16,018:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:16,018:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:16,019:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:16,019:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:16,019:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:16,019:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:16,019:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:16,019:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:17,020:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:17,020:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:17,020:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:17,020:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:17,021:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:17,021:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:17,021:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:17,021:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:17,021:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:17,021:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:18,023:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:18,023:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:18,023:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:18,023:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:18,023:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:18,023:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:18,023:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:18,024:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:18,024:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:18,024:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:19,025:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:19,025:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:19,025:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:19,025:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:19,025:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:19,025:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:19,026:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:19,026:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:19,026:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:19,026:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:20,027:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:20,027:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:20,027:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:20,027:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:20,027:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:20,028:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:20,028:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:20,028:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:20,028:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:20,028:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:21,029:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:21,029:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:21,029:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:21,029:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:21,030:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:21,030:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:21,030:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:21,030:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:21,030:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:21,030:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:22,031:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:22,031:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:22,031:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:22,031:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:22,032:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:22,032:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:22,032:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:22,032:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:22,032:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:22,032:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:23,033:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:23,034:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:23,034:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:23,034:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:23,034:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:23,034:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:23,034:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:23,034:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:23,034:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:23,034:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:24,036:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:24,036:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:24,036:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:24,036:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:24,036:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:24,036:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:24,036:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:24,037:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:24,037:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:24,037:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:25,038:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:25,038:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:25,038:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:25,038:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:25,039:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:25,039:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:25,039:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:25,039:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:25,039:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:25,039:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:26,040:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:26,041:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:26,041:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:26,041:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:26,041:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:26,041:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:26,041:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:26,041:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:26,041:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:26,041:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:27,042:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:27,042:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:27,042:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:27,042:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:27,043:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:27,043:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:27,043:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:27,043:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:27,043:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:27,043:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:28,044:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:28,044:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:28,044:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:28,044:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:28,045:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:28,045:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:28,045:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:28,045:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:28,045:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:28,045:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:29,046:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:29,046:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:29,046:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:29,046:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:29,047:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:29,047:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:29,047:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:29,047:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:29,047:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:29,047:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:30,049:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:30,049:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:30,049:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:30,049:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:30,049:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:30,049:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:30,049:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:30,050:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:30,050:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:30,050:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:31,051:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:31,051:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:31,051:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:31,051:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:31,052:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:31,052:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:31,052:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:31,052:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:31,052:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:31,052:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:32,053:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:32,054:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:32,054:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:32,054:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:32,054:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:32,054:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:32,054:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:32,054:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:32,054:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:32,054:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:33,056:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:33,056:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:33,056:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:33,056:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:33,056:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:33,056:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:33,056:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:33,057:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:33,057:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:33,057:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:34,058:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:34,058:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:34,058:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:34,058:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:34,058:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:34,058:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:34,059:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:34,059:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:34,059:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:34,059:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:35,060:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:35,060:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:35,060:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:35,060:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:35,061:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:35,061:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:35,061:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:35,061:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:35,061:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:35,061:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:36,063:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:36,063:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:36,063:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:36,063:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:36,063:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:36,063:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:36,063:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:36,063:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:36,064:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:36,064:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:37,065:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:37,065:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:37,065:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:37,065:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:37,065:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:37,066:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:37,066:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:37,066:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:37,066:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:37,066:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:38,067:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:38,067:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:38,067:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:38,067:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:38,068:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:38,069:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:38,069:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:38,069:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:38,069:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:38,070:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:39,071:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:39,071:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:39,071:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:39,071:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:39,072:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:39,072:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:39,072:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:39,072:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:39,072:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:39,072:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:40,073:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:40,073:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:40,073:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:40,074:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:40,074:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:40,074:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:40,074:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:40,074:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:40,074:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:40,074:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:41,075:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:41,075:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:41,076:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:41,076:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:41,076:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:41,076:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:41,077:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:41,077:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:41,077:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:41,077:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:42,079:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:42,079:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:42,079:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:42,080:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:42,080:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:42,080:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:42,080:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:42,081:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:42,081:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:42,081:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:43,082:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:43,083:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:43,083:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:43,083:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:43,083:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:43,083:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:43,083:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:43,083:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:43,083:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:43,083:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:44,084:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:44,084:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:44,084:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:44,084:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:44,084:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:44,084:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:44,084:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:44,085:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:44,085:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:44,085:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:45,086:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:45,086:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:45,086:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:45,086:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:45,087:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:45,087:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:45,087:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:45,087:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:45,087:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:45,087:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:46,088:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:46,089:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:46,089:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:46,089:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:46,089:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:46,089:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:46,089:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:46,090:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:46,090:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:46,090:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:47,090:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:47,090:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:47,090:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:47,090:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:47,091:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:47,091:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:47,091:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:47,091:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:47,091:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:47,091:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:48,092:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:48,093:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:48,093:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:48,093:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:48,093:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:48,093:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:48,093:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:48,093:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:48,093:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:48,093:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:49,094:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:49,094:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:49,094:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:49,094:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:49,095:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:49,095:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:49,095:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:49,095:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:49,095:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:49,095:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:50,096:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:50,096:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:50,096:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:50,096:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:50,097:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:50,097:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:50,097:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:50,097:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:50,097:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:50,097:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:51,099:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:51,099:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:51,099:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:51,099:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:51,099:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:51,099:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:51,099:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:51,099:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:51,099:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:51,100:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:52,101:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:52,101:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:52,101:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:52,102:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:52,102:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:52,102:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:52,102:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:52,103:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:52,103:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:52,103:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:53,104:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:53,105:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:53,105:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:53,105:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:53,105:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:53,105:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:53,105:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:53,105:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:53,105:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:53,106:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:54,106:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:54,106:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:54,106:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:54,106:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:54,106:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:54,106:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:54,106:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:54,107:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:54,107:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:54,107:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:55,108:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:55,108:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:55,108:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:55,108:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:55,109:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:55,109:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:55,109:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:55,109:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:55,109:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:55,109:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:56,110:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:56,110:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:56,110:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:56,110:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:56,111:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:56,111:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:56,111:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:56,111:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:56,111:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:56,111:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:57,112:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:57,112:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:57,112:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:57,112:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:57,113:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:57,113:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:57,113:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:57,113:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:57,113:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:57,113:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:58,114:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:58,115:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:58,115:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:58,115:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:58,115:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:58,115:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:58,115:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:58,115:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:58,115:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:58,116:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:46:59,117:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:59,117:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:59,117:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:59,118:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:59,118:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:59,118:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:59,118:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:59,118:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:46:59,118:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:59,119:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:00,119:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:00,119:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:00,119:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:00,119:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:00,119:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:00,119:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:00,120:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:00,120:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:00,120:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:00,120:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:01,120:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:01,121:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:01,121:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:01,121:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:01,121:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:01,121:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:01,121:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:01,121:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:01,121:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:01,121:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:02,123:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:02,123:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:02,123:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:02,123:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:02,123:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:02,123:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:02,123:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:02,124:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:02,124:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:02,124:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:03,125:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:03,126:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:03,126:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:03,126:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:03,127:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:03,127:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:03,127:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:03,128:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:03,128:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:03,128:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:04,130:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:04,130:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:04,130:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:04,130:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:04,130:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:04,130:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:04,130:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:04,131:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:04,131:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:04,131:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:05,131:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:05,131:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:05,131:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:05,132:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:05,132:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:05,132:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:05,132:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:05,132:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:05,132:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:05,132:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:06,133:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:06,134:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:06,134:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:06,134:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:06,134:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:06,134:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:06,134:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:06,134:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:06,134:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:06,134:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:07,135:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:07,135:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:07,135:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:07,135:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:07,136:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:07,136:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:07,136:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:07,136:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:07,136:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:07,136:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:08,137:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:08,137:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:08,137:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:08,137:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:08,138:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:08,138:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:08,138:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:08,138:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:08,138:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:08,138:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:09,139:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:09,139:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:09,139:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:09,139:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:09,139:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:09,139:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:09,140:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:09,140:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:09,140:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:09,140:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:10,142:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:10,142:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:10,142:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:10,142:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:10,142:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:10,142:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:10,142:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:10,143:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:10,143:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:10,143:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:11,143:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:11,143:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:11,143:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:11,143:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:11,143:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:11,143:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:11,144:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:11,144:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:11,144:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:11,144:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:12,145:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:12,145:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:12,145:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:12,145:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:12,146:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:12,146:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:12,146:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:12,146:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:12,146:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:12,146:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:13,147:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:13,147:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:13,147:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:13,147:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:13,148:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:13,148:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:13,148:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:13,148:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:13,148:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:13,148:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:14,149:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:14,149:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:14,149:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:14,149:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:14,149:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:14,149:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:14,149:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:14,149:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:14,149:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:14,149:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:15,150:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:15,150:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:15,150:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:15,150:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:15,150:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:15,151:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:15,151:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:15,151:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:15,151:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:15,151:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:16,152:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:16,153:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:16,153:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:16,153:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:16,153:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:16,153:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:16,153:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:16,153:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:16,153:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:16,154:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:17,155:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:17,155:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:17,155:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:17,155:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:17,155:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:17,155:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:17,156:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:17,156:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:17,156:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:17,156:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:18,157:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:18,157:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:18,157:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:18,157:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:18,158:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:18,158:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:18,158:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:18,158:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:18,158:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:18,158:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:19,159:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:19,159:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:19,159:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:19,159:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:19,159:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:19,159:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:19,160:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:19,160:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:19,160:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:19,160:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:20,161:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:20,161:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:20,161:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:20,161:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:20,162:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:20,162:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:20,162:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:20,162:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:20,162:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:20,162:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:21,163:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:21,163:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:21,163:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:21,163:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:21,163:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:21,163:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:21,163:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:21,164:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:21,164:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:21,164:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:22,165:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:22,165:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:22,165:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:22,166:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:22,166:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:22,166:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:22,166:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:22,166:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:22,166:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:22,166:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:23,168:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:23,168:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:23,168:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:23,168:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:23,169:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:23,169:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:23,169:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:23,169:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:23,170:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:23,170:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:24,171:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:24,171:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:24,171:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:24,171:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:24,172:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:24,172:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:24,172:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:24,172:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:24,172:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:24,172:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:25,173:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:25,174:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:25,174:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:25,174:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:25,175:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:25,175:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:25,175:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:25,176:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:25,176:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:25,176:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:26,177:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:26,178:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:26,178:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:26,178:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:26,178:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:26,178:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:26,178:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:26,178:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:26,178:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:26,178:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:27,179:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:27,179:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:27,179:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:27,179:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:27,179:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:27,179:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:27,180:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:27,180:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:27,180:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:27,180:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:28,180:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:28,181:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:28,181:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:28,181:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:28,181:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:28,181:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:28,181:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:28,181:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:28,181:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:28,182:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:29,182:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:29,183:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:29,183:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:29,183:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:29,183:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:29,183:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:29,183:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:29,183:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:29,183:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:29,183:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:30,185:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:30,185:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:30,185:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:30,185:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:30,185:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:30,185:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:30,185:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:30,186:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:30,186:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:30,186:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:31,187:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:31,187:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:31,187:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:31,187:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:31,188:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:31,188:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:31,188:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:31,189:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:31,189:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:31,189:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:32,190:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:32,190:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:32,190:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:32,190:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:32,190:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:32,190:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:32,190:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:32,191:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:32,191:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:32,191:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:33,191:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:33,191:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:33,191:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:33,191:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:33,193:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:33,193:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:33,193:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:33,193:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:33,193:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:33,193:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:34,193:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:34,194:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:34,194:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:34,194:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:34,194:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:34,194:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:34,194:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:34,194:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:34,195:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:34,195:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:35,195:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:35,195:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:35,195:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:35,195:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:35,196:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:35,196:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:35,196:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:35,196:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:35,196:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:35,196:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:36,197:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:36,197:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:36,197:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:36,197:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:36,197:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:36,197:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:36,198:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:36,198:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:36,198:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:36,198:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:37,199:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:37,199:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:37,199:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:37,200:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:37,200:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:37,200:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:37,200:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:37,200:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:37,200:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:37,200:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:38,202:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:38,202:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:38,202:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:38,202:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:38,202:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:38,202:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:38,202:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:38,202:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:38,202:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:38,203:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:39,203:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:39,203:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:39,203:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:39,203:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:39,204:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:39,204:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:39,204:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:39,204:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:39,204:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:39,204:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:40,205:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:40,205:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:40,205:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:40,206:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:40,206:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:40,206:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:40,206:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:40,206:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:40,206:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:40,206:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:41,208:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:41,208:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:41,208:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:41,208:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:41,208:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:41,208:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:41,208:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:41,209:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:41,209:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:41,209:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:42,210:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:42,210:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:42,210:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:42,210:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:42,210:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:42,210:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:42,210:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:42,210:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:42,210:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:42,211:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:43,212:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:43,212:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:43,212:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:43,212:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:43,212:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:43,212:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:43,212:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:43,212:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:43,213:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:43,213:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:44,214:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:44,214:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:44,214:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:44,214:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:44,214:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:44,215:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:44,215:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:44,215:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:44,215:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:44,215:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:45,215:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:45,216:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:45,216:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:45,216:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:45,216:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:45,216:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:45,216:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:45,216:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:45,216:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:45,216:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:46,218:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:46,218:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:46,218:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:46,218:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:46,218:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:46,218:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:46,218:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:46,219:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:46,219:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:46,219:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:47,220:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:47,220:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:47,220:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:47,220:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:47,221:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:47,221:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:47,221:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:47,221:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:47,221:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:47,221:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:48,221:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:48,221:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:48,221:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:48,222:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:48,222:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:48,222:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:48,222:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:48,222:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:48,222:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:48,222:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:49,223:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:49,223:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:49,223:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:49,223:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:49,224:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:49,224:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:49,224:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:49,224:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:49,224:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:49,224:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:50,225:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:50,225:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:50,225:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:50,225:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:50,226:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:50,226:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:50,226:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:50,226:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:50,226:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:50,226:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:51,227:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:51,227:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:51,227:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:51,227:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:51,228:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:51,228:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:51,228:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:51,228:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:51,228:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:51,228:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:52,229:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:52,229:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:52,229:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:52,229:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:52,229:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:52,229:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:52,229:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:52,230:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:52,230:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:52,230:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:53,231:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:53,231:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:53,231:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:53,231:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:53,232:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:53,232:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:53,232:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:53,232:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:53,232:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:53,232:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:54,233:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:54,233:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:54,233:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:54,233:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:54,233:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:54,233:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:54,233:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:54,234:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:54,234:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:54,234:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:55,234:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:55,235:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:55,235:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:55,235:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:55,235:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:55,236:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:55,236:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:55,236:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:55,236:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:55,237:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:56,238:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:56,238:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:56,238:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:56,238:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:56,238:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:56,238:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:56,239:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:56,239:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:56,239:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:56,239:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:57,240:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:57,240:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:57,240:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:57,240:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:57,241:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:57,241:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:57,241:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:57,241:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:57,241:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:57,241:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:58,241:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:58,241:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:58,242:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:58,242:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:58,242:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:58,242:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:58,242:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:58,242:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:58,242:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:58,242:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:47:59,243:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:59,243:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:59,243:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:59,243:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:59,243:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:59,243:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:59,243:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:59,244:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:47:59,244:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:59,244:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:00,244:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:00,244:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:00,244:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:00,245:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:00,245:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:00,245:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:00,245:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:00,245:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:00,245:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:00,245:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:01,246:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:01,247:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:01,247:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:01,247:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:01,247:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:01,247:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:01,247:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:01,247:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:01,247:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:01,248:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:02,249:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:02,249:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:02,249:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:02,249:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:02,250:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:02,250:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:02,250:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:02,251:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:02,251:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:02,251:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:03,252:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:03,253:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:03,253:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:03,253:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:03,253:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:03,253:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:03,254:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:03,254:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:03,254:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:03,254:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:04,255:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:04,255:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:04,255:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:04,255:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:04,256:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:04,256:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:04,256:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:04,256:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:04,256:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:04,256:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:05,257:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:05,257:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:05,257:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:05,258:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:05,258:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:05,258:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:05,258:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:05,258:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:05,258:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:05,258:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:06,259:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:06,259:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:06,259:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:06,259:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:06,260:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:06,260:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:06,260:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:06,260:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:06,260:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:06,260:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:07,261:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:07,261:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:07,261:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:07,261:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:07,262:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:07,262:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:07,262:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:07,262:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:07,262:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:07,262:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:08,262:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:08,262:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:08,262:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:08,263:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:08,263:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:08,263:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:08,263:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:08,263:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:08,263:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:08,263:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:09,264:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:09,264:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:09,264:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:09,265:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:09,265:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:09,265:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:09,265:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:09,265:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:09,265:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:09,265:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:10,266:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:10,266:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:10,266:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:10,266:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:10,267:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:10,267:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:10,267:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:10,267:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:10,267:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:10,267:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:11,267:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:11,267:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:11,267:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:11,267:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:11,268:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:11,268:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:11,268:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:11,268:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:11,268:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:11,268:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:12,269:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:12,269:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:12,269:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:12,270:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:12,270:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:12,270:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:12,270:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:12,270:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:12,270:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:12,270:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:13,271:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:13,271:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:13,271:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:13,271:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:13,271:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:13,271:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:13,272:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:13,272:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:13,272:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:13,272:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:14,273:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:14,273:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:14,273:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:14,273:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:14,273:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:14,273:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:14,273:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:14,274:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:14,274:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:14,274:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:15,275:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:15,275:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:15,275:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:15,275:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:15,275:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:15,275:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:15,276:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:15,276:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:15,276:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:15,276:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:16,277:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:16,277:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:16,277:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:16,277:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:16,278:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:16,278:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:16,278:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:16,278:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:16,278:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:16,278:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:17,279:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:17,279:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:17,279:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:17,279:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:17,280:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:17,280:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:17,280:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:17,280:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:17,280:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:17,280:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:18,281:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:18,281:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:18,281:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:18,281:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:18,281:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:18,281:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:18,282:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:18,282:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:18,282:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:18,282:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:19,283:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:19,283:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:19,283:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:19,283:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:19,284:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:19,284:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:19,284:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:19,284:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:19,284:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:19,284:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:20,285:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:20,285:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:20,285:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:20,285:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:20,285:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:20,285:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:20,286:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:20,286:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:20,286:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:20,286:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:21,287:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:21,287:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:21,288:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:21,288:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:21,288:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:21,288:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:21,289:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:21,289:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:21,289:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:21,289:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:22,290:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:22,291:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:22,291:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:22,291:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:22,291:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:22,291:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:22,291:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:22,291:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:22,291:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:22,291:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:23,292:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:23,293:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:23,293:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:23,293:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:23,293:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:23,293:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:23,293:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:23,293:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:23,293:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:23,293:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:24,295:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:24,295:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:24,295:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:24,295:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:24,295:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:24,295:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:24,295:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:24,295:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:24,295:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:24,296:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:25,297:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:25,297:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:25,297:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:25,297:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:25,297:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:25,297:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:25,298:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:25,298:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:25,298:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:25,298:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:26,299:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:26,299:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:26,299:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:26,299:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:26,300:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:26,300:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:26,300:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:26,300:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:26,300:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:26,300:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:27,300:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:27,300:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:27,300:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:27,301:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:27,301:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:27,301:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:27,301:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:27,301:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:27,301:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:27,301:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:28,302:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:28,303:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:28,303:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:28,303:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:28,303:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:28,303:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:28,304:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:28,304:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:28,304:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:28,304:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:29,306:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:29,306:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:29,306:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:29,306:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:29,306:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:29,306:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:29,306:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:29,306:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:29,306:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:29,307:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:30,307:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:30,308:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:30,308:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:30,308:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:30,308:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:30,309:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:30,309:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:30,309:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:30,309:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:30,310:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:31,311:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:31,311:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:31,311:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:31,311:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:31,312:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:31,312:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:31,312:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:31,312:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:31,312:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:31,312:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:32,313:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:32,313:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:32,314:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:32,314:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:32,314:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:32,314:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:32,314:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:32,314:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:32,314:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:32,314:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:33,315:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:33,315:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:33,315:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:33,315:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:33,316:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:33,316:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:33,316:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:33,316:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:33,316:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:33,316:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:34,316:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:34,317:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:34,317:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:34,317:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:34,317:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:34,317:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:34,317:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:34,317:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:34,317:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:34,317:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:35,319:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:35,319:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:35,319:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:35,319:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:35,319:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:35,319:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:35,319:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:35,319:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:35,319:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:35,319:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:36,321:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:36,321:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:36,321:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:36,321:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:36,321:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:36,321:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:36,322:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:36,322:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:36,322:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:36,322:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:37,323:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:37,323:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:37,323:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:37,323:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:37,323:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:37,324:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:37,324:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:37,324:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:37,324:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:37,324:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:38,325:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:38,325:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:38,325:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:38,325:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:38,325:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:38,325:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:38,325:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:38,326:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:38,326:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:38,326:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:39,326:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:39,326:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:39,326:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:39,326:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:39,327:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:39,327:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:39,327:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:39,327:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:39,327:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:39,328:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:40,328:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:40,328:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:40,328:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:40,328:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:40,328:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:40,329:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:40,329:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:40,329:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:40,329:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:40,329:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:41,330:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:41,331:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:41,331:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:41,331:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:41,331:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:41,331:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:41,331:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:41,331:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:41,332:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:41,332:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:42,332:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:42,332:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:42,333:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:42,333:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:42,333:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:42,333:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:42,333:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:42,333:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:42,333:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:42,333:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:43,334:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:43,334:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:43,334:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:43,334:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:43,336:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:43,336:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:43,336:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:43,337:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:43,337:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:43,337:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:44,337:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:44,338:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:44,338:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:44,338:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:44,338:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:44,338:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:44,338:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:44,338:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:44,338:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:44,339:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:45,339:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:45,339:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:45,339:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:45,339:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:45,340:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:45,340:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:45,340:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:45,340:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:45,341:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:45,341:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:46,342:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:46,342:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:46,342:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:46,342:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:46,343:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:46,343:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:46,343:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:46,343:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:46,343:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:46,344:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:47,345:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:47,345:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:47,345:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:47,345:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:47,345:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:47,345:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:47,346:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:47,346:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:47,346:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:47,346:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:48,347:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:48,347:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:48,347:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:48,347:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:48,348:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:48,348:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:48,348:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:48,348:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:48,348:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:48,348:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:49,349:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:49,349:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:49,350:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:49,350:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:49,350:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:49,350:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:49,350:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:49,350:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:49,350:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:49,351:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:50,351:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:50,351:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:50,351:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:50,351:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:50,352:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:50,352:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:50,352:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:50,352:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:50,352:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:50,353:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:51,353:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:51,354:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:51,354:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:51,354:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:51,354:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:51,354:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:51,354:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:51,355:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:51,355:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:51,355:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:52,355:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:52,355:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:52,355:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:52,355:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:52,355:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:52,355:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:52,356:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:52,356:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:52,356:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:52,356:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:53,356:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:53,357:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:53,357:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:53,357:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:53,357:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:53,357:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:53,357:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:53,357:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:53,358:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:53,358:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:54,359:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:54,359:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:54,359:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:54,359:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:54,359:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:54,359:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:54,360:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:54,360:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:54,360:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:54,360:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:55,361:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:55,361:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:55,361:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:55,361:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:55,362:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:55,362:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:55,362:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:55,362:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:55,362:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:55,362:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:56,363:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:56,363:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:56,363:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:56,363:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:56,363:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:56,364:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:56,364:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:56,364:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:56,364:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:56,364:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:57,365:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:57,365:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:57,365:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:57,365:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:57,365:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:57,365:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:57,366:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:57,366:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:57,366:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:57,366:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:58,367:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:58,367:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:58,367:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:58,367:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:58,368:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:58,368:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:58,368:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:58,368:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:58,369:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:58,369:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:48:59,370:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:59,370:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:59,370:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:59,370:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:59,370:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:59,371:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:59,371:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:59,371:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:48:59,371:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:59,371:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:00,372:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:00,372:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:00,372:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:00,373:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:00,373:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:00,373:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:00,373:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:00,373:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:00,373:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:00,373:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:01,375:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:01,375:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:01,375:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:01,375:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:01,375:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:01,375:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:01,375:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:01,375:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:01,375:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:01,376:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:02,376:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:02,376:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:02,376:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:02,376:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:02,377:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:02,377:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:02,377:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:02,377:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:02,377:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:02,377:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:03,379:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:03,379:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:03,379:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:03,379:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:03,379:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:03,379:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:03,379:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:03,380:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:03,380:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:03,380:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:04,381:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:04,381:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:04,381:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:04,381:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:04,382:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:04,382:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:04,382:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:04,382:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:04,382:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:04,382:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:05,383:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:05,384:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:05,385:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:05,385:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:05,387:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:05,388:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:05,388:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:05,391:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:05,391:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:05,391:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:06,392:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:06,392:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:06,392:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:06,392:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:06,393:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:06,393:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:06,393:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:06,394:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:06,394:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:06,394:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:07,395:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:07,395:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:07,396:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:07,396:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:07,396:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:07,397:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:07,397:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:07,397:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:07,397:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:07,397:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:08,399:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:08,399:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:08,399:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:08,399:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:08,400:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:08,400:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:08,400:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:08,402:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:08,402:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:08,402:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:09,404:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:09,404:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:09,404:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:09,404:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:09,404:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:09,404:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:09,404:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:09,404:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:09,404:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:09,405:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:10,406:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:10,406:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:10,406:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:10,406:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:10,407:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:10,407:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:10,407:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:10,407:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:10,408:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:10,408:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:11,409:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:11,409:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:11,410:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:11,410:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:11,410:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:11,410:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:11,410:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:11,411:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:11,411:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:11,411:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:12,412:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:12,412:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:12,412:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:12,412:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:12,413:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:12,413:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:12,413:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:12,413:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:12,413:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:12,413:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:13,414:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:13,415:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:13,415:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:13,415:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:13,415:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:13,415:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:13,415:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:13,415:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:13,415:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:13,416:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:14,417:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:14,417:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:14,417:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:14,417:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:14,418:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:14,418:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:14,418:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:14,418:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:14,418:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:14,418:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:15,420:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:15,420:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:15,420:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:15,420:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:15,420:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:15,420:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:15,420:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:15,420:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:15,421:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:15,421:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:16,421:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:16,421:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:16,421:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:16,421:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:16,421:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:16,421:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:16,421:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:16,422:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:16,422:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:16,422:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:17,423:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:17,423:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:17,423:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:17,423:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:17,423:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:17,423:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:17,424:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:17,424:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:17,424:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:17,424:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:18,425:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:18,425:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:18,425:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:18,425:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:18,425:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:18,426:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:18,426:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:18,426:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:18,426:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:18,426:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:19,427:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:19,427:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:19,427:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:19,427:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:19,427:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:19,427:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:19,427:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:19,428:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:19,428:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:19,428:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:20,429:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:20,429:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:20,429:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:20,429:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:20,430:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:20,430:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:20,430:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:20,430:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:20,430:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:20,430:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:21,431:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:21,431:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:21,431:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:21,431:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:21,432:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:21,432:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:21,432:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:21,432:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:21,432:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:21,432:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:22,433:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:22,433:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:22,433:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:22,433:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:22,434:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:22,434:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:22,434:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:22,434:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:22,434:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:22,434:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:23,435:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:23,436:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:23,436:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:23,436:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:23,436:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:23,436:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:23,436:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:23,436:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:23,436:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:23,436:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:24,437:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:24,438:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:24,438:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:24,438:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:24,438:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:24,438:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:24,438:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:24,438:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:24,438:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:24,439:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:25,439:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:25,439:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:25,439:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:25,439:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:25,440:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:25,440:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:25,440:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:25,440:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:25,440:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:25,440:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:26,441:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:26,441:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:26,441:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:26,442:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:26,442:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:26,442:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:26,442:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:26,442:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:26,442:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:26,442:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:27,443:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:27,444:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:27,444:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:27,444:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:27,444:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:27,444:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:27,444:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:27,444:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:27,444:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:27,445:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:28,446:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:28,446:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:28,446:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:28,446:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:28,447:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:28,447:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:28,447:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:28,447:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:28,447:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:28,448:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:29,449:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:29,449:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:29,449:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:29,450:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:29,450:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:29,450:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:29,450:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:29,451:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:29,451:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:29,451:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:30,451:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:30,451:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:30,451:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:30,451:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:30,452:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:30,452:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:30,452:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:30,452:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:30,452:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:30,452:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:31,454:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:31,454:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:31,454:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:31,454:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:31,454:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:31,454:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:31,454:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:31,455:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:31,455:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:31,455:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:32,455:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:32,455:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:32,455:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:32,455:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:32,455:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:32,456:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:32,456:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:32,456:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:32,456:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:32,456:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:33,456:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:33,457:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:33,457:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:33,457:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:33,457:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:33,457:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:33,457:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:33,458:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:33,458:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:33,458:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:34,459:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:34,459:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:34,459:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:34,459:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:34,459:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:34,460:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:34,460:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:34,460:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:34,460:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:34,460:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:35,460:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:35,460:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:35,460:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:35,460:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:35,461:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:35,461:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:35,461:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:35,461:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:35,461:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:35,461:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:36,462:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:36,462:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:36,462:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:36,463:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:36,463:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:36,463:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:36,463:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:36,463:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:36,463:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:36,463:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:37,464:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:37,465:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:37,465:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:37,465:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:37,465:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:37,465:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:37,466:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:37,466:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:37,466:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:37,466:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:38,467:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:38,467:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:38,467:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:38,467:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:38,468:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:38,468:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:38,468:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:38,468:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:38,468:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:38,468:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:39,470:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:39,470:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:39,470:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:39,470:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:39,470:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:39,471:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:39,471:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:39,471:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:39,471:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:39,471:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:40,472:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:40,472:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:40,472:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:40,472:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:40,472:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:40,472:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:40,473:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:40,473:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:40,473:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:40,473:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:41,474:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:41,474:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:41,474:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:41,474:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:41,475:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:41,475:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:41,475:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:41,475:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:41,475:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:41,475:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:42,476:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:42,477:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:42,477:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:42,477:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:42,477:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:42,477:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:42,477:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:42,477:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:42,477:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:42,477:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:43,479:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:43,479:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:43,479:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:43,479:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:43,479:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:43,479:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:43,479:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:43,479:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:43,479:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:43,480:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:44,481:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:44,481:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:44,481:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:44,481:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:44,481:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:44,481:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:44,481:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:44,482:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:44,482:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:44,482:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:45,483:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:45,483:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:45,483:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:45,483:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:45,484:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:45,484:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:45,484:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:45,484:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:45,484:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:45,484:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:46,485:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:46,485:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:46,485:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:46,485:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:46,486:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:46,486:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:46,486:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:46,486:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:46,486:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:46,486:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:47,487:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:47,487:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:47,488:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:47,488:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:47,488:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:47,488:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:47,488:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:47,489:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:47,489:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:47,489:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:48,490:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:48,490:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:48,491:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:48,491:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:48,491:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:48,491:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:48,491:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:48,491:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:48,491:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:48,491:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:49,493:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:49,493:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:49,493:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:49,493:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:49,494:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:49,494:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:49,494:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:49,494:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:49,494:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:49,494:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:50,495:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:50,495:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:50,495:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:50,495:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:50,495:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:50,495:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:50,496:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:50,496:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:50,496:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:50,496:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:51,499:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:51,499:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:51,499:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:51,499:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:51,500:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:51,500:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:51,500:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:51,500:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:51,500:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:51,500:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:52,501:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:52,501:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:52,501:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:52,502:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:52,502:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:52,502:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:52,502:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:52,502:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:52,502:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:52,502:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:53,503:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:53,503:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:53,503:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:53,504:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:53,504:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:53,504:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:53,504:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:53,504:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:53,505:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:53,505:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:54,506:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:54,506:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:54,506:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:54,506:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:54,506:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:54,506:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:54,507:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:54,507:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:54,507:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:54,507:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:55,507:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:55,508:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:55,508:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:55,508:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:55,508:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:55,508:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:55,508:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:55,508:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:55,508:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:55,509:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:56,510:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:56,510:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:56,510:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:56,510:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:56,510:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:56,510:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:56,511:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:56,511:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:56,511:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:56,511:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:57,512:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:57,512:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:57,512:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:57,512:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:57,512:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:57,512:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:57,512:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:57,512:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:57,512:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:57,513:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:58,514:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:58,514:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:58,514:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:58,514:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:58,514:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:58,514:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:58,514:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:58,515:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:58,515:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:58,515:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:49:59,516:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:59,516:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:59,516:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:59,516:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:59,517:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:59,517:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:59,517:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:59,517:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:49:59,517:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:59,517:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:00,518:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:00,519:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:00,519:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:00,519:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:00,519:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:00,519:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:00,519:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:00,519:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:00,519:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:00,519:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:01,521:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:01,521:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:01,521:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:01,521:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:01,521:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:01,521:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:01,521:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:01,521:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:01,521:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:01,521:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:02,523:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:02,523:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:02,523:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:02,523:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:02,524:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:02,524:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:02,524:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:02,524:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:02,524:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:02,524:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:03,525:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:03,525:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:03,525:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:03,525:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:03,525:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:03,525:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:03,525:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:03,525:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:03,526:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:03,526:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:04,527:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:04,527:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:04,527:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:04,527:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:04,527:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:04,527:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:04,527:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:04,528:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:04,528:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:04,528:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:05,529:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:05,529:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:05,529:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:05,529:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:05,530:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:05,530:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:05,530:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:05,530:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:05,530:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:05,530:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:06,531:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:06,532:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:06,532:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:06,532:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:06,532:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:06,532:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:06,532:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:06,532:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:06,532:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:06,532:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:07,533:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:07,533:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:07,533:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:07,533:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:07,534:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:07,534:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:07,534:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:07,534:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:07,534:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:07,534:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:08,535:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:08,535:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:08,535:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:08,535:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:08,536:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:08,536:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:08,536:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:08,536:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:08,536:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:08,536:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:09,537:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:09,537:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:09,537:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:09,538:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:09,538:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:09,538:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:09,538:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:09,538:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:09,538:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:09,539:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:10,539:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:10,539:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:10,539:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:10,539:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:10,540:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:10,540:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:10,540:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:10,540:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:10,540:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:10,540:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:11,542:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:11,542:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:11,542:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:11,542:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:11,542:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:11,542:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:11,542:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:11,543:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:11,543:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:11,543:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:12,545:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:12,545:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:12,545:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:12,545:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:12,545:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:12,545:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:12,545:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:12,546:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:12,546:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:12,546:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:13,547:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:13,547:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:13,547:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:13,547:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:13,548:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:13,548:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:13,548:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:13,548:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:13,548:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:13,548:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:14,548:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:14,549:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:14,549:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:14,549:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:14,550:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:14,550:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:14,550:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:14,550:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:14,550:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:14,550:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:15,551:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:15,551:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:15,551:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:15,551:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:15,552:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:15,552:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:15,552:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:15,552:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:15,552:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:15,552:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:16,554:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:16,554:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:16,554:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:16,554:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:16,554:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:16,554:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:16,554:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:16,555:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:16,555:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:16,555:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:17,556:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:17,556:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:17,556:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:17,556:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:17,557:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:17,557:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:17,557:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:17,557:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:17,557:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:17,557:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:18,558:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:18,558:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:18,559:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:18,559:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:18,559:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:18,559:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:18,559:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:18,559:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:18,559:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:18,559:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:19,561:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:19,561:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:19,561:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:19,561:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:19,561:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:19,561:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:19,561:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:19,562:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:19,562:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:19,562:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:20,563:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:20,563:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:20,563:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:20,563:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:20,564:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:20,564:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:20,564:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:20,564:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:20,564:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:20,565:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:21,565:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:21,565:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:21,565:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:21,565:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:21,566:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:21,566:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:21,566:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:21,566:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:21,566:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:21,566:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:22,567:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:22,567:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:22,567:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:22,568:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:22,568:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:22,568:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:22,568:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:22,568:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:22,568:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:22,568:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:23,569:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:23,569:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:23,569:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:23,569:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:23,569:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:23,569:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:23,570:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:23,570:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:23,570:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:23,570:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:24,571:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:24,571:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:24,571:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:24,571:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:24,571:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:24,571:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:24,572:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:24,572:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:24,572:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:24,572:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:25,573:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:25,573:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:25,573:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:25,573:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:25,573:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:25,573:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:25,573:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:25,574:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:25,574:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:25,574:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:26,575:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:26,575:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:26,575:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:26,575:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:26,576:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:26,576:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:26,576:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:26,576:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:26,576:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:26,576:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:27,577:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:27,578:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:27,578:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:27,578:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:27,578:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:27,578:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:27,578:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:27,578:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:27,578:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:27,579:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:28,579:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:28,579:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:28,579:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:28,579:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:28,580:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:28,580:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:28,580:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:28,580:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:28,580:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:28,580:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:29,581:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:29,582:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:29,582:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:29,582:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:29,582:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:29,582:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:29,582:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:29,582:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:29,582:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:29,582:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:30,584:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:30,584:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:30,584:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:30,584:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:30,584:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:30,585:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:30,585:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:30,585:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:30,585:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:30,585:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:31,586:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:31,586:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:31,586:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:31,586:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:31,587:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:31,587:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:31,587:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:31,587:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:31,587:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:31,587:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:32,588:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:32,589:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:32,589:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:32,589:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:32,589:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:32,589:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:32,589:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:32,589:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:32,590:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:32,590:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:33,591:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:33,591:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:33,591:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:33,592:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:33,592:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:33,592:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:33,592:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:33,592:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:33,592:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:33,592:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:34,593:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:34,594:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:34,594:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:34,594:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:34,594:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:34,594:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:34,594:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:34,599:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:34,599:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:34,599:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:35,599:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:35,600:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:35,600:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:35,600:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:35,600:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:35,600:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:35,600:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:35,600:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:35,600:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:35,600:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:36,602:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:36,602:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:36,602:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:36,602:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:36,602:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:36,602:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:36,602:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:36,603:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:36,603:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:36,603:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:37,603:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:37,603:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:37,603:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:37,603:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:37,604:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:37,604:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:37,604:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:37,604:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:37,604:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:37,604:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:38,605:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:38,606:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:38,606:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:38,606:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:38,606:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:38,606:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:38,606:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:38,606:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:38,607:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:38,607:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:39,607:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:39,607:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:39,607:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:39,607:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:39,608:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:39,608:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:39,608:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:39,608:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:39,608:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:39,608:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:40,609:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:40,609:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:40,609:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:40,609:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:40,609:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:40,609:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:40,609:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:40,610:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:40,610:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:40,610:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:41,611:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:41,611:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:41,611:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:41,611:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:41,611:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:41,611:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:41,611:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:41,612:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:41,612:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:41,612:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:42,613:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:42,613:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:42,613:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:42,613:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:42,614:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:42,614:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:42,614:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:42,614:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:42,614:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:42,614:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:43,615:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:43,615:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:43,615:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:43,615:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:43,615:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:43,616:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:43,616:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:43,616:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:43,616:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:43,616:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:44,617:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:44,617:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:44,617:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:44,617:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:44,617:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:44,617:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:44,618:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:44,618:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:44,618:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:44,618:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:45,619:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:45,619:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:45,619:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:45,619:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:45,619:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:45,620:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:45,620:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:45,620:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:45,620:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:45,620:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:46,620:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:46,621:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:46,621:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:46,621:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:46,621:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:46,621:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:46,621:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:46,621:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:46,621:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:46,622:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:47,623:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:47,623:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:47,623:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:47,623:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:47,623:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:47,623:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:47,623:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:47,624:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:47,624:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:47,624:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:48,625:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:48,625:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:48,625:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:48,625:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:48,626:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:48,626:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:48,626:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:48,626:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:48,626:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:48,626:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:49,627:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:49,627:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:49,627:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:49,628:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:49,628:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:49,628:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:49,628:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:49,628:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:49,628:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:49,629:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:50,630:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:50,630:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:50,630:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:50,630:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:50,631:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:50,631:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:50,631:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:50,631:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:50,631:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:50,631:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:51,632:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:51,632:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:51,632:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:51,632:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:51,633:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:51,633:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:51,633:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:51,634:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:51,634:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:51,634:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181] 2026-09-14 02:50:52,635:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:52,635:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.50:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:52,635:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:50:52,635:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:52,636:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.38:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:52,636:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:50:52,636:1(0x7f252531c640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:50:52,636:1(0x7f252531c640):ZOO_ERROR@check_events@2980: Socket 10.0.0.189:2181 zk retcode=-4, errno=111(Connection refused): server refused to accept the client 2026-09-14 02:50:52,636:1(0x7f252531c640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:50:52,636:1(0x7f252531c640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181]