++ 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ get_cidr_for_nic enp1s0 +++ cut -d / -f 1 +++ command -v ip +++ local nic=enp1s0 +++ ip addr show dev enp1s0 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.38,10.0.0.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 +++ cut -d ' ' -f 1 +++ 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 +++ 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 ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort +++ local local_ips=,10.0.0.38,10.20.0.254,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 1 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + hostip=10.0.0.38 ++ resolve_hostname_by_ip 10.0.0.38 ++ local ip=10.0.0.38 +++ getent hosts 10.0.0.38 +++ head -n 1 ++ local 'host_entry=10.0.0.38 cn-jenkins-deploy-platform-ansible-os-6277-1. cn-jenkins-deploy-platform-ansible-os-6277-1' ++ local name= ++ [[ -n 10.0.0.38 cn-jenkins-deploy-platform-ansible-os-6277-1. cn-jenkins-deploy-platform-ansible-os-6277-1 ]] +++ awk '{print $2}' +++ echo 10.0.0.38 cn-jenkins-deploy-platform-ansible-os-6277-1. cn-jenkins-deploy-platform-ansible-os-6277-1 ++ name=cn-jenkins-deploy-platform-ansible-os-6277-1. ++ [[ -n cn-jenkins-deploy-platform-ansible-os-6277-1. ]] ++ echo cn-jenkins-deploy-platform-ansible-os-6277-1. + hostname=cn-jenkins-deploy-platform-ansible-os-6277-1. ++ 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 ++ sort ++ grep '^COLLECTOR__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^COLLECTOR__//g' + 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,763:1(0x7f2f6db19300):ZOO_INFO@log_env@1250: Client environment:zookeeper.version=zookeeper C client 3.9.2 2026-09-14 02:30:16,763:1(0x7f2f6db19300):ZOO_INFO@log_env@1254: Client environment:host.name=cn-jenkins-deploy-platform-ansible-os-6277-1 2026-09-14 02:30:16,764:1(0x7f2f6db19300):ZOO_INFO@log_env@1261: Client environment:os.name=Linux 2026-09-14 02:30:16,764:1(0x7f2f6db19300):ZOO_INFO@log_env@1262: Client environment:os.arch=5.15.0-100-generic 2026-09-14 02:30:16,764:1(0x7f2f6db19300):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,764:1(0x7f2f6db19300):ZOO_INFO@log_env@1271: Client environment:user.name=(null) 2026-09-14 02:30:16,764:1(0x7f2f6db19300):ZOO_INFO@log_env@1279: Client environment:user.home=/home/contrail 2026-09-14 02:30:16,765:1(0x7f2f6db19300):ZOO_INFO@log_env@1291: Client environment:user.dir=/ 2026-09-14 02:30:16,765:1(0x7f2f6db19300):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,765:1(0x7f2f6db19300):ZOO_DEBUG@start_threads@221: starting threads... 2026-09-14 02:30:16,765:1(0x7f2f63fff640):ZOO_DEBUG@do_io@369: started IO thread 2026-09-14 02:30:16,766:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-09-14 02:30:16,766:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=0 hasnext=1 2026-09-14 02:30:16,766:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.189:2181 2026-09-14 02:30:16,766:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:16,767:1(0x7f2f637fe640):ZOO_DEBUG@do_completion@473: started completion thread 2026-09-14 02:30:16,767:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,767:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:16,767:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-09-14 02:30:16,767:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=1 hasnext=1 2026-09-14 02:30:16,767:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.38:2181 2026-09-14 02:30:16,768:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:16,768:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,768:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:16,768:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-09-14 02:30:16,768:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=2 hasnext=1 2026-09-14 02:30:16,769:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1555: Using next from NEW=10.0.0.50:2181 2026-09-14 02:30:16,769:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:16,769:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,769:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:16,770:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1541: [OLD] count=0 capacity=0 next=0 hasnext=0 2026-09-14 02:30:16,770:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1544: [NEW] count=3 capacity=16 next=3 hasnext=0 2026-09-14 02:30:16,770:1(0x7f2f63fff640):ZOO_DEBUG@get_next_server_in_reconfig@1566: Failed to find either new or old 2026-09-14 02:30:16,770:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:16,770:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,771:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:16,771:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:16,771:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,771:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:16,772:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,772:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:17,773:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,773:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:17,773:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:17,774:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,774:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:17,774:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:17,775:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,775:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:17,775:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,776:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:18,776:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,776:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:18,776:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:18,777:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,777:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:18,777:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:18,777:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,777:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:18,777:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,778:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:19,778:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,778:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:19,779:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:19,779:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,779:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:19,779:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:19,779:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,780:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:19,780:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,781:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:20,781:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,781:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:20,781:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:20,781:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,781:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:20,781:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:20,781:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,781:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:20,781:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,782:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:21,782:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,782:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:21,783:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:21,783:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,783:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:21,783:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:21,784:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,784:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:21,784:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,785:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:22,785:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,785:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:22,785:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:22,786:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,786:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:22,786:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:22,787:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,787:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:22,787:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,788:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:23,788:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,789:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:23,789:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:23,789:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,789:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:23,789:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:23,789:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,789:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:23,790:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,790:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:24,790:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,791:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:24,791:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:24,791:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,791:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:24,791:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:24,791:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,791:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:24,791:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,792:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:25,793:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,793:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:25,793:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:25,793:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,793:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:25,793:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:25,793:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,793:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:25,793:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,794:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:26,794:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,794:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:26,794:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:26,795:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,795:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:26,795:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:26,795:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,795:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:26,795:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,797:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:27,797:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,797:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:27,797:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:27,797:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,797:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:27,797:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:27,798:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,798:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:27,798:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,800:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:28,800:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,800:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:28,800:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:28,800:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,800:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:28,800:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:28,800:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,801:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:28,801:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,801:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:29,801:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,802:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:29,802:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:29,802:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,802:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:29,802:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:29,802:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,802:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:29,802:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,803:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:30,804:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,804:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:30,804:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:30,804:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,804:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:30,804:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:30,804:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,804:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:30,804:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,805:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:31,806:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,806:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:31,806:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:31,807:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,807:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:31,807:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:31,807:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,808:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:31,808:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,809:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:32,809:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,809:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:32,809:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:32,810:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,810:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:32,810:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:32,810:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,810:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:32,810:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,811:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:33,811:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,812:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:33,812:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:33,812:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,812:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:33,812:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:33,813:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,813:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:33,813:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,818:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:34,818:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,818:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:34,818:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:34,818:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,818:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:34,819:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:34,819:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,819:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:34,819:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,821:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:35,821:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,822:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:35,822:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:35,822:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,822:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:35,823:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:35,824:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,824:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:35,824:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,826:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:36,826:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,826:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:36,826:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:36,827:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,827:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:36,827:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:36,827:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,827:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:36,828:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,829:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:37,829:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,829:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:37,829:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:37,829:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,829:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:37,830:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:37,830:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,830:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:37,830:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,831:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:38,831:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,831:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:38,831:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:38,832:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,832:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:38,832:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:38,832:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,832:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:38,832:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,833:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:39,833:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,833:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:39,834:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:39,834:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,834:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:39,834:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:39,834:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,834:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:39,834:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,837:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:40,837:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,837:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:40,837:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:40,838:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,838:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:40,838:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:40,838:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,838:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:40,838:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,839:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:41,839:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,839:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:41,839:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:41,839:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,839:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:41,840:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:41,840:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,840:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:41,840:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,840:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:42,840:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,841:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:42,841:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:42,841:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,841:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:42,841:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:42,841:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,841:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:42,841:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,842:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:43,843:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,843:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:43,843:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:43,843:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,843:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:43,843:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:43,843:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,844:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:43,844:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,845:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:44,845:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,845:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:44,845:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:44,846:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,846:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:44,846:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:44,846:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,846:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:44,846:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,848:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:45,848:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,848:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:45,848:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:45,848:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,848:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:45,848:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:45,849:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,849:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:45,849:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,850:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:46,850:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,850:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:46,850:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:46,851:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,851:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:46,851:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:46,851:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,851:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:46,851:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,852:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:47,853:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,853:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:47,853:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:47,853:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,853:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:47,853:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:47,853:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,853:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:47,853:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,854:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:48,854:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,854:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:48,854:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:48,855:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,855:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:48,855:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:48,855:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,855:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:48,855:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,856:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:49,857:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,857:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:49,857:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:49,857:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,857:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:49,857:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:49,857:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,857:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:49,857:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,858:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:50,859:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,859:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:50,859:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:50,859:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,859:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:50,859:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:50,859:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,859:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:50,859:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,859:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:51,860:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,860:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:51,860:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:51,860:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,860:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:51,860:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:51,860:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,860:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:51,861:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,861:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:52,861:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,861:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:52,862:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:52,862:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,862:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:52,862:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:52,863:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,863:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:52,863:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,865:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:53,868:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,868:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:53,869:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:53,869:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,869:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:53,869:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:53,869:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,869:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:53,869:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,870:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:54,870:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,870:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:54,870:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:54,870:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,870:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:54,871:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:54,871:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,871:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:54,871:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,871:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:55,872:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,872:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:55,872:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:55,872:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,873:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:55,873:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:55,873:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,873:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:55,873:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,875:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:56,875:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,875:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:56,875:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:56,875:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,875:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:56,876:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:56,876:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,876:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:56,876:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,878:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:57,878:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,878:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:57,878:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:57,879:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,879:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:57,879:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:57,879:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,879:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:57,879:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,882:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:58,883:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,883:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:58,883:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:58,883:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,883:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:58,883:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:58,886:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,886:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:58,886:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,887:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:59,887:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,887:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:30:59,887:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:59,888:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,888:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:30:59,888:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:30:59,888:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,888:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:30:59,888:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,888:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:00,889:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,890:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:00,890:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:00,890:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,890:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:00,890:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:00,891:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,891:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:00,891:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,891:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:01,892:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,892:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:01,892:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:01,892:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,892:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:01,892:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:01,892:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,892:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:01,892:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,894:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:02,894:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,894:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:02,894:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:02,894:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,894:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:02,894:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:02,895:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,895:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:02,895:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,896:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:03,896:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,896:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:03,896:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:03,897:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,897:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:03,897:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:03,897:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,897:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:03,897:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,898:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:04,898:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,899:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:04,899:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:04,899:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,899:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:04,899:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:04,899:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,899:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:04,900:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,901:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:05,901:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,901:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:05,901:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:05,901:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,901:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:05,901:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:05,902:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,902:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:05,902:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,902:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:06,902:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,902:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:06,902:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:06,903:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,903:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:06,903:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:06,903:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,903:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:06,903:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,904:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:07,904:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,904:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:07,904:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:07,904:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,904:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:07,904:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:07,905:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,905:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:07,905:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,906:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:08,906:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,906:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:08,907:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:08,907:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,907:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:08,907:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:08,907:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,907:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:08,908:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,909:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:09,909:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,909:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:09,909:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:09,910:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,910:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:09,910:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:09,910:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,910:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:09,910:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,911:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:10,911:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,911:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:10,911:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:10,912:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,912:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:10,912:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:10,912:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,912:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:10,912:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,913:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:11,913:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,913:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:11,913:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:11,913:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,913:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:11,913:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:11,914:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,914:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:11,914:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,915:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:12,915:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,915:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:12,915:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:12,916:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,916:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:12,916:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:12,916:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,916:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:12,916:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,916:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:13,916:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,916:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:13,917:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:13,917:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,917:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:13,917:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:13,917:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,917:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:13,917:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,919:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:14,919:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,919:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:14,919:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:14,919:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,919:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:14,919:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:14,919:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,919:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:14,919:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,920:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:15,921:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,921:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:15,921:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:15,921:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,921:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:15,921:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:15,921:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,921:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:15,921:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,922:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:16,922:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,922:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:16,922:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:16,923:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,923:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:16,923:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:16,923:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,923:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:16,923:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,924:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:17,924:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,924:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:17,924:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:17,924:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,924:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:17,924:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:17,925:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,925:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:17,925:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,926:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:18,926:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,926:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:18,926:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:18,926:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,926:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:18,927:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:18,927:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,927:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:18,927:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,928:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:19,929:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,929:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:19,929:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:19,929:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,929:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:19,929:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:19,930:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,930:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:19,930:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,931:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:20,931:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,931:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:20,932:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:20,932:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,932:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:20,932:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:20,932:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,932:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:20,932:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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:21,933:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:21,933:1(0x7f2f63fff640):ZOO_ERROR@check_events@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:21,933:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:21,933:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:21,934:1(0x7f2f63fff640):ZOO_ERROR@check_events@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:21,934:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:21,934:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:21,934:1(0x7f2f63fff640):ZOO_ERROR@check_events@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:21,934:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:21,934:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,935:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:22,935:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,936:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:22,936:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:22,936:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,936:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:22,936:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:22,936:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,936:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:22,936:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,938:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:23,938:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,938:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:23,938:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:23,938:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,938:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:23,938:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:23,939:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,939:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:23,939:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,940:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:24,940:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,940:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:24,940:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:24,941:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,941:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:24,941:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:24,941:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,941:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:24,942:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,942:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:25,942:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,942:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:25,942:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:25,943:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,943:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:25,943:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:25,943:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,943:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:25,944:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,945:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:26,945:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,945:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:26,945:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:26,946:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,946:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:26,946:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:26,946:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,946:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:26,946:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,949:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:27,949:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,949:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:27,949:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:27,949:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,949:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:27,949:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:27,950:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,950:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:27,950:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,951:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:28,951:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,951:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:28,951:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:28,951:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,951:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:28,952:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:28,952:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,952:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:28,952:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,953:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:29,953:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,953:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:29,954:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:29,954:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,954:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:29,954:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:29,954:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,954:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:29,954:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,955:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:30,956:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,956:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:30,956:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:30,956:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,956:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:30,956:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:30,956:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,956:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:30,957:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,957:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:31,957:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,957:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:31,957:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:31,957:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,957:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:31,957:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:31,958:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,958:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:31,958:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,959:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:32,959:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,959:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:32,960:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:32,960:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,960:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:32,960:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:32,960:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,960:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:32,960:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,962:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:33,962:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,962:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:33,962:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:33,962:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,963:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:33,963:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:33,963:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,963:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:33,963:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,964:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:34,965:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,965:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:34,965:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:34,965:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,965:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:34,965:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:34,965:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,965:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:34,965:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,966:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:35,966:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,966:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:35,966:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:35,966:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,967:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:35,967:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:35,967:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,967:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:35,967:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,968:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:36,968:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,968:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:36,968:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:36,968:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,968:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:36,968:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:36,969:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,969:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:36,969:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,970:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:37,970:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,970:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:37,970:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:37,971:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,971:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:37,971:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:37,971:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,971:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:37,971:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,972:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:38,972:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,972:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:38,972:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:38,973:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,973:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:38,973:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:38,973:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,973:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:38,973:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,974:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:39,974:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,974:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:39,974:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:39,974:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,975:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:39,975:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:39,975:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,975:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:39,975:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,976:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:40,976:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,976:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:40,976:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:40,977:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,977:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:40,977:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:40,977:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,977:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:40,977:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,978:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:41,978:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,978:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:41,979:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:41,979:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,979:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:41,979:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:41,980:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,980:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:41,980:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,981:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:42,981:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,981:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:42,981:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:42,981:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,981:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:42,981:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:42,982:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,982:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:42,982:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,983:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:43,983:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,983:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:43,983:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:43,983:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,983:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:43,984:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:43,984:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,984:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:43,984:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,984:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:44,984:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,984:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:44,984:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:44,985:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,985:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:44,985:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:44,985:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,985:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:44,985:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,986:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:45,986:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,986:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:45,986:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:45,986:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,986:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:45,987:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:45,987:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,987:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:45,987:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,988:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:46,988:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,988:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:46,988:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:46,989:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,989:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:46,989:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:46,989:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,989:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:46,989:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,990:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:47,990:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,990:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:47,990:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:47,991:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,991:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:47,991:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:47,991:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,991:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:47,991:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,992:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:48,992:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,992:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:48,992:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:48,993:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,993:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:48,993:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:48,993:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,994:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:48,994:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,994:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:49,995:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,995:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:49,995:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:49,995:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,995:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:49,995:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:49,996:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,996:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:49,996:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,997:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:50,997:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,997:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:50,997:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:50,997:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,997:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:50,997:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:50,998:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,998:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:50,998:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,999:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:51,999:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,999:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:52,000:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:52,000:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,000:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:52,000:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:52,001:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,001:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:52,001:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,002:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:53,002:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,002:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:53,002:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:53,003:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,003:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:53,003:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:53,003:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,004:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:53,004:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,005:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:54,005:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,005:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:54,005:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:54,005:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,005:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:54,006:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:54,006:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,006:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:54,006:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,007:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:55,007:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,007:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:55,008:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:55,008:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,008:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:55,008:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:55,008:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,008:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:55,008:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,010:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:56,010:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,010:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:56,010:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:56,010:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,010:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:56,011:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:56,011:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,011:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:56,011:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,012:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:57,012:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,012:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:57,012:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:57,013:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,013:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:57,013:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:57,014:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,014:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:57,014:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,014:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:58,014:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,014:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:58,014:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:58,014:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,014:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:58,015:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:58,015:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,015:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:58,015:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,015:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:59,015:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,015:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:31:59,016:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:59,016:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,016:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:31:59,016:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:31:59,016:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,016:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:31:59,016:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,017:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:00,017:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,018:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:00,018:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:00,018:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,018:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:00,018:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:00,018:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,018:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:00,018:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,019:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:01,019:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,019:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:01,019:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:01,019:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,019:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:01,019:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:01,020:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,020:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:01,020:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,021:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:02,021:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,021:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:02,021:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:02,021:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,022:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:02,022:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:02,022:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,022:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:02,022:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,023:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:03,023:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,023:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:03,023:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:03,024:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,024:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:03,024:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:03,024:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,024:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:03,024:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,026:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:04,026:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,026:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:04,026:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:04,026:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,026:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:04,026:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:04,026:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,026:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:04,027:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,028:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:05,028:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,028:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:05,028:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:05,028:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,028:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:05,029:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:05,029:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,029:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:05,029:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,030:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:06,030:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,030:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:06,030:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:06,031:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,031:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:06,031:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:06,031:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,031:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:06,031:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,032:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:07,032:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,032:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:07,032:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:07,033:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,033:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:07,033:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:07,033:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,033:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:07,033:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,034:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:08,034:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,034:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:08,034:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:08,034:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,034:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:08,034:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:08,035:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,035:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:08,035:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,036:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:09,036:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,036:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:09,036:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:09,036:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,037:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:09,037:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:09,037:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,037:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:09,037:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,038:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:10,038:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,038:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:10,038:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:10,038:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,038:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:10,039:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:10,039:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,039:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:10,039:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,040:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:11,040:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,040:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:11,040:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:11,041:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,041:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:11,041:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:11,041:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,041:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:11,041:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,042:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:12,042:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,042:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:12,043:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:12,043:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,043:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:12,043:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:12,043:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,044:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:12,044:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,045:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:13,045:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,045:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:13,045:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:13,045:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,045:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:13,046:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:13,046:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,046:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:13,046:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,047:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:14,047:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,047:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:14,047:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:14,047:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,047:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:14,047:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:14,048:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,048:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:14,048:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,049:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:15,049:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,049:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:15,049:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:15,049:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,049:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:15,050:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:15,050:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,050:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:15,050:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,051:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:16,052:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,052:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:16,052:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:16,052:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,052:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:16,052:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:16,059:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,059:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:16,059:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,060:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:17,060:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,060:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:17,060:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:17,061:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,061:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:17,061:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:17,061:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,061:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:17,061:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,062:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:18,062:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,063:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:18,063:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:18,063:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,063:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:18,063:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:18,064:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,064:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:18,064:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,064:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:19,064:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,064:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:19,064:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:19,065:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,065:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:19,065:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:19,065:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,065:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:19,065:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,066:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:20,066:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,066:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:20,066:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:20,066:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,066:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:20,066:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:20,067:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,067:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:20,067:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,067:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:21,067:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,067:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:21,067:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:21,068:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,068:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:21,068:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:21,068:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,068:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:21,068:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,069:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:22,069:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,069:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:22,069:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:22,070:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,070:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:22,070:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:22,070:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,070:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:22,070:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,072:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:23,072:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,072:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:23,072:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:23,072:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,072:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:23,072:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:23,072:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,072:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:23,072:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,074:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:24,074:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,074:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:24,074:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:24,074:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,074:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:24,074:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:24,075:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,075:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:24,075:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,076:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:25,076:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,076:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:25,076:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:25,076:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,076:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:25,076:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:25,077:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,077:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:25,077:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,078:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:26,078:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,078:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:26,078:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:26,079:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,079:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:26,079:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:26,079:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,079:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:26,079:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,080:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:27,080:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,080:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:27,081:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:27,081:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,081:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:27,081:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:27,081:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,081:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:27,082:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,082:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:28,083:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,083:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:28,083:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:28,083:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,083:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:28,083:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:28,083:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,083:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:28,083:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,084:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:29,084:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,084:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:29,084:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:29,084:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,084:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:29,084:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:29,085:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,085:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:29,085:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,086:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:30,086:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,086:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:30,086:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:30,086:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,086:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:30,087:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:30,087:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,087:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:30,087:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,087:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:31,087:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,088:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:31,088:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:31,088:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,088:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:31,088:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:31,088:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,088:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:31,088:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,089:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:32,089:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,089:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:32,090:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:32,090:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,090:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:32,090:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:32,090:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,090:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:32,090:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,091:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:33,092:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,092:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:33,092:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:33,092:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,092:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:33,092:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:33,092:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,092:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:33,092:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,094:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:34,094:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,094:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:34,094:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:34,094:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,094:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:34,094:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:34,095:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,095:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:34,095:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,096:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:35,096:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,096:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:35,096:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:35,096:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,096:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:35,097:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:35,097:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,097:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:35,097:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,098:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:36,098:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,098:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:36,098:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:36,098:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,099:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:36,099:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:36,099:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,099:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:36,099:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,100:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:37,100:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,100:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:37,101:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:37,101:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,101:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:37,101:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:37,101:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,101:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:37,101:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,102:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:38,102:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,102:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:38,102:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:38,102:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,102:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:38,102:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:38,103:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,103:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:38,103:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,103:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:39,103:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,103:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:39,104:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:39,104:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,104:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:39,104:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:39,104:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,104:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:39,104:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,105:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:40,106:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,106:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:40,106:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:40,106:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,106:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:40,106:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:40,106:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,106:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:40,106:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,107:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:41,107:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,107:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:41,107:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:41,107:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,107:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:41,107:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:41,107:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,108:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:41,108:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,108:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:42,108:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,108:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:42,108:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:42,109:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,109:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:42,109:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:42,109:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,109:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:42,109:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,110:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:43,110:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,111:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:43,111:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:43,111:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,111:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:43,111:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:43,111:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,111:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:43,111:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,112:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:44,113:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,113:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:44,113:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:44,113:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,113:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:44,113:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:44,114:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,114:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:44,114:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,115:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:45,115:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,116:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:45,116:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:45,116:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,116:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:45,116:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:45,116:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,117:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:45,117:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,118:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:46,118:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,118:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:46,118:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:46,119:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,119:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:46,119:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:46,119:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,119:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:46,119:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,121:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:47,121:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,121:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:47,121:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:47,121:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,121:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:47,121:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:47,122:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,122:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:47,122:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,123:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:48,123:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,123:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:48,123:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:48,124:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,124:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:48,124:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:48,124:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,124:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:48,124:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,125:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:49,125:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,125:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:49,125:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:49,126:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,126:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:49,126:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:49,126:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,126:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:49,126:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,127:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:50,127:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,127:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:50,127:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:50,128:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,128:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:50,128:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:50,128:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,128:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:50,128:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,129:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:51,129:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,129:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:51,130:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:51,130:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,130:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:51,130:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:51,130:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,130:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:51,130:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,131:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:52,131:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,131:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:52,132:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:52,132:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,132:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:52,132:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:52,132:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,132:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:52,132:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,133:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:53,134:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,134:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:53,134:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:53,134:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,134:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:53,134:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:53,134:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,134:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:53,134:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,135:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:54,135:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,135:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:54,135:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:54,135:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,135:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:54,135:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:54,136:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,136:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:54,136:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,137:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:55,137:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,137:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:55,137:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:55,137:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,137:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:55,138:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:55,138:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,138:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:55,138:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,139:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:56,139:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,139:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:56,139:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:56,140:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,140:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:56,140:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:56,140:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,140:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:56,140:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,141:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:57,141:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,141:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:57,141:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:57,141:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,141:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:57,141:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:57,142:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,142:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:57,142:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,143:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:58,144:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,144:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:58,144:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:58,144:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,144:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:58,144:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:58,144:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,144:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:58,145:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,146:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:59,146:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,146:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:32:59,146:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:59,146:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,146:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:32:59,146:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:32:59,147:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,147:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:32:59,147:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,148:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:00,148:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,148:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:00,148:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:00,149:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,149:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:00,149:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:00,149:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,149:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:00,149:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,150:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:01,150:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,150:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:01,150:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:01,150:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,150:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:01,151:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:01,151:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,151:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:01,151:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,152:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:02,152:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,152:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:02,153:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:02,153:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,153:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:02,153:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:02,153:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,153:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:02,153:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,154:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:03,154:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,154:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:03,154:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:03,154:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,154:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:03,154:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:03,155:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,155:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:03,155:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,156:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:04,156:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,156:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:04,156:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:04,156:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,156:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:04,157:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:04,157:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,157:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:04,157:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,158:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:05,158:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,158:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:05,158:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:05,158:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,158:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:05,158:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:05,159:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,159:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:05,159:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,160:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:06,160:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,160:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:06,160:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:06,161:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,161:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:06,161:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:06,161:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,161:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:06,161:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,162:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:07,162:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,162:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:07,163:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:07,163:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,163:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:07,163:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:07,163:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,163:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:07,163:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,164:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:08,165:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,165:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:08,165:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:08,165:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,165:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:08,165:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:08,165:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,165:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:08,166:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,166:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:09,166:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,166:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:09,167:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:09,167:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,167:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:09,167:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:09,167:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,167:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:09,167:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,168:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:10,169:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,169:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:10,169:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:10,169:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,169:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:10,169:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:10,169:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,169:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:10,169:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,170:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:11,171:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,171:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:11,171:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:11,171:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,171:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:11,171:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:11,171:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,171:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:11,172:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,173:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:12,173:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,173:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:12,173:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:12,174:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,174:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:12,174:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:12,174:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,174:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:12,174:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,175:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:13,175:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,175:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:13,175:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:13,175:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,175:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:13,175:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:13,176:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,176:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:13,176:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,177:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:14,177:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,177:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:14,177:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:14,178:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,178:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:14,178:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:14,178:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,178:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:14,178:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,179:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:15,180:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,180:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:15,180:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:15,180:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,180:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:15,180:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:15,181:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,181:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:15,181:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,182:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:16,182:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,182:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:16,182:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:16,182:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,183:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:16,183:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:16,183:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,183:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:16,183:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,184:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:17,184:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,184:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:17,185:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:17,185:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,185:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:17,185:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:17,185:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,185:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:17,185:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,186:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:18,186:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,186:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:18,186:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:18,186:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,187:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:18,187:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:18,187:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,187:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:18,188:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,189:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:19,189:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,189:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:19,189:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:19,190:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,190:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:19,190:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:19,190:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,190:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:19,190:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,191:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:20,191:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,191:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:20,191:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:20,191:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,191:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:20,191:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:20,192:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,192:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:20,192:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,193:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:21,193:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,193:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:21,193:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:21,194:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,194:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:21,194:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:21,194:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,194:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:21,194:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,195:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:22,195:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,195:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:22,195:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:22,196:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,196:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:22,196:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:22,196:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,196:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:22,196:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,197:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:23,197:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,197:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:23,197:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:23,198:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,198:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:23,198:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:23,198:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,198:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:23,198:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,199:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:24,199:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,199:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:24,200:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:24,200:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,200:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:24,200:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:24,200:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,200:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:24,200:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,201:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:25,201:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,201:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:25,202:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:25,202:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,202:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:25,202:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:25,203:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,203:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:25,203:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,204:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:26,204:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,204:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:26,204:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:26,204:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,204:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:26,204:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:26,205:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,205:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:26,205:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,206:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:27,206:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,206:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:27,206:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:27,206:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,206:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:27,206:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:27,207:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,207:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:27,207:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,208:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:28,208:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,208:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:28,208:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:28,208:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,208:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:28,209:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:28,209:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,209:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:28,209:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,210:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:29,210:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,210:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:29,210:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:29,210:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,211:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:29,211:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:29,211:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,211:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:29,211:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,212:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:30,212:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,212:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:30,212:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:30,212:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,212:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:30,213:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:30,213:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,213:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:30,213:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,214:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:31,214:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,214:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:31,214:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:31,214:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,214:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:31,214:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:31,215:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,215:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:31,215:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,216:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:32,216:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,216:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:32,216:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:32,217:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,217:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:32,217:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:32,218:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,218:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:32,218:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,219:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:33,219:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,219:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:33,219:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:33,219:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,219:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:33,219:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:33,220:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,220:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:33,220:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,221:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:34,221:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,221:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:34,222:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:34,222:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,222:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:34,222:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:34,223:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,223:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:34,223:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,223:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:35,223:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,223:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:35,224:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:35,224:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,224:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:35,224:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:35,225:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,225:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:35,225:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,226:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:36,226:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,226:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:36,226:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:36,226:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,226:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:36,227:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:36,227:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,227:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:36,227:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,228:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:37,228:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,228:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:37,228:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:37,228:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,228:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:37,228:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:37,228:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,228:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:37,228:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,230:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:38,230:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,230:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:38,230:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:38,230:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,230:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:38,231:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:38,231:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,231:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:38,231:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,232:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:39,232:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,232:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:39,232:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:39,233:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,233:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:39,233:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:39,233:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,233:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:39,233:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,234:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:40,234:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,234:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:40,234:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:40,234:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,234:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:40,235:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:40,235:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,235:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:40,235:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,236:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:41,236:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,236:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:41,236:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:41,237:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,237:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:41,237:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:41,237:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,237:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:41,237:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,238:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:42,238:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,238:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:42,238:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:42,239:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,239:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:42,239:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:42,239:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,239:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:42,239:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,240:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:43,240:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,240:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:43,240:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:43,241:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,241:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:43,241:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:43,241:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,241:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:43,241:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,242:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:44,242:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,242:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:44,242:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:44,243:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,243:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:44,243:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:44,243:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,243:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:44,243:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,244:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:45,244:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,244:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:45,244:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:45,244:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,244:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:45,244:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:45,245:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,245:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:45,245:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,246:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:46,246:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,246:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:46,246:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:46,246:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,246:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:46,246:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:46,247:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,247:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:46,247:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,248:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:47,248:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,248:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:47,248:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:47,249:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,249:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:47,249:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:47,249:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,249:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:47,249:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,250:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:48,250:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,250:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:48,250:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:48,250:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,251:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:48,251:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:48,251:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,251:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:48,251:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,252:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:49,252:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,252:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:49,253:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:49,253:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,253:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:49,253:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:49,253:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,253:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:49,253:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,254:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:50,254:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,254:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:50,254:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:50,255:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,255:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:50,255:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:50,255:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,255:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:50,256:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,256:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:51,257:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,257:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:51,257:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:51,257:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,257:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:51,258:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:51,258:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,258:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:51,258:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,259:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:52,259:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,259:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:52,259:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:52,259:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,259:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:52,259:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:52,259:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,259:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:52,260:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,261:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:53,261:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,261:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:53,261:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:53,261:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,261:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:53,262:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:53,262:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,262:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:53,262:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,266:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:54,266:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,266:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:54,266:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:54,266:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,266:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:54,266:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:54,267:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,267:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:54,267:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,268:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:55,268:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,268:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:55,269:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:55,269:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,269:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:55,269:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:55,270:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,270:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:55,270:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,271:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:56,271:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,271:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:56,271:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:56,272:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,272:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:56,272:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:56,273:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,273:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:56,273:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,273:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:57,274:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,274:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:57,274:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:57,274:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,274:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:57,274:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:57,274:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,274:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:57,274:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,275:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:58,276:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,276:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:58,276:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:58,276:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,276:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:58,277:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:58,277:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,277:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:58,277:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,278:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:59,278:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,278:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:33:59,278:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:59,278:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,279:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:33:59,279:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:33:59,279:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,279:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:33:59,279:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,282:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:00,282:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,282:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:00,282:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:00,282:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,282:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:00,283:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:00,283:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,283:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:00,283:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,284:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:01,284:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,284:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:01,284:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:01,284:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,284:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:01,284:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:01,286:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,286:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:01,286:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,287:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:02,287:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,287:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:02,287:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:02,288:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,288:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:02,288:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:02,290:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,290:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:02,290:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,291:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:03,291:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,291:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:03,291:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:03,291:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,291:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:03,291:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:03,291:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,291:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:03,291:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,293:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:04,293:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,293:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:04,293:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:04,293:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,293:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:04,293:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:04,294:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,294:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:04,294:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,295:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:05,295:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,295:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:05,295:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:05,296:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,296:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:05,296:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:05,296:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,296:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:05,296:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,297:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:06,297:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,297:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:06,297:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:06,298:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,298:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:06,298:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:06,298:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,298:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:06,298:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,300:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:07,300:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,300:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:07,300:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:07,300:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,301:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:07,301:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:07,301:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,301:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:07,301:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,302:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:08,302:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,302:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:08,302:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:08,302:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,302:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:08,303:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:08,303:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,303:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:08,303:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,304:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:09,304:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,304:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:09,304:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:09,305:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,305:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:09,305:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:09,305:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,305:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:09,305:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,306:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:10,307:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,307:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:10,307:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:10,307:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,307:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:10,307:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:10,308:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,308:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:10,308:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,310:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:11,310:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,310:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:11,310:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:11,310:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,310:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:11,310:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:11,310:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,310:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:11,311:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,312:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:12,312:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,312:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:12,312:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:12,313:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,313:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:12,313:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:12,313:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,313:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:12,313:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,314:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:13,314:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,314:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:13,314:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:13,315:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,315:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:13,315:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:13,315:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,315:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:13,315:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,316:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:14,317:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,317:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:14,317:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:14,317:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,317:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:14,317:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:14,317:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,317:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:14,318:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,318:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:15,318:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,318:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:15,318:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:15,319:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,319:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:15,319:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:15,319:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,319:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:15,319:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,320:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:16,321:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,321:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:16,321:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:16,321:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,321:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:16,321:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:16,322:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,322:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:16,322:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,323:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:17,323:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,323:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:17,324:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:17,324:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,324:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:17,324:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:17,324:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,324:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:17,324:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,325:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:18,326:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,326:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:18,326:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:18,326:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,326:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:18,326:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:18,326:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,326:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:18,327:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,327:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:19,328:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,328:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:19,328:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:19,328:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,328:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:19,328:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:19,328:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,328:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:19,328:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,330:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:20,330:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,330:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:20,330:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:20,330:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,330:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:20,330:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:20,331:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,331:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:20,331:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,332:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:21,332:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,332:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:21,332:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:21,332:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,332:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:21,332:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:21,333:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,333:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:21,333:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,334:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:22,334:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,334:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:22,334:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:22,335:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,335:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:22,335:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:22,335:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,335:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:22,335:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,336:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:23,336:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,336:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:23,337:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:23,337:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,337:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:23,337:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:23,337:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,337:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:23,337:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,338:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:24,338:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,338:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:24,338:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:24,339:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,339:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:24,339:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:24,339:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,339:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:24,339:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,340:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:25,340:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,340:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:25,340:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:25,340:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,340:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:25,341:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:25,341:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,341:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:25,341:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,342:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:26,342:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,342:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:26,342:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:26,342:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,342:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:26,342:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:26,343:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,343:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:26,343:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,344:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:27,344:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,344:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:27,344:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:27,344:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,344:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:27,345:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:27,345:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,345:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:27,345:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,346:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:28,346:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,346:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:28,346:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:28,346:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,346:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:28,347:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:28,347:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,347:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:28,347:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,348:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:29,348:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,348:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:29,348:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:29,349:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,349:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:29,349:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:29,349:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,349:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:29,349:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,350:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:30,350:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,350:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:30,350:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:30,350:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,351:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:30,351:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:30,351:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,351:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:30,351:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,352:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:31,352:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,352:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:31,353:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:31,353:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,353:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:31,353:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:31,353:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,353:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:31,354:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,355:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:32,355:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,355:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:32,355:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:32,355:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,356:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:32,356:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:32,356:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,356:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:32,356:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,357:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:33,357:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,357:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:33,358:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:33,358:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,358:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:33,358:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:33,358:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,358:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:33,358:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,359:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:34,359:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,359:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:34,359:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:34,359:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,359:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:34,359:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:34,359:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,359:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:34,360:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,360:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:35,361:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,361:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:35,361:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:35,361:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,362:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:35,362:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:35,362:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,362:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:35,362:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,363:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:36,364:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,364:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:36,364:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:36,364:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,364:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:36,364:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:36,364:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,364:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:36,364:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,366:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:37,366:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,366:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:37,366:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:37,366:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,366:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:37,367:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:37,367:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,367:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:37,367:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,368:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:38,368:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,368:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:38,368:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:38,369:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,369:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:38,369:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:38,369:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,369:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:38,369:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,370:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:39,371:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,371:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:39,371:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:39,371:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,371:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:39,371:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:39,371:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,372:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:39,372:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,373:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:40,373:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,373:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:40,374:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:40,374:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,374:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:40,374:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:40,375:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,375:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:40,375:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,376:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:41,376:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,376:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:41,376:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:41,376:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,376:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:41,376:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:41,377:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,377:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:41,377:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,378:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:42,378:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,378:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:42,378:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:42,378:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,378:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:42,379:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:42,379:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,379:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:42,379:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,379:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:43,379:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,379:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:43,379:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:43,380:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,380:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:43,380:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:43,380:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,380:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:43,380:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,381:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:44,381:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,381:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:44,382:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:44,382:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,382:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:44,382:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:44,382:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,382:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:44,382:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,384:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:45,384:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,384:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:45,384:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:45,384:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,384:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:45,384:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:45,385:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,385:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:45,385:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,386:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:46,386:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,386:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:46,386:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:46,386:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,386:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:46,387:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:46,387:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,387:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:46,387:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,388:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:47,388:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,388:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:47,388:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:47,389:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,389:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:47,389:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:47,389:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,389:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:47,389:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,390:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:48,390:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,390:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:48,390:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:48,390:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,390:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:48,391:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:48,391:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,391:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:48,391:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,392:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:49,392:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,392:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:49,392:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:49,393:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,393:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:49,393:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:49,393:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,393:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:49,393:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,394:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:50,394:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,394:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:50,394:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:50,394:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,394:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:50,394:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:50,395:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,395:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:50,395:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,395:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:51,396:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,396:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:51,396:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:51,396:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,396:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:51,396:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:51,396:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,396:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:51,396:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,397:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:52,398:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,398:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:52,398:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:52,398:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,398:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:52,398:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:52,398:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,398:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:52,398:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,399:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:53,399:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,399:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:53,399:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:53,400:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,400:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:53,400:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:53,400:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,400:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:53,400:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,402:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:54,402:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,402:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:54,402:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:54,402:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,402:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:54,402:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:54,402:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,402:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:54,403:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,404:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:55,404:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,404:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:55,404:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:55,404:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,404:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:55,404:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:55,405:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,405:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:55,405:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,406:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:56,406:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,406:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:56,406:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:56,407:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,407:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:56,407:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:56,407:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,407:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:56,407:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,409:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:57,409:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,409:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:57,409:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:57,409:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,409:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:57,409:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:57,410:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,410:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:57,410:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,410:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:58,410:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,410:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:58,410:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:58,411:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,411:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:58,411:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:58,411:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,411:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:58,411:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,412:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:59,413:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,413:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:34:59,413:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:59,413:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,413:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:34:59,413:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:34:59,413:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,413:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:34:59,413:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,414:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:00,414:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,414:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:00,414:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:00,414:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,414:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:00,414:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:00,415:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,415:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:00,415:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,416:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:01,417:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,417:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:01,417:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:01,417:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,417:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:01,417:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:01,417:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,417:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:01,418:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,418:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:02,418:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,418:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:02,418:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:02,418:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,418:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:02,419:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:02,419:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,419:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:02,419:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,420:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:03,420:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,420:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:03,420:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:03,421:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,421:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:03,421:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:03,421:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,421:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:03,421:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,422:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:04,422:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,422:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:04,422:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:04,423:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,423:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:04,423:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:04,423:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,423:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:04,423:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,424:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:05,425:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,425:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:05,425:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:05,425:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,425:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:05,426:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:05,426:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,426:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:05,426:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,427:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:06,427:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,427:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:06,427:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:06,427:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,427:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:06,427:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:06,427:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,427:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:06,428:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,429:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:07,429:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,429:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:07,429:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:07,429:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,429:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:07,429:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:07,430:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,430:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:07,430:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,431:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:08,431:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,431:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:08,431:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:08,431:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,431:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:08,432:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:08,432:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,432:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:08,432:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,433:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:09,433:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,433:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:09,433:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:09,434:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,434:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:09,434:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:09,434:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,434:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:09,434:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,435:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:10,435:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,435:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:10,435:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:10,435:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,435:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:10,436:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:10,436:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,436:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:10,436:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,437:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:11,437:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,437:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:11,437:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:11,438:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,438:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:11,438:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:11,438:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,438:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:11,438:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,439:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:12,439:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,439:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:12,439:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:12,439:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,439:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:12,439:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:12,440:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,440:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:12,440:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,440:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:13,440:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,440:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:13,440:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:13,441:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,441:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:13,441:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:13,441:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,441:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:13,441:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,442:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:14,442:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,442:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:14,442:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:14,442:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,442:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:14,442:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:14,443:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,443:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:14,443:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,443:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:15,443:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,443:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:15,443:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:15,444:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,444:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:15,444:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:15,444:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,444:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:15,444:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,445:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:16,445:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,445:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:16,445:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:16,445:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,446:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:16,446:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:16,446:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,446:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:16,446:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,447:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:17,447:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,447:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:17,447:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:17,447:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,448:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:17,448:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:17,448:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,448:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:17,448:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,449:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:18,450:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,450:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:18,450:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:18,450:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,450:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:18,450:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:18,450:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,450:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:18,450:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,452:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:19,452:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,452:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:19,452:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:19,452:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,452:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:19,452:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:19,453:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,453:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:19,453:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,454:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:20,454:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,454:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:20,454:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:20,455:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,455:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:20,455:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:20,455:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,455:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:20,455:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,455:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:21,455:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,456:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:21,456:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:21,456:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,456:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:21,456:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:21,456:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,456:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:21,456:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,457:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:22,457:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,457:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:22,457:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:22,457:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,457:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:22,457:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:22,457:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,457:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:22,458:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,458:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:23,458:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,458:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:23,458:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:23,458:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,458:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:23,459:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:23,459:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,459:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:23,459:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,460:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:24,460:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,460:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:24,460:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:24,461:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,461:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:24,461:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:24,461:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,461:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:24,461:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,462:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:25,462:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,462:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:25,462:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:25,463:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,463:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:25,463:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:25,463:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,463:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:25,463:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,464:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:26,464:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,464:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:26,464:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:26,465:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,465:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:26,465:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:26,465:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,465:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:26,465:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,466:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:27,466:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,466:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:27,466:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:27,466:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,466:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:27,466:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:27,467:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,467:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:27,467:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,468:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:28,468:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,468:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:28,468:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:28,468:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,469:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:28,469:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:28,469:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,469:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:28,469:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,470:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:29,470:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,470:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:29,470:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:29,470:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,470:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:29,471:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:29,471:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,471:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:29,471:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,472:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:30,472:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,472:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:30,472:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:30,472:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,472:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:30,473:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:30,473:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,473:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:30,473:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,474:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:31,474:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,474:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:31,474:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:31,474:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,474:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:31,475:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:31,475:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,475:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:31,475:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,476:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:32,476:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,476:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:32,476:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:32,477:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,477:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:32,477:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:32,477:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,477:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:32,477:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,478:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:33,478:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,478:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:33,478:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:33,478:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,478:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:33,478:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:33,479:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,479:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:33,479:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,480:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:34,480:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,480:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:34,480:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:34,481:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,481:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:34,481:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:34,481:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,481:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:34,481:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,482:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:35,482:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,482:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:35,482:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:35,483:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,483:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:35,483:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:35,483:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,483:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:35,483:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,483:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:36,483:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,483:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:36,484:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:36,484:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,484:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:36,484:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:36,484:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,484:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:36,484:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,486:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:37,486:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,486:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:37,486:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:37,487:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,487:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:37,487:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:37,487:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,487:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:37,487:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,488:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:38,488:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,488:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:38,488:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:38,489:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,489:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:38,489:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:38,489:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,489:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:38,489:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,490:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:39,490:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,490:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:39,490:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:39,490:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,490:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:39,491:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:39,491:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,491:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:39,491:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,492:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:40,492:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,492:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:40,492:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:40,492:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,492:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:40,492:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:40,492:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,492:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:40,492:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,493:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:41,493:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,493:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:41,493:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:41,494:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,494:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:41,494:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:41,494:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,494:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:41,494:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,495:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:42,495:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,495:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:42,496:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:42,496:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,496:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:42,496:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:42,496:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,496:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:42,496:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,497:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:43,497:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,497:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:43,497:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:43,498:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,498:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:43,498:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:43,498:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,498:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:43,498:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,499:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:44,499:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,499:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:44,500:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:44,500:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,500:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:44,500:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:44,500:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,500:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:44,500:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,501:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:45,501:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,501:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:45,501:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:45,501:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,501:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:45,502:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:45,502:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,502:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:45,502:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,503:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:46,503:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,503:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:46,503:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:46,504:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,504:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:46,504:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:46,504:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,504:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:46,504:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,505:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:47,505:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,506:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:47,506:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:47,506:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,506:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:47,506:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:47,506:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,506:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:47,506:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,508:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:48,508:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,508:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:48,508:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:48,508:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,508:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:48,509:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:48,509:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,509:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:48,509:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,510:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:49,510:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,511:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:49,511:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:49,511:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,511:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:49,511:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:49,512:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,512:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:49,512:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,514:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:50,514:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,514:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:50,514:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:50,514:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,514:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:50,514:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:50,515:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,515:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:50,515:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,516:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:51,516:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,516:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:51,516:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:51,517:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,517:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:51,517:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:51,517:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,517:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:51,518:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,518:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:52,518:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,518:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:52,518:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:52,519:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,519:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:52,519:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:52,519:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,519:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:52,519:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,520:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:53,521:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,521:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:53,521:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:53,521:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,521:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:53,522:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:53,522:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,522:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:53,522:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,523:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:54,524:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,524:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:54,524:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:54,530:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,530:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:54,530:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:54,530:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,530:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:54,530:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,531:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:55,531:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,531:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:55,531:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:55,531:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,531:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:55,531:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:55,531:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,531:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:55,532:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,533:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:56,533:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,533:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:56,533:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:56,533:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,533:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:56,533:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:56,534:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,534:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:56,534:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,535:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:57,535:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,535:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:57,535:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:57,536:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,536:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:57,536:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:57,536:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,536:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:57,536:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,536:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:58,537:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,537:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:58,537:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:58,537:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,537:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:58,537:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:58,537:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,537:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:58,538:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,539:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:59,540:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,540:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:35:59,540:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:59,540:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,540:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:35:59,540:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:35:59,540:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,540:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:35:59,541:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,541:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:00,542:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,542:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:00,542:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:00,542:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,542:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:00,542:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:00,543:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,543:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:00,543:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,544:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:01,545:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,545:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:01,545:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:01,545:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,545:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:01,545:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:01,545:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,545:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:01,545:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,546:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:02,546:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,546:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:02,547:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:02,547:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,547:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:02,547:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:02,547:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,547:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:02,547:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,547:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:03,547:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,547:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:03,547:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:03,548:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,548:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:03,548:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:03,548:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,548:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:03,548:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,549:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:04,549:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,549:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:04,549:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:04,550:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,550:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:04,550:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:04,550:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,550:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:04,550:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,551:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:05,552:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,552:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:05,552:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:05,552:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,552:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:05,552:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:05,552:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,552:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:05,552:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,554:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:06,554:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,554:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:06,554:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:06,554:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,554:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:06,554:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:06,555:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,555:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:06,555:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,556:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:07,556:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,556:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:07,556:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:07,556:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,556:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:07,557:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:07,557:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,557:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:07,557:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,558:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:08,558:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,558:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:08,558:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:08,558:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,558:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:08,558:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:08,559:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,559:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:08,559:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,560:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:09,560:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,560:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:09,560:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:09,560:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,560:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:09,560:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:09,561:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,561:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:09,561:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,562:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:10,562:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,563:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:10,563:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:10,563:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,563:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:10,563:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:10,564:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,564:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:10,564:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,565:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:11,565:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,565:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:11,565:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:11,566:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,566:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:11,566:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:11,566:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,566:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:11,566:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,567:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:12,567:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,567:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:12,568:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:12,568:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,568:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:12,568:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:12,568:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,568:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:12,569:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,570:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:13,570:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,570:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:13,570:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:13,571:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,571:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:13,571:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:13,571:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,571:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:13,571:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,573:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:14,573:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,573:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:14,573:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:14,573:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,573:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:14,573:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:14,574:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,574:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:14,574:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,574:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:15,575:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,575:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:15,575:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:15,576:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,576:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:15,576:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:15,581:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,581:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:15,582:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,583:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:16,583:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,583:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:16,583:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:16,583:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,583:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:16,584:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:16,584:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,584:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:16,584:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,585:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:17,585:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,585:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:17,586:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:17,586:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,586:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:17,586:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:17,586:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,586:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:17,586:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,588:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:18,588:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,588:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:18,588:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:18,588:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,588:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:18,588:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:18,588:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,588:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:18,589:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,590:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:19,590:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,590:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:19,590:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:19,590:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,590:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:19,590:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:19,591:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,591:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:19,591:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,591:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:20,591:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,591:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:20,591:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:20,592:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,592:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:20,592:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:20,592:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,592:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:20,592:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,593:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:21,594:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,594:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:21,594:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:21,594:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,594:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:21,594:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:21,594:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,595:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:21,595:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,595:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:22,595:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,595:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:22,595:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:22,596:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,596:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:22,596:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:22,596:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,596:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:22,596:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,597:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:23,597:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,598:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:23,598:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:23,598:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,598:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:23,598:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:23,598:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,598:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:23,598:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,600:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:24,600:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,600:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:24,600:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:24,600:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,600:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:24,600:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:24,600:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,600:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:24,600:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,603:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:25,603:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,603:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:25,604:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:25,604:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,604:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:25,604:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:25,605:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,605:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:25,605:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,606:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:26,606:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,606:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:26,606:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:26,606:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,606:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:26,606:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:26,606:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,607:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:26,607:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,608:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:27,608:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,608:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:27,608:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:27,608:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,608:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:27,608:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:27,608:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,608:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:27,608:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,610:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:28,610:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,610:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:28,610:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:28,610:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,610:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:28,610:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:28,611:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,611:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:28,611:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,612:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:29,612:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,612:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:29,612:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:29,612:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,612:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:29,612:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:29,612:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,612:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:29,612:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,613:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:30,613:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,613:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:30,613:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:30,614:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,614:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:30,614:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:30,614:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,614:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:30,614:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,614:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:31,615:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,615:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:31,615:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:31,615:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,615:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:31,615:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:31,616:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,616:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:31,616:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,617:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:32,617:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,617:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:32,617:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:32,618:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,618:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:32,618:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:32,618:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,618:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:32,618:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,619:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:33,620:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,620:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:33,620:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:33,620:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,620:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:33,620:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:33,620:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,620:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:33,621:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,622:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:34,622:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,622:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:34,622:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:34,622:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,622:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:34,623:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:34,623:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,623:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:34,623:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,626:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:35,626:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,626:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:35,626:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:35,627:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,627:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:35,627:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:35,627:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,627:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:35,627:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,627:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:36,628:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,628:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:36,628:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:36,628:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,628:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:36,629:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:36,629:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,629:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:36,629:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,630:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:37,630:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,630:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:37,630:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:37,630:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,630:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:37,631:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:37,631:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,631:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:37,631:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,632:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:38,632:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,632:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:38,632:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:38,633:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,633:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:38,633:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:38,633:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,633:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:38,633:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,634:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:39,634:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,634:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:39,634:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:39,635:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,635:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:39,635:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:39,635:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,635:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:39,635:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,637:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:40,637:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,637:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:40,637:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:40,637:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,637:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:40,637:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:40,638:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,638:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:40,638:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,639:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:41,639:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,639:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:41,639:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:41,639:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,639:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:41,639:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:41,640:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,640:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:41,640:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,641:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:42,641:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,641:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:42,641:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:42,641:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,642:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:42,642:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:42,642:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,642:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:42,642:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,643:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:43,644:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,644:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:43,644:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:43,644:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,644:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:43,644:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:43,644:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,644:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:43,644:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,645:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:44,645:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,645:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:44,645:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:44,646:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,646:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:44,648:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:44,648:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,648:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:44,649:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,650:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:45,650:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,650:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:45,651:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:45,651:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,651:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:45,651:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:45,651:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,651:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:45,651:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,653:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:46,653:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,653:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:46,653:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:46,654:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,654:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:46,654:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:46,654:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,654:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:46,654:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,656:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:47,656:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,656:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:47,656:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:47,656:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,656:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:47,656:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:47,657:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,657:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:47,657:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,658:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:48,658:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,658:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:48,658:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:48,659:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,659:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:48,659:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:48,659:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,659:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:48,659:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,660:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:49,661:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,661:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:49,661:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:49,661:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,661:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:49,661:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:49,661:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,661:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:49,662:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,662:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:50,662:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,662:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:50,662:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:50,663:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,663:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:50,663:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:50,663:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,663:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:50,663:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,664:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:51,665:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,665:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:51,665:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:51,665:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,665:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:51,666:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:51,666:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,666:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:51,666:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,667:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:52,668:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,668:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:52,668:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:52,668:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,668:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:52,668:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:52,669:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,669:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:52,669:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,670:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:53,670:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,670:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:53,671:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:53,671:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,671:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:53,671:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:53,672:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,672:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:53,672:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,673:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:54,673:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,673:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:54,673:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:54,673:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,673:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:54,674:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:54,674:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,674:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:54,674:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,675:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:55,675:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,675:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:55,676:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:55,676:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,676:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:55,676:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:55,676:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,676:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:55,676:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,677:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:56,677:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,677:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:56,677:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:56,677:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,677:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:56,677:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:56,678:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,678:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:56,678:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,679:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:57,679:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,679:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:57,679:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:57,680:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,680:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:57,680:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:57,680:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,680:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:57,680:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,681:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:58,681:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,681:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:58,681:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:58,682:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,682:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:58,682:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:58,682:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,682:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:58,682:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,683:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:59,684:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,684:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:36:59,684:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:59,684:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,684:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:36:59,684:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:36:59,685:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,685:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:36:59,685:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,685:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:00,686:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,686:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:00,686:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:00,686:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,686:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:00,686:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:00,686:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,686:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:00,687:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,687:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:01,687:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,687:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:01,688:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:01,688:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,688:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:01,688:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:01,688:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,688:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:01,688:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,689:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:02,690:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,690:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:02,690:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:02,690:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,690:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:02,690:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:02,690:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,690:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:02,690:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,691:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:03,692:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,692:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:03,692:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:03,692:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,692:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:03,692:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:03,692:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,692:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:03,692:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,694:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:04,694:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,694:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:04,694:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:04,694:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,694:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:04,694:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:04,694:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,694:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:04,694:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,695:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:05,696:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,696:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:05,696:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:05,696:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,696:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:05,696:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:05,696:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,696:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:05,697:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,697:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:06,698:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,698:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:06,698:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:06,698:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,698:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:06,698:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:06,698:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,698:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:06,699:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,700:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:07,700:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,700:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:07,700:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:07,700:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,700:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:07,700:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:07,701:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,701:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:07,701:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,702:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:08,702:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,702:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:08,702:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:08,702:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,702:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:08,703:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:08,703:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,703:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:08,703:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,704:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:09,704:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,704:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:09,704:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:09,704:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,704:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:09,705:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:09,705:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,705:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:09,705:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,706:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:10,706:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,706:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:10,706:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:10,706:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,706:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:10,706:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:10,707:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,707:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:10,707:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,708:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:11,708:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,708:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:11,708:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:11,708:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,708:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:11,708:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:11,708:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,708:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:11,709:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,710:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:12,710:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,710:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:12,710:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:12,710:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,710:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:12,711:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:12,711:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,711:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:12,711:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,712:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:13,712:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,712:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:13,712:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:13,712:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,712:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:13,712:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:13,713:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,713:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:13,713:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,714:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:14,714:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,714:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:14,714:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:14,714:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,714:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:14,715:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:14,715:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,715:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:14,715:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,716:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:15,716:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,716:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:15,716:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:15,717:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,717:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:15,717:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:15,718:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,718:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:15,718:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,719:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:16,719:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,719:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:16,719:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:16,720:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,720:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:16,720:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:16,720:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,720:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:16,720:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,721:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:17,721:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,721:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:17,721:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:17,721:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,721:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:17,721:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:17,722:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,722:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:17,722:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,722:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:18,722:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,722:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:18,722:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:18,723:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,723:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:18,723:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:18,723:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,723:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:18,723:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,724:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:19,724:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,724:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:19,724:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:19,725:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,725:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:19,725:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:19,725:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,725:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:19,725:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,726:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:20,726:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,726:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:20,726:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:20,727:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,727:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:20,727:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:20,727:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,727:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:20,727:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,728:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:21,728:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,728:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:21,728:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:21,728:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,728:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:21,729:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:21,729:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,729:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:21,729:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,730:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:22,730:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,730:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:22,730:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:22,730:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,730:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:22,730:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:22,730:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,731:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:22,731:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,732:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:23,732:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,732:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:23,732:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:23,732:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,732:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:23,733:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:23,733:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,733:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:23,733:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,734:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:24,734:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,734:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:24,734:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:24,735:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,735:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:24,735:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:24,735:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,735:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:24,735:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,737:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:25,737:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,737:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:25,737:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:25,737:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,737:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:25,737:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:25,738:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,738:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:25,738:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,739:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:26,739:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,739:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:26,739:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:26,739:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,739:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:26,739:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:26,740:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,740:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:26,740:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,741:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:27,741:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,741:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:27,741:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:27,741:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,741:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:27,742:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:27,742:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,742:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:27,742:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,743:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:28,743:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,743:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:28,743:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:28,743:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,743:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:28,743:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:28,743:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,743:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:28,744:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,745:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:29,745:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,745:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:29,745:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:29,745:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,745:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:29,745:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:29,746:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,746:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:29,746:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,746:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:30,746:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,746:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:30,746:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:30,747:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,747:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:30,747:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:30,747:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,747:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:30,747:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,748:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:31,748:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,748:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:31,748:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:31,749:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,749:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:31,749:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:31,749:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,750:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:31,750:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,751:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:32,751:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,751:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:32,751:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:32,751:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,751:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:32,752:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:32,752:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,752:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:32,752:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,753:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:33,753:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,753:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:33,753:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:33,753:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,754:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:33,754:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:33,754:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,754:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:33,754:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,754:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:34,754:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,754:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:34,754:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:34,755:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,755:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:34,755:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:34,757:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,757:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:34,757:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,758:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:35,758:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,758:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:35,758:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:35,759:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,759:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:35,759:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:35,759:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,759:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:35,759:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,761:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:36,761:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,761:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:36,761:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:36,761:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,761:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:36,761:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:36,761:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,761:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:36,762:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,762:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:37,762:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,762:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:37,762:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:37,763:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,763:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:37,763:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:37,764:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,764:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:37,764:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,766:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:38,766:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,766:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:38,766:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:38,767:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,767:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:38,767:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:38,767:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,768:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:38,768:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,769:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:39,769:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,769:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:39,769:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:39,769:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,769:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:39,770:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:39,770:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,770:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:39,771:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,771:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:40,772:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,772:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:40,772:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:40,772:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,772:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:40,772:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:40,773:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,773:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:40,773:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,774:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:41,774:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,774:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:41,774:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:41,774:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,775:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:41,775:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:41,775:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,775:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:41,775:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,776:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:42,776:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,776:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:42,777:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:42,777:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,777:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:42,777:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:42,777:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,777:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:42,777:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,778:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:43,778:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,778:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:43,778:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:43,778:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,779:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:43,779:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:43,779:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,779:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:43,779:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,782:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:44,782:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,782:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:44,782:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:44,793:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,793:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:44,793:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:44,794:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,794:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:44,794:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,794:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:45,795:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,795:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:45,795:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:45,795:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,795:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:45,795:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:45,795:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,795:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:45,796:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,797:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:46,797:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,797:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:46,797:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:46,797:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,798:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:46,798:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:46,798:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,798:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:46,798:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,798:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:47,799:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,799:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:47,799:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:47,799:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,799:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:47,799:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:47,799:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,799:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:47,799:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,802:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:48,803:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,803:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:48,803:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:48,803:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,803:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:48,803:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:48,804:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,804:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:48,804:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,805:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:49,805:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,805:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:49,805:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:49,805:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,805:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:49,805:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:49,806:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,806:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:49,806:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,807:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:50,807:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,808:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:50,808:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:50,808:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,808:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:50,808:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:50,808:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,808:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:50,808:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,809:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:51,809:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,810:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:51,810:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:51,810:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,810:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:51,810:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:51,810:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,810:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:51,810:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,811:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:52,811:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,811:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:52,811:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:52,811:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,811:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:52,811:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:52,812:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,812:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:52,812:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,813:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:53,813:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,813:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:53,813:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:53,814:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,814:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:53,814:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:53,814:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,814:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:53,814:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,814:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:54,815:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,815:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:54,815:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:54,815:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,815:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:54,815:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:54,815:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,815:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:54,815:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,816:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:55,817:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,817:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:55,817:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:55,817:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,817:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:55,817:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:55,817:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,817:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:55,817:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,818:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:56,818:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,818:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:56,818:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:56,818:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,818:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:56,818:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:56,819:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,819:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:56,819:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,820:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:57,820:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,820:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:57,820:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:57,820:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,820:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:57,821:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:57,821:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,821:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:57,821:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,822:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:58,822:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,822:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:58,822:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:58,822:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,822:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:58,823:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:58,823:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,823:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:58,823:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,824:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:59,824:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,824:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:37:59,824:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:59,825:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,825:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:37:59,825:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:37:59,825:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,825:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:37:59,825:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,826:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:00,826:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,826:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:00,826:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:00,826:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,826:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:00,826:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:00,827:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,827:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:00,827:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,828:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:01,828:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,828:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:01,828:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:01,829:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,829:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:01,829:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:01,829:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,829:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:01,830:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,831:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:02,831:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,831:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:02,831:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:02,831:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,831:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:02,832:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:02,832:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,832:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:02,832:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,832:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:03,833:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,833:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:03,833:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:03,833:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,833:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:03,833:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:03,833:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,833:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:03,834:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,834:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:04,834:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,834:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:04,834:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:04,834:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,834:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:04,834:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:04,835:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,835:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:04,835:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,836:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:05,836:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,836:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:05,836:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:05,836:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,836:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:05,836:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:05,837:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,837:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:05,837:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,838:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:06,838:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,838:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:06,838:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:06,838:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,838:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:06,838:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:06,838:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,838:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:06,839:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,840:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:07,840:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,840:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:07,840:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:07,840:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,840:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:07,840:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:07,841:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,841:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:07,841:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,842:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:08,842:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,842:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:08,842:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:08,842:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,842:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:08,843:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:08,843:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,843:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:08,843:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,844:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:09,844:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,844:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:09,844:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:09,845:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,845:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:09,845:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:09,845:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,845:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:09,846:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,846:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:10,846:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,846:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:10,846:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:10,847:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,847:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:10,847:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:10,848:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,848:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:10,848:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,849:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:11,849:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,849:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:11,849:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:11,849:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,849:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:11,850:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:11,850:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,850:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:11,850:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,850:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:12,850:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,850:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:12,850:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:12,850:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,850:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:12,850:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:12,851:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,851:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:12,851:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,851:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:13,851:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,851:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:13,851:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:13,851:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,852:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:13,852:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:13,852:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,852:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:13,852:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,853:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:14,854:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,854:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:14,854:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:14,854:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,854:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:14,854:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:14,854:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,854:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:14,854:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,856:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:15,856:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,856:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:15,856:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:15,856:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,856:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:15,856:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:15,857:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,857:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:15,857:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,858:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:16,858:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,858:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:16,858:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:16,859:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,859:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:16,859:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:16,859:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,859:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:16,859:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,860:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:17,860:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,861:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:17,861:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:17,861:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,861:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:17,861:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:17,862:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,862:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:17,862:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,863:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:18,863:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,863:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:18,863:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:18,863:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,864:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:18,864:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:18,864:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,864:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:18,864:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,864:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:19,865:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,865:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:19,865:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:19,865:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,865:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:19,865:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:19,865:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,866:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:19,866:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,866:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:20,866:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,866:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:20,866:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:20,866:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,866:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:20,867:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:20,867:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,867:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:20,867:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,868:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:21,868:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,868:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:21,868:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:21,869:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,869:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:21,869:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:21,869:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,869:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:21,869:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,870:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:22,870:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,870:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:22,870:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:22,870:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,870:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:22,870:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:22,871:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,871:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:22,871:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,871:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:23,871:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,871:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:23,872:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:23,872:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,872:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:23,872:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:23,872:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,872:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:23,873:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,874:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:24,874:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,874:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:24,874:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:24,875:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,875:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:24,875:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:24,875:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,875:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:24,875:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,876:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:25,876:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,877:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:25,877:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:25,877:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,877:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:25,877:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:25,877:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,877:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:25,878:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,878:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:26,878:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,878:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:26,878:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:26,879:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,879:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:26,879:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:26,879:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,879:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:26,879:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,880:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:27,880:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,880:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:27,880:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:27,880:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,880:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:27,881:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:27,881:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,881:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:27,881:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,882:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:28,882:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,882:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:28,882:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:28,883:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,883:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:28,883:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:28,883:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,883:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:28,883:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,884:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:29,884:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,884:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:29,885:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:29,885:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,885:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:29,885:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:29,885:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,885:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:29,885:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,886:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:30,886:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,886:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:30,886:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:30,886:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,887:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:30,887:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:30,887:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,887:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:30,887:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,888:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:31,888:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,888:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:31,888:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:31,889:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,889:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:31,889:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:31,889:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,889:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:31,889:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,890:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:32,891:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,891:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:32,891:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:32,891:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,891:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:32,891:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:32,891:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,891:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:32,891:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,893:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:33,893:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,893:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:33,893:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:33,893:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,893:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:33,894:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:33,894:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,894:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:33,894:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,896:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:34,896:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,896:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:34,896:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:34,896:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,896:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:34,896:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:34,897:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,897:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:34,897:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,898:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:35,898:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,898:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:35,898:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:35,898:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,898:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:35,898:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:35,899:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,899:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:35,899:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,900:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:36,900:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,900:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:36,900:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:36,901:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,901:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:36,901:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:36,901:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,901:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:36,901:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,902:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:37,902:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,902:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:37,902:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:37,902:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,902:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:37,902:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:37,903:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,903:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:37,903:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,904:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:38,904:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,904:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:38,904:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:38,904:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,904:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:38,904:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:38,904:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,904:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:38,905:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,906:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:39,906:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,906:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:39,906:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:39,906:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,906:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:39,906:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:39,907:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,907:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:39,907:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,907:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:40,908:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,908:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:40,908:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:40,908:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,908:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:40,908:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:40,908:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,908:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:40,908:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,909:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:41,909:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,909:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:41,909:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:41,909:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,909:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:41,910:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:41,910:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,910:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:41,910:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,911:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:42,911:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,911:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:42,911:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:42,911:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,911:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:42,911:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:42,912:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,912:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:42,912:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,913:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:43,913:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,913:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:43,913:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:43,913:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,913:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:43,913:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:43,913:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,914:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:43,914:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,915:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:44,915:1(0x7f2f63fff640):ZOO_ERROR@check_events@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:44,915:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:44,915:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:44,915:1(0x7f2f63fff640):ZOO_ERROR@check_events@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:44,915:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:44,916:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:44,916:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,916:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:44,916:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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:45,917:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:45,917:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,917:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:45,917:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:45,918:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,918:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:45,918:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:45,918:1(0x7f2f63fff640):ZOO_ERROR@check_events@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:45,918:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:45,919:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,919:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:46,919:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,919:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:46,919:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:46,920:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,920:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:46,920:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:46,920:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,920:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:46,920:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,920:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:47,921:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,921:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:47,921:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:47,921:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,921:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:47,921:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:47,921:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,921:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:47,921:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,922:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:48,922:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,922:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:48,922:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:48,922:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,922:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:48,922:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:48,923:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,923:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:48,923:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,924:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:49,924:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,924:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:49,924:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:49,924:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,924:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:49,925:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:49,925:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,925:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:49,925:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,926:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:50,926:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,926:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:50,926:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:50,927:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,927:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:50,927:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:50,927:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,927:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:50,927:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,928:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:51,929:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,929:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:51,929:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:51,929:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,929:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:51,929:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:51,929:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,929:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:51,929:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,930:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:52,930:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,930:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:52,930:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:52,930:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,931:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:52,931:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:52,931:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,931:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:52,931:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,932:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:53,932:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,932:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:53,933:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:53,933:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,933:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:53,933:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:53,933:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,933:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:53,933:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,934:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:54,934:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,934:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:54,934:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:54,934:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,935:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:54,935:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:54,935:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,935:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:54,935:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,935:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:55,936:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,936:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:55,936:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:55,936:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,936:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:55,936:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:55,936:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,936:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:55,936:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,937:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:56,937:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,937:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:56,938:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:56,938:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,938:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:56,938:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:56,939:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,939:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:56,939:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,940:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:57,940:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,940:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:57,941:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:57,941:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,941:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:57,941:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:57,941:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,941:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:57,941:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,942:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:58,942:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,942:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:58,942:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:58,942:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,942:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:58,942:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:58,943:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,943:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:58,943:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,944:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:59,944:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,944:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:38:59,944:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:59,945:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,945:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:38:59,945:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:38:59,945:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,945:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:38:59,945:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,946:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:00,947:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,947:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:00,947:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:00,947:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,947:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:00,948:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:00,948:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,948:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:00,948:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,949:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:01,950:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,950:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:01,950:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:01,950:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,950:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:01,951:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:01,951:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,951:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:01,951:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,952:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:02,952:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,952:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:02,952:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:02,952:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,953:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:02,953:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:02,953:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,953:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:02,953:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,954:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:03,954:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,954:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:03,954:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:03,955:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,955:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:03,955:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:03,955:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,955:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:03,955:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,957:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:04,957:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,957:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:04,957:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:04,957:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,957:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:04,957:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:04,957:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,957:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:04,957:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,958:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:05,958:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,958:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:05,958:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:05,958:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,958:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:05,959:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:05,959:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,959:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:05,959:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,960:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:06,960:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,960:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:06,960:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:06,961:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,961:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:06,961:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:06,961:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,961:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:06,961:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,962:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:07,962:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,962:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:07,962:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:07,962:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,962:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:07,963:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:07,963:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,963:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:07,963:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,964:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:08,964:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,964:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:08,964:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:08,964:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,964:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:08,964:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:08,965:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,965:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:08,965:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,966:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:09,966:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,966:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:09,966:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:09,967:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,967:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:09,967:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:09,967:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,967:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:09,967:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,968:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:10,968:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,968:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:10,968:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:10,968:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,968:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:10,968:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:10,968:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,968:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:10,969:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,969:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:11,969:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,969:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:11,970:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:11,970:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,970:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:11,970:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:11,970:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,970:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:11,970:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,972:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:12,972:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,972:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:12,972:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:12,972:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,972:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:12,972:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:12,973:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,973:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:12,973:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,974:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:13,974:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,974:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:13,974:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:13,975:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,975:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:13,975:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:13,975:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,975:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:13,975:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,976:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:14,976:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,976:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:14,976:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:14,976:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,977:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:14,977:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:14,977:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,977:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:14,977:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,978:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:15,978:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,978:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:15,978:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:15,979:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,979:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:15,979:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:15,979:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,979:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:15,979:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,981:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:16,981:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,981:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:16,981:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:16,981:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,981:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:16,981:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:16,981:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,981:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:16,981:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,983:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:17,983:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,983:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:17,983:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:17,983:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,983:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:17,983:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:17,983:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,983:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:17,984:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,984:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:18,985:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,985:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:18,985:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:18,985:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,985:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:18,985:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:18,985:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,985:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:18,985:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,986:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:19,986:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,986:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:19,986:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:19,986:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,986:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:19,987:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:19,987:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,987:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:19,987:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,988:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:20,988:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,988:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:20,988:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:20,989:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,989:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:20,989:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:20,989:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,989:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:20,989:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,990:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:21,990:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,990:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:21,991:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:21,991:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,991:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:21,991:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:21,992:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,992:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:21,992:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,993:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:22,993:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,993:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:22,993:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:22,994:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,994:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:22,994:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:22,994:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,994:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:22,994:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,995:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:23,995:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,995:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:23,995:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:23,995:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,995:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:23,996:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:23,996:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,996:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:23,996:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,997:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:24,997:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,997:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:24,997:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:24,998:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,998:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:24,998:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:24,998:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,998:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:24,998:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,999:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:26,000:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,000:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:26,000:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:26,000:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,001:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:26,001:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:26,001:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,001:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:26,001:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,002:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:27,002:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,003:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:27,003:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:27,003:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,003:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:27,003:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:27,004:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,004:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:27,004:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,005:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:28,005:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,005:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:28,005:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:28,006:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,006:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:28,006:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:28,006:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,006:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:28,007:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,007:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:29,008:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,008:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:29,008:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:29,009:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,009:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:29,009:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:29,009:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,009:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:29,009:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,011:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:30,011:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,011:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:30,011:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:30,011:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,011:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:30,011:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:30,012:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,012:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:30,012:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,013:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:31,013:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,013:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:31,013:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:31,013:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,013:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:31,013:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:31,013:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,013:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:31,013:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,015:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:32,015:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,015:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:32,015:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:32,015:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,016:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:32,016:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:32,016:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,016:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:32,016:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,017:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:33,017:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,017:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:33,017:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:33,018:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,018:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:33,018:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:33,018:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,018:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:33,018:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,019:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:34,020:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,020:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:34,020:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:34,020:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,020:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:34,020:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:34,020:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,020:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:34,020:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,022:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:35,022:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,022:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:35,022:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:35,022:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,022:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:35,022:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:35,023:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,023:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:35,023:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,025:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:36,025:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,025:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:36,025:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:36,025:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,025:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:36,025:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:36,026:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,026:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:36,026:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,027:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:37,027:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,027:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:37,027:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:37,028:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,028:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:37,028:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:37,028:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,028:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:37,028:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,029:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:38,030:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,030:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:38,030:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:38,030:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,030:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:38,030:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:38,030:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,030:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:38,031:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,032:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:39,032:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,032:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:39,032:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:39,032:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,032:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:39,033:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:39,033:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,033:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:39,033:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,034:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:40,034:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,034:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:40,034:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:40,034:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,034:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:40,035:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:40,035:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,035:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:40,035:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,036:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:41,036:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,036:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:41,036:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:41,036:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,036:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:41,036:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:41,036:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,036:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:41,036:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,038:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:42,038:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,038:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:42,038:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:42,038:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,038:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:42,038:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:42,039:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,039:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:42,039:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,039:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:43,039:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,040:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:43,040:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:43,040:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,040:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:43,041:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:43,041:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,041:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:43,041:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,042:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:44,042:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,042:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:44,043:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:44,043:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,043:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:44,043:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:44,043:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,043:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:44,043:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,044:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:45,045:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,045:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:45,045:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:45,045:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,045:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:45,045:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:45,045:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,045:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:45,046:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,046:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:46,046:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,046:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:46,046:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:46,046:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,046:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:46,046:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:46,047:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,047:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:46,047:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,048:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:47,048:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,048:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:47,048:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:47,048:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,048:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:47,048:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:47,049:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,049:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:47,049:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,050:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:48,050:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,050:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:48,050:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:48,051:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,051:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:48,051:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:48,051:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,051:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:48,051:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,052:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:49,052:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,053:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:49,053:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:49,053:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,053:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:49,054:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:49,054:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,054:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:49,054:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,055:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:50,055:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,055:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:50,055:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:50,056:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,056:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:50,056:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:50,056:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,056:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:50,056:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,057:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:51,057:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,057:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:51,057:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:51,058:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,058:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:51,058:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:51,058:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,058:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:51,058:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,059:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:52,059:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,059:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:52,060:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:52,060:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,060:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:52,060:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:52,060:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,060:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:52,060:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,061:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:53,061:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,062:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:53,062:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:53,062:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,062:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:53,062:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:53,062:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,062:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:53,062:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,063:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:54,064:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,064:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:54,064:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:54,064:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,064:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:54,064:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:54,064:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,064:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:54,064:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,065:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:55,066:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,066:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:55,066:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:55,066:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,066:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:55,066:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:55,067:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,067:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:55,067:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,067:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:56,068:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,068:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:56,068:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:56,068:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,068:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:56,068:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:56,068:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,068:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:56,068:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,070:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:57,070:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,070:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:57,070:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:57,070:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,070:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:57,070:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:57,070:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,070:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:57,071:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,072:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:58,072:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,072:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:58,072:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:58,072:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,072:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:58,072:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:58,073:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,073:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:58,073:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,074:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:59,074:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,074:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:39:59,074:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:59,074:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,074:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:39:59,075:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:39:59,075:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,075:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:39:59,075:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,076:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:00,076:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,076:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:00,076:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:00,076:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,076:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:00,076:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:00,077:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,077:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:00,077:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,078:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:01,078:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,078:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:01,078:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:01,078:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,078:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:01,079:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:01,079:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,079:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:01,079:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,080:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:02,080:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,080:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:02,080:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:02,081:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,081:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:02,081:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:02,081:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,081:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:02,082:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,082:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:03,082:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,082:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:03,083:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:03,083:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,083:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:03,083:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:03,084:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,084:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:03,084:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,085:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:04,086:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,086:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:04,086:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:04,086:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,087:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:04,087:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:04,087:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,087:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:04,088:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,088:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:05,088:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,088:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:05,088:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:05,089:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,089:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:05,089:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:05,089:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,089:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:05,089:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,090:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:06,090:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,090:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:06,090:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:06,091:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,091:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:06,091:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:06,091:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,091:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:06,091:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,092:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:07,092:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,093:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:07,093:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:07,093:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,093:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:07,093:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:07,093:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,093:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:07,093:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,094:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:08,095:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,095:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:08,095:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:08,095:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,095:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:08,095:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:08,096:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,096:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:08,096:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,096:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:09,096:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,096:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:09,096:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:09,097:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,097:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:09,097:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:09,098:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,098:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:09,098:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,099:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:10,099:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,099:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:10,100:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:10,100:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,100:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:10,100:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:10,101:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,101:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:10,101:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,102:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:11,102:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,102:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:11,102:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:11,103:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,103:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:11,103:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:11,103:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,103:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:11,103:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,105:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:12,105:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,105:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:12,105:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:12,105:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,105:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:12,105:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:12,106:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,106:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:12,106:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,106:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:13,106:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,106:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:13,106:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:13,107:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,107:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:13,107:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:13,107:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,107:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:13,107:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,109:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:14,109:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,109:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:14,109:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:14,109:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,109:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:14,110:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:14,110:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,110:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:14,110:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,111:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:15,111:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,111:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:15,111:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:15,111:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,111:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:15,112:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:15,112:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,112:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:15,112:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,112:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:16,112:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,113:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:16,113:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:16,113:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,113:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:16,113:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:16,114:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,114:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:16,114:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,115:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:17,116:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,116:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:17,116:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:17,116:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,116:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:17,116:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:17,116:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,116:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:17,117:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,117:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:18,117:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,117:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:18,117:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:18,117:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,117:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:18,117:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:18,118:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,118:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:18,118:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,119:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:19,119:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,119:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:19,120:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:19,120:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,120:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:19,120:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:19,120:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,120:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:19,120:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,122:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:20,122:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,122:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:20,122:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:20,122:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,122:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:20,122:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:20,123:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,123:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:20,123:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,124:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:21,124:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,124:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:21,124:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:21,125:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,125:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:21,125:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:21,125:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,125:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:21,126:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,126:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:22,127:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,127:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:22,127:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:22,127:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,127:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:22,127:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:22,127:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,128:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:22,128:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,128:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:23,128:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,128:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:23,128:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:23,128:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,129:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:23,129:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:23,129:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,129:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:23,129:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,130:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:24,130:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,130:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:24,131:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:24,131:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,131:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:24,131:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:24,131:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,132:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:24,132:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,133:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:25,133:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,133:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:25,133:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:25,133:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,133:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:25,134:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:25,134:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,134:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:25,134:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,134:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:26,135:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,135:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:26,135:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:26,135:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,135:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:26,135:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:26,136:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,136:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:26,136:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,137:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:27,137:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,137:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:27,137:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:27,137:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,137:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:27,138:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:27,138:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,138:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:27,138:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,139:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:28,139:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,139:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:28,139:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:28,139:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,139:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:28,139:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:28,139:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,139:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:28,140:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,146:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:29,146:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,146:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:29,147:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:29,147:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,147:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:29,147:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:29,147:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,147:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:29,148:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,149:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:30,149:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,149:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:30,149:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:30,149:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,149:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:30,150:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:30,150:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,150:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:30,150:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,151:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:31,151:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,151:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:31,152:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:31,152:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,152:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:31,152:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:31,152:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,152:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:31,152:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,154:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:32,154:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,154:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:32,154:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:32,154:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,154:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:32,154:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:32,155:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,155:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:32,155:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,155:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:33,155:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,155:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:33,155:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:33,156:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,156:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:33,156:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:33,157:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,157:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:33,157:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,158:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:34,158:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,158:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:34,158:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:34,158:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,158:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:34,159:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:34,159:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,159:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:34,159:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,160:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:35,160:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,160:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:35,160:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:35,161:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,161:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:35,161:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:35,161:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,161:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:35,161:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,162:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:36,162:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,162:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:36,162:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:36,162:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,162:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:36,163:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:36,163:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,163:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:36,163:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,164:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:37,164:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,164:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:37,164:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:37,164:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,164:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:37,165:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:37,165:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,165:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:37,165:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,166:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:38,166:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,166:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:38,166:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:38,166:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,166:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:38,167:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:38,167:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,167:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:38,167:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,168:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:39,168:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,169:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:39,169:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:39,169:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,169:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:39,170:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:39,170:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,170:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:39,170:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,171:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:40,171:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,171:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:40,172:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:40,172:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,172:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:40,172:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:40,172:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,172:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:40,172:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,173:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:41,174:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,174:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:41,174:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:41,174:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,174:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:41,174:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:41,175:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,175:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:41,175:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,176:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:42,176:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,176:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:42,176:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:42,176:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,176:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:42,177:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:42,177:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,177:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:42,177:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,178:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:43,178:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,178:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:43,178:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:43,179:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,179:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:43,179:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:43,179:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,179:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:43,179:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,180:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:44,180:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,180:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:44,181:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:44,181:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,181:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:44,181:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:44,181:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,181:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:44,181:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,182:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:45,182:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,182:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:45,182:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:45,182:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,183:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:45,183:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:45,183:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,183:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:45,183:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,184:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:46,184:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,184:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:46,185:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:46,185:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,185:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:46,185:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:46,185:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,185:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:46,185:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,186:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:47,186:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,186:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:47,186:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:47,186:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,187:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:47,187:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:47,187:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,187:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:47,187:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,188:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:48,188:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,188:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:48,188:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:48,189:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,189:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:48,189:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:48,189:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,189:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:48,189:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,190:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:49,190:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,190:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:49,190:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:49,190:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,190:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:49,191:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:49,191:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,191:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:49,191:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,192:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:50,192:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,192:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:50,193:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:50,193:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,193:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:50,193:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:50,193:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,193:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:50,193:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,195:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:51,195:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,195:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:51,195:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:51,195:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,195:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:51,195:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:51,196:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,196:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:51,196:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,197:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:52,197:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,197:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:52,197:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:52,198:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,198:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:52,198:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:52,198:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,198:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:52,198:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,200:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:53,200:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,200:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:53,200:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:53,200:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,200:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:53,201:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:53,201:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,201:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:53,201:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,202:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:54,202:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,202:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:54,202:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:54,203:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,203:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:54,203:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:54,203:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,203:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:54,203:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,204:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:55,205:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,205:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:55,205:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:55,205:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,205:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:55,206:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:55,206:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,206:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:55,206:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,207:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:56,207:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,207:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:56,207:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:56,208:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,208:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:56,208:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:56,208:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,208:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:56,208:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,208:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:57,209:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,209:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:57,209:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:57,209:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,209:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:57,209:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:57,209:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,209:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:57,209:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,210:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:58,210:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,210:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:58,210:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:58,210:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,210:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:58,210:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:58,211:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,211:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:58,211:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,212:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:59,212:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,212:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:40:59,212:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:59,212:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,212:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:40:59,212:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:40:59,213:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,213:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:40:59,213:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,214:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:00,214:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,214:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:00,214:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:00,215:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,215:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:00,215:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:00,215:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,215:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:00,215:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,216:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:01,216:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,217:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:01,217:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:01,217:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,217:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:01,217:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:01,218:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,218:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:01,218:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,219:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:02,219:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,219:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:02,219:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:02,219:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,219:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:02,219:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:02,220:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,220:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:02,220:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,221:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:03,221:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,221:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:03,221:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:03,222:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,222:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:03,222:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:03,222:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,222:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:03,222:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,224:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:04,224:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,224:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:04,224:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:04,225:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,225:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:04,225:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:04,226:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,226:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:04,226:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,227:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:05,227:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,227:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:05,227:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:05,227:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,228:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:05,228:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:05,228:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,228:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:05,228:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,229:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:06,229:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,229:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:06,229:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:06,230:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,230:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:06,230:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:06,230:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,230:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:06,230:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,231:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:07,232:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,232:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:07,232:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:07,232:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,232:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:07,232:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:07,233:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,233:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:07,233:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,234:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:08,234:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,234:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:08,234:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:08,234:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,234:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:08,234:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:08,235:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,235:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:08,235:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,236:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:09,236:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,236:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:09,236:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:09,237:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,237:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:09,237:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:09,237:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,237:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:09,237:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,238:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:10,238:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,238:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:10,238:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:10,238:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,238:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:10,238:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:10,239:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,239:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:10,239:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,240:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:11,240:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,240:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:11,240:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:11,241:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,241:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:11,241:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:11,241:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,241:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:11,241:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,242:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:12,242:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,242:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:12,242:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:12,242:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,242:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:12,243:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:12,243:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,243:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:12,243:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,244:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:13,244:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,244:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:13,244:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:13,245:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,245:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:13,245:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:13,245:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,245:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:13,245:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,246:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:14,246:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,246:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:14,246:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:14,246:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,246:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:14,247:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:14,247:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,247:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:14,247:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,248:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:15,248:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,248:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:15,248:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:15,248:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,248:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:15,249:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:15,249:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,249:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:15,249:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,250:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:16,251:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,251:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:16,251:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:16,251:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,251:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:16,252:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:16,252:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,252:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:16,252:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,253:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:17,254:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,254:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:17,254:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:17,254:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,254:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:17,254:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:17,254:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,254:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:17,254:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,256:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:18,256:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,256:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:18,256:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:18,256:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,256:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:18,256:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:18,257:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,257:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:18,257:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,258:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:19,258:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,258:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:19,258:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:19,258:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,258:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:19,258:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:19,259:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,259:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:19,259:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,261:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:20,261:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,261:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:20,261:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:20,262:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,262:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:20,262:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:20,262:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,262:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:20,262:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,263:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:21,263:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,263:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:21,263:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:21,264:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,264:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:21,264:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:21,264:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,264:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:21,264:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,265:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:22,265:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,265:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:22,266:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:22,266:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,266:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:22,266:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:22,266:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,266:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:22,267:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,268:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:23,268:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,268:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:23,268:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:23,268:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,268:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:23,268:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:23,268:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,268:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:23,268:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,269:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:24,269:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,269:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:24,270:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:24,270:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,270:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:24,270:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:24,270:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,270:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:24,270:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,272:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:25,272:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,272:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:25,272:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:25,272:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,272:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:25,272:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:25,273:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,273:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:25,273:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,274:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:26,274:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,274:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:26,274:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:26,274:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,275:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:26,275:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:26,275:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,275:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:26,275:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,275:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:27,276:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,276:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:27,276:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:27,276:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,276:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:27,277:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:27,277:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,277:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:27,277:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,278:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:28,278:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,278:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:28,278:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:28,278:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,279:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:28,279:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:28,279:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,279:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:28,279:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,280:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:29,280:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,280:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:29,280:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:29,281:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,281:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:29,281:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:29,282:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,282:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:29,282:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,283:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:30,283:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,283:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:30,284:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:30,284:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,284:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:30,284:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:30,284:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,284:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:30,284:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,286:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:31,286:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,286:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:31,286:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:31,286:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,286:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:31,286:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:31,286:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,286:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:31,287:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,287:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:32,287:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,287:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:32,287:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:32,288:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,288:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:32,288:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:32,288:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,288:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:32,288:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,289:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:33,289:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,289:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:33,289:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:33,290:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,290:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:33,290:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:33,290:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,290:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:33,290:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,292:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:34,292:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,292:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:34,292:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:34,292:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,292:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:34,292:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:34,293:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,293:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:34,293:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,294:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:35,294:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,294:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:35,294:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:35,294:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,294:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:35,295:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:35,295:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,295:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:35,295:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,296:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:36,296:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,296:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:36,296:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:36,296:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,296:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:36,296:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:36,296:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,297:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:36,297:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,298:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:37,298:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,298:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:37,298:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:37,298:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,298:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:37,298:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:37,299:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,299:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:37,299:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,300:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:38,301:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,301:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:38,301:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:38,301:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,301:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:38,301:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:38,301:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,301:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:38,302:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,302:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:39,302:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,302:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:39,302:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:39,302:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,303:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:39,303:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:39,303:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,303:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:39,303:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,304:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:40,304:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,304:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:40,304:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:40,305:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,305:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:40,305:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:40,305:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,305:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:40,305:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,306:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:41,306:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,306:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:41,306:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:41,306:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,306:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:41,307:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:41,307:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,307:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:41,307:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,308:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:42,308:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,308:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:42,308:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:42,309:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,309:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:42,309:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:42,309:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,309:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:42,309:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,310:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:43,310:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,310:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:43,310:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:43,311:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,311:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:43,311:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:43,311:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,311:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:43,311:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,312:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:44,312:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,312:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:44,312:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:44,313:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,313:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:44,313:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:44,317:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,317:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:44,317:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,318:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:45,318:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,318:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:45,318:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:45,319:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,319:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:45,319:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:45,319:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,319:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:45,319:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,320:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:46,320:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,320:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:46,320:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:46,321:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,321:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:46,321:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:46,321:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,321:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:46,321:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,322:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:47,322:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,322:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:47,322:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:47,324:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,324:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:47,324:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:47,324:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,324:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:47,324:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,326:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:48,326:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,326:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:48,326:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:48,326:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,326:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:48,326:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:48,326:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,326:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:48,327:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,327:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:49,327:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,327:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:49,327:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:49,327:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,327:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:49,328:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:49,328:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,328:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:49,328:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,329:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:50,329:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,329:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:50,329:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:50,330:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,330:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:50,330:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:50,330:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,330:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:50,331:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,332:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:51,332:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,332:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:51,332:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:51,332:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,332:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:51,332:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:51,332:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,332:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:51,333:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,334:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:52,334:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,334:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:52,334:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:52,334:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,334:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:52,334:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:52,335:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,335:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:52,335:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,336:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:53,336:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,336:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:53,336:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:53,336:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,337:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:53,337:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:53,337:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,337:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:53,337:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,338:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:54,338:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,338:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:54,338:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:54,338:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,338:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:54,339:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:54,339:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,339:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:54,339:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,339:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:55,339:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,339:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:55,339:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:55,339:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,340:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:55,340:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:55,340:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,341:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:55,341:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,342:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:56,342:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,342:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:56,342:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:56,343:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,343:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:56,343:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:56,343:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,343:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:56,343:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,344:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:57,344:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,344:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:57,344:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:57,345:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,345:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:57,345:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:57,345:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,345:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:57,345:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,345:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:58,345:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,345:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:58,345:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:58,346:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,346:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:58,346:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:58,346:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,346:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:58,346:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,347:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:59,347:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,347:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:41:59,348:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:59,348:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,348:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:41:59,348:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:41:59,348:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,348:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:41:59,348:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,349:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:00,349:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,349:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:00,349:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:00,349:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,349:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:00,350:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:00,350:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,350:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:00,350:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,350:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:01,351:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,351:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:01,351:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:01,351:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,351:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:01,351:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:01,351:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,351:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:01,351:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,353:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:02,353:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,353:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:02,353:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:02,353:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,353:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:02,353:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:02,354:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,354:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:02,354:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,354:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:03,354:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,354:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:03,354:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:03,355:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,355:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:03,355:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:03,355:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,355:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:03,355:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,356:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:04,357:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,357:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:04,357:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:04,357:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,357:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:04,357:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:04,357:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,357:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:04,358:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,358:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:05,358:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,358:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:05,358:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:05,359:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,359:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:05,359:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:05,359:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,359:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:05,359:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,360:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:06,360:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,360:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:06,360:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:06,361:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,361:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:06,361:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:06,362:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,362:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:06,362:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,363:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:07,363:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,363:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:07,363:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:07,363:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,363:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:07,363:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:07,364:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,364:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:07,364:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,364:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:08,364:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,364:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:08,364:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:08,365:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,365:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:08,366:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:08,366:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,366:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:08,366:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,367:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:09,368:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,368:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:09,368:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:09,368:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,368:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:09,369:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:09,369:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,369:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:09,369:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,371:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:10,371:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,371:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:10,371:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:10,371:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,371:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:10,371:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:10,371:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,371:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:10,372:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,372:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:11,372:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,372:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:11,373:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:11,373:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,373:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:11,373:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:11,373:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,373:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:11,373:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,374:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:12,374:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,374:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:12,374:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:12,374:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,374:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:12,374:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:12,375:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,375:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:12,375:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,376:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:13,376:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,377:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:13,377:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:13,377:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,377:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:13,378:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:13,378:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,378:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:13,379:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,380:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:14,380:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,380:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:14,380:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:14,380:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,380:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:14,381:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:14,381:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,381:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:14,381:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,382:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:15,382:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,382:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:15,382:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:15,382:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,382:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:15,382:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:15,383:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,383:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:15,383:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,384:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:16,384:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,384:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:16,384:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:16,385:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,385:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:16,385:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:16,385:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,385:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:16,385:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,386:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:17,386:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,386:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:17,386:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:17,387:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,387:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:17,387:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:17,387:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,387:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:17,387:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,388:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:18,388:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,388:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:18,389:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:18,389:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,389:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:18,389:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:18,389:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,389:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:18,389:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,390:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:19,390:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,390:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:19,390:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:19,390:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,390:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:19,391:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:19,391:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,391:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:19,391:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,392:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:20,392:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,393:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:20,393:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:20,393:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,393:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:20,393:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:20,394:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,394:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:20,394:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,395:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:21,395:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,395:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:21,395:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:21,395:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,395:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:21,396:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:21,396:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,396:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:21,396:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,396:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:22,396:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,396:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:22,397:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:22,397:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,397:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:22,397:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:22,397:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,397:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:22,397:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,398:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:23,398:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,398:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:23,398:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:23,399:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,399:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:23,399:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:23,399:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,399:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:23,399:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,400:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:24,400:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,400:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:24,400:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:24,401:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,401:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:24,401:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:24,401:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,401:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:24,401:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,402:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:25,402:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,402:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:25,402:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:25,402:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,402:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:25,402:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:25,403:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,403:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:25,403:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,404:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:26,404:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,404:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:26,404:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:26,405:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,405:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:26,405:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:26,405:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,405:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:26,405:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,406:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:27,406:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,406:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:27,406:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:27,406:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,406:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:27,406:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:27,407:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,407:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:27,407:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,407:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:28,407:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,407:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:28,408:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:28,408:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,408:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:28,408:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:28,408:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,408:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:28,408:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,410:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:29,410:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,410:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:29,410:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:29,410:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,410:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:29,410:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:29,411:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,411:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:29,411:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,412:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:30,412:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,412:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:30,412:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:30,412:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,413:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:30,413:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:30,413:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,413:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:30,413:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,414:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:31,414:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,414:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:31,414:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:31,415:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,415:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:31,415:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:31,415:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,415:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:31,416:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,417:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:32,417:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,417:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:32,418:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:32,418:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,418:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:32,418:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:32,418:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,418:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:32,419:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,420:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:33,420:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,420:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:33,420:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:33,420:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,420:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:33,420:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:33,421:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,421:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:33,421:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,422:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:34,422:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,422:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:34,422:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:34,423:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,423:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:34,423:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:34,423:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,423:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:34,423:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,424:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:35,424:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,424:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:35,425:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:35,425:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,425:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:35,425:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:35,425:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,425:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:35,425:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,426:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:36,426:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,426:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:36,426:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:36,427:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,427:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:36,427:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:36,427:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,427:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:36,427:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,428:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:37,428:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,428:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:37,428:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:37,429:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,429:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:37,429:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:37,429:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,429:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:37,429:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,430:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:38,430:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,430:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:38,430:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:38,430:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,430:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:38,431:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:38,431:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,431:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:38,431:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,431:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:39,431:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,431:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:39,431:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:39,432:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,432:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:39,432:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:39,432:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,432:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:39,432:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,434:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:40,434:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,434:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:40,434:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:40,434:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,434:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:40,434:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:40,435:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,435:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:40,435:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,436:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:41,436:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,436:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:41,436:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:41,436:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,437:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:41,437:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:41,437:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,437:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:41,437:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,438:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:42,438:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,438:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:42,438:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:42,439:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,439:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:42,439:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:42,439:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,439:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:42,439:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,440:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:43,440:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,440:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:43,440:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:43,440:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,440:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:43,440:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:43,441:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,441:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:43,441:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,442:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:44,442:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,442:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:44,442:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:44,443:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,443:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:44,443:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:44,443:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,443:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:44,443:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,444:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:45,445:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,445:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:45,445:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:45,445:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,445:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:45,445:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:45,445:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,446:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:45,446:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,447:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:46,447:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,447:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:46,447:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:46,447:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,447:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:46,448:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:46,448:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,448:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:46,448:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,449:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:47,449:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,449:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:47,449:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:47,450:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,450:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:47,450:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:47,450:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,450:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:47,450:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,451:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:48,451:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,451:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:48,452:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:48,452:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,452:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:48,452:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:48,452:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,452:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:48,452:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,453:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:49,453:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,453:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:49,453:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:49,453:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,453:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:49,454:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:49,454:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,454:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:49,454:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,455:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:50,455:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,455:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:50,455:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:50,455:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,456:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:50,456:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:50,456:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,456:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:50,456:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,457:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:51,457:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,457:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:51,457:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:51,457:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,457:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:51,457:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:51,457:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,457:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:51,457:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,458:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:52,458:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,459:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:52,459:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:52,459:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,460:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:52,460:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:52,461:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,461:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:52,461:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,462:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:53,462:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,462:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:53,462:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:53,462:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,462:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:53,463:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:53,463:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,463:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:53,463:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,463:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:54,464:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,464:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:54,464:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:54,464:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,464:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:54,464:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:54,464:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,464:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:54,465:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,465:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:55,465:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,465:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:55,466:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:55,466:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,466:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:55,466:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:55,466:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,466:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:55,466:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,468:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:56,468:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,468:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:56,468:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:56,468:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,469:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:56,469:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:56,469:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,469:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:56,469:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,469:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:57,470:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,470:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:57,470:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:57,470:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,470:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:57,470:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:57,471:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,471:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:57,471:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,472:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:58,472:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,472:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:58,472:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:58,473:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,473:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:58,473:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:58,473:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,473:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:58,473:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,474:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:59,474:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,474:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:42:59,474:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:59,474:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,474:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:42:59,475:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:42:59,475:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,475:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:42:59,475:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,476:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:00,476:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,476:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:00,476:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:00,477:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,477:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:00,477:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:00,477:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,477:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:00,477:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,478:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:01,478:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,478:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:01,478:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:01,478:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,478:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:01,478:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:01,479:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,479:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:01,479:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,479:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:02,479:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,479:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:02,479:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:02,479:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,480:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:02,480:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:02,480:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,480:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:02,480:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,481:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:03,481:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,481:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:03,482:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:03,482:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,482:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:03,482:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:03,482:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,482:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:03,482:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,483:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:04,483:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,483:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:04,483:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:04,483:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,483:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:04,484:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:04,484:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,484:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:04,484:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,485:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:05,485:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,485:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:05,485:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:05,486:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,486:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:05,486:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:05,486:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,486:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:05,486:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,487:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:06,487:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,487:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:06,487:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:06,488:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,488:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:06,488:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:06,488:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,488:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:06,488:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,489:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:07,489:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,489:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:07,490:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:07,490:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,490:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:07,490:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:07,490:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,490:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:07,490:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,491:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:08,491:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,491:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:08,491:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:08,492:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,492:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:08,492:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:08,492:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,492:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:08,492:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,493:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:09,494:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,494:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:09,494:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:09,494:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,494:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:09,494:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:09,494:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,494:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:09,494:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,496:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:10,496:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,496:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:10,496:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:10,496:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,496:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:10,496:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:10,496:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,496:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:10,496:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,498:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:11,498:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,498:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:11,498:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:11,498:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,498:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:11,499:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:11,499:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,499:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:11,499:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,499:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:12,499:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,499:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:12,499:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:12,500:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,500:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:12,500:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:12,500:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,500:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:12,500:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,501:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:13,501:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,501:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:13,501:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:13,502:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,502:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:13,502:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:13,502:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,502:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:13,502:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,504:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:14,504:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,504:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:14,504:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:14,504:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,504:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:14,504:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:14,505:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,505:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:14,505:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,506:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:15,506:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,506:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:15,506:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:15,506:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,506:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:15,506:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:15,507:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,507:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:15,507:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,507:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:16,508:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,508:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:16,508:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:16,508:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,508:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:16,508:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:16,508:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,508:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:16,509:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,510:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:17,510:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,510:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:17,510:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:17,511:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,511:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:17,511:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:17,511:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,511:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:17,511:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,512:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:18,512:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,512:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:18,513:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:18,513:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,513:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:18,513:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:18,513:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,513:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:18,513:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,514:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:19,514:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,514:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:19,514:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:19,515:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,515:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:19,515:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:19,515:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,515:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:19,515:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,516:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:20,516:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,516:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:20,516:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:20,516:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,516:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:20,516:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:20,517:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,517:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:20,517:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,518:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:21,518:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,518:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:21,518:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:21,518:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,518:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:21,518:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:21,519:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,519:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:21,519:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,519:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:22,519:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,519:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:22,519:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:22,520:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,520:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:22,520:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:22,520:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,520:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:22,520:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,521:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:23,521:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,522:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:23,522:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:23,522:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,522:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:23,522:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:23,522:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,522:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:23,523:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,524:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:24,524:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,524:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:24,524:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:24,524:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,524:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:24,525:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:24,525:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,525:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:24,525:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,526:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:25,526:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,526:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:25,526:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:25,526:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,527:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:25,527:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:25,527:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,527:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:25,527:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,528:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:26,528:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,528:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:26,529:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:26,529:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,529:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:26,529:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:26,529:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,529:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:26,529:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,530:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:27,530:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,530:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:27,530:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:27,531:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,531:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:27,531:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:27,531:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,531:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:27,531:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,532:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:28,532:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,532:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:28,532:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:28,532:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,532:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:28,533:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:28,533:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,533:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:28,533:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,534:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:29,534:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,534:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:29,534:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:29,534:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,535:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:29,535:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:29,535:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,535:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:29,535:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,536:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:30,536:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,536:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:30,536:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:30,537:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,537:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:30,537:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:30,537:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,537:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:30,537:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,538:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:31,538:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,538:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:31,538:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:31,538:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,538:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:31,538:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:31,539:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,539:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:31,539:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,540:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:32,540:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,540:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:32,540:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:32,540:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,540:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:32,540:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:32,541:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,541:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:32,541:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,542:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:33,542:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,542:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:33,543:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:33,545:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,545:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:33,546:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:33,546:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,546:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:33,546:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,547:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:34,547:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,547:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:34,547:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:34,548:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,548:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:34,548:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:34,548:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,548:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:34,548:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,549:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:35,549:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,550:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:35,550:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:35,550:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,550:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:35,550:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:35,550:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,551:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:35,551:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,551:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:36,551:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,551:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:36,551:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:36,552:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,552:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:36,552:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:36,552:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,552:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:36,552:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,553:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:37,553:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,553:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:37,554:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:37,554:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,554:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:37,554:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:37,554:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,554:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:37,555:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,556:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:38,556:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,556:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:38,556:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:38,556:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,556:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:38,557:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:38,557:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,557:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:38,557:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,558:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:39,558:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,558:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:39,558:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:39,559:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,559:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:39,559:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:39,560:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,560:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:39,560:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,560:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:40,561:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,561:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:40,561:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:40,561:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,561:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:40,561:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:40,561:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,561:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:40,562:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,562:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:41,562:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,562:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:41,562:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:41,562:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,563:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:41,563:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:41,563:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,563:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:41,563:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,564:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:42,564:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,564:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:42,565:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:42,565:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,565:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:42,565:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:42,565:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,565:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:42,565:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,566:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:43,566:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,566:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:43,567:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:43,567:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,568:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:43,568:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:43,568:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,568:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:43,569:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,570:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:44,570:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,570:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:44,570:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:44,570:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,571:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:44,571:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:44,571:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,571:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:44,571:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,572:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:45,572:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,572:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:45,572:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:45,573:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,573:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:45,573:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:45,573:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,573:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:45,573:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,574:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:46,574:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,575:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:46,575:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:46,575:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,575:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:46,576:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:46,576:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,576:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:46,576:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,578:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:47,578:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,578:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:47,578:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:47,578:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,578:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:47,579:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:47,579:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,579:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:47,579:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,580:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:48,580:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,580:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:48,580:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:48,580:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,580:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:48,581:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:48,581:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,581:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:48,581:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,582:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:49,582:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,582:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:49,583:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:49,583:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,583:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:49,583:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:49,583:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,584:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:49,584:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,584:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:50,584:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,585:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:50,585:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:50,585:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,585:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:50,585:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:50,585:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,585:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:50,585:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,586:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:51,586:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,586:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:51,586:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:51,586:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,586:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:51,587:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:51,587:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,587:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:51,587:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,588:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:52,588:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,588:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:52,588:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:52,589:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,589:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:52,589:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:52,589:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,589:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:52,589:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,591:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:53,591:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,591:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:53,591:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:53,591:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,591:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:53,591:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:53,592:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,592:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:53,592:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,592:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:54,592:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,592:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:54,593:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:54,593:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,593:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:54,593:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:54,593:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,593:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:54,593:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,594:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:55,594:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,594:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:55,594:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:55,594:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,594:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:55,594:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:55,595:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,595:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:55,595:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,595:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:56,595:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,595:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:56,595:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:56,596:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,596:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:56,596:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:56,596:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,596:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:56,596:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,597:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:57,597:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,597:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:57,597:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:57,598:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,598:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:57,598:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:57,598:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,598:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:57,598:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,600:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:58,600:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,600:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:58,600:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:58,600:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,600:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:58,600:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:58,601:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,601:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:58,601:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,601:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:59,601:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,601:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:43:59,601:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:59,602:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,602:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:43:59,602:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:43:59,602:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,602:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:43:59,602:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,603:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:00,604:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,604:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:00,604:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:00,604:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,604:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:00,604:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:00,604:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,604:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:00,605:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,605:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:01,605:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,605:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:01,605:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:01,605:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,605:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:01,605:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:01,606:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,606:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:01,606:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,606:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:02,606:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,606:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:02,607:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:02,607:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,607:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:02,607:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:02,607:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,607:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:02,607:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,609:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:03,609:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,609:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:03,609:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:03,609:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,609:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:03,609:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:03,609:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,609:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:03,610:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,610:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:04,610:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,610:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:04,611:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:04,611:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,611:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:04,611:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:04,611:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,611:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:04,611:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,613:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:05,613:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,613:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:05,613:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:05,613:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,614:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:05,614:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:05,614:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,614:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:05,614:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,615:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:06,616:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,616:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:06,616:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:06,616:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,616:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:06,616:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:06,616:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,616:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:06,617:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,618:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:07,618:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,618:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:07,618:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:07,618:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,618:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:07,619:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:07,619:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,619:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:07,619:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,620:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:08,620:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,620:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:08,620:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:08,621:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,621:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:08,621:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:08,621:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,621:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:08,621:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,622:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:09,623:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,623:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:09,623:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:09,623:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,623:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:09,623:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:09,623:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,623:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:09,623:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,624:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:10,625:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,625:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:10,625:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:10,625:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,625:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:10,625:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:10,625:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,625:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:10,626:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,626:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:11,626:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,626:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:11,626:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:11,627:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,627:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:11,627:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:11,627:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,627:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:11,627:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,629:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:12,629:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,629:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:12,629:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:12,630:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,630:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:12,630:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:12,630:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,630:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:12,631:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,632:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:13,632:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,632:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:13,632:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:13,632:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,633:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:13,633:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:13,633:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,633:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:13,633:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,634:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:14,634:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,634:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:14,634:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:14,634:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,634:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:14,634:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:14,635:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,635:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:14,635:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,636:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:15,636:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,636:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:15,636:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:15,637:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,637:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:15,637:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:15,637:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,637:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:15,637:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,638:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:16,638:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,638:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:16,638:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:16,639:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,639:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:16,639:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:16,639:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,639:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:16,639:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,640:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:17,640:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,640:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:17,640:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:17,641:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,641:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:17,641:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:17,641:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,641:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:17,641:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,642:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:18,642:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,642:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:18,642:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:18,642:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,642:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:18,642:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:18,643:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,643:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:18,643:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,644:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:19,644:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,644:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:19,644:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:19,644:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,644:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:19,644:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:19,645:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,645:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:19,645:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,646:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:20,646:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,646:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:20,646:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:20,647:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,647:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:20,647:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:20,647:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,647:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:20,647:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,648:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:21,648:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,648:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:21,648:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:21,648:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,648:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:21,648:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:21,648:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,648:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:21,648:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,650:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:22,650:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,650:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:22,650:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:22,651:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,651:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:22,651:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:22,651:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,651:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:22,651:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,652:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:23,652:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,652:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:23,652:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:23,653:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,653:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:23,653:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:23,653:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,653:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:23,653:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,654:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:24,654:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,654:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:24,654:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:24,654:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,654:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:24,655:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:24,655:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,655:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:24,655:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,656:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:25,656:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,656:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:25,657:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:25,657:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,657:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:25,657:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:25,657:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,657:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:25,658:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,658:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:26,658:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,658:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:26,658:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:26,658:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,659:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:26,659:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:26,659:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,659:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:26,659:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,660:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:27,660:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,660:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:27,660:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:27,660:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,660:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:27,661:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:27,661:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,661:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:27,661:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,662:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:28,662:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,662:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:28,662:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:28,663:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,663:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:28,663:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:28,663:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,663:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:28,663:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,665:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:29,665:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,665:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:29,665:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:29,665:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,665:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:29,665:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:29,666:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,666:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:29,666:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,666:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:30,666:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,666:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:30,666:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:30,667:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,667:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:30,667:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:30,667:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,667:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:30,667:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,667:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:31,668:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,668:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:31,668:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:31,668:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,668:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:31,668:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:31,668:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,668:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:31,668:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,669:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:32,669:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,669:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:32,669:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:32,669:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,669:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:32,669:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:32,670:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,670:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:32,670:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,670:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:33,671:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,671:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:33,671:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:33,671:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,671:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:33,671:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:33,671:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,671:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:33,672:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,673:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:34,673:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,673:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:34,673:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:34,673:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,673:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:34,674:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:34,674:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,674:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:34,674:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,675:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:35,675:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,675:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:35,675:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:35,676:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,676:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:35,676:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:35,676:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,676:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:35,676:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,677:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:36,677:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,677:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:36,677:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:36,677:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,677:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:36,677:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:36,677:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,678:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:36,678:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,678:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:37,678:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,678:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:37,678:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:37,678:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,678:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:37,678:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:37,679:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,679:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:37,679:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,680:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:38,680:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,680:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:38,680:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:38,680:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,680:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:38,680:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:38,680:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,680:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:38,680:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,682:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:39,682:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,682:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:39,682:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:39,682:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,682:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:39,682:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:39,682:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,682:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:39,683:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,685:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:40,685:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,685:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:40,685:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:40,685:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,685:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:40,685:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:40,686:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,686:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:40,686:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,687:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:41,687:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,687:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:41,687:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:41,688:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,688:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:41,688:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:41,688:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,688:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:41,688:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,689:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:42,689:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,689:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:42,690:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:42,690:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,690:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:42,690:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:42,690:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,690:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:42,690:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,692:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:43,692:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,692:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:43,692:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:43,692:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,692:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:43,692:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:43,693:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,693:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:43,693:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,694:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:44,694:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,694:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:44,694:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:44,695:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,695:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:44,695:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:44,695:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,695:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:44,695:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,696:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:45,696:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,696:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:45,696:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:45,696:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,696:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:45,696:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:45,696:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,696:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:45,697:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,697:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:46,697:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,698:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:46,698:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:46,698:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,698:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:46,698:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:46,698:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,698:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:46,698:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,699:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:47,699:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,699:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:47,699:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:47,699:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,699:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:47,699:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:47,699:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,699:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:47,699:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,700:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:48,700:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,700:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:48,700:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:48,700:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,701:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:48,701:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:48,701:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,701:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:48,701:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,702:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:49,702:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,702:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:49,702:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:49,702:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,702:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:49,703:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:49,703:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,703:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:49,703:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,704:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:50,704:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,704:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:50,704:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:50,704:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,704:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:50,704:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:50,704:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,704:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:50,705:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,706:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:51,706:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,706:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:51,706:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:51,707:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,707:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:51,707:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:51,707:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,708:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:51,708:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,709:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:52,709:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,709:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:52,709:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:52,709:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,709:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:52,709:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:52,710:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,710:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:52,710:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,711:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:53,711:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,711:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:53,711:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:53,712:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,712:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:53,712:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:53,712:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,712:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:53,712:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,713:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:54,713:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,713:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:54,713:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:54,713:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,713:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:54,713:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:54,714:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,714:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:54,714:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,715:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:55,715:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,715:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:55,715:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:55,716:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,716:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:55,716:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:55,716:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,716:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:55,716:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,717:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:56,717:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,717:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:56,718:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:56,719:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,719:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:56,719:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:56,719:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,719:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:56,720:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,721:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:57,721:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,721:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:57,721:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:57,721:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,721:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:57,721:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:57,722:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,722:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:57,722:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,723:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:58,723:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,723:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:58,723:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:58,724:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,724:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:58,724:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:58,724:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,724:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:58,724:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,725:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:59,725:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,725:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:44:59,726:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:59,726:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,726:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:44:59,726:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:44:59,726:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,726:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:44:59,726:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,727:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:00,728:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,728:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:00,728:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:00,728:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,728:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:00,728:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:00,728:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,728:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:00,728:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,730:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:01,730:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,730:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:01,730:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:01,730:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,730:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:01,730:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:01,731:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,731:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:01,731:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,732:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:02,732:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,732:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:02,732:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:02,732:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,732:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:02,732:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:02,732:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,732:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:02,732:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,733:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:03,733:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,733:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:03,733:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:03,734:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,734:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:03,734:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:03,734:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,734:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:03,734:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,735:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:04,735:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,735:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:04,735:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:04,736:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,736:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:04,736:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:04,736:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,736:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:04,736:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,738:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:05,738:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,738:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:05,738:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:05,739:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,739:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:05,739:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:05,739:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,740:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:05,740:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,741:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:06,741:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,741:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:06,742:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:06,742:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,742:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:06,742:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:06,742:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,742:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:06,742:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,743:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:07,744:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,744:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:07,744:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:07,744:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,744:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:07,744:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:07,744:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,744:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:07,744:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,745:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:08,746:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,746:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:08,746:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:08,746:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,746:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:08,746:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:08,746:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,746:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:08,747:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,748:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:09,748:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,748:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:09,748:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:09,748:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,748:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:09,749:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:09,749:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,749:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:09,749:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,750:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:10,750:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,750:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:10,750:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:10,751:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,751:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:10,751:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:10,751:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,751:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:10,751:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,752:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:11,752:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,752:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:11,753:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:11,753:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,753:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:11,753:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:11,753:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,753:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:11,753:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,754:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:12,755:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,755:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:12,755:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:12,755:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,755:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:12,755:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:12,755:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,755:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:12,755:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,757:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:13,757:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,757:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:13,757:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:13,757:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,757:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:13,757:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:13,758:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,758:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:13,758:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,759:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:14,759:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,759:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:14,759:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:14,759:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,759:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:14,759:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:14,760:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,760:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:14,760:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,761:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:15,761:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,761:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:15,761:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:15,762:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,762:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:15,762:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:15,762:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,762:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:15,762:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,763:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:16,764:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,764:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:16,764:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:16,764:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,764:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:16,764:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:16,764:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,764:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:16,765:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,765:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:17,765:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,765:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:17,765:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:17,765:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,766:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:17,766:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:17,766:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,766:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:17,766:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,767:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:18,767:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,767:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:18,767:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:18,768:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,768:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:18,768:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:18,768:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,768:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:18,768:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,769:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:19,769:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,769:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:19,770:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:19,770:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,770:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:19,770:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:19,770:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,770:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:19,770:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,771:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:20,771:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,771:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:20,772:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:20,772:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,772:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:20,772:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:20,772:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,772:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:20,772:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,773:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:21,774:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,774:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:21,774:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:21,774:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,774:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:21,774:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:21,775:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,775:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:21,775:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,776:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:22,777:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,777:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:22,777:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:22,778:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,778:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:22,778:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:22,778:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,779:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:22,779:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,779:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:23,780:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,780:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:23,780:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:23,780:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,780:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:23,780:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:23,780:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,780:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:23,780:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,782:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:24,782:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,782:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:24,782:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:24,783:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,783:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:24,783:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:24,783:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,783:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:24,784:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,784:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:25,784:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,784:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:25,784:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:25,785:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,785:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:25,785:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:25,785:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,785:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:25,785:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,786:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:26,786:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,786:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:26,786:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:26,786:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,786:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:26,787:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:26,787:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,787:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:26,787:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,787:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:27,788:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,788:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:27,788:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:27,788:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,788:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:27,788:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:27,788:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,788:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:27,789:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,789:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:28,790:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,790:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:28,790:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:28,790:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,791:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:28,791:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:28,791:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,792:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:28,792:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,794:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:29,794:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,794:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:29,794:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:29,794:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,794:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:29,794:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:29,795:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,795:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:29,795:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,796:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:30,796:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,796:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:30,797:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:30,797:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,797:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:30,797:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:30,797:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,798:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:30,798:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,799:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:31,799:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,799:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:31,799:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:31,800:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,800:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:31,800:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:31,800:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,800:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:31,801:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,802:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:32,802:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,802:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:32,802:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:32,802:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,802:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:32,802:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:32,803:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,803:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:32,803:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,804:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:33,804:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,804:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:33,804:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:33,804:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,804:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:33,804:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:33,805:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,805:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:33,805:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,806:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:34,806:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,806:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:34,806:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:34,806:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,806:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:34,807:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:34,807:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,807:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:34,807:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,808:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:35,808:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,808:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:35,809:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:35,809:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,809:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:35,809:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:35,809:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,809:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:35,809:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,811:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:36,811:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,811:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:36,811:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:36,811:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,811:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:36,811:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:36,812:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,812:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:36,812:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,813:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:37,813:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,813:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:37,813:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:37,813:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,813:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:37,813:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:37,814:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,814:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:37,814:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,815:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:38,815:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,815:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:38,815:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:38,816:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,816:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:38,816:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:38,816:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,816:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:38,816:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,817:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:39,817:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,817:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:39,817:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:39,817:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,817:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:39,817:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:39,818:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,818:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:39,818:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,820:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:40,820:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,820:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:40,820:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:40,820:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,820:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:40,820:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:40,820:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,820:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:40,820:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,821:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:41,822:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,822:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:41,822:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:41,822:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,822:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:41,822:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:41,822:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,823:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:41,823:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,824:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:42,824:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,824:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:42,824:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:42,824:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,825:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:42,825:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:42,825:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,825:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:42,825:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,826:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:43,826:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,826:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:43,826:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:43,826:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,827:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:43,827:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:43,827:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,827:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:43,827:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,828:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:44,828:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,829:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:44,829:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:44,829:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,829:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:44,829:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:44,829:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,830:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:44,830:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,830:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:45,830:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,830:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:45,831:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:45,831:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,831:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:45,831:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:45,831:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,831:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:45,832:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,832:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:46,832:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,832:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:46,832:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:46,833:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,833:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:46,833:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:46,833:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,833:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:46,833:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,834:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:47,834:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,834:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:47,835:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:47,835:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,835:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:47,835:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:47,835:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,835:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:47,835:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,837:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:48,837:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,837:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:48,837:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:48,837:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,837:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:48,837:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:48,837:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,838:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:48,838:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,839:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:49,839:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,840:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:49,840:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:49,840:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,840:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:49,840:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:49,841:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,841:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:49,841:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,842:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:50,842:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,842:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:50,842:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:50,843:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,843:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:50,843:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:50,843:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,843:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:50,843:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,845:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:51,845:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,845:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:51,845:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:51,845:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,845:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:51,845:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:51,846:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,846:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:51,846:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,846:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:52,846:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,846:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:52,846:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:52,847:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,847:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:52,847:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:52,847:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,847:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:52,847:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,849:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:53,849:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,849:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:53,849:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:53,849:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,849:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:53,849:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:53,850:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,850:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:53,850:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,850:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:54,850:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,850:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:54,851:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:54,851:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,851:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:54,851:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:54,851:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,851:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:54,851:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,852:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:55,852:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,852:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:55,853:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:55,853:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,853:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:55,853:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:55,853:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,853:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:55,853:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,854:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:56,854:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,854:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:56,854:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:56,854:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,854:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:56,855:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:56,855:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,855:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:56,855:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,856:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:57,856:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,856:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:57,856:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:57,856:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,857:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:57,857:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:57,857:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,857:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:57,857:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,858:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:58,858:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,858:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:58,858:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:58,858:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,858:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:58,858:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:58,859:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,859:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:58,859:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,860:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:59,860:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,860:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:45:59,860:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:59,860:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,861:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:45:59,861:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:45:59,861:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,861:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:45:59,861:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,862:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:00,862:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,862:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:00,862:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:00,863:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,863:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:00,863:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:00,863:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,863:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:00,863:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,864:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:01,864:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,864:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:01,865:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:01,865:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,865:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:01,865:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:01,866:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,866:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:01,866:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,867:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:02,868:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,868:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:02,868:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:02,869:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,869:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:02,869:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:02,869:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,869:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:02,870:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,870:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:03,870:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,870:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:03,870:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:03,870:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,870:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:03,870:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:03,871:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,871:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:03,871:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,872:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:04,872:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,872:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:04,872:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:04,873:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,873:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:04,873:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:04,873:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,873:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:04,873:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,874:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:05,874:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,874:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:05,874:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:05,874:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,874:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:05,874:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:05,875:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,875:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:05,875:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,876:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:06,876:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,876:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:06,876:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:06,876:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,876:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:06,876:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:06,877:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,877:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:06,877:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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:07,878:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:07,878:1(0x7f2f63fff640):ZOO_ERROR@check_events@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:07,878:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:07,878:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:07,878:1(0x7f2f63fff640):ZOO_ERROR@check_events@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:07,879:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:07,879:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:07,879:1(0x7f2f63fff640):ZOO_ERROR@check_events@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:07,879:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:07,879:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,880:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:08,880:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,881:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:08,881:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:08,881:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,881:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:08,882:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:08,882:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,882:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:08,882:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,884:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:09,884:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,884:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:09,884:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:09,884:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,884:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:09,884:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:09,885:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,885:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:09,885:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,886:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:10,886:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,886:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:10,886:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:10,887:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,887:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:10,887:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:10,887:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,887:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:10,887:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,889:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:11,889:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,889:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:11,889:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:11,889:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,889:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:11,889:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:11,890:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,890:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:11,890:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,891:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:12,891:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,891:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:12,892:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:12,892:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,892:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:12,892:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:12,892:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,893:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:12,893:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,894:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:13,894:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,894:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:13,894:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:13,894:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,895:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:13,895:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:13,895:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,895:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:13,895:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,896:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:14,896:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,896:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:14,896:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:14,897:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,897:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:14,897:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:14,897:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,897:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:14,897:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,898:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:15,898:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,898:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:15,898:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:15,899:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,899:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:15,899:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:15,899:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,899:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:15,899:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,900:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:16,900:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,900:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:16,901:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:16,901:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,901:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:16,901:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:16,901:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,901:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:16,901:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,902:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:17,902:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,903:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:17,903:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:17,903:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,903:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:17,903:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:17,903:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,903:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:17,903:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,905:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:18,905:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,905:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:18,905:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:18,905:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,905:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:18,905:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:18,906:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,906:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:18,906:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,907:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:19,907:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,907:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:19,908:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:19,908:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,908:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:19,908:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:19,908:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,908:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:19,909:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,910:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:20,910:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,910:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:20,910:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:20,910:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,910:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:20,910:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:20,911:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,911:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:20,911:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,912:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:21,912:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,912:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:21,912:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:21,912:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,912:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:21,912:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:21,913:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,913:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:21,913:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,914:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:22,914:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,914:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:22,914:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:22,914:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,914:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:22,914:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:22,914:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,914:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:22,915:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,915:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:23,916:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,916:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:23,916:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:23,916:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,916:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:23,916:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:23,916:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,916:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:23,916:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,918:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:24,918:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,918:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:24,918:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:24,918:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,918:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:24,918:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:24,919:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,919:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:24,919:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,920:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:25,920:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,920:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:25,920:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:25,921:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,921:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:25,921:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:25,921:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,921:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:25,921:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,923:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:26,923:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,923:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:26,923:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:26,924:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,924:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:26,925:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:26,926:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,926:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:26,926:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,927:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:27,927:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,927:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:27,927:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:27,927:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,927:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:27,928:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:27,928:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,928:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:27,928:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,929:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:28,929:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,929:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:28,929:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:28,930:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,930:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:28,930:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:28,930:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,930:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:28,930:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,931:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:29,932:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,932:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:29,932:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:29,932:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,932:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:29,932:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:29,933:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,933:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:29,933:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,934:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:30,934:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,934:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:30,934:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:30,934:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,934:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:30,935:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:30,935:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,935:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:30,935:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,936:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:31,936:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,937:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:31,937:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:31,937:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,937:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:31,937:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:31,938:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,938:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:31,938:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,939:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:32,939:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,939:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:32,939:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:32,940:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,940:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:32,940:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:32,940:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,940:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:32,940:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,941:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:33,941:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,941:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:33,941:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:33,942:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,942:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:33,942:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:33,942:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,942:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:33,942:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,943:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:34,944:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,944:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:34,944:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:34,944:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,944:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:34,944:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:34,944:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,944:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:34,944:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,946:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:35,946:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,946:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:35,946:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:35,946:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,946:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:35,947:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:35,947:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,947:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:35,947:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,948:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:36,948:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,948:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:36,948:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:36,949:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,949:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:36,949:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:36,949:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,949:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:36,949:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,950:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:37,950:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,950:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:37,950:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:37,951:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,951:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:37,951:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:37,951:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,951:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:37,951:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,952:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:38,952:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,952:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:38,952:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:38,952:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,953:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:38,953:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:38,953:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,953:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:38,953:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,954:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:39,954:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,954:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:39,954:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:39,955:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,955:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:39,955:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:39,955:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,955:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:39,955:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,956:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:40,956:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,956:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:40,956:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:40,957:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,957:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:40,957:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:40,957:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,957:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:40,957:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,958:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:41,958:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,958:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:41,958:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:41,958:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,958:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:41,958:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:41,959:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,959:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:41,959:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,960:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:42,960:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,960:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:42,960:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:42,960:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,960:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:42,960:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:42,962:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,962:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:42,962:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,963:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:43,963:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,963:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:43,963:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:43,964:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,964:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:43,964:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:43,964:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,964:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:43,964:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,965:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:44,966:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,966:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:44,966:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:44,966:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,966:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:44,966:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:44,966:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,966:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:44,966:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,968:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:45,968:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,968:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:45,968:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:45,968:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,968:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:45,968:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:45,969:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,969:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:45,969:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,970:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:46,970:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,970:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:46,970:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:46,971:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,971:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:46,971:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:46,972:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,972:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:46,972:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,973:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:47,974:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,974:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:47,974:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:47,974:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,974:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:47,975:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:47,975:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,975:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:47,975:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,976:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:48,976:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,977:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:48,977:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:48,977:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,977:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:48,977:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:48,977:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,977:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:48,977:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,978:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:49,979:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,979:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:49,979:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:49,979:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,979:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:49,980:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:49,980:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,980:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:49,980:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,981:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:50,981:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,981:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:50,981:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:50,982:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,982:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:50,982:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:50,982:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,982:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:50,982:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,983:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:51,983:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,983:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:51,983:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:51,983:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,983:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:51,983:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:51,983:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,984:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:51,984:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,985:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:52,985:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,985:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:52,985:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:52,986:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,986:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:52,986:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:52,986:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,986:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:52,987:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,987:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:53,987:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,987:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:53,987:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:53,988:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,988:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:53,988:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:53,988:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,988:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:53,988:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,989:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:54,989:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,989:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:54,989:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:54,989:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,989:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:54,989:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:54,990:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,990:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:54,990:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,991:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:55,991:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,991:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:55,991:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:55,991:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,992:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:55,992:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:55,992:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,992:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:55,992:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,993:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:56,993:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,993:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:56,993:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:56,993:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,993:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:56,993:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:56,994:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,994:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:56,994:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,995:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:57,995:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,995:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:57,995:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:57,996:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,996:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:57,996:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:57,996:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,996:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:57,996:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,997:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:58,997:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,997:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:46:58,997:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:58,997:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,997:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:46:58,997:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:58,998:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,998:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:46:58,998:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,999:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:46:59,999:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,999:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:00,000:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:00,000:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,000:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:00,000:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:00,000:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,000:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:00,001:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,003:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:01,003:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,004:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:01,004:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:01,004:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,004:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:01,004:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:01,004:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,004:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:01,004:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,005:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:02,005:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,005:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:02,005:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:02,006:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,006:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:02,006:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:02,006:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,006:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:02,006:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,007:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:03,008:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,008:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:03,008:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:03,008:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,008:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:03,009:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:03,009:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,009:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:03,009:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,010:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:04,010:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,010:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:04,010:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:04,011:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,011:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:04,011:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:04,011:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,011:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:04,011:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,013:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:05,013:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,013:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:05,013:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:05,013:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,014:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:05,014:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:05,014:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,014:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:05,014:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,015:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:06,015:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,016:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:06,016:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:06,016:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,016:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:06,016:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:06,016:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,016:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:06,016:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,018:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:07,018:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,018:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:07,018:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:07,018:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,018:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:07,018:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:07,018:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,018:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:07,019:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,019:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:08,019:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,019:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:08,019:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:08,020:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,020:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:08,020:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:08,020:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,020:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:08,020:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,021:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:09,021:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,021:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:09,021:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:09,022:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,022:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:09,022:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:09,023:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,023:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:09,023:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,024:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:10,024:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,024:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:10,024:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:10,025:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,025:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:10,025:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:10,025:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,025:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:10,026:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,026:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:11,026:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,026:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:11,026:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:11,027:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,027:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:11,027:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:11,027:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,027:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:11,027:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,028:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:12,028:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,028:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:12,029:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:12,029:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,029:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:12,030:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:12,030:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,030:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:12,030:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,032:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:13,032:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,032:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:13,032:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:13,032:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,032:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:13,032:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:13,032:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,033:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:13,033:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,033:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:14,033:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,033:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:14,033:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:14,033:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,033:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:14,033:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:14,034:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,034:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:14,034:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,034:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:15,034:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,034:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:15,034:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:15,035:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,035:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:15,035:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:15,035:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,035:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:15,035:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,036:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:16,036:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,036:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:16,036:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:16,036:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,036:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:16,036:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:16,036:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,036:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:16,037:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,038:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:17,038:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,038:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:17,038:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:17,038:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,038:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:17,038:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:17,039:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,039:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:17,039:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,040:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:18,040:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,040:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:18,040:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:18,040:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,040:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:18,040:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:18,041:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,041:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:18,041:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,041:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:19,042:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,042:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:19,042:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:19,042:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,042:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:19,042:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:19,042:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,042:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:19,043:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,044:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:20,044:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,044:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:20,044:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:20,044:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,044:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:20,044:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:20,045:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,045:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:20,045:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,046:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:21,046:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,046:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:21,046:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:21,047:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,047:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:21,047:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:21,047:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,047:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:21,047:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,047:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:22,048:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,048:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:22,048:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:22,048:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,048:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:22,048:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:22,048:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,048:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:22,048:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,049:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:23,050:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,050:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:23,050:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:23,050:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,050:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:23,050:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:23,050:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,050:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:23,050:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,052:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:24,052:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,052:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:24,052:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:24,052:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,053:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:24,053:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:24,053:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,053:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:24,053:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,054:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:25,054:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,054:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:25,054:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:25,054:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,054:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:25,055:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:25,055:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,055:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:25,055:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,055:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:26,056:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,056:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:26,056:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:26,056:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,056:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:26,056:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:26,056:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,056:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:26,057:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,057:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:27,057:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,057:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:27,058:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:27,058:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,058:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:27,058:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:27,058:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,058:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:27,058:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,059:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:28,060:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,060:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:28,060:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:28,060:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,060:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:28,061:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:28,061:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,061:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:28,061:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,062:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:29,062:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,062:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:29,062:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:29,062:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,062:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:29,063:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:29,063:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,063:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:29,063:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,064:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:30,064:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,064:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:30,064:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:30,065:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,065:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:30,065:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:30,065:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,065:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:30,065:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,066:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:31,066:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,066:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:31,066:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:31,067:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,067:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:31,067:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:31,067:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,067:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:31,067:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,068:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:32,068:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,068:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:32,068:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:32,068:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,068:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:32,068:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:32,069:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,069:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:32,069:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,073:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:33,073:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,073:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:33,073:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:33,073:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,073:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:33,073:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:33,074:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,074:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:33,074:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,074:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:34,074:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,074:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:34,074:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:34,074:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,074:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:34,075:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:34,075:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,075:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:34,075:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,076:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:35,076:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,076:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:35,076:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:35,077:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,077:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:35,077:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:35,077:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,077:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:35,077:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,078:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:36,078:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,078:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:36,079:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:36,079:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,079:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:36,079:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:36,079:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,079:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:36,079:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,080:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:37,080:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,080:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:37,080:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:37,080:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,080:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:37,080:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:37,080:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,080:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:37,080:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,081:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:38,081:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,081:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:38,081:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:38,081:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,081:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:38,081:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:38,082:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,082:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:38,082:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,083:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:39,083:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,083:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:39,083:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:39,084:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,084:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:39,084:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:39,084:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,084:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:39,084:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,085:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:40,086:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,086:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:40,086:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:40,086:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,086:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:40,086:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:40,087:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,087:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:40,087:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,088:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:41,088:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,088:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:41,088:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:41,088:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,088:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:41,089:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:41,089:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,089:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:41,089:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,090:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:42,090:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,090:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:42,090:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:42,091:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,091:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:42,091:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:42,091:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,091:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:42,091:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,092:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:43,092:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,092:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:43,092:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:43,092:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,092:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:43,093:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:43,093:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,093:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:43,093:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,094:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:44,094:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,094:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:44,094:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:44,094:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,094:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:44,095:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:44,095:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,095:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:44,095:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,096:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:45,096:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,096:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:45,097:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:45,097:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,097:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:45,097:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:45,097:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,097:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:45,097:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,098:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:46,098:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,098:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:46,098:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:46,099:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,099:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:46,099:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:46,099:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,099:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:46,099:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,101:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:47,101:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,101:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:47,101:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:47,101:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,101:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:47,101:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:47,102:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,102:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:47,102:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,103:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:48,103:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,103:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:48,103:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:48,104:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,104:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:48,104:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:48,106:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,106:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:48,106:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,107:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:49,107:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,107:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:49,107:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:49,107:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,108:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:49,108:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:49,108:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,108:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:49,108:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,109:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:50,109:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,109:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:50,109:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:50,110:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,110:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:50,110:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:50,110:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,110:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:50,110:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,111:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:51,111:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,111:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:51,111:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:51,112:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,113:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:51,113:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:51,114:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,114:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:51,114:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,115:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:52,115:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,115:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:52,115:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:52,116:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,116:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:52,116:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:52,116:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,116:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:52,116:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,118:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:53,118:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,118:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:53,118:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:53,119:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,119:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:53,120:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:53,121:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,121:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:53,121:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,122:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:54,122:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,122:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:54,123:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:54,123:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,123:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:54,123:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:54,124:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,124:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:54,124:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,125:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:55,125:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,125:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:55,125:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:55,126:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,126:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:55,126:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:55,126:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,126:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:55,126:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,128:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:56,128:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,128:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:56,128:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:56,128:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,128:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:56,129:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:56,129:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,129:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:56,129:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,130:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:57,130:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,130:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:57,130:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:57,130:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,130:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:57,131:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:57,131:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,131:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:57,131:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,132:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:58,132:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,132:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:58,132:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:58,133:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,133:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:58,133:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:58,133:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,133:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:58,133:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,134:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:59,134:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,134:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:47:59,134:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:59,134:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,134:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:47:59,135:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:47:59,135:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,135:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:47:59,135:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,136:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:00,136:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,136:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:00,137:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:00,137:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,137:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:00,137:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:00,137:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,137:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:00,137:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,138:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:01,138:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,138:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:01,138:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:01,138:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,138:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:01,138:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:01,139:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,139:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:01,139:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,140:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:02,140:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,140:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:02,140:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:02,140:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,140:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:02,141:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:02,141:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,141:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:02,141:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,142:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:03,142:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,142:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:03,142:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:03,142:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,142:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:03,143:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:03,143:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,143:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:03,143:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,144:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:04,144:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,144:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:04,144:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:04,144:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,144:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:04,144:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:04,145:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,145:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:04,145:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,146:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:05,146:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,146:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:05,146:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:05,146:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,146:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:05,147:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:05,147:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,147:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:05,147:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,148:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:06,148:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,148:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:06,148:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:06,149:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,149:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:06,149:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:06,149:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,149:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:06,149:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,150:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:07,150:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,150:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:07,150:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:07,151:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,151:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:07,151:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:07,151:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,151:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:07,151:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,152:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:08,152:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,152:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:08,153:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:08,153:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,153:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:08,153:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:08,153:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,153:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:08,153:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,154:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:09,154:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,154:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:09,154:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:09,154:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,154:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:09,155:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:09,155:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,155:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:09,155:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,156:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:10,156:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,156:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:10,156:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:10,157:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,157:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:10,157:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:10,157:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,157:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:10,157:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,158:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:11,158:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,158:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:11,159:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:11,159:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,159:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:11,159:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:11,159:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,159:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:11,160:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,161:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:12,161:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,161:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:12,161:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:12,161:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,161:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:12,161:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:12,162:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,162:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:12,162:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,163:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:13,163:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,163:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:13,163:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:13,164:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,164:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:13,164:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:13,164:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,164:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:13,164:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,165:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:14,166:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,166:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:14,166:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:14,166:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,166:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:14,166:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:14,166:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,166:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:14,166:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,168:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:15,168:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,168:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:15,168:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:15,168:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,168:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:15,168:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:15,169:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,169:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:15,169:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,170:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:16,170:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,170:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:16,170:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:16,170:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,170:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:16,170:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:16,171:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,171:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:16,171:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,171:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:17,171:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,172:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:17,172:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:17,172:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,172:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:17,172:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:17,172:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,173:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:17,173:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,174:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:18,174:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,174:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:18,175:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:18,175:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,175:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:18,175:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:18,175:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,175:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:18,176:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,177:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:19,177:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,177:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:19,177:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:19,177:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,177:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:19,178:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:19,178:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,178:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:19,178:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,180:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:20,180:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,180:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:20,180:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:20,180:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,180:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:20,180:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:20,180:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,180:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:20,180:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,181:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:21,182:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,182:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:21,182:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:21,182:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,182:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:21,182:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:21,182:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,183:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:21,183:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,183:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:22,183:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,183:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:22,183:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:22,184:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,184:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:22,184:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:22,184:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,184:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:22,184:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,185:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:23,185:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,186:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:23,186:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:23,186:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,186:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:23,186:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:23,187:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,187:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:23,187:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,188:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:24,188:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,188:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:24,188:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:24,189:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,189:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:24,189:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:24,189:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,189:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:24,190:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,191:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:25,191:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,191:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:25,191:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:25,192:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,192:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:25,192:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:25,192:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,192:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:25,192:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,193:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:26,194:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,194:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:26,194:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:26,194:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,194:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:26,194:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:26,194:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,194:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:26,194:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,195:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:27,195:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,195:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:27,195:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:27,195:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,195:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:27,196:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:27,196:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,196:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:27,196:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,196:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:28,196:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,196:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:28,196:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:28,197:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,197:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:28,197:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:28,197:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,197:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:28,197:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,197:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:29,198:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,198:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:29,198:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:29,198:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,198:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:29,198:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:29,198:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,198:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:29,198:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,200:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:30,200:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,200:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:30,200:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:30,200:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,200:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:30,200:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:30,201:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,201:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:30,201:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,202:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:31,202:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,202:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:31,202:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:31,202:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,202:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:31,202:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:31,203:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,203:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:31,203:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,204:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:32,204:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,204:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:32,204:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:32,205:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,205:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:32,205:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:32,205:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,205:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:32,205:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,206:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:33,206:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,206:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:33,206:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:33,206:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,206:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:33,206:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:33,207:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,207:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:33,207:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,207:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:34,207:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,207:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:34,207:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:34,208:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,208:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:34,208:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:34,208:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,208:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:34,208:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,209:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:35,209:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,209:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:35,209:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:35,210:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,210:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:35,210:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:35,210:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,210:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:35,210:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,211:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:36,211:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,211:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:36,211:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:36,211:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,211:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:36,211:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:36,212:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,212:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:36,212:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,213:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:37,213:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,213:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:37,214:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:37,214:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,214:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:37,214:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:37,214:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,214:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:37,215:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,216:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:38,216:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,216:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:38,216:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:38,216:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,216:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:38,216:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:38,217:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,217:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:38,217:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,217:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:39,217:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,217:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:39,218:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:39,218:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,218:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:39,218:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:39,218:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,218:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:39,218:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,219:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:40,220:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,220:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:40,220:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:40,220:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,220:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:40,220:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:40,220:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,220:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:40,220:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,221:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:41,222:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,222:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:41,222:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:41,222:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,222:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:41,222:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:41,222:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,223:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:41,223:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,226:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:42,226:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,226:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:42,226:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:42,227:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,227:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:42,227:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:42,227:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,227:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:42,227:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,229:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:43,229:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,229:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:43,229:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:43,229:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,230:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:43,230:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:43,230:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,230:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:43,230:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,231:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:44,231:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,231:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:44,231:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:44,232:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,232:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:44,232:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:44,232:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,232:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:44,233:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,234:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:45,234:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,234:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:45,234:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:45,235:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,235:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:45,235:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:45,235:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,235:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:45,235:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,236:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:46,237:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,237:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:46,237:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:46,237:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,237:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:46,237:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:46,237:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,237:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:46,237:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,238:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:47,238:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,239:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:47,239:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:47,239:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,239:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:47,239:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:47,239:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,239:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:47,239:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,240:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:48,240:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,240:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:48,240:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:48,240:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,241:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:48,241:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:48,241:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,241:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:48,241:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,242:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:49,242:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,242:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:49,242:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:49,242:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,243:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:49,243:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:49,243:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,243:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:49,243:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,244:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:50,244:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,244:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:50,244:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:50,245:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,245:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:50,245:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:50,245:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,245:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:50,245:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,246:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:51,246:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,246:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:51,247:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:51,247:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,247:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:51,247:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:51,247:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,247:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:51,247:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,248:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:52,248:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,248:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:52,248:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:52,248:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,248:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:52,248:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:52,249:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,249:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:52,249:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,250:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:53,250:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,250:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:53,250:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:53,251:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,251:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:53,251:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:53,251:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,251:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:53,251:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,252:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:54,252:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,252:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:54,252:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:54,253:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,253:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:54,253:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:54,253:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,253:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:54,253:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,254:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:55,255:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,255:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:55,255:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:55,255:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,255:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:55,255:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:55,255:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,255:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:55,256:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,257:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:56,257:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,257:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:56,257:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:56,258:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,258:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:56,258:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:56,258:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,258:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:56,258:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,259:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:57,259:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,259:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:57,259:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:57,260:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,260:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:57,260:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:57,260:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,260:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:57,260:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,261:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:58,261:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,261:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:58,262:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:58,262:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,262:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:58,262:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:58,262:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,262:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:58,262:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,263:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:59,263:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,263:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:48:59,263:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:59,263:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,263:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:48:59,263:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:48:59,263:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,264:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:48:59,264:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,265:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:00,265:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,265:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:00,265:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:00,265:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,265:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:00,265:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:00,266:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,266:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:00,266:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,267:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:01,267:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,267:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:01,267:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:01,268:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,268:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:01,268:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:01,268:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,268:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:01,268:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,269:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:02,269:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,269:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:02,269:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:02,270:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,270:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:02,270:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:02,270:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,270:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:02,271:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,272:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:03,272:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,272:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:03,272:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:03,273:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,273:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:03,273:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:03,273:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,273:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:03,273:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,274:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:04,274:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,274:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:04,274:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:04,274:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,274:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:04,275:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:04,275:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,275:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:04,275:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,276:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:05,276:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,276:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:05,276:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:05,281:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,281:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:05,281:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:05,282:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,282:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:05,282:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,283:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:06,283:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,283:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:06,283:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:06,284:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,284:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:06,284:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:06,287:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,288:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:06,288:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,290:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:07,290:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,291:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:07,291:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:07,293:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,293:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:07,293:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:07,294:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,294:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:07,296:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection 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,300:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:08,301:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,302:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.38:2181 delay=0 2026-09-14 02:49:08,303:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:08,303:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,303:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.189:2181 delay=0 2026-09-14 02:49:08,303:1(0x7f2f63fff640):ZOO_DEBUG@zookeeper_connect@2480: [zk] connect() 2026-09-14 02:49:08,304:1(0x7f2f63fff640):ZOO_ERROR@check_events@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,304:1(0x7f2f63fff640):ZOO_DEBUG@cleanup@2012: Previous connection=10.0.0.50:2181 delay=0 2026-09-14 02:49:08,304:1(0x7f2f63fff640):ZOO_WARN@zookeeper_interest@2561: Delaying connection after exhaustively trying all servers [10.0.0.38:2181,10.0.0.189:2181,10.0.0.50:2181]